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

Change subject: doc: Bump copyright year notice, 'team' name
......................................................................


doc: Bump copyright year notice, 'team' name

Change-Id: Ia090c417a1aa716b255613199b5e49616bf0517a
---
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, 49 insertions(+), 36 deletions(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt
index 5770215..a3be0d7 100644
--- a/MIT-LICENSE.txt
+++ b/MIT-LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2011-2016 Cite VisualEditor Team and others under the terms
+Copyright (c) 2011-2017 Cite VisualEditor Team and others under the terms
 of The MIT License (MIT), as follows:
 
 This software consists of voluntary contributions made by many
diff --git a/includes/CiteCSSFileModule.php b/includes/CiteCSSFileModule.php
index caada37..ef945e2 100644
--- a/includes/CiteCSSFileModule.php
+++ b/includes/CiteCSSFileModule.php
@@ -4,8 +4,8 @@
  *
  * @file
  * @ingroup Extensions
- * @copyright 2011-2016 Cite VisualEditor Team and others; see AUTHORS.txt
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 
2.0 or later
+ * @copyright 2011-2017 Cite VisualEditor 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 ce74ebf..1952ebf 100644
--- a/includes/CiteDataModule.php
+++ b/includes/CiteDataModule.php
@@ -6,7 +6,7 @@
  *
  * @file
  * @ingroup Extensions
- * @copyright 2011-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
  * @license The MIT License (MIT); see MIT-LICENSE.txt
  */
 
diff --git a/includes/CiteHooks.php b/includes/CiteHooks.php
index 1d2c7ea..b011178 100644
--- a/includes/CiteHooks.php
+++ b/includes/CiteHooks.php
@@ -4,7 +4,7 @@
  *
  * @file
  * @ingroup Extensions
- * @copyright 2011-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 04b5bd6..8352c0a 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-2016 VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 6fd6b05..9e96527 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-2016 VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 018c664..3113579 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-2016 VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 d0f8733..d89f70c 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-2016 VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 329fddf..b73c081 100644
--- a/modules/ve-cite/tests/ve.ui.MWWikitextStringTransferHandler.test.js
+++ b/modules/ve-cite/tests/ve.ui.MWWikitextStringTransferHandler.test.js
@@ -1,7 +1,8 @@
 /*!
  * VisualEditor UserInterface MWWikitextStringTransferHandler tests.
  *
- * @copyright 2011-2017 VisualEditor Team and others; see 
http://ve.mit-license.org
+ * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @license The MIT License (MIT); see LICENSE.txt
  */
 var MWWIKITEXT_MOCK_API = true;
 
diff --git a/modules/ve-cite/ve.ce.MWReferenceNode.css 
b/modules/ve-cite/ve.ce.MWReferenceNode.css
index 33d201a..8b9fa8d 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 a5a27e2..b17d13b 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 0bf9cab..886567d 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 c4ed3a9..9dd59d9 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 cc01081..64404b8 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 4da71c9..434d1f7 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 3b2ff1a..b5d7e21 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 40a6bfb..cb9ef4b 100644
--- a/modules/ve-cite/ve.ui.MWCitationAction.js
+++ b/modules/ve-cite/ve.ui.MWCitationAction.js
@@ -1,7 +1,8 @@
 /*!
  * VisualEditor UserInterface MWCitationAction class.
  *
- * @copyright 2011-2016 VisualEditor Team and others; see 
http://ve.mit-license.org
+ * @copyright 2011-2017 Cite VisualEditor 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 48dfd79..515466d 100644
--- a/modules/ve-cite/ve.ui.MWCitationContextItem.js
+++ b/modules/ve-cite/ve.ui.MWCitationContextItem.js
@@ -1,7 +1,8 @@
 /*!
  * VisualEditor MWCitationContextItem class.
  *
- * @copyright 2011-2016 VisualEditor Team and others; see 
http://ve.mit-license.org
+ * @copyright 2011-2017 Cite VisualEditor 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 d15045b..82c448a 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 2b70597..19883a6 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 22dc5da..dff9aac 100644
--- a/modules/ve-cite/ve.ui.MWReference.init.js
+++ b/modules/ve-cite/ve.ui.MWReference.init.js
@@ -1,3 +1,9 @@
+/*!
+ * VisualEditor MediaWiki Cite initialisation code.
+ *
+ * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @license The MIT License (MIT); see LICENSE.txt
+ */
 ( function () {
        var i, j, jLen, toolGroup, toolGroups, linkIndex, target, label, group;
 
diff --git a/modules/ve-cite/ve.ui.MWReferenceContextItem.css 
b/modules/ve-cite/ve.ui.MWReferenceContextItem.css
index d0ac71f..f171d49 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 64fcfd3..48464e8 100644
--- a/modules/ve-cite/ve.ui.MWReferenceContextItem.js
+++ b/modules/ve-cite/ve.ui.MWReferenceContextItem.js
@@ -1,7 +1,8 @@
 /*!
  * VisualEditor MWReferenceContextItem class.
  *
- * @copyright 2011-2016 VisualEditor Team and others; see 
http://ve.mit-license.org
+ * @copyright 2011-2017 Cite VisualEditor 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 4bf6c10..8e1b26a 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 a31f363..9eb84e9 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 91f58a0..2c12eb5 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 3765e15..63fe251 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 813c23b..faf3f3f 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 42e88be..68ae090 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 81f1e61..807e25c 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 562e666..25e81da 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 c967379..49c5d3d 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 7868356..1e42344 100644
--- a/modules/ve-cite/ve.ui.MWReferencesListCommand.js
+++ b/modules/ve-cite/ve.ui.MWReferencesListCommand.js
@@ -1,7 +1,8 @@
 /*!
  * VisualEditor UserInterface MediaWiki ReferencesListCommand class.
  *
- * @copyright 2011-2016 VisualEditor Team and others; see 
http://ve.mit-license.org
+ * @copyright 2011-2017 Cite VisualEditor 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 02b1d82..26f260a 100644
--- a/modules/ve-cite/ve.ui.MWReferencesListContextItem.js
+++ b/modules/ve-cite/ve.ui.MWReferencesListContextItem.js
@@ -1,7 +1,8 @@
 /*!
  * VisualEditor MWReferencesListContextItem class.
  *
- * @copyright 2011-2016 VisualEditor Team and others; see 
http://ve.mit-license.org
+ * @copyright 2011-2017 Cite VisualEditor 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 8c2d6e3..cc170af 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-2016 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @copyright 2011-2017 Cite VisualEditor 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 b1bcc13..65912bb 100644
--- a/modules/ve-cite/ve.ui.MWUseExistingReferenceCommand.js
+++ b/modules/ve-cite/ve.ui.MWUseExistingReferenceCommand.js
@@ -1,7 +1,8 @@
 /*!
  * VisualEditor UserInterface MediaWiki UseExistingReferenceCommand class.
  *
- * @copyright 2011-2016 VisualEditor Team and others; see 
http://ve.mit-license.org
+ * @copyright 2011-2017 Cite VisualEditor Team and others; see AUTHORS.txt
+ * @license The MIT License (MIT); see LICENSE.txt
  */
 
 /**

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia090c417a1aa716b255613199b5e49616bf0517a
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Cite
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
Gerrit-Reviewer: DLynch <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to