From 457eb73b61d0eec867a1e8ce495cfd46ccbd1ac1 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 7 Aug 2010 19:59:42 +0000 Subject: [PATCH] Standardised file description headers, added @file --- includes/api/ApiBase.php | 7 ++++--- includes/api/ApiBlock.php | 6 ++++-- includes/api/ApiDelete.php | 6 ++++-- includes/api/ApiDisabled.php | 6 ++++-- includes/api/ApiEditPage.php | 7 ++++--- includes/api/ApiEmailUser.php | 6 ++++-- includes/api/ApiExpandTemplates.php | 7 ++++--- includes/api/ApiFeedWatchlist.php | 7 ++++--- includes/api/ApiFormatBase.php | 7 ++++--- includes/api/ApiFormatDbg.php | 7 ++++--- includes/api/ApiFormatJson.php | 7 ++++--- includes/api/ApiFormatPhp.php | 7 ++++--- includes/api/ApiFormatRaw.php | 7 ++++--- includes/api/ApiFormatTxt.php | 7 ++++--- includes/api/ApiFormatWddx.php | 7 ++++--- includes/api/ApiFormatXml.php | 7 ++++--- includes/api/ApiFormatYaml.php | 7 ++++--- includes/api/ApiFormatYaml_spyc.php | 2 ++ includes/api/ApiHelp.php | 7 ++++--- includes/api/ApiImport.php | 7 ++++--- includes/api/ApiLogin.php | 7 ++++--- includes/api/ApiLogout.php | 7 ++++--- includes/api/ApiMain.php | 12 +++++------- includes/api/ApiMove.php | 6 ++++-- includes/api/ApiOpenSearch.php | 7 ++++--- includes/api/ApiPageSet.php | 7 ++++--- includes/api/ApiParamInfo.php | 7 ++++--- includes/api/ApiParse.php | 7 ++++--- includes/api/ApiPatrol.php | 7 ++++--- includes/api/ApiProtect.php | 6 ++++-- includes/api/ApiPurge.php | 6 ++++-- includes/api/ApiQuery.php | 7 ++++--- includes/api/ApiQueryAllCategories.php | 7 ++++--- includes/api/ApiQueryAllLinks.php | 7 ++++--- includes/api/ApiQueryAllUsers.php | 7 ++++--- includes/api/ApiQueryAllimages.php | 6 ++++-- includes/api/ApiQueryAllmessages.php | 7 ++++--- includes/api/ApiQueryAllpages.php | 7 ++++--- includes/api/ApiQueryBacklinks.php | 11 ++++++----- includes/api/ApiQueryBase.php | 7 ++++--- includes/api/ApiQueryBlocks.php | 7 ++++--- includes/api/ApiQueryCategories.php | 7 ++++--- includes/api/ApiQueryCategoryInfo.php | 7 ++++--- includes/api/ApiQueryCategoryMembers.php | 7 ++++--- includes/api/ApiQueryDeletedrevs.php | 7 ++++--- includes/api/ApiQueryDisabled.php | 6 ++++-- includes/api/ApiQueryDuplicateFiles.php | 7 ++++--- includes/api/ApiQueryExtLinksUsage.php | 7 ++++--- includes/api/ApiQueryExternalLinks.php | 7 ++++--- includes/api/ApiQueryFilearchive.php | 7 ++++--- includes/api/ApiQueryIWBacklinks.php | 13 +++++++------ includes/api/ApiQueryIWLinks.php | 7 ++++--- includes/api/ApiQueryImageInfo.php | 7 ++++--- includes/api/ApiQueryImages.php | 7 ++++--- includes/api/ApiQueryInfo.php | 7 ++++--- includes/api/ApiQueryLangLinks.php | 7 ++++--- includes/api/ApiQueryLinks.php | 7 ++++--- includes/api/ApiQueryLogEvents.php | 7 ++++--- includes/api/ApiQueryPageProps.php | 9 +++++---- includes/api/ApiQueryProtectedTitles.php | 7 ++++--- includes/api/ApiQueryRandom.php | 6 ++++-- includes/api/ApiQueryRecentChanges.php | 7 ++++--- includes/api/ApiQueryRevisions.php | 7 ++++--- includes/api/ApiQuerySearch.php | 7 ++++--- includes/api/ApiQuerySiteinfo.php | 7 ++++--- includes/api/ApiQueryTags.php | 7 ++++--- includes/api/ApiQueryUserContributions.php | 7 ++++--- includes/api/ApiQueryUserInfo.php | 7 ++++--- includes/api/ApiQueryUsers.php | 7 ++++--- includes/api/ApiQueryWatchlist.php | 7 ++++--- includes/api/ApiQueryWatchlistRaw.php | 7 ++++--- includes/api/ApiResult.php | 7 ++++--- includes/api/ApiRollback.php | 10 ++++++---- includes/api/ApiUnblock.php | 6 ++++-- includes/api/ApiUndelete.php | 10 ++++++---- includes/api/ApiUpload.php | 5 ++++- includes/api/ApiUserrights.php | 5 ++++- includes/api/ApiWatch.php | 7 ++++--- 78 files changed, 321 insertions(+), 228 deletions(-) diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 4b2a919a62..1e3d5af2f7 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ /** diff --git a/includes/api/ApiBlock.php b/includes/api/ApiBlock.php index 2cd9bbd41b..ecfc45fa9c 100644 --- a/includes/api/ApiBlock.php +++ b/includes/api/ApiBlock.php @@ -1,9 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -20,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiDelete.php b/includes/api/ApiDelete.php index f7a76d188a..52f09299fb 100644 --- a/includes/api/ApiDelete.php +++ b/includes/api/ApiDelete.php @@ -1,9 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -20,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiDisabled.php b/includes/api/ApiDisabled.php index 9079bd3716..f4da99ab81 100644 --- a/includes/api/ApiDisabled.php +++ b/includes/api/ApiDisabled.php @@ -1,9 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -20,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index 984b8aa406..159d1cc40b 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiEmailUser.php b/includes/api/ApiEmailUser.php index 18159ec937..886e3e170f 100644 --- a/includes/api/ApiEmailUser.php +++ b/includes/api/ApiEmailUser.php @@ -1,9 +1,9 @@ * * This program is free software; you can redistribute it and/or modify @@ -20,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiExpandTemplates.php b/includes/api/ApiExpandTemplates.php index 1c202271e0..fe281ccc5f 100644 --- a/includes/api/ApiExpandTemplates.php +++ b/includes/api/ApiExpandTemplates.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiFeedWatchlist.php b/includes/api/ApiFeedWatchlist.php index 34c6650bdd..097c4cc1f6 100644 --- a/includes/api/ApiFeedWatchlist.php +++ b/includes/api/ApiFeedWatchlist.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index 493e866d8d..169e1d2c57 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiFormatDbg.php b/includes/api/ApiFormatDbg.php index 3457d0c2a5..a9f66df996 100644 --- a/includes/api/ApiFormatDbg.php +++ b/includes/api/ApiFormatDbg.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiFormatJson.php b/includes/api/ApiFormatJson.php index b211bdfdc1..baddfa10b6 100644 --- a/includes/api/ApiFormatJson.php +++ b/includes/api/ApiFormatJson.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiFormatPhp.php b/includes/api/ApiFormatPhp.php index f488ed8c18..6d2e53a7da 100644 --- a/includes/api/ApiFormatPhp.php +++ b/includes/api/ApiFormatPhp.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiFormatRaw.php b/includes/api/ApiFormatRaw.php index e32d955dc4..23879a65cf 100644 --- a/includes/api/ApiFormatRaw.php +++ b/includes/api/ApiFormatRaw.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiFormatTxt.php b/includes/api/ApiFormatTxt.php index 6be2be1806..ab32055967 100644 --- a/includes/api/ApiFormatTxt.php +++ b/includes/api/ApiFormatTxt.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiFormatWddx.php b/includes/api/ApiFormatWddx.php index 3e592ce008..a8967b522f 100644 --- a/includes/api/ApiFormatWddx.php +++ b/includes/api/ApiFormatWddx.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiFormatXml.php b/includes/api/ApiFormatXml.php index eaf2c235a0..f725a26fe4 100644 --- a/includes/api/ApiFormatXml.php +++ b/includes/api/ApiFormatXml.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiFormatYaml.php b/includes/api/ApiFormatYaml.php index 8521db163b..e849c46531 100644 --- a/includes/api/ApiFormatYaml.php +++ b/includes/api/ApiFormatYaml.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiFormatYaml_spyc.php b/includes/api/ApiFormatYaml_spyc.php index 5feeeafd71..bc92e869c9 100644 --- a/includes/api/ApiFormatYaml_spyc.php +++ b/includes/api/ApiFormatYaml_spyc.php @@ -1,6 +1,8 @@ * @see http://spyc.sourceforge.net/ diff --git a/includes/api/ApiHelp.php b/includes/api/ApiHelp.php index 26abda6c2c..331190085c 100644 --- a/includes/api/ApiHelp.php +++ b/includes/api/ApiHelp.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiImport.php b/includes/api/ApiImport.php index c5bf9ed489..d2f300ad5b 100644 --- a/includes/api/ApiImport.php +++ b/includes/api/ApiImport.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiLogin.php b/includes/api/ApiLogin.php index 7f518b63e5..3cd622bac6 100644 --- a/includes/api/ApiLogin.php +++ b/includes/api/ApiLogin.php @@ -1,10 +1,9 @@ @gmail.com, * Daniel Cannon (cannon dot danielc at gmail dot com) * @@ -22,6 +21,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiLogout.php b/includes/api/ApiLogout.php index 7307c0eb1b..72b646ed4e 100644 --- a/includes/api/ApiLogout.php +++ b/includes/api/ApiLogout.php @@ -1,10 +1,9 @@ @gmail.com, * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 13ad25651a..bd85f5d6f4 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,9 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file + * @defgroup API API */ if ( !defined( 'MEDIAWIKI' ) ) { @@ -28,10 +30,6 @@ if ( !defined( 'MEDIAWIKI' ) ) { require_once( 'ApiBase.php' ); } -/** - * @defgroup API API - */ - /** * This is the main API class, used for both external and internal processing. * When executed, it will create the requested formatter object, diff --git a/includes/api/ApiMove.php b/includes/api/ApiMove.php index 3e9c4cf7e7..ed80831cfe 100644 --- a/includes/api/ApiMove.php +++ b/includes/api/ApiMove.php @@ -1,9 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -20,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiOpenSearch.php b/includes/api/ApiOpenSearch.php index 022ecd11e2..2940c0f058 100644 --- a/includes/api/ApiOpenSearch.php +++ b/includes/api/ApiOpenSearch.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiPageSet.php b/includes/api/ApiPageSet.php index ae81d24f17..2eafbb3d81 100644 --- a/includes/api/ApiPageSet.php +++ b/includes/api/ApiPageSet.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiParamInfo.php b/includes/api/ApiParamInfo.php index 6e26b30741..801ea06403 100644 --- a/includes/api/ApiParamInfo.php +++ b/includes/api/ApiParamInfo.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiParse.php b/includes/api/ApiParse.php index 545c820138..66868572f5 100644 --- a/includes/api/ApiParse.php +++ b/includes/api/ApiParse.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiPatrol.php b/includes/api/ApiPatrol.php index e180b357c6..77b54cead1 100644 --- a/includes/api/ApiPatrol.php +++ b/includes/api/ApiPatrol.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -20,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiPurge.php b/includes/api/ApiPurge.php index afe7df7578..8c287e3e62 100644 --- a/includes/api/ApiPurge.php +++ b/includes/api/ApiPurge.php @@ -1,10 +1,10 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryAllCategories.php b/includes/api/ApiQueryAllCategories.php index a8f09b120e..9f20ed86f2 100644 --- a/includes/api/ApiQueryAllCategories.php +++ b/includes/api/ApiQueryAllCategories.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryAllLinks.php b/includes/api/ApiQueryAllLinks.php index cb6243869f..537b2420f1 100644 --- a/includes/api/ApiQueryAllLinks.php +++ b/includes/api/ApiQueryAllLinks.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryAllUsers.php b/includes/api/ApiQueryAllUsers.php index 8ff0eade91..f3e469d169 100644 --- a/includes/api/ApiQueryAllUsers.php +++ b/includes/api/ApiQueryAllUsers.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryAllimages.php b/includes/api/ApiQueryAllimages.php index 0abb330c73..1c65536017 100644 --- a/includes/api/ApiQueryAllimages.php +++ b/includes/api/ApiQueryAllimages.php @@ -1,10 +1,10 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryAllpages.php b/includes/api/ApiQueryAllpages.php index c1919f2278..761db977a1 100644 --- a/includes/api/ApiQueryAllpages.php +++ b/includes/api/ApiQueryAllpages.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryBacklinks.php b/includes/api/ApiQueryBacklinks.php index 1748c2d89a..7c1db336db 100644 --- a/includes/api/ApiQueryBacklinks.php +++ b/includes/api/ApiQueryBacklinks.php @@ -1,11 +1,10 @@ @gmail.com + * Created on Oct 16, 2006 + * + * Copyright © 2006 Yuri Astrakhan @gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryBase.php b/includes/api/ApiQueryBase.php index c787dd912d..19790d4255 100644 --- a/includes/api/ApiQueryBase.php +++ b/includes/api/ApiQueryBase.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryBlocks.php b/includes/api/ApiQueryBlocks.php index a1f50702da..9661f32bef 100644 --- a/includes/api/ApiQueryBlocks.php +++ b/includes/api/ApiQueryBlocks.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryCategories.php b/includes/api/ApiQueryCategories.php index fb2b3ec5d4..2e2b00ae86 100644 --- a/includes/api/ApiQueryCategories.php +++ b/includes/api/ApiQueryCategories.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryCategoryInfo.php b/includes/api/ApiQueryCategoryInfo.php index 09306b4aad..4d67a19e11 100644 --- a/includes/api/ApiQueryCategoryInfo.php +++ b/includes/api/ApiQueryCategoryInfo.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryCategoryMembers.php b/includes/api/ApiQueryCategoryMembers.php index dbf7a9de86..ac657bf9fb 100644 --- a/includes/api/ApiQueryCategoryMembers.php +++ b/includes/api/ApiQueryCategoryMembers.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryDeletedrevs.php b/includes/api/ApiQueryDeletedrevs.php index 5062530134..b4ec7de46f 100644 --- a/includes/api/ApiQueryDeletedrevs.php +++ b/includes/api/ApiQueryDeletedrevs.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryDisabled.php b/includes/api/ApiQueryDisabled.php index d4f4eb7372..479acee157 100644 --- a/includes/api/ApiQueryDisabled.php +++ b/includes/api/ApiQueryDisabled.php @@ -1,9 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -20,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryDuplicateFiles.php b/includes/api/ApiQueryDuplicateFiles.php index 72d17bb2fa..dd6f780b8e 100644 --- a/includes/api/ApiQueryDuplicateFiles.php +++ b/includes/api/ApiQueryDuplicateFiles.php @@ -1,10 +1,9 @@ ,@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryExtLinksUsage.php b/includes/api/ApiQueryExtLinksUsage.php index f92ef41208..7205a78584 100644 --- a/includes/api/ApiQueryExtLinksUsage.php +++ b/includes/api/ApiQueryExtLinksUsage.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryExternalLinks.php b/includes/api/ApiQueryExternalLinks.php index 082b340e97..083481c813 100644 --- a/includes/api/ApiQueryExternalLinks.php +++ b/includes/api/ApiQueryExternalLinks.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryFilearchive.php b/includes/api/ApiQueryFilearchive.php index 9c459d7937..c76554d741 100644 --- a/includes/api/ApiQueryFilearchive.php +++ b/includes/api/ApiQueryFilearchive.php @@ -1,10 +1,9 @@ @gmail.com + * Created on May 14, 2010 + * + * Copyright © 2010 Sam Reed + * Copyright © 2006 Yuri Astrakhan @gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -22,6 +21,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryIWLinks.php b/includes/api/ApiQueryIWLinks.php index 90eb751189..3ee820b7eb 100644 --- a/includes/api/ApiQueryIWLinks.php +++ b/includes/api/ApiQueryIWLinks.php @@ -1,10 +1,9 @@ @gmail.com * @@ -22,6 +21,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryImageInfo.php b/includes/api/ApiQueryImageInfo.php index 8b6a995b20..2643db5f16 100644 --- a/includes/api/ApiQueryImageInfo.php +++ b/includes/api/ApiQueryImageInfo.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryImages.php b/includes/api/ApiQueryImages.php index 790c45f3e3..e6b4759815 100644 --- a/includes/api/ApiQueryImages.php +++ b/includes/api/ApiQueryImages.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryInfo.php b/includes/api/ApiQueryInfo.php index fd0b1074ff..d6d00496af 100644 --- a/includes/api/ApiQueryInfo.php +++ b/includes/api/ApiQueryInfo.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryLangLinks.php b/includes/api/ApiQueryLangLinks.php index 761e448a1d..f16e804e9e 100644 --- a/includes/api/ApiQueryLangLinks.php +++ b/includes/api/ApiQueryLangLinks.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryLinks.php b/includes/api/ApiQueryLinks.php index b2a5b7ab54..da2fd99b6f 100644 --- a/includes/api/ApiQueryLinks.php +++ b/includes/api/ApiQueryLinks.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index 5af2f5044e..eb1ec56a7d 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryPageProps.php b/includes/api/ApiQueryPageProps.php index 04d568703a..089c94f18a 100644 --- a/includes/api/ApiQueryPageProps.php +++ b/includes/api/ApiQueryPageProps.php @@ -1,11 +1,10 @@ @gmail.com + * Created on Sep 25, 2006 + * + * Copyright © 2010 Yuri Astrakhan @gmail.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryProtectedTitles.php b/includes/api/ApiQueryProtectedTitles.php index e0b7616df7..d247827ce4 100644 --- a/includes/api/ApiQueryProtectedTitles.php +++ b/includes/api/ApiQueryProtectedTitles.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryRandom.php b/includes/api/ApiQueryRandom.php index 4ffaeac76f..b3b840fdea 100644 --- a/includes/api/ApiQueryRandom.php +++ b/includes/api/ApiQueryRandom.php @@ -1,10 +1,10 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryRevisions.php b/includes/api/ApiQueryRevisions.php index 2b95d32478..998dd0893a 100644 --- a/includes/api/ApiQueryRevisions.php +++ b/includes/api/ApiQueryRevisions.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQuerySearch.php b/includes/api/ApiQuerySearch.php index a5fc7b3333..0223b6b6a7 100644 --- a/includes/api/ApiQuerySearch.php +++ b/includes/api/ApiQuerySearch.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQuerySiteinfo.php b/includes/api/ApiQuerySiteinfo.php index abd05295d9..d2a4c18cc8 100644 --- a/includes/api/ApiQuerySiteinfo.php +++ b/includes/api/ApiQuerySiteinfo.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryTags.php b/includes/api/ApiQueryTags.php index 6c5c9a429b..af79d5ca32 100644 --- a/includes/api/ApiQueryTags.php +++ b/includes/api/ApiQueryTags.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryUserInfo.php b/includes/api/ApiQueryUserInfo.php index 8645bf708f..3eb7e7e7ad 100644 --- a/includes/api/ApiQueryUserInfo.php +++ b/includes/api/ApiQueryUserInfo.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryUsers.php b/includes/api/ApiQueryUsers.php index 4fd256fe30..01b90fc268 100644 --- a/includes/api/ApiQueryUsers.php +++ b/includes/api/ApiQueryUsers.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryWatchlist.php b/includes/api/ApiQueryWatchlist.php index 962b181de7..1696a5cdfe 100644 --- a/includes/api/ApiQueryWatchlist.php +++ b/includes/api/ApiQueryWatchlist.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiQueryWatchlistRaw.php b/includes/api/ApiQueryWatchlistRaw.php index 93dd018b1a..9b6b27f849 100644 --- a/includes/api/ApiQueryWatchlistRaw.php +++ b/includes/api/ApiQueryWatchlistRaw.php @@ -1,10 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiResult.php b/includes/api/ApiResult.php index c4dae0e5fe..bc225ca77c 100644 --- a/includes/api/ApiResult.php +++ b/includes/api/ApiResult.php @@ -1,10 +1,9 @@ @gmail.com * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiRollback.php b/includes/api/ApiRollback.php index bc108fff9b..72604b963b 100644 --- a/includes/api/ApiRollback.php +++ b/includes/api/ApiRollback.php @@ -1,10 +1,10 @@ .@home.nl + * Created on Jun 20, 2007 + * + * Copyright © 2007 Roan Kattouw .@home.nl * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiUnblock.php b/includes/api/ApiUnblock.php index 98155b7838..b53b5da9d6 100644 --- a/includes/api/ApiUnblock.php +++ b/includes/api/ApiUnblock.php @@ -1,9 +1,9 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -20,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiUndelete.php b/includes/api/ApiUndelete.php index a317adf9e1..d081d0d75f 100644 --- a/includes/api/ApiUndelete.php +++ b/includes/api/ApiUndelete.php @@ -1,10 +1,10 @@ .@home.nl + * Created on Jul 3, 2007 + * + * Copyright © 2007 Roan Kattouw .@home.nl * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index 73d5f2b9bf..cf69ce0ffc 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -1,8 +1,9 @@ * * This program is free software; you can redistribute it and/or modify @@ -19,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiUserrights.php b/includes/api/ApiUserrights.php index 1a2199616f..5f253ce229 100644 --- a/includes/api/ApiUserrights.php +++ b/includes/api/ApiUserrights.php @@ -1,9 +1,10 @@ .@home.nl * * This program is free software; you can redistribute it and/or modify @@ -20,6 +21,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { diff --git a/includes/api/ApiWatch.php b/includes/api/ApiWatch.php index c63bef6ed8..4ad1da57da 100644 --- a/includes/api/ApiWatch.php +++ b/includes/api/ApiWatch.php @@ -1,10 +1,9 @@ @gmail.com, * * This program is free software; you can redistribute it and/or modify @@ -21,6 +20,8 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * http://www.gnu.org/copyleft/gpl.html + * + * @file */ if ( !defined( 'MEDIAWIKI' ) ) { -- 2.20.1