|
From: Jon O. <jon...@us...> - 2007-05-05 20:14:37
|
Update of /cvsroot/mxbb/core/modules/mx_textblocks In directory sc8-pr-cvs16:/tmp/cvs-serv17565/mx_textblocks Modified Files: db_install.php db_upgrade.php mx_textblock_bbcode.php mx_textblock_html.php mx_textblock_multi.php Log Message: Updated header... Index: mx_textblock_html.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_html.php,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** mx_textblock_html.php 30 Aug 2006 19:15:44 -0000 1.14 --- mx_textblock_html.php 5 May 2007 20:13:41 -0000 1.15 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [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/core/modules/mx_textblocks/db_upgrade.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_upgrade.php 30 Jan 2007 16:26:08 -0000 1.4 --- db_upgrade.php 5 May 2007 20:13:41 -0000 1.5 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [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_textblock_multi.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_multi.php,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** mx_textblock_multi.php 30 Aug 2006 19:15:45 -0000 1.19 --- mx_textblock_multi.php 5 May 2007 20:13:41 -0000 1.20 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [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/core/modules/mx_textblocks/db_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_install.php 30 Jan 2007 16:26:08 -0000 1.4 --- db_install.php 5 May 2007 20:13:41 -0000 1.5 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [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_textblock_bbcode.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_textblocks/mx_textblock_bbcode.php,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** mx_textblock_bbcode.php 30 Aug 2006 19:15:44 -0000 1.15 --- mx_textblock_bbcode.php 5 May 2007 20:13:41 -0000 1.16 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 [Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ |