From: <var...@us...> - 2016-10-06 16:50:32
|
Revision: 9937 http://sourceforge.net/p/phpwiki/code/9937 Author: vargenau Date: 2016-10-06 16:50:28 +0000 (Thu, 06 Oct 2016) Log Message: ----------- Add SPDX-License-Identifier Modified Paths: -------------- trunk/lib/plugin/AddComment.php trunk/lib/plugin/AllPages.php trunk/lib/plugin/AllUsers.php trunk/lib/plugin/AnalyseAccessLogSql.php trunk/lib/plugin/AppendText.php trunk/lib/plugin/AsciiMath.php trunk/lib/plugin/AsciiSVG.php trunk/lib/plugin/AtomFeed.php trunk/lib/plugin/AuthorHistory.php trunk/lib/plugin/BackLinks.php trunk/lib/plugin/BlogArchives.php trunk/lib/plugin/BlogJournal.php trunk/lib/plugin/BoxRight.php trunk/lib/plugin/CacheTest.php trunk/lib/plugin/Calendar.php trunk/lib/plugin/CalendarList.php trunk/lib/plugin/CategoryPage.php trunk/lib/plugin/Chart.php trunk/lib/plugin/Comment.php trunk/lib/plugin/CreateBib.php trunk/lib/plugin/CreatePage.php trunk/lib/plugin/CreateToc.php trunk/lib/plugin/CurrentTime.php trunk/lib/plugin/DeadEndPages.php trunk/lib/plugin/DebugAuthInfo.php trunk/lib/plugin/DebugBackendInfo.php trunk/lib/plugin/DebugGroupInfo.php trunk/lib/plugin/DebugRetransform.php trunk/lib/plugin/Diff.php trunk/lib/plugin/DynamicIncludePage.php trunk/lib/plugin/EditMetaData.php trunk/lib/plugin/ExternalSearch.php trunk/lib/plugin/FacebookLike.php trunk/lib/plugin/FileInfo.php trunk/lib/plugin/FoafViewer.php trunk/lib/plugin/FullTextSearch.php trunk/lib/plugin/FuzzyPages.php trunk/lib/plugin/GoTo.php trunk/lib/plugin/GoogleMaps.php trunk/lib/plugin/GooglePlugin.php trunk/lib/plugin/GraphViz.php trunk/lib/plugin/HelloWorld.php trunk/lib/plugin/HtmlConverter.php trunk/lib/plugin/IncludePage.php trunk/lib/plugin/IncludePages.php trunk/lib/plugin/IncludeSiteMap.php trunk/lib/plugin/IncludeTree.php trunk/lib/plugin/InterWikiSearch.php trunk/lib/plugin/JabberPresence.php trunk/lib/plugin/LdapSearch.php trunk/lib/plugin/LikePages.php trunk/lib/plugin/LinkDatabase.php trunk/lib/plugin/LinkSearch.php trunk/lib/plugin/ListPages.php trunk/lib/plugin/ListRelations.php trunk/lib/plugin/ListSubpages.php trunk/lib/plugin/MediawikiTable.php trunk/lib/plugin/ModeratedPage.php trunk/lib/plugin/MostPopular.php trunk/lib/plugin/NewPagesPerUser.php trunk/lib/plugin/NoCache.php trunk/lib/plugin/OldStyleTable.php trunk/lib/plugin/OrphanedPages.php trunk/lib/plugin/PageDump.php trunk/lib/plugin/PageGroup.php trunk/lib/plugin/PageHistory.php trunk/lib/plugin/PageInfo.php trunk/lib/plugin/PageTrail.php trunk/lib/plugin/PasswordReset.php trunk/lib/plugin/PhotoAlbum.php trunk/lib/plugin/PhpHighlight.php trunk/lib/plugin/PhpWeather.php trunk/lib/plugin/Ploticus.php trunk/lib/plugin/PluginManager.php trunk/lib/plugin/PopUp.php trunk/lib/plugin/PopularNearby.php trunk/lib/plugin/PopularTags.php trunk/lib/plugin/PreferenceApp.php trunk/lib/plugin/PreferencesInfo.php trunk/lib/plugin/PrevNext.php trunk/lib/plugin/Processing.php trunk/lib/plugin/RandomPage.php trunk/lib/plugin/RateIt.php trunk/lib/plugin/RawHtml.php trunk/lib/plugin/RecentChanges.php trunk/lib/plugin/RecentChangesCached.php trunk/lib/plugin/RecentComments.php trunk/lib/plugin/RecentEdits.php trunk/lib/plugin/RecentReferrers.php trunk/lib/plugin/RedirectTo.php trunk/lib/plugin/RelatedChanges.php trunk/lib/plugin/RichTable.php trunk/lib/plugin/RssFeed.php trunk/lib/plugin/SearchHighlight.php trunk/lib/plugin/SemanticRelations.php trunk/lib/plugin/SemanticSearch.php trunk/lib/plugin/SemanticSearchAdvanced.php trunk/lib/plugin/SiteMap.php trunk/lib/plugin/SpellCheck.php trunk/lib/plugin/SqlResult.php trunk/lib/plugin/SyncWiki.php trunk/lib/plugin/SyntaxHighlighter.php trunk/lib/plugin/SystemInfo.php trunk/lib/plugin/TeX2png.php trunk/lib/plugin/Template.php trunk/lib/plugin/TexToPng.php trunk/lib/plugin/TitleSearch.php trunk/lib/plugin/Transclude.php trunk/lib/plugin/TranslateText.php trunk/lib/plugin/UnfoldSubpages.php trunk/lib/plugin/UpLoad.php trunk/lib/plugin/UriResolver.php trunk/lib/plugin/UserPreferences.php trunk/lib/plugin/UserRatings.php trunk/lib/plugin/Video.php trunk/lib/plugin/VisualWiki.php trunk/lib/plugin/WantedPages.php trunk/lib/plugin/WatchPage.php trunk/lib/plugin/WhoIsOnline.php trunk/lib/plugin/WikiAdminChown.php trunk/lib/plugin/WikiAdminDeleteAcl.php trunk/lib/plugin/WikiAdminPurge.php trunk/lib/plugin/WikiAdminRemove.php trunk/lib/plugin/WikiAdminSearchReplace.php trunk/lib/plugin/WikiAdminSelect.php trunk/lib/plugin/WikiAdminSetAcl.php trunk/lib/plugin/WikiAdminSetAclSimple.php trunk/lib/plugin/WikiAdminSetExternal.php trunk/lib/plugin/WikiAdminUtils.php trunk/lib/plugin/WikiBlog.php trunk/lib/plugin/WikiForm.php trunk/lib/plugin/WikiFormRich.php trunk/lib/plugin/WikiForum.php trunk/lib/plugin/WikiPoll.php trunk/lib/plugin/WikiTranslation.php trunk/lib/plugin/WikicreoleTable.php trunk/lib/plugin/YouTube.php trunk/lib/plugin/text2png.php Modified: trunk/lib/plugin/AddComment.php =================================================================== --- trunk/lib/plugin/AddComment.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/AddComment.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -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+ + * */ /** Modified: trunk/lib/plugin/AllPages.php =================================================================== --- trunk/lib/plugin/AllPages.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/AllPages.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 1999,2000,2001,2002,2004,2005 $ThePhpWikiProgrammingTeam + * Copyright © 1999,2000,2001,2002,2004,2005 $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/PageList.php'; @@ -27,6 +29,7 @@ * to be able to have the action pages: * AllPagesCreatedByMe, AllPagesOwnedByMe, AllPagesLastAuthoredByMe */ + class WikiPlugin_AllPages extends WikiPlugin { Modified: trunk/lib/plugin/AllUsers.php =================================================================== --- trunk/lib/plugin/AllUsers.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/AllUsers.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 2002,2004 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2002,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/PageList.php'; @@ -30,6 +32,7 @@ * users with db prefs and * externally authenticated users with a db users table, if auth_user_exists is defined. */ + class WikiPlugin_AllUsers extends WikiPlugin { Modified: trunk/lib/plugin/AnalyseAccessLogSql.php =================================================================== --- trunk/lib/plugin/AnalyseAccessLogSql.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/AnalyseAccessLogSql.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,6 +1,6 @@ <?php -/* - * Copyright 2005 Charles Corrigan and $ThePhpWikiProgrammingTeam +/** + * Copyright © 2005 Charles Corrigan and $ThePhpWikiProgrammingTeam * * This file is (not yet) 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+ + * */ /** @@ -26,6 +29,7 @@ * * To add a new query, see getQueryString() */ + class WikiPlugin_AnalyseAccessLogSql extends WikiPlugin { Modified: trunk/lib/plugin/AppendText.php =================================================================== --- trunk/lib/plugin/AppendText.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/AppendText.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 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+ + * */ /** @@ -30,6 +32,7 @@ * * Todo: multiple pages. e.g. AppendText s=~[CategoryINtime~] page=<!plugin TitleSearch intime !> */ + class WikiPlugin_AppendText extends WikiPlugin { Modified: trunk/lib/plugin/AsciiMath.php =================================================================== --- trunk/lib/plugin/AsciiMath.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/AsciiMath.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - -/* - * Copyright 2005 $ThePhpWikiProgrammingTeam - * Copyright 2009 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2005 $ThePhpWikiProgrammingTeam + * Copyright © 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,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/ASCIIMathPHP/ASCIIMathPHP.class.php'; @@ -38,6 +40,7 @@ <mfrac><mi>π</mi><mo>2</mo></mfrac> </math> */ + class WikiPlugin_AsciiMath extends WikiPlugin { Modified: trunk/lib/plugin/AsciiSVG.php =================================================================== --- trunk/lib/plugin/AsciiSVG.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/AsciiSVG.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 2007 $ThePhpWikiProgrammingTeam +/** + * Copyright © 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+ + * */ /** @@ -25,6 +27,7 @@ * Requires ENABLE_XHTML_XML = true * Syntax: http://www1.chapman.edu/~jipsen/svg/asciisvgcommands.html */ + class WikiPlugin_AsciiSVG extends WikiPlugin { Modified: trunk/lib/plugin/AtomFeed.php =================================================================== --- trunk/lib/plugin/AtomFeed.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/AtomFeed.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 2010 Sébastien Le Callonnec +/** + * Copyright © 2010 Sébastien Le Callonnec * * This file is part of PhpWiki. * @@ -18,10 +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+ + * */ + /** * @author: Sébastien Le Callonnec */ + require_once 'lib/WikiPlugin.php'; require_once 'lib/AtomParser.php'; Modified: trunk/lib/plugin/AuthorHistory.php =================================================================== --- trunk/lib/plugin/AuthorHistory.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/AuthorHistory.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - /** - * Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam - * Copyright 2009 Marc-Etienne Vargenau, Alcatel-Lucent + * Copyright © 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam + * Copyright © 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,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/plugin/BackLinks.php =================================================================== --- trunk/lib/plugin/BackLinks.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/BackLinks.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 1999,2000,2001,2002,2006 $ThePhpWikiProgrammingTeam + * Copyright © 1999,2000,2001,2002,2006 $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/PageList.php'; Modified: trunk/lib/plugin/BlogArchives.php =================================================================== --- trunk/lib/plugin/BlogArchives.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/BlogArchives.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -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/plugin/WikiBlog.php'; @@ -32,6 +34,7 @@ * leave off time subpage? Blogs just per day with one summary title only? * @author: Reini Urban */ + class WikiPlugin_BlogArchives extends WikiPlugin_WikiBlog { Modified: trunk/lib/plugin/BlogJournal.php =================================================================== --- trunk/lib/plugin/BlogJournal.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/BlogJournal.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2005 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2005 $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/plugin/WikiBlog.php'; @@ -31,6 +33,7 @@ * * @author: Reini Urban */ + class WikiPlugin_BlogJournal extends WikiPlugin_WikiBlog { Modified: trunk/lib/plugin/BoxRight.php =================================================================== --- trunk/lib/plugin/BoxRight.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/BoxRight.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 2006 $ThePhpWikiProgrammingTeam + * Copyright © 2006 $ThePhpWikiProgrammingTeam * * 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+ + * */ /** * A simple plugin for <div class="boxright"> with wikimarkup */ + class WikiPlugin_BoxRight extends WikiPlugin { Modified: trunk/lib/plugin/CacheTest.php =================================================================== --- trunk/lib/plugin/CacheTest.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/CacheTest.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2002 Johannes Große +/** + * Copyright © 2002 Johannes Große * * This file is part of PhpWiki. * @@ -18,37 +17,25 @@ * 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+ + * */ // +---------------------------------------------------------------------+ -// | CacheTest.php | -// +---------------------------------------------------------------------+ // | simple test of the WikiPluginCached class which provides a | // | text to image conversion. | // | This is a usage example of WikiPluginCached. | -// | | -// | You may copy this code freely under the conditions of the GPL | // +---------------------------------------------------------------------+ /*------------------------------------------------------------------------ - | CacheTest - *------------------------------------------------------------------------ | | You may call this plugin as follows: | | <<CacheTest text="What a wonderful test!" >> | - -/*----------------------------------------------------------------------- - | - | Source - | *----------------------------------------------------------------------*/ -/*----------------------------------------------------------------------- - | WikiPlugin_CacheTest - *----------------------------------------------------------------------*/ - require_once 'lib/WikiPluginCached.php'; class WikiPlugin_CacheTest Modified: trunk/lib/plugin/Calendar.php =================================================================== --- trunk/lib/plugin/Calendar.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/Calendar.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 1999,2000,2001,2002,2007 $ThePhpWikiProgrammingTeam + * Copyright © 1999,2000,2001,2002,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+ + * */ if (!defined('SECONDS_PER_DAY')) Modified: trunk/lib/plugin/CalendarList.php =================================================================== --- trunk/lib/plugin/CalendarList.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/CalendarList.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * * Copyright 1999-2002,2005-2007 $ThePhpWikiProgrammingTeam + * Copyright © 1999-2002,2005-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+ + * */ // if not defined in config.ini @@ -46,6 +48,7 @@ * The behaviour before 2007 with last/next_n_days was to start now. * */ + class WikiPlugin_CalendarList extends WikiPlugin { Modified: trunk/lib/plugin/CategoryPage.php =================================================================== --- trunk/lib/plugin/CategoryPage.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/CategoryPage.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam + * Copyright © 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -18,9 +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+ + * */ -//require_once('lib/InlineParser.php'); require_once 'lib/BlockParser.php'; /** @@ -37,6 +38,7 @@ * * This has only been used in wikilens.org. */ + class WikiPlugin_CategoryPage extends WikiPlugin { Modified: trunk/lib/plugin/Chart.php =================================================================== --- trunk/lib/plugin/Chart.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/Chart.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - -/* - * Copyright 2007 $ThePhpWikiProgrammingTeam - * Copyright 2009 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2007 $ThePhpWikiProgrammingTeam + * Copyright © 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,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/plugin/Comment.php =================================================================== --- trunk/lib/plugin/Comment.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/Comment.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,9 +1,8 @@ <?php - -/* - * Copyright (C) 2003 Martin Geisler - * Copyright (C) 2003-2004 $ThePhpWikiProgrammingTeam - * Copyright (C) 2009 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2003 Martin Geisler + * Copyright © 2003-2004 $ThePhpWikiProgrammingTeam + * Copyright © 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -20,7 +19,10 @@ * 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+ + * + */ /** * A WikiPlugin for putting comments in WikiPages Modified: trunk/lib/plugin/CreateBib.php =================================================================== --- trunk/lib/plugin/CreateBib.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/CreateBib.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 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+ + * */ /** Modified: trunk/lib/plugin/CreatePage.php =================================================================== --- trunk/lib/plugin/CreatePage.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/CreatePage.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 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+ + * */ /** Modified: trunk/lib/plugin/CreateToc.php =================================================================== --- trunk/lib/plugin/CreateToc.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/CreateToc.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - -/* - * Copyright 2004,2005 $ThePhpWikiProgrammingTeam - * Copyright 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2004,2005 $ThePhpWikiProgrammingTeam + * Copyright © 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,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/plugin/CurrentTime.php =================================================================== --- trunk/lib/plugin/CurrentTime.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/CurrentTime.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 2008 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2008 Marc-Etienne Vargenau, Alcatel-Lucent * * 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/plugin/DeadEndPages.php =================================================================== --- trunk/lib/plugin/DeadEndPages.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/DeadEndPages.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,5 +1,4 @@ <?php - /** * This file is part of PhpWiki. * @@ -16,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/plugin/DebugAuthInfo.php =================================================================== --- trunk/lib/plugin/DebugAuthInfo.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/DebugAuthInfo.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 2004 $ThePhpWikiProgrammingTeam + * Copyright © 2004 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -18,9 +17,13 @@ * 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/Template.php'; + /** * Used to debug auth problems and settings. * This plugin is only testing purposes. @@ -28,6 +31,7 @@ * * Warning! This may display db and user passwords in cleartext. */ + class WikiPlugin_DebugAuthInfo extends WikiPlugin { Modified: trunk/lib/plugin/DebugBackendInfo.php =================================================================== --- trunk/lib/plugin/DebugBackendInfo.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/DebugBackendInfo.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 1999,2000,2001,2002,2006,2007 $ThePhpWikiProgrammingTeam + * Copyright © 1999,2000,2001,2002,2006,2007 $ThePhpWikiProgrammingTeam * * This file is part of PhpWiki. * @@ -18,11 +17,13 @@ * 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/Template.php'; -/** - */ + class WikiPlugin_DebugBackendInfo extends WikiPlugin { Modified: trunk/lib/plugin/DebugGroupInfo.php =================================================================== --- trunk/lib/plugin/DebugGroupInfo.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/DebugGroupInfo.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 2004 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2004 $ThePhpWikiProgrammingTeam * * 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+ + * */ /** * @author: Charles Corrigan */ + class WikiPlugin_DebugGroupInfo extends WikiPlugin { Modified: trunk/lib/plugin/DebugRetransform.php =================================================================== --- trunk/lib/plugin/DebugRetransform.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/DebugRetransform.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 2007 $ThePhpWikiProgrammingTeam + * Copyright © 2007 $ThePhpWikiProgrammingTeam * * 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+ + * */ /** * Only useful for link and parser debugging purposes. */ + class WikiPlugin_DebugRetransform extends WikiPlugin { Modified: trunk/lib/plugin/Diff.php =================================================================== --- trunk/lib/plugin/Diff.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/Diff.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 1999, 2000, 2001, 2002, 2004 $ThePhpWikiProgrammingTeam + * Copyright © 1999, 2000, 2001, 2002, 2004 $ThePhpWikiProgrammingTeam * * 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+ + * */ + /** * lib/diff.php converted to a plugin by electrawn, * plugin cleaned up by rurban, Modified: trunk/lib/plugin/DynamicIncludePage.php =================================================================== --- trunk/lib/plugin/DynamicIncludePage.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/DynamicIncludePage.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 2009 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2009 $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+ + * */ /** Modified: trunk/lib/plugin/EditMetaData.php =================================================================== --- trunk/lib/plugin/EditMetaData.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/EditMetaData.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 1999,2000,2001,2002,2007 $ThePhpWikiProgrammingTeam + * Copyright © 1999,2000,2001,2002,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+ + * */ /** Modified: trunk/lib/plugin/ExternalSearch.php =================================================================== --- trunk/lib/plugin/ExternalSearch.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/ExternalSearch.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 1999,2000,2001,2002,2006 $ThePhpWikiProgrammingTeam + * Copyright © 1999,2000,2001,2002,2006 $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+ + * */ /** @@ -29,6 +31,7 @@ useimage="http://www.geourl.org/maps/au.png" name="Go Godzilla All Over It" */ + if (!defined("EXTERNALSEARCH_DEFAULT_BUTTON_POSITION")) define("EXTERNALSEARCH_DEFAULT_BUTTON_POSITION", "right"); Modified: trunk/lib/plugin/FacebookLike.php =================================================================== --- trunk/lib/plugin/FacebookLike.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/FacebookLike.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /* - * Copyright 2010 Reini Urban + * Copyright © 2010 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+ + * */ /** Modified: trunk/lib/plugin/FileInfo.php =================================================================== --- trunk/lib/plugin/FileInfo.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/FileInfo.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - /* - * Copyright 2005,2007 $ThePhpWikiProgrammingTeam - * Copyright 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent + * Copyright © 2005,2007 $ThePhpWikiProgrammingTeam + * Copyright © 2008-2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,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/plugin/FoafViewer.php =================================================================== --- trunk/lib/plugin/FoafViewer.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/FoafViewer.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -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+ + * */ /** Modified: trunk/lib/plugin/FullTextSearch.php =================================================================== --- trunk/lib/plugin/FullTextSearch.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/FullTextSearch.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 1999-2002,2004,2005,2007,2009 $ThePhpWikiProgrammingTeam +/** + * Copyright © 1999-2002,2004,2005,2007,2009 $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/TextSearchQuery.php'; Modified: trunk/lib/plugin/FuzzyPages.php =================================================================== --- trunk/lib/plugin/FuzzyPages.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/FuzzyPages.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - -/* - * Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam - * Copyright 2009 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam + * Copyright © 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,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/plugin/GoTo.php =================================================================== --- trunk/lib/plugin/GoTo.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/GoTo.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -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+ + * */ /** @@ -26,7 +28,7 @@ * that page; if not, edit (create) that page. * Note: pagenames are absolute, not relative to the actual subpage. * - * Usage: <<GoTo >> + * Usage: <<GoTo size=32>> * @author: Michael van Dam */ Modified: trunk/lib/plugin/GoogleMaps.php =================================================================== --- trunk/lib/plugin/GoogleMaps.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/GoogleMaps.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 2005 $ThePhpWikiProgrammingTeam + * Copyright © 2005 $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+ + * */ /** @@ -55,6 +57,7 @@ * drawing polygons * Automatic route following */ + class WikiPlugin_GoogleMaps extends WikiPlugin { Modified: trunk/lib/plugin/GooglePlugin.php =================================================================== --- trunk/lib/plugin/GooglePlugin.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/GooglePlugin.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 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/Google.php'; @@ -36,6 +38,7 @@ * Create a novel UI for searching * Add Google's spell-checking to an application */ + class WikiPlugin_GooglePlugin extends WikiPlugin { Modified: trunk/lib/plugin/GraphViz.php =================================================================== --- trunk/lib/plugin/GraphViz.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/GraphViz.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 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+ + * */ /** Modified: trunk/lib/plugin/HelloWorld.php =================================================================== --- trunk/lib/plugin/HelloWorld.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/HelloWorld.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam + * Copyright © 1999, 2000, 2001, 2002 $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+ + * */ /** Modified: trunk/lib/plugin/HtmlConverter.php =================================================================== --- trunk/lib/plugin/HtmlConverter.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/HtmlConverter.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 2005 Wincor Nixdorf International GmbH +/** + * Copyright © 2005 Wincor Nixdorf International GmbH * * 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+ + * */ /** @@ -26,7 +28,7 @@ * copied and pasted into a wiki page. * Credit to an unknown programmer, who has provided the first * version 0.01 on http://www.gpgstudy.com/striphtml.phps - * Usage: <<HtmlConverter >> + * Usage: <<HtmlConverter>> * Author: HendrikScheider <hen...@wi...> */ Modified: trunk/lib/plugin/IncludePage.php =================================================================== --- trunk/lib/plugin/IncludePage.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/IncludePage.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - -/* - * Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam - * Copyright 2008-2011 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam + * Copyright © 2008-2011 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,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/plugin/IncludePages.php =================================================================== --- trunk/lib/plugin/IncludePages.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/IncludePages.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 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+ + * */ /** Modified: trunk/lib/plugin/IncludeSiteMap.php =================================================================== --- trunk/lib/plugin/IncludeSiteMap.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/IncludeSiteMap.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 2003,2004 $ThePhpWikiProgrammingTeam + * Copyright © 2003,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+ + * */ /** Modified: trunk/lib/plugin/IncludeTree.php =================================================================== --- trunk/lib/plugin/IncludeTree.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/IncludeTree.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 2003,2004,2009 $ThePhpWikiProgrammingTeam + * Copyright © 2003,2004,2009 $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+ + * */ /** Modified: trunk/lib/plugin/InterWikiSearch.php =================================================================== --- trunk/lib/plugin/InterWikiSearch.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/InterWikiSearch.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam + * Copyright © 1999, 2000, 2001, 2002 $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/PageType.php'; Modified: trunk/lib/plugin/JabberPresence.php =================================================================== --- trunk/lib/plugin/JabberPresence.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/JabberPresence.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -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+ + * */ /** Modified: trunk/lib/plugin/LdapSearch.php =================================================================== --- trunk/lib/plugin/LdapSearch.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/LdapSearch.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,7 @@ <?php /** - * Copyright 2004 John Lines - * Copyright 2007 $ThePhpWikiProgrammingTeam + * Copyright © 2004 John Lines + * Copyright © 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/plugin/LikePages.php =================================================================== --- trunk/lib/plugin/LikePages.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/LikePages.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam + * Copyright © 1999, 2000, 2001, 2002 $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/TextSearchQuery.php'; Modified: trunk/lib/plugin/LinkDatabase.php =================================================================== --- trunk/lib/plugin/LinkDatabase.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/LinkDatabase.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /** - * Copyright 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+ + * */ require_once 'lib/PageList.php'; Modified: trunk/lib/plugin/LinkSearch.php =================================================================== --- trunk/lib/plugin/LinkSearch.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/LinkSearch.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 2007 Reini Urban +/** + * Copyright © 2007 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+ + * */ require_once 'lib/TextSearchQuery.php'; @@ -28,6 +30,7 @@ * * @author: Reini Urban */ + class WikiPlugin_LinkSearch extends WikiPlugin { Modified: trunk/lib/plugin/ListPages.php =================================================================== --- trunk/lib/plugin/ListPages.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/ListPages.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 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/PageList.php'; @@ -31,6 +33,7 @@ * * @author: Dan Frankowski */ + class WikiPlugin_ListPages extends WikiPlugin { Modified: trunk/lib/plugin/ListRelations.php =================================================================== --- trunk/lib/plugin/ListRelations.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/ListRelations.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright 2006 Reini Urban +/** + * Copyright © 2006 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+ + * */ require_once 'lib/PageList.php'; @@ -27,6 +29,7 @@ * * @author: Reini Urban */ + class WikiPlugin_ListRelations extends WikiPlugin { Modified: trunk/lib/plugin/ListSubpages.php =================================================================== --- trunk/lib/plugin/ListSubpages.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/ListSubpages.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - /* - * Copyright 2002 $ThePhpWikiProgrammingTeam + * Copyright © 2002 $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+ + * */ /** @@ -25,6 +27,7 @@ * Based on UnfoldSubpages. * Usage: <<ListSubpages noheader=1 info=pagename,hits,mtime >> */ + require_once 'lib/PageList.php'; class WikiPlugin_ListSubpages Modified: trunk/lib/plugin/MediawikiTable.php =================================================================== --- trunk/lib/plugin/MediawikiTable.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/MediawikiTable.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,9 +1,8 @@ <?php - -/* - * Copyright (C) 2003 Sameer D. Sahasrabuddhe - * Copyright (C) 2005 $ThePhpWikiProgrammingTeam - * Copyright (C) 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2003 Sameer D. Sahasrabuddhe + * Copyright © 2005 $ThePhpWikiProgrammingTeam + * Copyright © 2008-2010 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -20,7 +19,10 @@ * 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+ + * + */ /* * Standard Alcatel-Lucent disclaimer for contributing to open source @@ -49,6 +51,7 @@ * A PhpWiki plugin that allows insertion of tables using a Mediawiki-like * syntax. */ + class WikiPlugin_MediawikiTable extends WikiPlugin { Modified: trunk/lib/plugin/ModeratedPage.php =================================================================== --- trunk/lib/plugin/ModeratedPage.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/ModeratedPage.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - -/* - * Copyright 2004,2005 $ThePhpWikiProgrammingTeam - * Copyright 2009 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2004,2005 $ThePhpWikiProgrammingTeam + * Copyright © 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,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/plugin/MostPopular.php =================================================================== --- trunk/lib/plugin/MostPopular.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/MostPopular.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - -/* - * Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam - * Copyright 2009 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam + * Copyright © 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,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/PageList.php'; Modified: trunk/lib/plugin/NewPagesPerUser.php =================================================================== --- trunk/lib/plugin/NewPagesPerUser.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/NewPagesPerUser.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2007 AVL +/** + * Copyright © 2007 AVL * * 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/plugin/NoCache.php =================================================================== --- trunk/lib/plugin/NoCache.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/NoCache.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - -/* - * Copyright 2004 $ThePhpWikiProgrammingTeam - * Copyright 2009 Marc-Etienne Vargenau, Alcatel-Lucent +/** + * Copyright © 2004 $ThePhpWikiProgrammingTeam + * Copyright © 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,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+ + * */ /** @@ -33,6 +35,7 @@ * Author: Reini Urban <ru...@x-...> * */ + class WikiPlugin_NoCache extends WikiPlugin { Modified: trunk/lib/plugin/OldStyleTable.php =================================================================== --- trunk/lib/plugin/OldStyleTable.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/OldStyleTable.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - /** - * Copyright 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam - * Copyright 2009 Marc-Etienne Vargenau, Alcatel-Lucent + * Copyright © 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam + * Copyright © 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,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/plugin/OrphanedPages.php =================================================================== --- trunk/lib/plugin/OrphanedPages.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/OrphanedPages.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,5 +1,4 @@ <?php - /** * This file is part of PhpWiki. * @@ -16,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+ + * */ /** @@ -24,7 +26,8 @@ * * Initial version by Lawrence Akka * - **/ + */ + require_once 'lib/PageList.php'; class WikiPlugin_OrphanedPages Modified: trunk/lib/plugin/PageDump.php =================================================================== --- trunk/lib/plugin/PageDump.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/PageDump.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,7 +1,6 @@ <?php - -/* - * Copyright (C) 2003 $ThePhpWikiProgrammingTeam +/** + * Copyright © 2003 $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+ + * */ /** Modified: trunk/lib/plugin/PageGroup.php =================================================================== --- trunk/lib/plugin/PageGroup.php 2016-10-06 15:52:28 UTC (rev 9936) +++ trunk/lib/plugin/PageGroup.php 2016-10-06 16:50:28 UTC (rev 9937) @@ -1,8 +1,7 @@ <?php - /** - * Copyright 1999,2000,2001,2002,2004 $ThePhpWikiProgrammingTeam - * Copyright 2009 Marc-Etienne Vargenau, Alcatel-Lucent + * Copyright © 1999,2000,2001,2002,2004 $ThePhpWikiProgrammingTeam + * Copyright © 2009 Marc-Etienne Vargenau, Alcatel-Lucent * * This file is part of PhpWiki. * @@ -19,6 +18,9 @@ * You should have received a copy of the GNU General Public License along * wi... [truncated message content] |