|
From: Jon O. <jon...@us...> - 2007-05-05 20:18:23
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs In directory sc8-pr-cvs16:/tmp/cvs-serv20493 Modified Files: bugsbt__node.php bugsbt__tab-index.php Log Message: Updated header... Index: bugsbt__tab-index.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs/bugsbt__tab-index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bugsbt__tab-index.php 15 Feb 2007 12:43:52 -0000 1.1 --- bugsbt__tab-index.php 5 May 2007 20:18:19 -0000 1.2 *************** *** 2,9 **** /** * ! * @package mxBB Portal Module - mx_kb * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Mohd Basri, wGEric, PHP Arena, pafileDB, CRLin] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * */ --- 2,10 ---- /** * ! * @package mxBB Portal Module - mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net * */ Index: bugsbt__node.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/tabs/bugsbt__node.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bugsbt__node.php 15 Feb 2007 12:43:51 -0000 1.1 --- bugsbt__node.php 5 May 2007 20:18:19 -0000 1.2 *************** *** 1,3 **** --- 1,13 ---- <?php + /** + * + * @package mxBB Portal Module - mx_bugsbt + * @version $Id$ + * @copyright (c) 2002-2006 [Jon Ohlsson, Cezary Tomczak] mxBB Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 + * @link http://www.mxbb.net + * + */ + // +--------------------------------------------------------------------+ // | DO NOT REMOVE THIS | |