jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/335015 )

Change subject: Remove @author blocks with more than 3 authors
......................................................................


Remove @author blocks with more than 3 authors

See Ib875b61 where we removed blocks with more than 5 authors. In my
opinion 3 authors is a sensible maximum. More than 3 is noise.

Change-Id: I726b98e4939fcb7e9e11ded7025d13d9b660192a
---
M client/includes/DataAccess/PropertyIdResolver.php
M client/includes/DataAccess/PropertyParserFunction/LanguageAwareRenderer.php
M client/includes/DataAccess/PropertyParserFunction/VariantsAwareRenderer.php
M client/includes/DataAccess/Scribunto/EntityAccessor.php
M client/includes/DataAccess/Scribunto/Scribunto_LuaWikibaseLibrary.php
M client/includes/Hooks/ParserOutputUpdateHookHandlers.php
M client/includes/Hooks/SidebarHookHandlers.php
M client/tests/phpunit/includes/WikibaseClientTest.php
M lib/includes/Formatters/AutoCommentFormatter.php
M lib/includes/Modules/SitesModuleWorker.php
M lib/includes/Store/Sql/TermSqlIndex.php
M lib/tests/phpunit/LanguageNameLookupTest.php
M repo/Wikibase.hooks.php
M repo/includes/Api/EditEntity.php
M repo/includes/Api/GetEntities.php
M repo/includes/Api/SearchEntities.php
M repo/includes/Api/SetAliases.php
M repo/includes/Api/StatementModificationHelper.php
M repo/includes/ChangeOp/ChangeOpSiteLink.php
M repo/includes/ChangeOp/ChangeOpStatement.php
M repo/includes/Diff/DiffOpValueFormatter.php
M repo/includes/Diff/DiffView.php
M repo/includes/ItemDisambiguation.php
M repo/includes/LinkedData/EntityDataFormatProvider.php
M repo/includes/ParserOutput/ParserOutputJsConfigBuilder.php
M repo/includes/Rdf/RdfBuilder.php
M repo/includes/Rdf/RdfVocabulary.php
M repo/includes/Rdf/SiteLinksRdfBuilder.php
M repo/includes/Rdf/TermsRdfBuilder.php
M repo/includes/SiteLinkTargetProvider.php
M repo/includes/Specials/SpecialItemDisambiguation.php
M repo/includes/StatementRankSerializer.php
M repo/includes/SummaryFormatter.php
M repo/tests/phpunit/includes/Api/BotEditTest.php
M repo/tests/phpunit/includes/Api/SetQualifierTest.php
M repo/tests/phpunit/includes/Api/SetReferenceTest.php
M repo/tests/phpunit/includes/Hooks/LinkBeginHookHandlerTest.php
M repo/tests/phpunit/includes/Specials/SpecialSetLabelDescriptionAliasesTest.php
M view/src/ClaimHtmlGenerator.php
M view/src/EntityView.php
M view/src/SimpleEntityTermsView.php
M view/src/SnakHtmlGenerator.php
M view/src/TermsListView.php
M view/src/ToolbarEditSectionGenerator.php
44 files changed, 0 insertions(+), 190 deletions(-)

Approvals:
  Aleksey Bekh-Ivanov (WMDE): Looks good to me, approved
  Addshore: Looks good to me, but someone else must approve
  jenkins-bot: Verified
  Thiemo Mättig (WMDE): Looks good to me, but someone else must approve



diff --git a/client/includes/DataAccess/PropertyIdResolver.php 
b/client/includes/DataAccess/PropertyIdResolver.php
index 49bf7e9..03596b1 100644
--- a/client/includes/DataAccess/PropertyIdResolver.php
+++ b/client/includes/DataAccess/PropertyIdResolver.php
@@ -12,10 +12,6 @@
  * Resolves the PropertyId for the input, which might be a property label or 
prefixed id.
  *
  * @license GPL-2.0+
