From 7bbff3f208b29352c5a95aed5f422f86c92437c8 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Fri, 16 Jan 2015 12:06:38 +0000 Subject: [PATCH] Update license headers Change-Id: Ia38926b253e53a2cef5dfab623353e1dd79ad613 --- modules/VisualEditor/ve.ce.MWMathNode.js | 2 +- modules/VisualEditor/ve.dm.MWMathNode.js | 2 +- modules/VisualEditor/ve.ui.MWMathIcons.css | 7 +++++++ modules/VisualEditor/ve.ui.MWMathInspector.js | 2 +- modules/VisualEditor/ve.ui.MWMathInspectorTool.js | 4 ++-- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/modules/VisualEditor/ve.ce.MWMathNode.js b/modules/VisualEditor/ve.ce.MWMathNode.js index 1caf58b..9aaf694 100644 --- a/modules/VisualEditor/ve.ce.MWMathNode.js +++ b/modules/VisualEditor/ve.ce.MWMathNode.js @@ -1,7 +1,7 @@ /*! * VisualEditor ContentEditable MWMathNode class. * - * @copyright 2011-2013 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/modules/VisualEditor/ve.dm.MWMathNode.js b/modules/VisualEditor/ve.dm.MWMathNode.js index 00dd821..ed024e3 100644 --- a/modules/VisualEditor/ve.dm.MWMathNode.js +++ b/modules/VisualEditor/ve.dm.MWMathNode.js @@ -1,7 +1,7 @@ /*! * VisualEditor DataModel MWMathNode class. * - * @copyright 2011-2013 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/modules/VisualEditor/ve.ui.MWMathIcons.css b/modules/VisualEditor/ve.ui.MWMathIcons.css index c4e6bfe..442b91a 100644 --- a/modules/VisualEditor/ve.ui.MWMathIcons.css +++ b/modules/VisualEditor/ve.ui.MWMathIcons.css @@ -1,3 +1,10 @@ +/*! + * VisualEditor UserInterface Math icon styles. + * + * @copyright 2011-2015 VisualEditor Team and others; see AUTHORS.txt + * @license The MIT License (MIT); see LICENSE.txt + */ + .oo-ui-icon-math { /* @embed */ background-image: url(math.svg); diff --git a/modules/VisualEditor/ve.ui.MWMathInspector.js b/modules/VisualEditor/ve.ui.MWMathInspector.js index 570157a..6bf2736 100644 --- a/modules/VisualEditor/ve.ui.MWMathInspector.js +++ b/modules/VisualEditor/ve.ui.MWMathInspector.js @@ -1,7 +1,7 @@ /*! * VisualEditor UserInterface MWMathInspector 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/modules/VisualEditor/ve.ui.MWMathInspectorTool.js b/modules/VisualEditor/ve.ui.MWMathInspectorTool.js index f14a267..0280fe7 100644 --- a/modules/VisualEditor/ve.ui.MWMathInspectorTool.js +++ b/modules/VisualEditor/ve.ui.MWMathInspectorTool.js @@ -1,7 +1,7 @@ /*! - * VisualEditor MediaWiki UserInterface math tool class. + * VisualEditor UserInterface MWMathInspectorTool class. * - * @copyright 2011-2013 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 */