|
From: Jon O. <jon...@us...> - 2007-05-05 20:18:10
|
Update of /cvsroot/mxbb/mx_bugsbt/bugsbt/modules In directory sc8-pr-cvs16:/tmp/cvs-serv20029/modules Modified Files: bugsbt_index.php bugsbt_post.php bugsbt_product.php bugsbt_update_tree.php bugsbt_view.php Log Message: Updated header... Index: bugsbt_update_tree.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_update_tree.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** bugsbt_update_tree.php 15 Feb 2007 12:43:51 -0000 1.1 --- bugsbt_update_tree.php 5 May 2007 20:18:04 -0000 1.2 *************** *** 2,9 **** /** * ! * @package mxBBmodule_mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] 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_product.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_product.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt_product.php 28 Apr 2007 20:04:35 -0000 1.2 --- bugsbt_product.php 5 May 2007 20:18:04 -0000 1.3 *************** *** 2,9 **** /** * ! * @package mxBBmodule_mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] 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_view.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_view.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt_view.php 28 Apr 2007 20:04:35 -0000 1.2 --- bugsbt_view.php 5 May 2007 20:18:04 -0000 1.3 *************** *** 2,9 **** /** * ! * @package mxBBmodule_mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] 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_post.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_post.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt_post.php 28 Apr 2007 20:04:35 -0000 1.2 --- bugsbt_post.php 5 May 2007 20:18:04 -0000 1.3 *************** *** 2,9 **** /** * ! * @package mxBBmodule_mx_bugsbt * @version $Id$ ! * @copyright (c) 2002-2006 [wGEric, Jon Ohlsson] 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_index.php =================================================================== RCS file: /cvsroot/mxbb/mx_bugsbt/bugsbt/modules/bugsbt_index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** bugsbt_index.php 28 Apr 2007 20:04:35 -0000 1.2 --- bugsbt_index.php 5 May 2007 20:18:04 -0000 1.3 *************** *** 6,9 **** --- 6,10 ---- * @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 * */ |