jenkins-bot has submitted this change and it was merged. Change subject: Fix old dates ......................................................................
Fix old dates Change-Id: Ia884b9282cd75241b0d88ad1875a0f2bbbfc3af1 --- M src/ui/dialogs/ve.ui.SpecialCharacterDialog.js M src/ui/pages/ve.ui.SpecialCharacterPage.js M src/ui/styles/dialogs/ve.ui.SpecialCharacterDialog.css 3 files changed, 3 insertions(+), 3 deletions(-) Approvals: Jforrester: Looks good to me, approved jenkins-bot: Verified diff --git a/src/ui/dialogs/ve.ui.SpecialCharacterDialog.js b/src/ui/dialogs/ve.ui.SpecialCharacterDialog.js index c22712d..883efc1 100644 --- a/src/ui/dialogs/ve.ui.SpecialCharacterDialog.js +++ b/src/ui/dialogs/ve.ui.SpecialCharacterDialog.js @@ -1,7 +1,7 @@ /*! * VisualEditor UserInterface SpecialCharacterDialog class. * - * @copyright 2011-2014 VisualEditor Team and others; see http://ve.mit-license.org + * @copyright 2011-2015 VisualEditor Team and others; see http://ve.mit-license.org */ /** diff --git a/src/ui/pages/ve.ui.SpecialCharacterPage.js b/src/ui/pages/ve.ui.SpecialCharacterPage.js index 5b50176..5654394 100644 --- a/src/ui/pages/ve.ui.SpecialCharacterPage.js +++ b/src/ui/pages/ve.ui.SpecialCharacterPage.js @@ -1,7 +1,7 @@ /*! * VisualEditor user interface SpecialCharacterPage class. * - * @copyright 2011-2014 VisualEditor Team and others; see AUTHORS.txt + * @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ diff --git a/src/ui/styles/dialogs/ve.ui.SpecialCharacterDialog.css b/src/ui/styles/dialogs/ve.ui.SpecialCharacterDialog.css index 4a9862c..8a2fc95 100644 --- a/src/ui/styles/dialogs/ve.ui.SpecialCharacterDialog.css +++ b/src/ui/styles/dialogs/ve.ui.SpecialCharacterDialog.css @@ -1,7 +1,7 @@ /*! * VisualEditor UserInterface SpecialCharacterDialog styles. * - * @copyright 2011-2014 VisualEditor Team and others; see http://ve.mit-license.org + * @copyright 2011-2015 VisualEditor Team and others; see http://ve.mit-license.org */ .ve-ui-specialCharacterDialog .oo-ui-outlineOptionWidget { -- To view, visit https://gerrit.wikimedia.org/r/206122 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia884b9282cd75241b0d88ad1875a0f2bbbfc3af1 Gerrit-PatchSet: 1 Gerrit-Project: VisualEditor/VisualEditor Gerrit-Branch: master Gerrit-Owner: Esanders <[email protected]> Gerrit-Reviewer: Jforrester <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
