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 */