Jforrester has uploaded a new change for review. https://gerrit.wikimedia.org/r/183733
Change subject: build: Bump copyright notices to 2015 ...................................................................... build: Bump copyright notices to 2015 Change-Id: I1954add19cf9e87873c644e6211b9beced7adba7 --- M LICENSE.txt M src/unicodejs.graphemebreak.js M src/unicodejs.js M src/unicodejs.textstring.js M src/unicodejs.wordbreak.js 5 files changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/unicodejs refs/changes/33/183733/1 diff --git a/LICENSE.txt b/LICENSE.txt index 7ab0cd3..027d312 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2013–2014 UnicodeJS team and others under the terms +Copyright (c) 2013–2015 UnicodeJS 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/src/unicodejs.graphemebreak.js b/src/unicodejs.graphemebreak.js index f711ac8..2cae8db 100644 --- a/src/unicodejs.graphemebreak.js +++ b/src/unicodejs.graphemebreak.js @@ -4,7 +4,7 @@ * Implementation of Unicode 7.0.0 Default Grapheme Cluster Boundary Specification * http://www.unicode.org/reports/tr29/#Default_Grapheme_Cluster_Table * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013–2015 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ ( function () { diff --git a/src/unicodejs.js b/src/unicodejs.js index b155bfc..2223128 100644 --- a/src/unicodejs.js +++ b/src/unicodejs.js @@ -1,7 +1,7 @@ /*! * UnicodeJS namespace * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013–2015 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ diff --git a/src/unicodejs.textstring.js b/src/unicodejs.textstring.js index f89ea0e..8dc42d7 100644 --- a/src/unicodejs.textstring.js +++ b/src/unicodejs.textstring.js @@ -1,7 +1,7 @@ /*! * UnicodeJS TextString class. * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013–2015 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ diff --git a/src/unicodejs.wordbreak.js b/src/unicodejs.wordbreak.js index 9d62d27..7a6e614 100644 --- a/src/unicodejs.wordbreak.js +++ b/src/unicodejs.wordbreak.js @@ -4,7 +4,7 @@ * Implementation of Unicode 7.0.0 Default Word Boundary Specification * http://www.unicode.org/reports/tr29/#Default_Grapheme_Cluster_Table * - * @copyright 2013–2014 UnicodeJS team and others; see AUTHORS.txt + * @copyright 2013–2015 UnicodeJS team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ ( function () { -- To view, visit https://gerrit.wikimedia.org/r/183733 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1954add19cf9e87873c644e6211b9beced7adba7 Gerrit-PatchSet: 1 Gerrit-Project: unicodejs Gerrit-Branch: master Gerrit-Owner: Jforrester <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
