From: Carsten K. <car...@us...> - 2002-01-03 22:41:02
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv17630 Modified Files: index.php Log Message: Copyright notice Index: index.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/index.php,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -r1.49 -r1.50 *** index.php 2002/01/03 05:10:33 1.49 --- index.php 2002/01/03 22:40:59 1.50 *************** *** 1,4 **** ! <?php /* This is the starting file for PhpWiki. All this file does --- 1,28 ---- ! <?php // -*-php-*- + /* + Copyright 2000??, 2001, 2002 $ThePhpWikiProgrammingTeam = array( + "Steve Waistead", + ); + + This file is part of PhpWiki. + + PhpWiki 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. + + PhpWiki 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 PhpWiki; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + + + ///////////////////////////////////////////////////////////////////// /* This is the starting file for PhpWiki. All this file does |