- * @author Katie Filbert < [email protected] >
- * @author Jeroen De Dauw < [email protected] >
- * @author Daniel Kinzler
- * @author Liangent < [email protected] >
  */
 class PropertyIdResolver {
 
diff --git 
a/client/includes/DataAccess/PropertyParserFunction/LanguageAwareRenderer.php 
b/client/includes/DataAccess/PropertyParserFunction/LanguageAwareRenderer.php
index 89b93f7..1c7c852 100644
--- 
a/client/includes/DataAccess/PropertyParserFunction/LanguageAwareRenderer.php
+++ 
b/client/includes/DataAccess/PropertyParserFunction/LanguageAwareRenderer.php
@@ -16,11 +16,6 @@
  * StatementGroupRenderer of the {{#property}} parser function.
  *
  * @license GPL-2.0+
- * @author Katie Filbert < [email protected] >
- * @author Jeroen De Dauw < [email protected] >
- * @author Daniel Kinzler
- * @author Liangent < [email protected] >
- * @author Marius Hoch < [email protected] >
  */
 class LanguageAwareRenderer implements StatementGroupRenderer {
 
diff --git 
a/client/includes/DataAccess/PropertyParserFunction/VariantsAwareRenderer.php 
b/client/includes/DataAccess/PropertyParserFunction/VariantsAwareRenderer.php
index 386b070..2ce3d19 100644
--- 
a/client/includes/DataAccess/PropertyParserFunction/VariantsAwareRenderer.php
+++ 
b/client/includes/DataAccess/PropertyParserFunction/VariantsAwareRenderer.php
@@ -9,10 +9,6 @@
  * Handler of the {{#property}} parser function.
  *
  * @license GPL-2.0+
- * @author Katie Filbert < [email protected] >
- * @author Jeroen De Dauw < [email protected] >
- * @author Daniel Kinzler
- * @author Liangent < [email protected] >
  */
 class VariantsAwareRenderer implements StatementGroupRenderer {
 
diff --git a/client/includes/DataAccess/Scribunto/EntityAccessor.php 
b/client/includes/DataAccess/Scribunto/EntityAccessor.php
index ac00789..7ad14ec 100644
--- a/client/includes/DataAccess/Scribunto/EntityAccessor.php
+++ b/client/includes/DataAccess/Scribunto/EntityAccessor.php
@@ -17,10 +17,6 @@
  * Functionality needed to expose Entities to Lua.
  *
  * @license GPL-2.0+
- * @author Marius Hoch < [email protected] >
- * @author Katie Filbert < [email protected] >
- * @author Jens Ohlig < [email protected] >
- * @author Addshore
  */
 class EntityAccessor {
 
diff --git 
a/client/includes/DataAccess/Scribunto/Scribunto_LuaWikibaseLibrary.php 
b/client/includes/DataAccess/Scribunto/Scribunto_LuaWikibaseLibrary.php
index de8933e..66e4248 100644
--- a/client/includes/DataAccess/Scribunto/Scribunto_LuaWikibaseLibrary.php
+++ b/client/includes/DataAccess/Scribunto/Scribunto_LuaWikibaseLibrary.php
@@ -25,10 +25,6 @@
  * Registers and defines functions to access Wikibase through the Scribunto 
extension
  *
  * @license GPL-2.0+
- * @author Jens Ohlig < [email protected] >
- * @author Marius Hoch < [email protected] >
- * @author Bene* < [email protected] >
- * @author Lucie-Aimée Kaffee
  */
 class Scribunto_LuaWikibaseLibrary extends Scribunto_LuaLibraryBase {
 
diff --git a/client/includes/Hooks/ParserOutputUpdateHookHandlers.php 
b/client/includes/Hooks/ParserOutputUpdateHookHandlers.php
index 6ee1e63..868ab80 100644
--- a/client/includes/Hooks/ParserOutputUpdateHookHandlers.php
+++ b/client/includes/Hooks/ParserOutputUpdateHookHandlers.php
@@ -13,10 +13,6 @@
 
 /**
  * @license GPL-2.0+
- * @author Katie Filbert < [email protected] >
- * @author Daniel Kinzler
- * @author Jeroen De Dauw < [email protected] >
- * @author Marius Hoch < [email protected] >
  */
 class ParserOutputUpdateHookHandlers {
 
diff --git a/client/includes/Hooks/SidebarHookHandlers.php 
b/client/includes/Hooks/SidebarHookHandlers.php
index f7fbaa8..1ba2749 100644
--- a/client/includes/Hooks/SidebarHookHandlers.php
+++ b/client/includes/Hooks/SidebarHookHandlers.php
@@ -19,10 +19,6 @@
  * corresponding member function on that.
  *
  * @license GPL-2.0+
- * @author Katie Filbert < [email protected] >
- * @author Daniel Kinzler
- * @author Jeroen De Dauw < [email protected] >
- * @author Marius Hoch < [email protected] >
  */
 class SidebarHookHandlers {
 
diff --git a/client/tests/phpunit/includes/WikibaseClientTest.php 
b/client/tests/phpunit/includes/WikibaseClientTest.php
index 3e79562..81261a1 100644
--- a/client/tests/phpunit/includes/WikibaseClientTest.php
+++ b/client/tests/phpunit/includes/WikibaseClientTest.php
@@ -52,10 +52,6 @@
  * @group Database
  *
  * @license GPL-2.0+
- * @author Jeroen De Dauw < [email protected] >
- * @author Daniel Kinzler
- * @author Katie Filbert < [email protected] >
- * @author Thiemo Mättig
  */
 class WikibaseClientTest extends \PHPUnit_Framework_TestCase {
 
diff --git a/lib/includes/Formatters/AutoCommentFormatter.php 
b/lib/includes/Formatters/AutoCommentFormatter.php
index 4c8bbc0..6a6a8df 100644
--- a/lib/includes/Formatters/AutoCommentFormatter.php
+++ b/lib/includes/Formatters/AutoCommentFormatter.php
@@ -9,10 +9,6 @@
  * Formatter for machine-readable autocomments as generated by 
SummaryFormatter in the repo.
  *
  * @license GPL-2.0+
- * @author Brad Jorsch
- * @author Thiemo Mättig
- * @author Tobias Gritschacher
- * @author Daniel Kinzler
  */
 class AutoCommentFormatter {
 
diff --git a/lib/includes/Modules/SitesModuleWorker.php 
b/lib/includes/Modules/SitesModuleWorker.php
index ed53dd4..4fef6bb 100644
--- a/lib/includes/Modules/SitesModuleWorker.php
+++ b/lib/includes/Modules/SitesModuleWorker.php
@@ -12,10 +12,6 @@
 
 /**
  * @license GPL-2.0+
- * @author Jeroen De Dauw < [email protected] >
- * @author Daniel Werner < [email protected] >
- * @author Marius Hoch < [email protected] >
- * @author Adrian Heine <[email protected]>
  */
 class SitesModuleWorker {
 
diff --git a/lib/includes/Store/Sql/TermSqlIndex.php 
b/lib/includes/Store/Sql/TermSqlIndex.php
index 07cba94..133725b 100644
--- a/lib/includes/Store/Sql/TermSqlIndex.php
+++ b/lib/includes/Store/Sql/TermSqlIndex.php
@@ -25,11 +25,6 @@
  * Term lookup cache.
  *
  * @license GPL-2.0+
- * @author Jeroen De Dauw < [email protected] >
- * @author Jens Ohlig < [email protected] >
- * @author Daniel Kinzler
- * @author Denny
- * @author Thiemo Mättig
  */
 class TermSqlIndex extends DBAccessBase implements TermIndex, 
LabelConflictFinder {
 
diff --git a/lib/tests/phpunit/LanguageNameLookupTest.php 
b/lib/tests/phpunit/LanguageNameLookupTest.php
index 37523b9..cafb979 100644
--- a/lib/tests/phpunit/LanguageNameLookupTest.php
+++ b/lib/tests/phpunit/LanguageNameLookupTest.php
@@ -11,10 +11,6 @@
  * @group Wikibase
  *
  * @license GPL-2.0+
- * @author John Erling Blad < [email protected] >
- * @author Tobias Gritschacher
- * @author Jeroen De Dauw < [email protected] >
- * @author Marius Hoch < [email protected] >
  */
 class LanguageNameLookupTest extends PHPUnit_Framework_TestCase {
 
diff --git a/repo/Wikibase.hooks.php b/repo/Wikibase.hooks.php
index fa9afde..8608e01 100644
--- a/repo/Wikibase.hooks.php
+++ b/repo/Wikibase.hooks.php
@@ -44,11 +44,6 @@
  * File defining the hook handlers for the Wikibase extension.
  *
  * @license GPL-2.0+
- * @author Jeroen De Dauw < [email protected] >
- * @author Nikola Smolenski
- * @author Daniel Werner
- * @author Michał Łazowik
- * @author Jens Ohlig
  */
 final class RepoHooks {
 
diff --git a/repo/includes/Api/EditEntity.php b/repo/includes/Api/EditEntity.php
index 12427f7..5da710d 100644
--- a/repo/includes/Api/EditEntity.php
+++ b/repo/includes/Api/EditEntity.php
@@ -36,11 +36,6 @@
  * site and page title.
  *
  * @license GPL-2.0+
- * @author John Erling Blad < [email protected] >
- * @author Daniel Kinzler
- * @author Tobias Gritschacher < [email protected] >
- * @author Addshore
- * @author Michał Łazowik
  */
 class EditEntity extends ModifyEntity {
 
diff --git a/repo/includes/Api/GetEntities.php 
b/repo/includes/Api/GetEntities.php
index 19710fe..513c0de 100644
--- a/repo/includes/Api/GetEntities.php
+++ b/repo/includes/Api/GetEntities.php
@@ -22,11 +22,6 @@
  * API module to get the data for one or more Wikibase entities.
  *
  * @license GPL-2.0+
- * @author John Erling Blad < [email protected] >
- * @author Jeroen De Dauw < [email protected] >
- * @author Marius Hoch < [email protected] >
- * @author Michał Łazowik
- * @author Addshore
  */
 class GetEntities extends ApiBase {
 
diff --git a/repo/includes/Api/SearchEntities.php 
b/repo/includes/Api/SearchEntities.php
index 2b33f47..d401d91 100644
--- a/repo/includes/Api/SearchEntities.php
+++ b/repo/includes/Api/SearchEntities.php
@@ -14,11 +14,6 @@
  * API module to search for Wikibase entities.
  *
  * @license GPL-2.0+
- * @author John Erling Blad < [email protected] >
- * @author Jens Ohlig < [email protected] >
- * @author Tobias Gritschacher < [email protected] >
- * @author Thiemo Mättig
- * @author Addshore
  */
 class SearchEntities extends ApiBase {
 
diff --git a/repo/includes/Api/SetAliases.php b/repo/includes/Api/SetAliases.php
index bb87851..c78404e 100644
--- a/repo/includes/Api/SetAliases.php
+++ b/repo/includes/Api/SetAliases.php
@@ -19,10 +19,6 @@
  * Requires API write mode to be enabled.
  *
  * @license GPL-2.0+
- * @author Jeroen De Dauw < [email protected] >
- * @author John Erling Blad < [email protected] >
- * @author Marius Hoch < [email protected] >
- * @author Tobias Gritschacher < [email protected] >
  */
 class SetAliases extends ModifyEntity {
 
diff --git a/repo/includes/Api/StatementModificationHelper.php 
b/repo/includes/Api/StatementModificationHelper.php
index c512f69..900db64 100644
--- a/repo/includes/Api/StatementModificationHelper.php
+++ b/repo/includes/Api/StatementModificationHelper.php
@@ -27,10 +27,6 @@
  * Helper class for modifying an entities statements.
  *
  * @license GPL-2.0+
- * @author Tobias Gritschacher < [email protected] >
- * @author Jeroen De Dauw < [email protected] >
- * @author Addshore
- * @author Daniel Kinzler
  */
 class StatementModificationHelper {
 
diff --git a/repo/includes/ChangeOp/ChangeOpSiteLink.php 
b/repo/includes/ChangeOp/ChangeOpSiteLink.php
index a036dfa..0e9addc 100644
--- a/repo/includes/ChangeOp/ChangeOpSiteLink.php
+++ b/repo/includes/ChangeOp/ChangeOpSiteLink.php
@@ -15,10 +15,6 @@
  * Class for sitelink change operation
  *
  * @license GPL-2.0+
- * @author Tobias Gritschacher < [email protected] >
- * @author Michał Łazowik
- * @author Bene* < [email protected] >
- * @author Thiemo Mättig
  */
 class ChangeOpSiteLink extends ChangeOpBase {
 
diff --git a/repo/includes/ChangeOp/ChangeOpStatement.php 
b/repo/includes/ChangeOp/ChangeOpStatement.php
index 1ade00d..92c3ebb 100644
--- a/repo/includes/ChangeOp/ChangeOpStatement.php
+++ b/repo/includes/ChangeOp/ChangeOpStatement.php
@@ -22,10 +22,6 @@
  * Class for statement modification operations
  *
  * @license GPL-2.0+
- * @author Addshore
- * @author H. Snater < [email protected] >
- * @author Thiemo Mättig
- * @author Bene* < [email protected] >
  */
 class ChangeOpStatement extends ChangeOpBase {
 
diff --git a/repo/includes/Diff/DiffOpValueFormatter.php 
b/repo/includes/Diff/DiffOpValueFormatter.php
index 1a56877..6fd2507 100644
--- a/repo/includes/Diff/DiffOpValueFormatter.php
+++ b/repo/includes/Diff/DiffOpValueFormatter.php
@@ -8,10 +8,6 @@
  * Class for generating diff rows for a given set of old and new values.
  *
  * @license GPL-2.0+
- * @author Tobias Gritschacher < [email protected] >
- * @author Katie Filbert < [email protected] >
- * @author Daniel Kinzler
- * @author Thiemo Mättig
  */
 class DiffOpValueFormatter {
 
diff --git a/repo/includes/Diff/DiffView.php b/repo/includes/Diff/DiffView.php
index d13b3ff..944c089 100644
--- a/repo/includes/Diff/DiffView.php
+++ b/repo/includes/Diff/DiffView.php
@@ -21,11 +21,6 @@
  * Class for generating views of DiffOp objects.
  *
  * @license GPL-2.0+
- * @author Daniel Kinzler
- * @author Jeroen De Dauw < [email protected] >
- * @author Tobias Gritschacher < [email protected] >
- * @author Addshore
- * @author Thiemo Mättig
  */
 class DiffView extends ContextSource {
 
diff --git a/repo/includes/ItemDisambiguation.php 
b/repo/includes/ItemDisambiguation.php
index 88cf5c4..1210183 100644
--- a/repo/includes/ItemDisambiguation.php
+++ b/repo/includes/ItemDisambiguation.php
@@ -13,11 +13,6 @@
  * Class representing the disambiguation of a list of WikibaseItems.
  *
  * @license GPL-2.0+
- * @author Katie Filbert < [email protected] >
- * @author John Erling Blad < [email protected] >
- * @author Jeroen De Dauw < [email protected] >
- * @author Daniel Kinzler
- * @author Addshore
  */
 class ItemDisambiguation {
 
diff --git a/repo/includes/LinkedData/EntityDataFormatProvider.php 
b/repo/includes/LinkedData/EntityDataFormatProvider.php
index 76cc42e..b40e8dc 100644
--- a/repo/includes/LinkedData/EntityDataFormatProvider.php
+++ b/repo/includes/LinkedData/EntityDataFormatProvider.php
@@ -12,10 +12,6 @@
  * Service for getting information about supported data formats.
  *
  * @license GPL-2.0+
- * @author Daniel Kinzler
- * @author Thomas Pellissier Tanon
- * @author Anja Jentzsch < [email protected] >
- * @author Marius Hoch < [email protected] >
  */
 class EntityDataFormatProvider {
 
diff --git a/repo/includes/ParserOutput/ParserOutputJsConfigBuilder.php 
b/repo/includes/ParserOutput/ParserOutputJsConfigBuilder.php
index 2c3fdfc..6a04a84 100644
--- a/repo/includes/ParserOutput/ParserOutputJsConfigBuilder.php
+++ b/repo/includes/ParserOutput/ParserOutputJsConfigBuilder.php
@@ -8,11 +8,6 @@
 
 /**
  * @license GPL-2.0+
- * @author H. Snater < mediawiki at snater.com >
- * @author Daniel Werner
- * @author Daniel Kinzler
- * @author Katie Filbert < [email protected] >
- * @author Addshore
  */
 class ParserOutputJsConfigBuilder {
 
diff --git a/repo/includes/Rdf/RdfBuilder.php b/repo/includes/Rdf/RdfBuilder.php
index 2e28325..7caf414 100644
--- a/repo/includes/Rdf/RdfBuilder.php
+++ b/repo/includes/Rdf/RdfBuilder.php
@@ -19,10 +19,6 @@
  * RDF mapping for wikibase data model.
  *
  * @license GPL-2.0+
- * @author Anja Jentzsch < [email protected] >
- * @author Thomas Pellissier Tanon
- * @author Daniel Kinzler
- * @author Stas Malyshev
  */
 class RdfBuilder implements EntityRdfBuilder, EntityMentionListener {
 
diff --git a/repo/includes/Rdf/RdfVocabulary.php 
b/repo/includes/Rdf/RdfVocabulary.php
index 838abbb..978df37 100644
--- a/repo/includes/Rdf/RdfVocabulary.php
+++ b/repo/includes/Rdf/RdfVocabulary.php
@@ -12,10 +12,6 @@
  * RDF vocabulary for use in mapping for wikibase data model.
  *
  * @license GPL-2.0+
- * @author Anja Jentzsch < [email protected] >
- * @author Thomas Pellissier Tanon
- * @author Daniel Kinzler
- * @author Stas Malyshev
  */
 class RdfVocabulary {
 
diff --git a/repo/includes/Rdf/SiteLinksRdfBuilder.php 
b/repo/includes/Rdf/SiteLinksRdfBuilder.php
index 6707134..2b1b5fc 100644
--- a/repo/includes/Rdf/SiteLinksRdfBuilder.php
+++ b/repo/includes/Rdf/SiteLinksRdfBuilder.php
@@ -12,10 +12,6 @@
  * RDF mapping for entity SiteLinks.
  *
  * @license GPL-2.0+
- * @author Anja Jentzsch < [email protected] >
- * @author Thomas Pellissier Tanon
- * @author Daniel Kinzler
- * @author Stas Malyshev
  */
 class SiteLinksRdfBuilder implements EntityRdfBuilder {
 
diff --git a/repo/includes/Rdf/TermsRdfBuilder.php 
b/repo/includes/Rdf/TermsRdfBuilder.php
index 457a0df..40170a6 100644
--- a/repo/includes/Rdf/TermsRdfBuilder.php
+++ b/repo/includes/Rdf/TermsRdfBuilder.php
@@ -13,10 +13,6 @@
  * RDF mapping for entity terms.
  *
  * @license GPL-2.0+
- * @author Anja Jentzsch < [email protected] >
- * @author Thomas Pellissier Tanon
- * @author Daniel Kinzler
- * @author Stas Malyshev
  */
 class TermsRdfBuilder implements EntityRdfBuilder {
 
diff --git a/repo/includes/SiteLinkTargetProvider.php 
b/repo/includes/SiteLinkTargetProvider.php
index 9e2f0e7..f967c18 100644
--- a/repo/includes/SiteLinkTargetProvider.php
+++ b/repo/includes/SiteLinkTargetProvider.php
@@ -8,10 +8,6 @@
 
 /**
  * @license GPL-2.0+
- * @author Daniel K
- * @author Addshore
- * @author Marius Hoch < [email protected] >
- * @author Thiemo Mättig
  */
 class SiteLinkTargetProvider {
 
diff --git a/repo/includes/Specials/SpecialItemDisambiguation.php 
b/repo/includes/Specials/SpecialItemDisambiguation.php
index 0eadd26..6b00d9a 100644
--- a/repo/includes/Specials/SpecialItemDisambiguation.php
+++ b/repo/includes/Specials/SpecialItemDisambiguation.php
@@ -17,11 +17,6 @@
  * A result page is shown, disambiguating between multiple results if 
necessary.
  *
  * @license GPL-2.0+
- * @author John Erling Blad < [email protected] >
- * @author Jeroen De Dauw < [email protected] >
- * @author Daniel Kinzler
- * @author Addshore
- * @author Amir Sarabadani
  */
 class SpecialItemDisambiguation extends SpecialWikibasePage {
 
diff --git a/repo/includes/StatementRankSerializer.php 
b/repo/includes/StatementRankSerializer.php
index 5de6b8d..fd7f58d 100644
--- a/repo/includes/StatementRankSerializer.php
+++ b/repo/includes/StatementRankSerializer.php
@@ -14,10 +14,6 @@
  * @todo this could be moved to DataModelSerialization (in some form)
  *
  * @license GPL-2.0+
- * @author Jeroen De Dauw < [email protected] >
- * @author Daniel Kinzler
- * @author Addshore
- * @author Thiemo Mättig
  */
 class StatementRankSerializer implements Serializer, Deserializer {
 
diff --git a/repo/includes/SummaryFormatter.php 
b/repo/includes/SummaryFormatter.php
index 49ae4f4..a875ecd 100644
--- a/repo/includes/SummaryFormatter.php
+++ b/repo/includes/SummaryFormatter.php
@@ -19,10 +19,6 @@
  * Formatter for Summary objects
  *
  * @license GPL-2.0+
- * @author John Erling Blad
- * @author Daniel Kinzler
- * @author Tobias Gritschacher < [email protected] >
- * @author Addshore
  */
 class SummaryFormatter {
 
diff --git a/repo/tests/phpunit/includes/Api/BotEditTest.php 
b/repo/tests/phpunit/includes/Api/BotEditTest.php
index 1204c22..479eac5 100644
--- a/repo/tests/phpunit/includes/Api/BotEditTest.php
+++ b/repo/tests/phpunit/includes/Api/BotEditTest.php
@@ -22,10 +22,6 @@
  * @group medium
  *
  * @license GPL-2.0+
- * @author John Erling Blad < [email protected] >
- * @author Daniel Kinzler < [email protected] >
- * @author Anja Jentzsch < [email protected] >
- * @author Addshore
  */
 class BotEditTest extends WikibaseApiTestCase {
 
diff --git a/repo/tests/phpunit/includes/Api/SetQualifierTest.php 
b/repo/tests/phpunit/includes/Api/SetQualifierTest.php
index 28fb326..a36d921 100644
--- a/repo/tests/phpunit/includes/Api/SetQualifierTest.php
+++ b/repo/tests/phpunit/includes/Api/SetQualifierTest.php
@@ -29,10 +29,6 @@
  * @group medium
  *
  * @license GPL-2.0+
- * @author Jeroen De Dauw < [email protected] >
- * @author Katie Filbert < [email protected] >
- * @author Daniel Kinzler
- * @author Marius Hoch < [email protected] >
  */
 class SetQualifierTest extends WikibaseApiTestCase {
 
diff --git a/repo/tests/phpunit/includes/Api/SetReferenceTest.php 
b/repo/tests/phpunit/includes/Api/SetReferenceTest.php
index dff2cd7..44b172d 100644
--- a/repo/tests/phpunit/includes/Api/SetReferenceTest.php
+++ b/repo/tests/phpunit/includes/Api/SetReferenceTest.php
@@ -30,11 +30,6 @@
  * @group medium
  *
  * @license GPL-2.0+
- * @author Jeroen De Dauw < [email protected] >
- * @author Katie Filbert < [email protected] >
- * @author Daniel Kinzler
- * @author H. Snater < [email protected] >
- * @author Addshore
  */
 class SetReferenceTest extends WikibaseApiTestCase {
 
diff --git a/repo/tests/phpunit/includes/Hooks/LinkBeginHookHandlerTest.php 
b/repo/tests/phpunit/includes/Hooks/LinkBeginHookHandlerTest.php
index bce2bf2..8532997 100644
--- a/repo/tests/phpunit/includes/Hooks/LinkBeginHookHandlerTest.php
+++ b/repo/tests/phpunit/includes/Hooks/LinkBeginHookHandlerTest.php
@@ -25,10 +25,6 @@
  * @group Wikibase
  *
  * @license GPL-2.0+
- * @author Katie Filbert < [email protected] >
- * @author Daniel Kinzler
- * @author Marius Hoch < [email protected] >
- * @author Thiemo Mättig
  */
 class LinkBeginHookHandlerTest extends \MediaWikiTestCase {
 
diff --git 
a/repo/tests/phpunit/includes/Specials/SpecialSetLabelDescriptionAliasesTest.php
 
b/repo/tests/phpunit/includes/Specials/SpecialSetLabelDescriptionAliasesTest.php
index fb1650e..8786e46 100644
--- 
a/repo/tests/phpunit/includes/Specials/SpecialSetLabelDescriptionAliasesTest.php
+++ 
b/repo/tests/phpunit/includes/Specials/SpecialSetLabelDescriptionAliasesTest.php
@@ -34,10 +34,6 @@
  * @group Database
  *
  * @license GPL-2.0+
- * @author Bene* < [email protected] >
- * @author H. Snater < [email protected] >
- * @author Daniel Kinzler
- * @author Thiemo Mättig
  */
 class SpecialSetLabelDescriptionAliasesTest extends 
SpecialWikibaseRepoPageTestBase {
 
diff --git a/view/src/ClaimHtmlGenerator.php b/view/src/ClaimHtmlGenerator.php
index eb20ac1..12634d3 100644
--- a/view/src/ClaimHtmlGenerator.php
+++ b/view/src/ClaimHtmlGenerator.php
@@ -17,11 +17,6 @@
  * @todo move Statement-specific formatting elsewhere.
  *
  * @license GPL-2.0+
- * @author H. Snater < [email protected] >
- * @author Pragunbhutani
- * @author Katie Filbert < [email protected] >
- * @author Daniel Kinzler
- * @author Adrian Heine <[email protected]>
  */
 class ClaimHtmlGenerator {
 
diff --git a/view/src/EntityView.php b/view/src/EntityView.php
index 364cc9c..b9baa08 100644
--- a/view/src/EntityView.php
+++ b/view/src/EntityView.php
@@ -13,11 +13,6 @@
  * For the Wikibase\DataModel\Entity\EntityDocument this basically is what the 
Parser is for WikitextContent.
  *
  * @license GPL-2.0+
- * @author H. Snater < mediawiki at snater.com >
- * @author Daniel Werner
- * @author Daniel Kinzler
- * @author Bene* < [email protected] >
- * @author Adrian Heine <[email protected]>
  */
 abstract class EntityView {
 
diff --git a/view/src/SimpleEntityTermsView.php 
b/view/src/SimpleEntityTermsView.php
index 3eb6329..f9d1c39 100644
--- a/view/src/SimpleEntityTermsView.php
+++ b/view/src/SimpleEntityTermsView.php
@@ -16,10 +16,6 @@
  * Generates HTML to display the terms of an entity.
  *
  * @license GPL-2.0+
- * @author Thiemo Mättig
- * @author Bene* < [email protected] >
- * @author H. Snater < [email protected] >
- * @author Adrian Heine <[email protected]>
  */
 class SimpleEntityTermsView implements EntityTermsView {
 
diff --git a/view/src/SnakHtmlGenerator.php b/view/src/SnakHtmlGenerator.php
index e1a9b9d..609d92f 100644
--- a/view/src/SnakHtmlGenerator.php
+++ b/view/src/SnakHtmlGenerator.php
@@ -14,11 +14,6 @@
  * Base class for generating Snak html.
  *
  * @license GPL-2.0+
- * @author H. Snater < [email protected] >
- * @author Pragunbhutani
- * @author Katie Filbert < [email protected] >
- * @author Daniel Kinzler
- * @author Adrian Heine <[email protected]>
  */
 class SnakHtmlGenerator {
 
diff --git a/view/src/TermsListView.php b/view/src/TermsListView.php
index ecdd22b..124cfeb 100644
--- a/view/src/TermsListView.php
+++ b/view/src/TermsListView.php
@@ -14,10 +14,6 @@
  * Generates HTML to display terms of an entity in a list.
  *
  * @license GPL-2.0+
- * @author Thiemo Mättig
- * @author Bene* < [email protected] >
- * @author H. Snater < [email protected] >
- * @author Adrian Heine <[email protected]>
  */
 class TermsListView {
 
diff --git a/view/src/ToolbarEditSectionGenerator.php 
b/view/src/ToolbarEditSectionGenerator.php
index 2910805..e9f3bfe 100644
--- a/view/src/ToolbarEditSectionGenerator.php
+++ b/view/src/ToolbarEditSectionGenerator.php
@@ -11,10 +11,6 @@
  * Generates HTML for a section edit link
  *
  * @license GPL-2.0+
- * @author H. Snater < [email protected] >
- * @author Daniel Werner
- * @author Daniel Kinzler
- * @author Adrian Heine <[email protected]>
  */
 class ToolbarEditSectionGenerator implements EditSectionGenerator {
 

-- 
To view, visit https://gerrit.wikimedia.org/r/335015
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I726b98e4939fcb7e9e11ded7025d13d9b660192a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Addshore <[email protected]>
Gerrit-Reviewer: Aleksey Bekh-Ivanov (WMDE) <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: Jackmcbarn <[email protected]>
Gerrit-Reviewer: Jonas Kress (WMDE) <[email protected]>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Tobias Gritschacher <[email protected]>
Gerrit-Reviewer: WMDE-leszek <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to