Thiemo Kreuz (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/400691 )

Change subject: Remove @copyright tags
......................................................................

Remove @copyright tags

These tags do have a series of problems. Among others:
* There is AUTHORS.txt repeating the authors.
* There is MIT-LICENSE.txt as well as COPYING.txt repeating the license.
* What do the @copyright tags add to what @license already states?
* Isn't it confusing to state some "copyright" in the context of a free
  license? I mean, the literal "right to copy" is not limited to these
  authors.
* To what does "Cite VisualEditor Team" even refer to?
* Is it even true that this specific team is still the main author of
  these files?

Change-Id: Ie7a208cbd2d56c8f116d0f67353a8ba01bca4a6d
---
M includes/Cite.php
M includes/CiteCSSFileModule.php
M includes/CiteDataModule.php
M includes/CiteHooks.php
M modules/ve-cite/tests/ve.dm.Converter.test.js
M modules/ve-cite/tests/ve.dm.InternalList.test.js
M modules/ve-cite/tests/ve.dm.Transaction.test.js
M modules/ve-cite/tests/ve.dm.citeExample.js
M modules/ve-cite/tests/ve.ui.MWWikitextStringTransferHandler.test.js
M modules/ve-cite/ve.ce.MWReferenceNode.css
M modules/ve-cite/ve.ce.MWReferenceNode.js
M modules/ve-cite/ve.ce.MWReferencesListNode.css
M modules/ve-cite/ve.ce.MWReferencesListNode.js
M modules/ve-cite/ve.dm.MWReferenceModel.js
M modules/ve-cite/ve.dm.MWReferenceNode.js
M modules/ve-cite/ve.dm.MWReferencesListNode.js
M modules/ve-cite/ve.ui.MWCitationAction.js
M modules/ve-cite/ve.ui.MWCitationContextItem.js
M modules/ve-cite/ve.ui.MWCitationDialog.js
M modules/ve-cite/ve.ui.MWCitationDialogTool.js
M modules/ve-cite/ve.ui.MWReference.init.js
M modules/ve-cite/ve.ui.MWReferenceContextItem.css
M modules/ve-cite/ve.ui.MWReferenceContextItem.js
M modules/ve-cite/ve.ui.MWReferenceDialog.js
M modules/ve-cite/ve.ui.MWReferenceDialogTool.js
M modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.css
M modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.js
M modules/ve-cite/ve.ui.MWReferenceIcons.css
M modules/ve-cite/ve.ui.MWReferenceResultWidget.css
M modules/ve-cite/ve.ui.MWReferenceResultWidget.js
M modules/ve-cite/ve.ui.MWReferenceSearchWidget.css
M modules/ve-cite/ve.ui.MWReferenceSearchWidget.js
M modules/ve-cite/ve.ui.MWReferencesListCommand.js
M modules/ve-cite/ve.ui.MWReferencesListContextItem.js
M modules/ve-cite/ve.ui.MWReferencesListDialog.js
M modules/ve-cite/ve.ui.MWUseExistingReferenceCommand.js
36 files changed, 0 insertions(+), 36 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cite 
refs/changes/91/400691/1

diff --git a/includes/Cite.php b/includes/Cite.php
index e18d6eb..334cec7 100644
--- a/includes/Cite.php
+++ b/includes/Cite.php
@@ -18,7 +18,6 @@
  * @bug https://phabricator.wikimedia.org/T6579
  *
  * @author Ævar Arnfjörð Bjarmason <ava...@gmail.com>
- * @copyright Copyright © 2005, Ævar Arnfjörð Bjarmason
  * @license GPL-2.0+
  */
 
diff --git a/includes/CiteCSSFileModule.php b/includes/CiteCSSFileModule.php
index 78e5b0a..820cd4b 100644
--- a/includes/CiteCSSFileModule.php
+++ b/includes/CiteCSSFileModule.php
@@ -4,7 +4,6 @@
  *
  * @file
  * @ingroup Extensions
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/includes/CiteDataModule.php b/includes/CiteDataModule.php
index b4a741e..e4c16e8 100644
--- a/includes/CiteDataModule.php
+++ b/includes/CiteDataModule.php
@@ -6,7 +6,6 @@
  *
  * @file
  * @ingroup Extensions
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/includes/CiteHooks.php b/includes/CiteHooks.php
index 7aae827..2aabd3d 100644
--- a/includes/CiteHooks.php
+++ b/includes/CiteHooks.php
@@ -4,7 +4,6 @@
  *
  * @file
  * @ingroup Extensions
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/tests/ve.dm.Converter.test.js 
b/modules/ve-cite/tests/ve.dm.Converter.test.js
index 07cfe60..b8e9508 100644
--- a/modules/ve-cite/tests/ve.dm.Converter.test.js
+++ b/modules/ve-cite/tests/ve.dm.Converter.test.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor DataModel Cite-specific Converter tests.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/tests/ve.dm.InternalList.test.js 
b/modules/ve-cite/tests/ve.dm.InternalList.test.js
index 1a72ebe..afb0c95 100644
--- a/modules/ve-cite/tests/ve.dm.InternalList.test.js
+++ b/modules/ve-cite/tests/ve.dm.InternalList.test.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor DataModel Cite-specific InternalList tests.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/tests/ve.dm.Transaction.test.js 
b/modules/ve-cite/tests/ve.dm.Transaction.test.js
index 5f3f8af..0b1efc8 100644
--- a/modules/ve-cite/tests/ve.dm.Transaction.test.js
+++ b/modules/ve-cite/tests/ve.dm.Transaction.test.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor DataModel Cite-specific Transaction tests.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/tests/ve.dm.citeExample.js 
b/modules/ve-cite/tests/ve.dm.citeExample.js
index 93b7135..962b655 100644
--- a/modules/ve-cite/tests/ve.dm.citeExample.js
+++ b/modules/ve-cite/tests/ve.dm.citeExample.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor DataModel Cite-specific example data sets.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git 
a/modules/ve-cite/tests/ve.ui.MWWikitextStringTransferHandler.test.js 
b/modules/ve-cite/tests/ve.ui.MWWikitextStringTransferHandler.test.js
index 63546d8..fe80611 100644
--- a/modules/ve-cite/tests/ve.ui.MWWikitextStringTransferHandler.test.js
+++ b/modules/ve-cite/tests/ve.ui.MWWikitextStringTransferHandler.test.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor UserInterface MWWikitextStringTransferHandler tests.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ce.MWReferenceNode.css 
b/modules/ve-cite/ve.ce.MWReferenceNode.css
index 6ef997b..74caae7 100644
--- a/modules/ve-cite/ve.ce.MWReferenceNode.css
+++ b/modules/ve-cite/ve.ce.MWReferenceNode.css
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor ContentEditable MediaWiki MWReferenceNode styles.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ce.MWReferenceNode.js 
b/modules/ve-cite/ve.ce.MWReferenceNode.js
index 837be46..869dd7c 100644
--- a/modules/ve-cite/ve.ce.MWReferenceNode.js
+++ b/modules/ve-cite/ve.ce.MWReferenceNode.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor ContentEditable MWReferenceNode class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ce.MWReferencesListNode.css 
b/modules/ve-cite/ve.ce.MWReferencesListNode.css
index 3d875b9..3c1f0da 100644
--- a/modules/ve-cite/ve.ce.MWReferencesListNode.css
+++ b/modules/ve-cite/ve.ce.MWReferencesListNode.css
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor ContentEditable MediaWiki MWReferencesListNode styles.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ce.MWReferencesListNode.js 
b/modules/ve-cite/ve.ce.MWReferencesListNode.js
index 0319903..8fddabd 100644
--- a/modules/ve-cite/ve.ce.MWReferencesListNode.js
+++ b/modules/ve-cite/ve.ce.MWReferencesListNode.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor ContentEditable MWReferencesListNode class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.dm.MWReferenceModel.js 
b/modules/ve-cite/ve.dm.MWReferenceModel.js
index 3189de2..eda363e 100644
--- a/modules/ve-cite/ve.dm.MWReferenceModel.js
+++ b/modules/ve-cite/ve.dm.MWReferenceModel.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor DataModel MWReferenceModel class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.dm.MWReferenceNode.js 
b/modules/ve-cite/ve.dm.MWReferenceNode.js
index ded8005..976d190 100644
--- a/modules/ve-cite/ve.dm.MWReferenceNode.js
+++ b/modules/ve-cite/ve.dm.MWReferenceNode.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor DataModel MWReferenceNode class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.dm.MWReferencesListNode.js 
b/modules/ve-cite/ve.dm.MWReferencesListNode.js
index 4ac86fe..e599136 100644
--- a/modules/ve-cite/ve.dm.MWReferencesListNode.js
+++ b/modules/ve-cite/ve.dm.MWReferencesListNode.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor DataModel MWReferencesListNode class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWCitationAction.js 
b/modules/ve-cite/ve.ui.MWCitationAction.js
index dafe03f..781b234 100644
--- a/modules/ve-cite/ve.ui.MWCitationAction.js
+++ b/modules/ve-cite/ve.ui.MWCitationAction.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor UserInterface MWCitationAction class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWCitationContextItem.js 
b/modules/ve-cite/ve.ui.MWCitationContextItem.js
index c113e57..b0db7c3 100644
--- a/modules/ve-cite/ve.ui.MWCitationContextItem.js
+++ b/modules/ve-cite/ve.ui.MWCitationContextItem.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor MWCitationContextItem class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWCitationDialog.js 
b/modules/ve-cite/ve.ui.MWCitationDialog.js
index 48133bd..f50d07d 100644
--- a/modules/ve-cite/ve.ui.MWCitationDialog.js
+++ b/modules/ve-cite/ve.ui.MWCitationDialog.js
@@ -1,7 +1,6 @@
 /*
  * VisualEditor user interface MWCitationDialog class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWCitationDialogTool.js 
b/modules/ve-cite/ve.ui.MWCitationDialogTool.js
index c027734..4ebaca2 100644
--- a/modules/ve-cite/ve.ui.MWCitationDialogTool.js
+++ b/modules/ve-cite/ve.ui.MWCitationDialogTool.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor MediaWiki UserInterface citation dialog tool class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReference.init.js 
b/modules/ve-cite/ve.ui.MWReference.init.js
index f6e3c59..eec4cbd 100644
--- a/modules/ve-cite/ve.ui.MWReference.init.js
+++ b/modules/ve-cite/ve.ui.MWReference.init.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor MediaWiki Cite initialisation code.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 ( function () {
diff --git a/modules/ve-cite/ve.ui.MWReferenceContextItem.css 
b/modules/ve-cite/ve.ui.MWReferenceContextItem.css
index 6db416b..fc078a4 100644
--- a/modules/ve-cite/ve.ui.MWReferenceContextItem.css
+++ b/modules/ve-cite/ve.ui.MWReferenceContextItem.css
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor MediaWiki UserInterface reference context item styles.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferenceContextItem.js 
b/modules/ve-cite/ve.ui.MWReferenceContextItem.js
index 9e9dd46..a83e879 100644
--- a/modules/ve-cite/ve.ui.MWReferenceContextItem.js
+++ b/modules/ve-cite/ve.ui.MWReferenceContextItem.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor MWReferenceContextItem class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferenceDialog.js 
b/modules/ve-cite/ve.ui.MWReferenceDialog.js
index 467122e..cb8a774 100644
--- a/modules/ve-cite/ve.ui.MWReferenceDialog.js
+++ b/modules/ve-cite/ve.ui.MWReferenceDialog.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor UserInterface MediaWiki MWReferenceDialog class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferenceDialogTool.js 
b/modules/ve-cite/ve.ui.MWReferenceDialogTool.js
index 4b6ddae..378755f 100644
--- a/modules/ve-cite/ve.ui.MWReferenceDialogTool.js
+++ b/modules/ve-cite/ve.ui.MWReferenceDialogTool.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor MediaWiki Reference dialog tool classes.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.css 
b/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.css
index 9db287d..fae3b8c 100644
--- a/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.css
+++ b/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.css
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor MediaWiki UserInterface MWReferenceGroupInputWidget styles.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.js 
b/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.js
index 18bbcf1..00d996c 100644
--- a/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.js
+++ b/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor UserInterface MWReferenceGroupInput class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferenceIcons.css 
b/modules/ve-cite/ve.ui.MWReferenceIcons.css
index db5d584..453a497 100644
--- a/modules/ve-cite/ve.ui.MWReferenceIcons.css
+++ b/modules/ve-cite/ve.ui.MWReferenceIcons.css
@@ -1,7 +1,6 @@
 /*!
  * Cite VisualEditor UserInterface icon styles.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferenceResultWidget.css 
b/modules/ve-cite/ve.ui.MWReferenceResultWidget.css
index 390b7a0..c792924 100644
--- a/modules/ve-cite/ve.ui.MWReferenceResultWidget.css
+++ b/modules/ve-cite/ve.ui.MWReferenceResultWidget.css
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor MediaWiki UserInterface MWReferenceResultWidget styles.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferenceResultWidget.js 
b/modules/ve-cite/ve.ui.MWReferenceResultWidget.js
index 91d94b5..0488bf9 100644
--- a/modules/ve-cite/ve.ui.MWReferenceResultWidget.js
+++ b/modules/ve-cite/ve.ui.MWReferenceResultWidget.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor UserInterface MWReferenceResultWidget class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferenceSearchWidget.css 
b/modules/ve-cite/ve.ui.MWReferenceSearchWidget.css
index 6d61af4..025158b 100644
--- a/modules/ve-cite/ve.ui.MWReferenceSearchWidget.css
+++ b/modules/ve-cite/ve.ui.MWReferenceSearchWidget.css
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor MediaWiki UserInterface MWReferenceSearchWidget styles.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferenceSearchWidget.js 
b/modules/ve-cite/ve.ui.MWReferenceSearchWidget.js
index c68fabc..0cfe9a8 100644
--- a/modules/ve-cite/ve.ui.MWReferenceSearchWidget.js
+++ b/modules/ve-cite/ve.ui.MWReferenceSearchWidget.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor UserInterface MWReferenceSearchWidget class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferencesListCommand.js 
b/modules/ve-cite/ve.ui.MWReferencesListCommand.js
index 2164dac..9f002c7 100644
--- a/modules/ve-cite/ve.ui.MWReferencesListCommand.js
+++ b/modules/ve-cite/ve.ui.MWReferencesListCommand.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor UserInterface MediaWiki ReferencesListCommand class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferencesListContextItem.js 
b/modules/ve-cite/ve.ui.MWReferencesListContextItem.js
index 1753c09..bf85636 100644
--- a/modules/ve-cite/ve.ui.MWReferencesListContextItem.js
+++ b/modules/ve-cite/ve.ui.MWReferencesListContextItem.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor MWReferencesListContextItem class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWReferencesListDialog.js 
b/modules/ve-cite/ve.ui.MWReferencesListDialog.js
index a8da11f..66758be 100644
--- a/modules/ve-cite/ve.ui.MWReferencesListDialog.js
+++ b/modules/ve-cite/ve.ui.MWReferencesListDialog.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor user interface MWReferencesListDialog class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 
diff --git a/modules/ve-cite/ve.ui.MWUseExistingReferenceCommand.js 
b/modules/ve-cite/ve.ui.MWUseExistingReferenceCommand.js
index fca1d31..bfe9e06 100644
--- a/modules/ve-cite/ve.ui.MWUseExistingReferenceCommand.js
+++ b/modules/ve-cite/ve.ui.MWUseExistingReferenceCommand.js
@@ -1,7 +1,6 @@
 /*!
  * VisualEditor UserInterface MediaWiki UseExistingReferenceCommand class.
  *
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license MIT
  */
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie7a208cbd2d56c8f116d0f67353a8ba01bca4a6d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cite
Gerrit-Branch: master
Gerrit-Owner: Thiemo Kreuz (WMDE) <thiemo.kr...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to