|
From: Andrew <men...@us...> - 2006-01-02 20:43:11
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29438 Modified Files: index.php Log Message: File header changed/updated. Hopefully this'll be accepted... Index: index.php =================================================================== RCS file: /cvsroot/mxbb/core/index.php,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** index.php 13 Dec 2005 20:04:27 -0000 1.48 --- index.php 2 Jan 2006 20:42:58 -0000 1.49 *************** *** 1,21 **** <?php - /** ------------------------------------------------------------------------ - * Subject : mxBB - a fully modular portal and CMS (for phpBB) - * Author : Jon Ohlsson and the mxBB Team - * Credits : The phpBB Group & Marc Morisette - * Copyright : (C) 2002-2005 mxBB Portal - * Email : jo...@mx... - * Project site : www.mxbb-portal.com - * ------------------------------------------------------------------------- - * - * $Id$ - */ - /** ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! */ define( 'IN_PORTAL', 1 ); --- 1,18 ---- <?php /** ! * ! * @package mxBB-Portal 2.8.0 ! * @version $Id$ ! * @copyright (c) 2002-2005 mxBB Project Team ! * @license http://opensource.org/licenses/gpl-license.php GNU Public License ! * @project_site http://www.mxbb-portal.com ! * ! * ! * This program is free software; you can redistribute it and/or modify ! * it under the terms of the GNU General Public License as published by ! * the Free Software Foundation; either version 2 of the License, or ! * (at your option) any later version. ! * ! */ define( 'IN_PORTAL', 1 ); |