From: Don S. <ri...@us...> - 2004-04-08 20:28:18
|
Update of /cvsroot/phpwsbb/phpwsbb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1301 Modified Files: index.php Log Message: Ugh more header fun for GPL Index: index.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/index.php,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** index.php 16 Mar 2004 03:52:03 -0000 1.8 --- index.php 8 Apr 2004 20:15:06 -0000 1.9 *************** *** 1,11 **** <?php /** ! * index.php * ! * Nerve center of phpwsBB * * @author Don Seiler <do...@NO...> - * @copyright Copyright © 2003-2004, Don Seiler - * @license http://www.gnu.org/licenses/gpl.txt * @version $Id$ */ --- 1,23 ---- <?php /** ! * phpwsBB * ! * See docs/AUTHORS and docs/COPYRIGHT for relevant info. ! * ! * 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. ! * ! * This program is distributed in the hope that it will be useful, ! * but WITHOUT ANY WARRANTY; without even the implied warranty of ! * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! * GNU General Public License for more details. ! * ! * You should have received a copy of the GNU General Public License ! * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * @author Don Seiler <do...@NO...> * @version $Id$ */ |