Update of /cvsroot/mxbb/mx_calsnails In directory sc8-pr-cvs16:/tmp/cvs-serv21118 Modified Files: calendar.php db_install.php db_uninstall.php db_upgrade.php mx_calendar_events.php mx_calendar_mini.php mx_calendar_query.php Log Message: Updated header... Index: mx_calendar_mini.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/mx_calendar_mini.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** mx_calendar_mini.php 17 Jun 2006 20:45:55 -0000 1.11 --- mx_calendar_mini.php 5 May 2007 20:19:21 -0000 1.12 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: mx_calendar_query.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/mx_calendar_query.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mx_calendar_query.php 29 Jun 2006 13:39:03 -0000 1.14 --- mx_calendar_query.php 5 May 2007 20:19:21 -0000 1.15 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: db_uninstall.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_uninstall.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** db_uninstall.php 29 Jun 2006 13:39:03 -0000 1.13 --- db_uninstall.php 5 May 2007 20:19:20 -0000 1.14 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_upgrade.php,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** db_upgrade.php 30 Jan 2007 16:26:09 -0000 1.18 --- db_upgrade.php 5 May 2007 20:19:21 -0000 1.19 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/db_install.php,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** db_install.php 30 Jan 2007 16:26:09 -0000 1.25 --- db_install.php 5 May 2007 20:19:20 -0000 1.26 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: mx_calendar_events.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/mx_calendar_events.php,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** mx_calendar_events.php 17 Aug 2006 12:41:22 -0000 1.23 --- mx_calendar_events.php 5 May 2007 20:19:21 -0000 1.24 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: calendar.php =================================================================== RCS file: /cvsroot/mxbb/mx_calsnails/calendar.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** calendar.php 28 Apr 2007 19:47:29 -0000 1.28 --- calendar.php 5 May 2007 20:19:20 -0000 1.29 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Martin, Markus, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ |