From c9d303d39edcd78827a6ff2336cc84ba043444fa Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Fri, 12 Jan 2018 22:03:53 +0100 Subject: [PATCH] Remove "Created on" from file header comments It is the job of git and svn to provide this information/metadata. The form was different, some with short, some with long month name some with leading zero at the day, some without. The year is also present in the Copyright clause Change-Id: If006907b82b9e45f13cfa2e45d41107a95570e1a --- includes/MergeHistory.php | 4 ---- includes/api/ApiBase.php | 4 ---- includes/api/ApiBlock.php | 4 ---- includes/api/ApiCheckToken.php | 2 -- includes/api/ApiClearHasMsg.php | 2 -- includes/api/ApiDelete.php | 4 ---- includes/api/ApiDisabled.php | 4 ---- includes/api/ApiEditPage.php | 4 ---- includes/api/ApiEmailUser.php | 4 ---- includes/api/ApiExpandTemplates.php | 4 ---- includes/api/ApiFeedContributions.php | 4 ---- includes/api/ApiFeedWatchlist.php | 4 ---- includes/api/ApiFileRevert.php | 4 ---- includes/api/ApiFormatBase.php | 4 ---- includes/api/ApiFormatFeedWrapper.php | 4 ---- includes/api/ApiFormatJson.php | 4 ---- includes/api/ApiFormatNone.php | 4 ---- includes/api/ApiFormatPhp.php | 4 ---- includes/api/ApiFormatRaw.php | 4 ---- includes/api/ApiFormatXml.php | 4 ---- includes/api/ApiHelp.php | 4 ---- includes/api/ApiHelpParamValueMessage.php | 4 ---- includes/api/ApiImageRotate.php | 3 --- includes/api/ApiLogin.php | 4 ---- includes/api/ApiLogout.php | 4 ---- includes/api/ApiMain.php | 2 -- includes/api/ApiMergeHistory.php | 4 ---- includes/api/ApiModuleManager.php | 4 ---- includes/api/ApiMove.php | 4 ---- includes/api/ApiOptions.php | 4 ---- includes/api/ApiPageSet.php | 4 ---- includes/api/ApiParamInfo.php | 4 ---- includes/api/ApiParse.php | 2 -- includes/api/ApiPatrol.php | 2 -- includes/api/ApiProtect.php | 4 ---- includes/api/ApiQuery.php | 4 ---- includes/api/ApiQueryAllCategories.php | 4 ---- includes/api/ApiQueryAllDeletedRevisions.php | 2 -- includes/api/ApiQueryAllImages.php | 2 -- includes/api/ApiQueryAllLinks.php | 4 ---- includes/api/ApiQueryAllMessages.php | 4 ---- includes/api/ApiQueryAllPages.php | 4 ---- includes/api/ApiQueryAllRevisions.php | 2 -- includes/api/ApiQueryAllUsers.php | 4 ---- includes/api/ApiQueryBacklinks.php | 4 ---- includes/api/ApiQueryBacklinksprop.php | 2 -- includes/api/ApiQueryBase.php | 4 ---- includes/api/ApiQueryBlocks.php | 4 ---- includes/api/ApiQueryCategories.php | 4 ---- includes/api/ApiQueryCategoryInfo.php | 4 ---- includes/api/ApiQueryCategoryMembers.php | 4 ---- includes/api/ApiQueryContributors.php | 2 -- includes/api/ApiQueryDeletedRevisions.php | 2 -- includes/api/ApiQueryDeletedrevs.php | 4 ---- includes/api/ApiQueryDisabled.php | 4 ---- includes/api/ApiQueryDuplicateFiles.php | 4 ---- includes/api/ApiQueryExtLinksUsage.php | 4 ---- includes/api/ApiQueryExternalLinks.php | 4 ---- includes/api/ApiQueryFilearchive.php | 2 -- includes/api/ApiQueryGeneratorBase.php | 4 ---- includes/api/ApiQueryIWBacklinks.php | 2 -- includes/api/ApiQueryIWLinks.php | 2 -- includes/api/ApiQueryImageInfo.php | 4 ---- includes/api/ApiQueryImages.php | 4 ---- includes/api/ApiQueryInfo.php | 4 ---- includes/api/ApiQueryLangBacklinks.php | 2 -- includes/api/ApiQueryLangLinks.php | 4 ---- includes/api/ApiQueryLinks.php | 4 ---- includes/api/ApiQueryLogEvents.php | 4 ---- includes/api/ApiQueryPagePropNames.php | 2 -- includes/api/ApiQueryPageProps.php | 4 ---- includes/api/ApiQueryPagesWithProp.php | 2 -- includes/api/ApiQueryProtectedTitles.php | 4 ---- includes/api/ApiQueryQueryPage.php | 4 ---- includes/api/ApiQueryRandom.php | 4 ---- includes/api/ApiQueryRecentChanges.php | 4 ---- includes/api/ApiQueryRevisions.php | 4 ---- includes/api/ApiQueryRevisionsBase.php | 4 ---- includes/api/ApiQuerySearch.php | 4 ---- includes/api/ApiQuerySiteinfo.php | 4 ---- includes/api/ApiQueryTags.php | 4 ---- includes/api/ApiQueryTokens.php | 2 -- includes/api/ApiQueryUserContributions.php | 4 ---- includes/api/ApiQueryUserInfo.php | 4 ---- includes/api/ApiQueryUsers.php | 4 ---- includes/api/ApiQueryWatchlist.php | 4 ---- includes/api/ApiQueryWatchlistRaw.php | 4 ---- includes/api/ApiRevisionDelete.php | 2 -- includes/api/ApiRollback.php | 4 ---- includes/api/ApiSerializable.php | 2 -- includes/api/ApiSetNotificationTimestamp.php | 2 -- includes/api/ApiSetPageLanguage.php | 4 ---- includes/api/ApiTokens.php | 4 ---- includes/api/ApiUnblock.php | 4 ---- includes/api/ApiUndelete.php | 4 ---- includes/api/ApiUpload.php | 4 ---- includes/api/ApiWatch.php | 4 ---- includes/skins/SkinApi.php | 2 -- includes/skins/SkinApiTemplate.php | 2 -- tests/phpunit/includes/api/query/ApiQueryBasicTest.php | 3 --- tests/phpunit/includes/api/query/ApiQueryContinueTestBase.php | 2 -- tests/phpunit/includes/api/query/ApiQueryTestBase.php | 2 -- 102 files changed, 356 deletions(-) diff --git a/includes/MergeHistory.php b/includes/MergeHistory.php index b969e0394c..0e9bb4673d 100644 --- a/includes/MergeHistory.php +++ b/includes/MergeHistory.php @@ -1,10 +1,6 @@ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 1a126dba52..1676f64c0e 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiBlock.php b/includes/api/ApiBlock.php index df30a2de75..f4aea986f0 100644 --- a/includes/api/ApiBlock.php +++ b/includes/api/ApiBlock.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiCheckToken.php b/includes/api/ApiCheckToken.php index e1be8efad2..5d641d83e4 100644 --- a/includes/api/ApiCheckToken.php +++ b/includes/api/ApiCheckToken.php @@ -1,7 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiDisabled.php b/includes/api/ApiDisabled.php index 684c42547f..32111894b8 100644 --- a/includes/api/ApiDisabled.php +++ b/includes/api/ApiDisabled.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiEditPage.php b/includes/api/ApiEditPage.php index 26d4fd1e43..e887ef50f2 100644 --- a/includes/api/ApiEditPage.php +++ b/includes/api/ApiEditPage.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiEmailUser.php b/includes/api/ApiEmailUser.php index 84ea2662d3..535a3e8047 100644 --- a/includes/api/ApiEmailUser.php +++ b/includes/api/ApiEmailUser.php @@ -1,9 +1,5 @@ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiExpandTemplates.php b/includes/api/ApiExpandTemplates.php index 7c86e09d3d..fe49b25937 100644 --- a/includes/api/ApiExpandTemplates.php +++ b/includes/api/ApiExpandTemplates.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiFeedContributions.php b/includes/api/ApiFeedContributions.php index cae1e150ee..61a9035895 100644 --- a/includes/api/ApiFeedContributions.php +++ b/includes/api/ApiFeedContributions.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiFileRevert.php b/includes/api/ApiFileRevert.php index 736898edcf..b68b948293 100644 --- a/includes/api/ApiFileRevert.php +++ b/includes/api/ApiFileRevert.php @@ -1,9 +1,5 @@ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiFormatBase.php b/includes/api/ApiFormatBase.php index 5e14e30710..471ce21553 100644 --- a/includes/api/ApiFormatBase.php +++ b/includes/api/ApiFormatBase.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiFormatFeedWrapper.php b/includes/api/ApiFormatFeedWrapper.php index 3ab5ab9e61..262eb1f760 100644 --- a/includes/api/ApiFormatFeedWrapper.php +++ b/includes/api/ApiFormatFeedWrapper.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiFormatJson.php b/includes/api/ApiFormatJson.php index e5dafae602..6d8e74309f 100644 --- a/includes/api/ApiFormatJson.php +++ b/includes/api/ApiFormatJson.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiFormatNone.php b/includes/api/ApiFormatNone.php index 91c73a1b58..602e3c18ce 100644 --- a/includes/api/ApiFormatNone.php +++ b/includes/api/ApiFormatNone.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiFormatPhp.php b/includes/api/ApiFormatPhp.php index 671f356194..b05097afe3 100644 --- a/includes/api/ApiFormatPhp.php +++ b/includes/api/ApiFormatPhp.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiFormatRaw.php b/includes/api/ApiFormatRaw.php index ebaeb2ce25..9ec4a2c3fb 100644 --- a/includes/api/ApiFormatRaw.php +++ b/includes/api/ApiFormatRaw.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiFormatXml.php b/includes/api/ApiFormatXml.php index e4dfda0f57..cc1bd820f0 100644 --- a/includes/api/ApiFormatXml.php +++ b/includes/api/ApiFormatXml.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiHelp.php b/includes/api/ApiHelp.php index 529b32cda4..8d24859078 100644 --- a/includes/api/ApiHelp.php +++ b/includes/api/ApiHelp.php @@ -1,9 +1,5 @@ @gmail.com", * Daniel Cannon (cannon dot danielc at gmail dot com) * diff --git a/includes/api/ApiLogout.php b/includes/api/ApiLogout.php index d56c096c7b..c663d1e4bb 100644 --- a/includes/api/ApiLogout.php +++ b/includes/api/ApiLogout.php @@ -1,9 +1,5 @@ @gmail.com", * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiMain.php b/includes/api/ApiMain.php index 82753a19f3..5056b6def7 100644 --- a/includes/api/ApiMain.php +++ b/includes/api/ApiMain.php @@ -1,7 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiMergeHistory.php b/includes/api/ApiMergeHistory.php index 79e9909567..86b4427074 100644 --- a/includes/api/ApiMergeHistory.php +++ b/includes/api/ApiMergeHistory.php @@ -1,9 +1,5 @@ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiModuleManager.php b/includes/api/ApiModuleManager.php index b5e47ac9c9..2619a7c858 100644 --- a/includes/api/ApiModuleManager.php +++ b/includes/api/ApiModuleManager.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiMove.php b/includes/api/ApiMove.php index e7b280803e..281456434a 100644 --- a/includes/api/ApiMove.php +++ b/includes/api/ApiMove.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiOptions.php b/includes/api/ApiOptions.php index 3a1b2dbac9..4b76906030 100644 --- a/includes/api/ApiOptions.php +++ b/includes/api/ApiOptions.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiParamInfo.php b/includes/api/ApiParamInfo.php index 93fc51a7c6..bfd3d614b3 100644 --- a/includes/api/ApiParamInfo.php +++ b/includes/api/ApiParamInfo.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiParse.php b/includes/api/ApiParse.php index ec015da712..cf1fd1ede9 100644 --- a/includes/api/ApiParse.php +++ b/includes/api/ApiParse.php @@ -1,7 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiPatrol.php b/includes/api/ApiPatrol.php index 06e8ae28c2..a20aca4db3 100644 --- a/includes/api/ApiPatrol.php +++ b/includes/api/ApiPatrol.php @@ -2,8 +2,6 @@ /** * API for MediaWiki 1.14+ * - * Created on Sep 2, 2008 - * * Copyright © 2008 Soxred93 soxred93@gmail.com, * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiProtect.php b/includes/api/ApiProtect.php index 1be4b10382..f67d3b3e0e 100644 --- a/includes/api/ApiProtect.php +++ b/includes/api/ApiProtect.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQuery.php b/includes/api/ApiQuery.php index 31bcc7a704..5bbd21176e 100644 --- a/includes/api/ApiQuery.php +++ b/includes/api/ApiQuery.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryAllCategories.php b/includes/api/ApiQueryAllCategories.php index aa89158f90..4f833e0ce5 100644 --- a/includes/api/ApiQueryAllCategories.php +++ b/includes/api/ApiQueryAllCategories.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryAllDeletedRevisions.php b/includes/api/ApiQueryAllDeletedRevisions.php index 765b5c7f1d..32d081e439 100644 --- a/includes/api/ApiQueryAllDeletedRevisions.php +++ b/includes/api/ApiQueryAllDeletedRevisions.php @@ -1,7 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryAllMessages.php b/includes/api/ApiQueryAllMessages.php index 271d281124..40abcaf2d2 100644 --- a/includes/api/ApiQueryAllMessages.php +++ b/includes/api/ApiQueryAllMessages.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryAllPages.php b/includes/api/ApiQueryAllPages.php index a084279a2b..40909a49ce 100644 --- a/includes/api/ApiQueryAllPages.php +++ b/includes/api/ApiQueryAllPages.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryAllRevisions.php b/includes/api/ApiQueryAllRevisions.php index c8db6a1189..68236465d1 100644 --- a/includes/api/ApiQueryAllRevisions.php +++ b/includes/api/ApiQueryAllRevisions.php @@ -1,7 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryBacklinks.php b/includes/api/ApiQueryBacklinks.php index 830cc48477..35cb83ace3 100644 --- a/includes/api/ApiQueryBacklinks.php +++ b/includes/api/ApiQueryBacklinks.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryBacklinksprop.php b/includes/api/ApiQueryBacklinksprop.php index ef02d095c8..fb90e25c38 100644 --- a/includes/api/ApiQueryBacklinksprop.php +++ b/includes/api/ApiQueryBacklinksprop.php @@ -2,8 +2,6 @@ /** * API module to handle links table back-queries * - * Created on Aug 19, 2014 - * * Copyright © 2014 Wikimedia Foundation and contributors * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryBase.php b/includes/api/ApiQueryBase.php index 179e6f7b25..e0ab53adb6 100644 --- a/includes/api/ApiQueryBase.php +++ b/includes/api/ApiQueryBase.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryBlocks.php b/includes/api/ApiQueryBlocks.php index 698c13c53d..d02fefa76f 100644 --- a/includes/api/ApiQueryBlocks.php +++ b/includes/api/ApiQueryBlocks.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryCategories.php b/includes/api/ApiQueryCategories.php index f728dc5fa8..7b447cb942 100644 --- a/includes/api/ApiQueryCategories.php +++ b/includes/api/ApiQueryCategories.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryCategoryInfo.php b/includes/api/ApiQueryCategoryInfo.php index 25e9b27499..02361a2708 100644 --- a/includes/api/ApiQueryCategoryInfo.php +++ b/includes/api/ApiQueryCategoryInfo.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryCategoryMembers.php b/includes/api/ApiQueryCategoryMembers.php index e3265d1cdc..37d078873e 100644 --- a/includes/api/ApiQueryCategoryMembers.php +++ b/includes/api/ApiQueryCategoryMembers.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryContributors.php b/includes/api/ApiQueryContributors.php index f802d9ef8c..25b7c84028 100644 --- a/includes/api/ApiQueryContributors.php +++ b/includes/api/ApiQueryContributors.php @@ -2,8 +2,6 @@ /** * Query the list of contributors to a page * - * Created on Nov 14, 2013 - * * Copyright © 2013 Wikimedia Foundation and contributors * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryDeletedRevisions.php b/includes/api/ApiQueryDeletedRevisions.php index 3339fec5e5..f57906593a 100644 --- a/includes/api/ApiQueryDeletedRevisions.php +++ b/includes/api/ApiQueryDeletedRevisions.php @@ -1,7 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryDisabled.php b/includes/api/ApiQueryDisabled.php index a94af695b6..86100077a2 100644 --- a/includes/api/ApiQueryDisabled.php +++ b/includes/api/ApiQueryDisabled.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryDuplicateFiles.php b/includes/api/ApiQueryDuplicateFiles.php index 0eaeaece73..dfe3cf3543 100644 --- a/includes/api/ApiQueryDuplicateFiles.php +++ b/includes/api/ApiQueryDuplicateFiles.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryExtLinksUsage.php b/includes/api/ApiQueryExtLinksUsage.php index 43f41312fd..fc5d8a0425 100644 --- a/includes/api/ApiQueryExtLinksUsage.php +++ b/includes/api/ApiQueryExtLinksUsage.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryExternalLinks.php b/includes/api/ApiQueryExternalLinks.php index 71fd6d1b4b..fd196aab09 100644 --- a/includes/api/ApiQueryExternalLinks.php +++ b/includes/api/ApiQueryExternalLinks.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryFilearchive.php b/includes/api/ApiQueryFilearchive.php index 838fc2bda4..d401511059 100644 --- a/includes/api/ApiQueryFilearchive.php +++ b/includes/api/ApiQueryFilearchive.php @@ -2,8 +2,6 @@ /** * API for MediaWiki 1.12+ * - * Created on May 10, 2010 - * * Copyright © 2010 Sam Reed * Copyright © 2008 Vasiliev Victor vasilvv@gmail.com, * based on ApiQueryAllPages.php diff --git a/includes/api/ApiQueryGeneratorBase.php b/includes/api/ApiQueryGeneratorBase.php index 5acd75f7ef..a7df33a195 100644 --- a/includes/api/ApiQueryGeneratorBase.php +++ b/includes/api/ApiQueryGeneratorBase.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryIWBacklinks.php b/includes/api/ApiQueryIWBacklinks.php index a10ba164a2..90aed6ecbb 100644 --- a/includes/api/ApiQueryIWBacklinks.php +++ b/includes/api/ApiQueryIWBacklinks.php @@ -2,8 +2,6 @@ /** * API for MediaWiki 1.17+ * - * Created on May 14, 2010 - * * Copyright © 2010 Sam Reed * Copyright © 2006 Yuri Astrakhan "@gmail.com" * diff --git a/includes/api/ApiQueryIWLinks.php b/includes/api/ApiQueryIWLinks.php index 9313af30ef..08c8abf163 100644 --- a/includes/api/ApiQueryIWLinks.php +++ b/includes/api/ApiQueryIWLinks.php @@ -2,8 +2,6 @@ /** * API for MediaWiki 1.17+ * - * Created on May 14, 2010 - * * Copyright © 2010 Sam Reed * Copyright © 2006 Yuri Astrakhan "@gmail.com" * diff --git a/includes/api/ApiQueryImageInfo.php b/includes/api/ApiQueryImageInfo.php index 0603923230..fd456cbea8 100644 --- a/includes/api/ApiQueryImageInfo.php +++ b/includes/api/ApiQueryImageInfo.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryImages.php b/includes/api/ApiQueryImages.php index 01a54de9e9..06a3ba08f0 100644 --- a/includes/api/ApiQueryImages.php +++ b/includes/api/ApiQueryImages.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryInfo.php b/includes/api/ApiQueryInfo.php index bff19780f6..23a327b15a 100644 --- a/includes/api/ApiQueryInfo.php +++ b/includes/api/ApiQueryInfo.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryLangBacklinks.php b/includes/api/ApiQueryLangBacklinks.php index fd67d7c464..9b993128fd 100644 --- a/includes/api/ApiQueryLangBacklinks.php +++ b/includes/api/ApiQueryLangBacklinks.php @@ -2,8 +2,6 @@ /** * API for MediaWiki 1.17+ * - * Created on May 14, 2011 - * * Copyright © 2011 Sam Reed * Copyright © 2006 Yuri Astrakhan "@gmail.com" * diff --git a/includes/api/ApiQueryLangLinks.php b/includes/api/ApiQueryLangLinks.php index df33d02724..2d8e44cda5 100644 --- a/includes/api/ApiQueryLangLinks.php +++ b/includes/api/ApiQueryLangLinks.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryLinks.php b/includes/api/ApiQueryLinks.php index 119db3e6a9..67bf619c89 100644 --- a/includes/api/ApiQueryLinks.php +++ b/includes/api/ApiQueryLinks.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryLogEvents.php b/includes/api/ApiQueryLogEvents.php index 3066720d1c..9d247940d2 100644 --- a/includes/api/ApiQueryLogEvents.php +++ b/includes/api/ApiQueryLogEvents.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryPagePropNames.php b/includes/api/ApiQueryPagePropNames.php index 2d56983c61..f280ef0615 100644 --- a/includes/api/ApiQueryPagePropNames.php +++ b/includes/api/ApiQueryPagePropNames.php @@ -1,7 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryQueryPage.php b/includes/api/ApiQueryQueryPage.php index 46c2265501..a828e11772 100644 --- a/includes/api/ApiQueryQueryPage.php +++ b/includes/api/ApiQueryQueryPage.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryRandom.php b/includes/api/ApiQueryRandom.php index ce62226fc6..636191d387 100644 --- a/includes/api/ApiQueryRandom.php +++ b/includes/api/ApiQueryRandom.php @@ -1,10 +1,6 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryRevisions.php b/includes/api/ApiQueryRevisions.php index a04b7c545c..aa9a39c1cb 100644 --- a/includes/api/ApiQueryRevisions.php +++ b/includes/api/ApiQueryRevisions.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryRevisionsBase.php b/includes/api/ApiQueryRevisionsBase.php index 2ffd02488b..f888434da8 100644 --- a/includes/api/ApiQueryRevisionsBase.php +++ b/includes/api/ApiQueryRevisionsBase.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQuerySearch.php b/includes/api/ApiQuerySearch.php index 2c681f57af..7d46a5fb08 100644 --- a/includes/api/ApiQuerySearch.php +++ b/includes/api/ApiQuerySearch.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQuerySiteinfo.php b/includes/api/ApiQuerySiteinfo.php index 6bab8269a6..acae8899e5 100644 --- a/includes/api/ApiQuerySiteinfo.php +++ b/includes/api/ApiQuerySiteinfo.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryTags.php b/includes/api/ApiQueryTags.php index b340b57d79..ed5fe8a5c3 100644 --- a/includes/api/ApiQueryTags.php +++ b/includes/api/ApiQueryTags.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryUserInfo.php b/includes/api/ApiQueryUserInfo.php index 036515d6f5..fa151c9851 100644 --- a/includes/api/ApiQueryUserInfo.php +++ b/includes/api/ApiQueryUserInfo.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryUsers.php b/includes/api/ApiQueryUsers.php index 8fc99bbcf9..9261003bc7 100644 --- a/includes/api/ApiQueryUsers.php +++ b/includes/api/ApiQueryUsers.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryWatchlist.php b/includes/api/ApiQueryWatchlist.php index 710550abec..f9ac44a2b5 100644 --- a/includes/api/ApiQueryWatchlist.php +++ b/includes/api/ApiQueryWatchlist.php @@ -1,9 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiQueryWatchlistRaw.php b/includes/api/ApiQueryWatchlistRaw.php index b0b1cde92b..0adbfdbfd3 100644 --- a/includes/api/ApiQueryWatchlistRaw.php +++ b/includes/api/ApiQueryWatchlistRaw.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiRevisionDelete.php b/includes/api/ApiRevisionDelete.php index d7bc931e28..9a793e2f99 100644 --- a/includes/api/ApiRevisionDelete.php +++ b/includes/api/ApiRevisionDelete.php @@ -1,7 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiSerializable.php b/includes/api/ApiSerializable.php index a41f655c94..31d00cc83c 100644 --- a/includes/api/ApiSerializable.php +++ b/includes/api/ApiSerializable.php @@ -1,7 +1,5 @@ " * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiTokens.php b/includes/api/ApiTokens.php index fc2951a9db..606967d64c 100644 --- a/includes/api/ApiTokens.php +++ b/includes/api/ApiTokens.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiUndelete.php b/includes/api/ApiUndelete.php index 3aa7b608dc..ee5c3a2f54 100644 --- a/includes/api/ApiUndelete.php +++ b/includes/api/ApiUndelete.php @@ -1,9 +1,5 @@ .@gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiUpload.php b/includes/api/ApiUpload.php index cfe1968938..e8a2061e9a 100644 --- a/includes/api/ApiUpload.php +++ b/includes/api/ApiUpload.php @@ -1,9 +1,5 @@ * * This program is free software; you can redistribute it and/or modify diff --git a/includes/api/ApiWatch.php b/includes/api/ApiWatch.php index efe21f11d6..38be178bdd 100644 --- a/includes/api/ApiWatch.php +++ b/includes/api/ApiWatch.php @@ -1,9 +1,5 @@ @gmail.com", * * This program is free software; you can redistribute it and/or modify diff --git a/includes/skins/SkinApi.php b/includes/skins/SkinApi.php index 6679098fe6..a14afe0715 100644 --- a/includes/skins/SkinApi.php +++ b/includes/skins/SkinApi.php @@ -4,8 +4,6 @@ * the usual skin elements but still using CSS, JS, and such via OutputPage and * ResourceLoader. * - * Created on Sep 08, 2014 - * * Copyright © 2014 Wikimedia Foundation and contributors * * This program is free software; you can redistribute it and/or modify diff --git a/includes/skins/SkinApiTemplate.php b/includes/skins/SkinApiTemplate.php index d3e453a61a..222a76264b 100644 --- a/includes/skins/SkinApiTemplate.php +++ b/includes/skins/SkinApiTemplate.php @@ -4,8 +4,6 @@ * the usual skin elements but still using CSS, JS, and such via OutputPage and * ResourceLoader. * - * Created on Sep 08, 2014 - * * Copyright © 2014 Wikimedia Foundation and contributors * * This program is free software; you can redistribute it and/or modify diff --git a/tests/phpunit/includes/api/query/ApiQueryBasicTest.php b/tests/phpunit/includes/api/query/ApiQueryBasicTest.php index c612f265ca..f0d83843db 100644 --- a/tests/phpunit/includes/api/query/ApiQueryBasicTest.php +++ b/tests/phpunit/includes/api/query/ApiQueryBasicTest.php @@ -1,8 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/tests/phpunit/includes/api/query/ApiQueryContinueTestBase.php b/tests/phpunit/includes/api/query/ApiQueryContinueTestBase.php index 704c417296..2371eea87a 100644 --- a/tests/phpunit/includes/api/query/ApiQueryContinueTestBase.php +++ b/tests/phpunit/includes/api/query/ApiQueryContinueTestBase.php @@ -1,7 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify diff --git a/tests/phpunit/includes/api/query/ApiQueryTestBase.php b/tests/phpunit/includes/api/query/ApiQueryTestBase.php index f3d7cb6e72..e7588cb5dc 100644 --- a/tests/phpunit/includes/api/query/ApiQueryTestBase.php +++ b/tests/phpunit/includes/api/query/ApiQueryTestBase.php @@ -1,7 +1,5 @@ @gmail.com" * * This program is free software; you can redistribute it and/or modify -- 2.20.1