Esanders has uploaded a new change for review. https://gerrit.wikimedia.org/r/107162
Change subject: Replace emdash with hypen ...................................................................... Replace emdash with hypen For consistency with VE copyright dates when replacing in the future. Change-Id: I144d072dc244e336f42326b1edd42e92eba95449 --- M modules/unicodejs/index.html M modules/unicodejs/test/unicodejs.graphemebreak.test.js M modules/unicodejs/test/unicodejs.test.js M modules/unicodejs/test/unicodejs.wordbreak.test.js M modules/unicodejs/unicodejs.graphemebreak.js M modules/unicodejs/unicodejs.js M modules/unicodejs/unicodejs.textstring.js M modules/unicodejs/unicodejs.wordbreak.js 8 files changed, 8 insertions(+), 8 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor refs/changes/62/107162/1 diff --git a/modules/unicodejs/index.html b/modules/unicodejs/index.html index a12ac78..9c51725 100644 --- a/modules/unicodejs/index.html +++ b/modules/unicodejs/index.html @@ -2,7 +2,7 @@ /*! * UnicodeJS tests * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013-2014 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ --> diff --git a/modules/unicodejs/test/unicodejs.graphemebreak.test.js b/modules/unicodejs/test/unicodejs.graphemebreak.test.js index 80587b3..1cb04b6 100644 --- a/modules/unicodejs/test/unicodejs.graphemebreak.test.js +++ b/modules/unicodejs/test/unicodejs.graphemebreak.test.js @@ -1,7 +1,7 @@ /*! * UnicodeJS Grapheme Break module tests * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013-2014 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ diff --git a/modules/unicodejs/test/unicodejs.test.js b/modules/unicodejs/test/unicodejs.test.js index 5a164e3..08f11b2 100644 --- a/modules/unicodejs/test/unicodejs.test.js +++ b/modules/unicodejs/test/unicodejs.test.js @@ -1,7 +1,7 @@ /*! * UnicodeJS Base module tests * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013-2014 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ diff --git a/modules/unicodejs/test/unicodejs.wordbreak.test.js b/modules/unicodejs/test/unicodejs.wordbreak.test.js index 9b1f55b..94f7361 100644 --- a/modules/unicodejs/test/unicodejs.wordbreak.test.js +++ b/modules/unicodejs/test/unicodejs.wordbreak.test.js @@ -1,7 +1,7 @@ /*! * UnicodeJS Word Break module tests * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013-2014 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ diff --git a/modules/unicodejs/unicodejs.graphemebreak.js b/modules/unicodejs/unicodejs.graphemebreak.js index c363c0f..d7d3f98 100644 --- a/modules/unicodejs/unicodejs.graphemebreak.js +++ b/modules/unicodejs/unicodejs.graphemebreak.js @@ -5,7 +5,7 @@ * Unicode UAX #29 Default Grapheme Cluster Boundary Specification; see * http://www.unicode.org/reports/tr29/#Default_Grapheme_Cluster_Table * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013-2014 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ ( function () { diff --git a/modules/unicodejs/unicodejs.js b/modules/unicodejs/unicodejs.js index fb1d041..d715f06 100644 --- a/modules/unicodejs/unicodejs.js +++ b/modules/unicodejs/unicodejs.js @@ -1,7 +1,7 @@ /*! * UnicodeJS namespace * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013-2014 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ diff --git a/modules/unicodejs/unicodejs.textstring.js b/modules/unicodejs/unicodejs.textstring.js index 9ee4218..2e68af5 100644 --- a/modules/unicodejs/unicodejs.textstring.js +++ b/modules/unicodejs/unicodejs.textstring.js @@ -1,7 +1,7 @@ /*! * UnicodeJS TextString class. * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013-2014 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ diff --git a/modules/unicodejs/unicodejs.wordbreak.js b/modules/unicodejs/unicodejs.wordbreak.js index 56ed1c4..21b6811 100644 --- a/modules/unicodejs/unicodejs.wordbreak.js +++ b/modules/unicodejs/unicodejs.wordbreak.js @@ -4,7 +4,7 @@ * Implementation of Unicode's Default Word Boundaries * http://www.unicode.org/reports/tr29/#Default_Word_Boundaries * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013-2014 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ ( function () { -- To view, visit https://gerrit.wikimedia.org/r/107162 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I144d072dc244e336f42326b1edd42e92eba95449 Gerrit-PatchSet: 1 Gerrit-Project: VisualEditor/VisualEditor Gerrit-Branch: master Gerrit-Owner: Esanders <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
