From: <var...@us...> - 2010-08-12 14:47:21
|
Revision: 7642 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7642&view=rev Author: vargenau Date: 2010-08-12 14:47:15 +0000 (Thu, 12 Aug 2010) Log Message: ----------- Update copyright to 2010 Modified Paths: -------------- trunk/index.php Modified: trunk/index.php =================================================================== --- trunk/index.php 2010-08-11 13:00:46 UTC (rev 7641) +++ trunk/index.php 2010-08-12 14:47:15 UTC (rev 7642) @@ -1,37 +1,36 @@ <?php // -*-php-*- +// $Id$ /* -Copyright 1999,2000,2001,2002,2003,2004,2009 $ThePhpWikiProgrammingTeam -= array( -"Steve Wainstead", "Clifford A. Adams", "Lawrence Akka", -"Scott R. Anderson", "Jon Åslund", "Neil Brown", "Jeff Dairiki", -"Stéphane Gourichon", "Jan Hidders", "Arno Hollosi", "John Jorgensen", -"Antti Kaihola", "Jeremie Kass", "Carsten Klapp", "Marco Milanesi", -"Grant Morgan", "Jan Nieuwenhuizen", "Aredridel Niothke", -"Pablo Roca Rozas", "Sandino Araico Sánchez", "Joel Uckelman", -"Reini Urban", "Marc-Etienne Vargenau", "Joby Walker", "Tim Voght", -"Jochen Kalmbach"); + * Copyright 1999-2010 $ThePhpWikiProgrammingTeam + * = array( + * "Steve Wainstead", "Clifford A. Adams", "Lawrence Akka", + * "Scott R. Anderson", "Jon Åslund", "Neil Brown", "Jeff Dairiki", + * "Stéphane Gourichon", "Jan Hidders", "Arno Hollosi", "John Jorgensen", + * "Antti Kaihola", "Jeremie Kass", "Carsten Klapp", "Marco Milanesi", + * "Grant Morgan", "Jan Nieuwenhuizen", "Aredridel Niothke", + * "Pablo Roca Rozas", "Sandino Araico Sánchez", "Joel Uckelman", + * "Reini Urban", "Marc-Etienne Vargenau", "Joby Walker", "Tim Voght", + * "Jochen Kalmbach"); + * + * 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 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 -*/ - require_once (dirname(__FILE__).'/lib/prepend.php'); -//rcs_id('$Id$'); - require_once(dirname(__FILE__).'/lib/IniConfig.php'); IniConfig(dirname(__FILE__)."/config/config.ini"); @@ -61,5 +60,5 @@ // c-basic-offset: 4 // c-hanging-comment-ender-p: nil // indent-tabs-mode: nil -// End: +// End: ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |