|
From: Jon O. <jon...@us...> - 2007-05-05 20:14:29
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs16:/tmp/cvs-serv17024 Modified Files: common.php index.php login.php mx_meta.inc Log Message: Updated header... Index: login.php =================================================================== RCS file: /cvsroot/mxbb/core/login.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** login.php 28 Apr 2007 19:43:47 -0000 1.22 --- login.php 5 May 2007 20:12:57 -0000 1.23 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: common.php =================================================================== RCS file: /cvsroot/mxbb/core/common.php,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** common.php 28 Jan 2007 21:17:07 -0000 1.63 --- common.php 5 May 2007 20:12:57 -0000 1.64 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: mx_meta.inc =================================================================== RCS file: /cvsroot/mxbb/core/mx_meta.inc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** mx_meta.inc 5 Apr 2006 21:09:14 -0000 1.5 --- mx_meta.inc 5 May 2007 20:12:57 -0000 1.6 *************** *** 6,12 **** * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ ! $title = "Your site's title"; $author = "Your name or your company name"; --- 6,13 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ ! $title = "Your site's title"; $author = "Your name or your company name"; Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** index.php 28 Apr 2007 21:23:28 -0000 1.65 --- index.php 5 May 2007 20:12:57 -0000 1.66 *************** *** 6,9 **** --- 6,10 ---- * @copyright (c) 2002-2006 mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ |