From: <var...@us...> - 2011-05-18 15:45:09
|
Revision: 8072 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8072&view=rev Author: vargenau Date: 2011-05-18 15:45:03 +0000 (Wed, 18 May 2011) Log Message: ----------- Fix header Modified Paths: -------------- trunk/lib/WikiUserNew.php Modified: trunk/lib/WikiUserNew.php =================================================================== --- trunk/lib/WikiUserNew.php 2011-05-18 14:56:14 UTC (rev 8071) +++ trunk/lib/WikiUserNew.php 2011-05-18 15:45:03 UTC (rev 8072) @@ -1,25 +1,26 @@ <?php //-*-php-*- //$Id$ /* Copyright (C) 2004,2005,2006,2007,2009,2010 $ThePhpWikiProgrammingTeam -* Copyright (C) 2009-2010 Marc-Etienne Vargenau, Alcatel-Lucent -* Copyright (C) 2009-2010 Roger Guignard, Alcatel-Lucent -* -* 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., -* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. -*/ + * Copyright (C) 2009-2010 Marc-Etienne Vargenau, Alcatel-Lucent + * Copyright (C) 2009-2010 Roger Guignard, Alcatel-Lucent + * + * 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., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + /** * This is a complete OOP rewrite of the old WikiUser code with various * configurable external authentication methods. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |