From: <var...@us...> - 2016-10-10 12:28:03
|
Revision: 9950 http://sourceforge.net/p/phpwiki/code/9950 Author: vargenau Date: 2016-10-10 12:28:00 +0000 (Mon, 10 Oct 2016) Log Message: ----------- Add SPDX-License-Identifier Modified Paths: -------------- trunk/lib/ArchiveCleaner.php trunk/lib/AtomParser.php trunk/lib/BlockParser.php trunk/lib/CachedMarkup.php trunk/lib/Captcha.php trunk/lib/DbSession/ADODB.php trunk/lib/DbSession/PDO.php trunk/lib/DbSession/SQL.php trunk/lib/DbSession/dba.php trunk/lib/HtmlParser.php trunk/lib/IniConfig.php trunk/lib/InlineParser.php trunk/lib/MailNotify.php trunk/lib/PageList.php trunk/lib/PagePerm.php trunk/lib/PageType.php trunk/lib/Request.php trunk/lib/RssParser.php trunk/lib/SemanticWeb.php trunk/lib/SpamBlocklist.php trunk/lib/WikiGroup.php trunk/lib/WikiPluginCached.php trunk/lib/WikiTheme.php trunk/lib/WikiUser/AdoDb.php trunk/lib/WikiUser/BogoLogin.php trunk/lib/WikiUser/Db.php trunk/lib/WikiUser/Facebook.php trunk/lib/WikiUser/File.php trunk/lib/WikiUser/Forbidden.php trunk/lib/WikiUser/FusionForge.php trunk/lib/WikiUser/HttpAuth.php trunk/lib/WikiUser/HttpAuthUpper.php trunk/lib/WikiUser/IMAP.php trunk/lib/WikiUser/LDAP.php trunk/lib/WikiUser/LdapUpper.php trunk/lib/WikiUser/OpenID.php trunk/lib/WikiUser/POP3.php trunk/lib/WikiUser/PdoDb.php trunk/lib/WikiUser/PearDb.php trunk/lib/WikiUser/PersonalPage.php trunk/lib/WikiUser/Session.php trunk/lib/WikiUser.php trunk/lib/XmlParser.php trunk/lib/XmlRpcServer.php trunk/lib/diff.php trunk/lib/diff3.php trunk/lib/difflib.php trunk/lib/display.php trunk/lib/imagecache.php trunk/lib/install.php trunk/lib/loadsave.php trunk/lib/main.php trunk/lib/pdf.php trunk/lib/stdlib.php trunk/lib/upgrade.php Modified: trunk/lib/ArchiveCleaner.php =================================================================== --- trunk/lib/ArchiveCleaner.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/ArchiveCleaner.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,5 +1,6 @@ <?php -/* Copyright (C) 2002 Geoffrey T. Dairiki <da...@da...> +/** + * Copyright © 2002 Geoffrey T. Dairiki <da...@da...> * * This file is part of PhpWiki. * @@ -16,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ class ArchiveCleaner Modified: trunk/lib/AtomParser.php =================================================================== --- trunk/lib/AtomParser.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/AtomParser.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright 2010 Sébastien Le Callonnec +/** + * Copyright © 2010 Sébastien Le Callonnec * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** * This class is a poor-man Atom parser, it does no validation of the feed. Modified: trunk/lib/BlockParser.php =================================================================== --- trunk/lib/BlockParser.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/BlockParser.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,8 @@ <?php -/* Copyright (C) 2002 Geoffrey T. Dairiki <da...@da...> - * Copyright (C) 2004,2005 Reini Urban - * Copyright (C) 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2002 Geoffrey T. Dairiki <da...@da...> + * Copyright © 2004,2005 Reini Urban + * Copyright © 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -18,6 +19,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ require_once 'lib/CachedMarkup.php'; require_once 'lib/InlineParser.php'; Modified: trunk/lib/CachedMarkup.php =================================================================== --- trunk/lib/CachedMarkup.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/CachedMarkup.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,8 @@ <?php -/* Copyright (C) 2002 Geoffrey T. Dairiki <da...@da...> - * Copyright (C) 2004-2010 $ThePhpWikiProgrammingTeam - * Copyright (C) 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2002 Geoffrey T. Dairiki <da...@da...> + * Copyright © 2004-2010 $ThePhpWikiProgrammingTeam + * Copyright © 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -18,6 +19,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ require_once 'lib/Units.php'; Modified: trunk/lib/Captcha.php =================================================================== --- trunk/lib/Captcha.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/Captcha.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -19,6 +19,9 @@ * You should have received a copy of the GNU General Public License along * with This File; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ class Captcha Modified: trunk/lib/DbSession/ADODB.php =================================================================== --- trunk/lib/DbSession/ADODB.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/DbSession/ADODB.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright 2005 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2005 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** @@ -24,6 +27,7 @@ * * @author: Reini Urban */ + class DbSession_ADODB extends DbSession { Modified: trunk/lib/DbSession/PDO.php =================================================================== --- trunk/lib/DbSession/PDO.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/DbSession/PDO.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright 2005 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2005 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** @@ -24,6 +27,7 @@ * * @author: Reini Urban */ + class DbSession_PDO extends DbSession { Modified: trunk/lib/DbSession/SQL.php =================================================================== --- trunk/lib/DbSession/SQL.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/DbSession/SQL.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright 2005 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2005 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/DbSession/dba.php =================================================================== --- trunk/lib/DbSession/dba.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/DbSession/dba.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright 2005 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2005 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** DBA Sessions @@ -29,6 +32,7 @@ * the db is opened and closed for each access. * @author: Reini Urban. */ + class DbSession_dba extends DbSession { Modified: trunk/lib/HtmlParser.php =================================================================== --- trunk/lib/HtmlParser.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/HtmlParser.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright (C) 2004 Reini Urban +/** + * Copyright © 2004 Reini Urban * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/IniConfig.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,7 @@ <?php -/* - * Copyright 2004,2005,2006,2007 $ThePhpWikiProgrammingTeam - * Copyright 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2004,2005,2006,2007 $ThePhpWikiProgrammingTeam + * Copyright © 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -18,6 +18,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/InlineParser.php =================================================================== --- trunk/lib/InlineParser.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/InlineParser.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,8 @@ <?php -/* Copyright (C) 2002 Geoffrey T. Dairiki <da...@da...> - * Copyright (C) 2004-2010 Reini Urban - * Copyright (C) 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2002 Geoffrey T. Dairiki <da...@da...> + * Copyright © 2004-2010 Reini Urban + * Copyright © 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -18,6 +19,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/MailNotify.php =================================================================== --- trunk/lib/MailNotify.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/MailNotify.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,7 @@ <?php -/* Copyright (C) 2006-2007,2009 Reini Urban - * Copyright (C) 2009 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2006-2007,2009 Reini Urban + * Copyright © 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -17,6 +18,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/PageList.php =================================================================== --- trunk/lib/PageList.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/PageList.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,7 @@ <?php -/* Copyright (C) 2004-2010 $ThePhpWikiProgrammingTeam - * Copyright (C) 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2004-2010 $ThePhpWikiProgrammingTeam + * Copyright © 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -17,6 +18,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/PagePerm.php =================================================================== --- trunk/lib/PagePerm.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/PagePerm.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,7 @@ <?php -/* - * Copyright 2004,2007 $ThePhpWikiProgrammingTeam - * Copyright 2009-2010 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2004,2007 $ThePhpWikiProgrammingTeam + * Copyright © 2009-2010 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -18,6 +18,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/PageType.php =================================================================== --- trunk/lib/PageType.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/PageType.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright 1999,2000,2001,2002,2003,2004,2005,2006 $ThePhpWikiProgrammingTeam +/** + * Copyright © 1999,2000,2001,2002,2003,2004,2005,2006 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ require_once 'lib/CachedMarkup.php'; Modified: trunk/lib/Request.php =================================================================== --- trunk/lib/Request.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/Request.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright (C) 2002,2004,2005,2006,2009 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2002,2004,2005,2006,2009 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ class Request Modified: trunk/lib/RssParser.php =================================================================== --- trunk/lib/RssParser.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/RssParser.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,5 +1,5 @@ <?php -/* +/** * This file is part of PhpWiki. * * PhpWiki is free software; you can redistribute it and/or modify @@ -15,6 +15,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/SemanticWeb.php =================================================================== --- trunk/lib/SemanticWeb.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/SemanticWeb.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright 2004,2007 Reini Urban +/** + * Copyright © 2004,2007 Reini Urban * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/SpamBlocklist.php =================================================================== --- trunk/lib/SpamBlocklist.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/SpamBlocklist.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,5 +1,6 @@ <?php -/* Copyright (C) 2005 Reini Urban +/** + * Copyright © 2005 Reini Urban * * This file is part of PhpWiki. * @@ -17,6 +18,9 @@ * with PhpWiki; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * SPDX-License-Identifier: GPL-2.0+ + * + * */ /* Modified: trunk/lib/WikiGroup.php =================================================================== --- trunk/lib/WikiGroup.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiGroup.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,7 @@ <?php -/* - * Copyright (C) 2003, 2004 $ThePhpWikiProgrammingTeam - * Copyright (C) 2010 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2003, 2004 $ThePhpWikiProgrammingTeam + * Copyright © 2010 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -18,6 +18,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ if (!defined('GROUP_METHOD') or Modified: trunk/lib/WikiPluginCached.php =================================================================== --- trunk/lib/WikiPluginCached.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiPluginCached.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,7 @@ <?php -/* - * Copyright (C) 2002 Johannes Große - * Copyright (C) 2004,2007 Reini Urban +/** + * Copyright © 2002 Johannes Große + * Copyright © 2004,2007 Reini Urban * * This file is part of PhpWiki. * @@ -18,6 +18,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiTheme.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,5 +1,6 @@ <?php -/* Copyright (C) 2002,2004,2005,2006,2008,2009,2010 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2002,2004,2005,2006,2008,2009,2010 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -16,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/WikiUser/AdoDb.php =================================================================== --- trunk/lib/WikiUser/AdoDb.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/AdoDb.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004 ReiniUrban +/** + * Copyright © 2004 Reini Urban * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ include_once 'lib/WikiUser/Db.php'; Modified: trunk/lib/WikiUser/BogoLogin.php =================================================================== --- trunk/lib/WikiUser/BogoLogin.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/BogoLogin.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004 ReiniUrban +/** + * Copyright © 2004 ReiniUrban * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Without stored password. A _BogoLoginPassUser with password Modified: trunk/lib/WikiUser/Db.php =================================================================== --- trunk/lib/WikiUser/Db.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/Db.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004 ReiniUrban +/** + * Copyright © 2004 ReiniUrban * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/WikiUser/Facebook.php =================================================================== --- trunk/lib/WikiUser/Facebook.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/Facebook.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2009 Reini Urban +/** + * Copyright © 2009 Reini Urban * * This file is part of PhpWiki. * @@ -19,6 +18,9 @@ * with PhpWiki; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * SPDX-License-Identifier: GPL-2.0+ + * + * * From http://developeronline.blogspot.com/2008/10/using-perl-against-facebook-part-i.html: * GET 'http://www.facebook.com/login.php', and rest our virtual browser there to collect the cookies * POST to 'https://login.facebook.com/login.php' with the proper parameters Modified: trunk/lib/WikiUser/File.php =================================================================== --- trunk/lib/WikiUser/File.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/File.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004 ReiniUrban +/** + * Copyright © 2004 ReiniUrban * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ class _FilePassUser Modified: trunk/lib/WikiUser/Forbidden.php =================================================================== --- trunk/lib/WikiUser/Forbidden.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/Forbidden.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004 ReiniUrban +/** + * Copyright © 2004 ReiniUrban * * This file is part of PhpWiki. * @@ -18,12 +17,16 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** * The PassUser name gets created automatically. * That's why this class is empty, but must exist. */ + class _ForbiddenPassUser extends _ForbiddenUser { Modified: trunk/lib/WikiUser/FusionForge.php =================================================================== --- trunk/lib/WikiUser/FusionForge.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/FusionForge.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - /* - * Copyright (C) 2006 Alain Peyrat + * Copyright © 2006 Alain Peyrat * * This file is part of PhpWiki. * @@ -18,11 +17,15 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Call the FusionForge functions to get the username * */ + class _FusionForgePassUser extends _PassUser { Modified: trunk/lib/WikiUser/HttpAuth.php =================================================================== --- trunk/lib/WikiUser/HttpAuth.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/HttpAuth.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004 ReiniUrban +/** + * Copyright © 2004 ReiniUrban * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** @@ -32,6 +34,7 @@ * Try the available auth methods (most likely Bogo) and sent this header back. * header('Authorization: Basic '.base64_encode("$userid:$passwd")."\r\n"; */ + class _HttpAuthPassUser extends _PassUser { Modified: trunk/lib/WikiUser/HttpAuthUpper.php =================================================================== --- trunk/lib/WikiUser/HttpAuthUpper.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/HttpAuthUpper.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004,2007 ReiniUrban +/** + * Copyright © 2004,2007 ReiniUrban * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** @@ -33,6 +35,7 @@ * Try the available auth methods (most likely Bogo) and sent this header back. * header('Authorization: Basic '.base64_encode("$userid:$passwd")."\r\n"; */ + class _HttpAuthUpperPassUser extends _PassUser { Modified: trunk/lib/WikiUser/IMAP.php =================================================================== --- trunk/lib/WikiUser/IMAP.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/IMAP.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2004 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ class _IMAPPassUser Modified: trunk/lib/WikiUser/LDAP.php =================================================================== --- trunk/lib/WikiUser/LDAP.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/LDAP.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004,2007 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2004,2007 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ class _LDAPPassUser Modified: trunk/lib/WikiUser/LdapUpper.php =================================================================== --- trunk/lib/WikiUser/LdapUpper.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/LdapUpper.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2007,2009 Reini Urban +/** + * Copyright © 2007,2009 Reini Urban * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ include_once 'lib/WikiUser/LDAP.php'; Modified: trunk/lib/WikiUser/OpenID.php =================================================================== --- trunk/lib/WikiUser/OpenID.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/OpenID.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2010 ReiniUrban +/** + * Copyright © 2010 ReiniUrban * Zend_OpenId_Consumer parts from Zend licensed under * http://framework.zend.com/license/new-bsd * @@ -21,6 +20,9 @@ * with PhpWiki; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * + * SPDX-License-Identifier: GPL-2.0+ + * + * * This is not yet finished. We do not want to use zend extensions. * * See http://openid.net/specs/openid-authentication-1_1.html Modified: trunk/lib/WikiUser/POP3.php =================================================================== --- trunk/lib/WikiUser/POP3.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/POP3.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2004 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ require_once 'lib/WikiUser/IMAP.php'; Modified: trunk/lib/WikiUser/PdoDb.php =================================================================== --- trunk/lib/WikiUser/PdoDb.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/PdoDb.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004, 2005 ReiniUrban +/** + * Copyright © 2004, 2005 ReiniUrban * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ include_once 'lib/WikiUser/Db.php'; Modified: trunk/lib/WikiUser/PearDb.php =================================================================== --- trunk/lib/WikiUser/PearDb.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/PearDb.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004 ReiniUrban +/** + * Copyright © 2004 ReiniUrban * * This file is part of PhpWiki. * @@ -18,7 +17,11 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ + include_once 'lib/WikiUser/Db.php'; class _PearDbPassUser Modified: trunk/lib/WikiUser/PersonalPage.php =================================================================== --- trunk/lib/WikiUser/PersonalPage.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/PersonalPage.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004 ReiniUrban +/** + * Copyright © 2004 ReiniUrban * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/WikiUser/Session.php =================================================================== --- trunk/lib/WikiUser/Session.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser/Session.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2004 ReiniUrban +/** + * Copyright © 2004 ReiniUrban * * This file is part of PhpWiki. * @@ -18,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** @@ -27,6 +29,7 @@ * define('AUTH_SESS_USER','userid'); * define('AUTH_SESS_LEVEL',2); */ + class _SessionPassUser extends _PassUser { Modified: trunk/lib/WikiUser.php =================================================================== --- trunk/lib/WikiUser.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/WikiUser.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,8 @@ <?php -/* 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 +/** + * Copyright © 2004,2005,2006,2007,2009,2010 $ThePhpWikiProgrammingTeam + * Copyright © 2009-2010 Marc-Etienne Vargenau, Alcatel-Lucent + * Copyright © 2009-2010 Roger Guignard, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -18,6 +19,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/XmlParser.php =================================================================== --- trunk/lib/XmlParser.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/XmlParser.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,5 +1,5 @@ <?php -/* +/** * This file is part of PhpWiki. * * PhpWiki is free software; you can redistribute it and/or modify @@ -15,6 +15,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/XmlRpcServer.php =================================================================== --- trunk/lib/XmlRpcServer.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/XmlRpcServer.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,7 @@ <?php -/* - * Copyright (C) 2002, Lawrence Akka <la...@us...> - * Copyright (C) 2004,2005,2006,2007 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2002, Lawrence Akka <la...@us...> + * Copyright © 2004,2005,2006,2007 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -18,6 +18,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /* Modified: trunk/lib/diff.php =================================================================== --- trunk/lib/diff.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/diff.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright (C) 2000, 2001 Geoffrey T. Dairiki <da...@da...> +/** + * Copyright © 2000, 2001 Geoffrey T. Dairiki <da...@da...> * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ // diff.php Modified: trunk/lib/diff3.php =================================================================== --- trunk/lib/diff3.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/diff3.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright (C) 2001 Geoffrey T. Dairiki <da...@da...> +/** + * Copyright © 2001 Geoffrey T. Dairiki <da...@da...> * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ // diff3.php Modified: trunk/lib/difflib.php =================================================================== --- trunk/lib/difflib.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/difflib.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright (C) 2000, 2001 Geoffrey T. Dairiki <da...@da...> +/** + * Copyright © 2000, 2001 Geoffrey T. Dairiki <da...@da...> * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ // difflib.php Modified: trunk/lib/display.php =================================================================== --- trunk/lib/display.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/display.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,5 +1,6 @@ <?php -/* Copyright (C) 2004-2011 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2004-2011 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -16,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ // display.php: fetch page or get default content Modified: trunk/lib/imagecache.php =================================================================== --- trunk/lib/imagecache.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/imagecache.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright (C) 2002 Johannes Große +/** + * Copyright © 2002 Johannes Große * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/install.php =================================================================== --- trunk/lib/install.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/install.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,6 +1,6 @@ <?php -/* - * Copyright 2004 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2004 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -17,6 +17,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** Modified: trunk/lib/loadsave.php =================================================================== --- trunk/lib/loadsave.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/loadsave.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,7 @@ <?php -/* - * Copyright 1999,2000,2001,2002,2004,2005,2006,2007 $ThePhpWikiProgrammingTeam - * Copyright 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 1999,2000,2001,2002,2004,2005,2006,2007 $ThePhpWikiProgrammingTeam + * Copyright © 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -18,6 +18,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ require_once 'lib/mimelib.php'; Modified: trunk/lib/main.php =================================================================== --- trunk/lib/main.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/main.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,8 +1,8 @@ <?php -/* - * Copyright 1999-2008 $ThePhpWikiProgrammingTeam - * Copyright (C) 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent - * Copyright (C) 2009 Roger Guignard, Alcatel-Lucent +/** + * Copyright © 1999-2008 $ThePhpWikiProgrammingTeam + * Copyright © 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent + * Copyright © 2009 Roger Guignard, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,6 +19,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ define ('USE_PREFS_IN_PAGE', true); Modified: trunk/lib/pdf.php =================================================================== --- trunk/lib/pdf.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/pdf.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,8 +1,8 @@ <?php -/* - * Copyright (C) 2003 Olivier PLATHEY - * Copyright (C) 200? Don Sebà - * Copyright (C) 2004,2006,2007 Reini Urban +/** + * Copyright © 2003 Olivier PLATHEY + * Copyright © 200? Don Sebà + * Copyright © 2004,2006,2007 Reini Urban * * This file is part of PhpWiki. * @@ -19,6 +19,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ //define("USE_EXTERNAL_HTML2PDF", "htmldoc --quiet --format pdf14 --jpeg --webpage --no-toc --no-title %s"); Modified: trunk/lib/stdlib.php =================================================================== --- trunk/lib/stdlib.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/stdlib.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,7 @@ <?php -/* - * Copyright 1999-2008 $ThePhpWikiProgrammingTeam - * Copyright 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 1999-2008 $ThePhpWikiProgrammingTeam + * Copyright © 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -18,6 +18,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /* Modified: trunk/lib/upgrade.php =================================================================== --- trunk/lib/upgrade.php 2016-10-10 12:26:44 UTC (rev 9949) +++ trunk/lib/upgrade.php 2016-10-10 12:28:00 UTC (rev 9950) @@ -1,7 +1,7 @@ <?php -/* - * Copyright 2004,2005,2006,2007 $ThePhpWikiProgrammingTeam - * Copyright 2008 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2004,2005,2006,2007 $ThePhpWikiProgrammingTeam + * Copyright © 2008 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -18,6 +18,9 @@ * 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. + * + * SPDX-License-Identifier: GPL-2.0+ + * */ /** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |