Jforrester has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/401646 )
Change subject: doc: Bump copyright year
......................................................................
doc: Bump copyright year
Also make the overly-terse statement clearer.
Change-Id: I752bb82444bf7cb41480076bace42331dc35a598
---
M MIT-LICENSE.txt
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, 37 insertions(+), 37 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cite
refs/changes/46/401646/1
diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt
index a3be0d7..ece90dd 100644
--- a/MIT-LICENSE.txt
+++ b/MIT-LICENSE.txt
@@ -1,5 +1,5 @@
-Copyright (c) 2011-2017 Cite VisualEditor Team and others under the terms
-of The MIT License (MIT), as follows:
+Copyright (c) 2011-2018 VisualEditor Team's Cite sub-team and others
+under the terms of The MIT License (MIT), as follows:
This software consists of voluntary contributions made by many
individuals (AUTHORS.txt) For exact contribution history, see the
diff --git a/includes/CiteCSSFileModule.php b/includes/CiteCSSFileModule.php
index 245fcf9..68e6e34 100644
--- a/includes/CiteCSSFileModule.php
+++ b/includes/CiteCSSFileModule.php
@@ -3,7 +3,7 @@
/**
* ResourceLoaderFileModule for adding the content language Cite CSS
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
class CiteCSSFileModule extends ResourceLoaderFileModule {
diff --git a/includes/CiteDataModule.php b/includes/CiteDataModule.php
index 1aa515d..c16bff7 100644
--- a/includes/CiteDataModule.php
+++ b/includes/CiteDataModule.php
@@ -5,7 +5,7 @@
*
* Temporary hack for T93800
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see MIT-LICENSE.txt
*/
class CiteDataModule extends ResourceLoaderModule {
diff --git a/includes/CiteHooks.php b/includes/CiteHooks.php
index f23e2be..076266c 100644
--- a/includes/CiteHooks.php
+++ b/includes/CiteHooks.php
@@ -1,6 +1,6 @@
<?php
/**
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see MIT-LICENSE.txt
*/
diff --git a/modules/ve-cite/tests/ve.dm.Converter.test.js
b/modules/ve-cite/tests/ve.dm.Converter.test.js
index 65fd6ba..f4fe60c 100644
--- a/modules/ve-cite/tests/ve.dm.Converter.test.js
+++ b/modules/ve-cite/tests/ve.dm.Converter.test.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor DataModel Cite-specific Converter tests.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/tests/ve.dm.InternalList.test.js
b/modules/ve-cite/tests/ve.dm.InternalList.test.js
index 52e0adf..66037b7 100644
--- a/modules/ve-cite/tests/ve.dm.InternalList.test.js
+++ b/modules/ve-cite/tests/ve.dm.InternalList.test.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor DataModel Cite-specific InternalList tests.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/tests/ve.dm.Transaction.test.js
b/modules/ve-cite/tests/ve.dm.Transaction.test.js
index 837202a..57032a6 100644
--- a/modules/ve-cite/tests/ve.dm.Transaction.test.js
+++ b/modules/ve-cite/tests/ve.dm.Transaction.test.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor DataModel Cite-specific Transaction tests.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/tests/ve.dm.citeExample.js
b/modules/ve-cite/tests/ve.dm.citeExample.js
index c326e1f..daa8e78 100644
--- a/modules/ve-cite/tests/ve.dm.citeExample.js
+++ b/modules/ve-cite/tests/ve.dm.citeExample.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor DataModel Cite-specific example data sets.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git
a/modules/ve-cite/tests/ve.ui.MWWikitextStringTransferHandler.test.js
b/modules/ve-cite/tests/ve.ui.MWWikitextStringTransferHandler.test.js
index 9617e6a..f0a8c6a 100644
--- a/modules/ve-cite/tests/ve.ui.MWWikitextStringTransferHandler.test.js
+++ b/modules/ve-cite/tests/ve.ui.MWWikitextStringTransferHandler.test.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor UserInterface MWWikitextStringTransferHandler tests.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ce.MWReferenceNode.css
b/modules/ve-cite/ve.ce.MWReferenceNode.css
index 8b9fa8d..540f8fb 100644
--- a/modules/ve-cite/ve.ce.MWReferenceNode.css
+++ b/modules/ve-cite/ve.ce.MWReferenceNode.css
@@ -1,7 +1,7 @@
/*!
* VisualEditor ContentEditable MediaWiki MWReferenceNode styles.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ce.MWReferenceNode.js
b/modules/ve-cite/ve.ce.MWReferenceNode.js
index b17d13b..0205c33 100644
--- a/modules/ve-cite/ve.ce.MWReferenceNode.js
+++ b/modules/ve-cite/ve.ce.MWReferenceNode.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor ContentEditable MWReferenceNode class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ce.MWReferencesListNode.css
b/modules/ve-cite/ve.ce.MWReferencesListNode.css
index 29ef80a..171da38 100644
--- a/modules/ve-cite/ve.ce.MWReferencesListNode.css
+++ b/modules/ve-cite/ve.ce.MWReferencesListNode.css
@@ -1,7 +1,7 @@
/*!
* VisualEditor ContentEditable MediaWiki MWReferencesListNode styles.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ce.MWReferencesListNode.js
b/modules/ve-cite/ve.ce.MWReferencesListNode.js
index e4a708e..7759ecf 100644
--- a/modules/ve-cite/ve.ce.MWReferencesListNode.js
+++ b/modules/ve-cite/ve.ce.MWReferencesListNode.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor ContentEditable MWReferencesListNode class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.dm.MWReferenceModel.js
b/modules/ve-cite/ve.dm.MWReferenceModel.js
index 64404b8..82ed9f9 100644
--- a/modules/ve-cite/ve.dm.MWReferenceModel.js
+++ b/modules/ve-cite/ve.dm.MWReferenceModel.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor DataModel MWReferenceModel class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.dm.MWReferenceNode.js
b/modules/ve-cite/ve.dm.MWReferenceNode.js
index fa0d6cb..de3695b 100644
--- a/modules/ve-cite/ve.dm.MWReferenceNode.js
+++ b/modules/ve-cite/ve.dm.MWReferenceNode.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor DataModel MWReferenceNode class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.dm.MWReferencesListNode.js
b/modules/ve-cite/ve.dm.MWReferencesListNode.js
index b7cf165..1827b93 100644
--- a/modules/ve-cite/ve.dm.MWReferencesListNode.js
+++ b/modules/ve-cite/ve.dm.MWReferencesListNode.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor DataModel MWReferencesListNode class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWCitationAction.js
b/modules/ve-cite/ve.ui.MWCitationAction.js
index cb9ef4b..395da8f 100644
--- a/modules/ve-cite/ve.ui.MWCitationAction.js
+++ b/modules/ve-cite/ve.ui.MWCitationAction.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor UserInterface MWCitationAction class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWCitationContextItem.js
b/modules/ve-cite/ve.ui.MWCitationContextItem.js
index 515466d..793d62a 100644
--- a/modules/ve-cite/ve.ui.MWCitationContextItem.js
+++ b/modules/ve-cite/ve.ui.MWCitationContextItem.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor MWCitationContextItem class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWCitationDialog.js
b/modules/ve-cite/ve.ui.MWCitationDialog.js
index 82c448a..aec09a8 100644
--- a/modules/ve-cite/ve.ui.MWCitationDialog.js
+++ b/modules/ve-cite/ve.ui.MWCitationDialog.js
@@ -1,7 +1,7 @@
/*
* VisualEditor user interface MWCitationDialog class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWCitationDialogTool.js
b/modules/ve-cite/ve.ui.MWCitationDialogTool.js
index 19883a6..92a0e89 100644
--- a/modules/ve-cite/ve.ui.MWCitationDialogTool.js
+++ b/modules/ve-cite/ve.ui.MWCitationDialogTool.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor MediaWiki UserInterface citation dialog tool class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReference.init.js
b/modules/ve-cite/ve.ui.MWReference.init.js
index dff9aac..8adce49 100644
--- a/modules/ve-cite/ve.ui.MWReference.init.js
+++ b/modules/ve-cite/ve.ui.MWReference.init.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor MediaWiki Cite initialisation code.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
( function () {
diff --git a/modules/ve-cite/ve.ui.MWReferenceContextItem.css
b/modules/ve-cite/ve.ui.MWReferenceContextItem.css
index dd5ee57..3dd79b4 100644
--- a/modules/ve-cite/ve.ui.MWReferenceContextItem.css
+++ b/modules/ve-cite/ve.ui.MWReferenceContextItem.css
@@ -1,7 +1,7 @@
/*!
* VisualEditor MediaWiki UserInterface reference context item styles.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferenceContextItem.js
b/modules/ve-cite/ve.ui.MWReferenceContextItem.js
index 48464e8..2573499 100644
--- a/modules/ve-cite/ve.ui.MWReferenceContextItem.js
+++ b/modules/ve-cite/ve.ui.MWReferenceContextItem.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor MWReferenceContextItem class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferenceDialog.js
b/modules/ve-cite/ve.ui.MWReferenceDialog.js
index 1e89360..5970654 100644
--- a/modules/ve-cite/ve.ui.MWReferenceDialog.js
+++ b/modules/ve-cite/ve.ui.MWReferenceDialog.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor UserInterface MediaWiki MWReferenceDialog class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferenceDialogTool.js
b/modules/ve-cite/ve.ui.MWReferenceDialogTool.js
index c87dc2b..5e560be 100644
--- a/modules/ve-cite/ve.ui.MWReferenceDialogTool.js
+++ b/modules/ve-cite/ve.ui.MWReferenceDialogTool.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor MediaWiki Reference dialog tool classes.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.css
b/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.css
index 85a1bb8..b961632 100644
--- a/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.css
+++ b/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.css
@@ -1,7 +1,7 @@
/*!
* VisualEditor MediaWiki UserInterface MWReferenceGroupInputWidget styles.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.js
b/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.js
index 63fe251..eeb597a 100644
--- a/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.js
+++ b/modules/ve-cite/ve.ui.MWReferenceGroupInputWidget.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor UserInterface MWReferenceGroupInput class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferenceIcons.css
b/modules/ve-cite/ve.ui.MWReferenceIcons.css
index faf3f3f..ca92561 100644
--- a/modules/ve-cite/ve.ui.MWReferenceIcons.css
+++ b/modules/ve-cite/ve.ui.MWReferenceIcons.css
@@ -1,7 +1,7 @@
/*!
* Cite VisualEditor UserInterface icon styles.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferenceResultWidget.css
b/modules/ve-cite/ve.ui.MWReferenceResultWidget.css
index 837ae62..0da8866 100644
--- a/modules/ve-cite/ve.ui.MWReferenceResultWidget.css
+++ b/modules/ve-cite/ve.ui.MWReferenceResultWidget.css
@@ -1,7 +1,7 @@
/*!
* VisualEditor MediaWiki UserInterface MWReferenceResultWidget styles.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferenceResultWidget.js
b/modules/ve-cite/ve.ui.MWReferenceResultWidget.js
index 807e25c..8194d2f 100644
--- a/modules/ve-cite/ve.ui.MWReferenceResultWidget.js
+++ b/modules/ve-cite/ve.ui.MWReferenceResultWidget.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor UserInterface MWReferenceResultWidget class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferenceSearchWidget.css
b/modules/ve-cite/ve.ui.MWReferenceSearchWidget.css
index 118da23..120bb6c 100644
--- a/modules/ve-cite/ve.ui.MWReferenceSearchWidget.css
+++ b/modules/ve-cite/ve.ui.MWReferenceSearchWidget.css
@@ -1,7 +1,7 @@
/*!
* VisualEditor MediaWiki UserInterface MWReferenceSearchWidget styles.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferenceSearchWidget.js
b/modules/ve-cite/ve.ui.MWReferenceSearchWidget.js
index 49c5d3d..a2e0570 100644
--- a/modules/ve-cite/ve.ui.MWReferenceSearchWidget.js
+++ b/modules/ve-cite/ve.ui.MWReferenceSearchWidget.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor UserInterface MWReferenceSearchWidget class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferencesListCommand.js
b/modules/ve-cite/ve.ui.MWReferencesListCommand.js
index eac79ea..b9b7d12 100644
--- a/modules/ve-cite/ve.ui.MWReferencesListCommand.js
+++ b/modules/ve-cite/ve.ui.MWReferencesListCommand.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor UserInterface MediaWiki ReferencesListCommand class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferencesListContextItem.js
b/modules/ve-cite/ve.ui.MWReferencesListContextItem.js
index 26f260a..2f50086 100644
--- a/modules/ve-cite/ve.ui.MWReferencesListContextItem.js
+++ b/modules/ve-cite/ve.ui.MWReferencesListContextItem.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor MWReferencesListContextItem class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWReferencesListDialog.js
b/modules/ve-cite/ve.ui.MWReferencesListDialog.js
index d561fd2..d473fa7 100644
--- a/modules/ve-cite/ve.ui.MWReferencesListDialog.js
+++ b/modules/ve-cite/ve.ui.MWReferencesListDialog.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor user interface MWReferencesListDialog class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
diff --git a/modules/ve-cite/ve.ui.MWUseExistingReferenceCommand.js
b/modules/ve-cite/ve.ui.MWUseExistingReferenceCommand.js
index 65912bb..076963d 100644
--- a/modules/ve-cite/ve.ui.MWUseExistingReferenceCommand.js
+++ b/modules/ve-cite/ve.ui.MWUseExistingReferenceCommand.js
@@ -1,7 +1,7 @@
/*!
* VisualEditor UserInterface MediaWiki UseExistingReferenceCommand class.
*
- * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2018 VisualEditor Team's Cite sub-team and others; see
AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
--
To view, visit https://gerrit.wikimedia.org/r/401646
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I752bb82444bf7cb41480076bace42331dc35a598
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cite
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits