jenkins-bot has submitted this change and it was merged.

Change subject: Use little bit longer GPL-2.0+ instead of GPL2+
......................................................................


Use little bit longer GPL-2.0+ instead of GPL2+

Per http://spdx.org/licenses/

Change-Id: I23f5b70b78d46b9756254e63ac03e6e12edd7f4a
---
M Resources.php
M TranslateSandbox.i18n.php
M api/ApiTranslateSandbox.php
M ffs/XliffFFS.php
M messagegroups/WikiPageMessageGroup.php
M resources/css/ext.translate.navitoggle.css
M resources/css/ext.translate.special.translatesandbox.css
M resources/js/ext.translate.navitoggle.js
M resources/js/ext.translate.parsers.js
M resources/js/ext.translate.special.translatesandbox.js
M resources/js/ext.translate.statsbar.js
M resources/js/ext.translate.workflowselector.js
M scripts/refresh-translatable-pages.php
M scripts/ttmserver-export.php
M specials/SpecialImportTranslations.php
M specials/SpecialTranslateSandbox.php
M tag/TranslatablePage.php
M tests/TPParseTest.php
M tests/TranslateSandboxTest.php
M tests/ffs/XliffFFSTest.php
M utils/TranslateSandbox.php
21 files changed, 21 insertions(+), 21 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Resources.php b/Resources.php
index 70ee5a7..e17bd30 100644
--- a/Resources.php
+++ b/Resources.php
@@ -3,7 +3,7 @@
  * JavaScript and CSS resource definitions.
  *
  * @file
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 $resourcePaths = array(
diff --git a/TranslateSandbox.i18n.php b/TranslateSandbox.i18n.php
index 06902b0..fefc902 100644
--- a/TranslateSandbox.i18n.php
+++ b/TranslateSandbox.i18n.php
@@ -3,7 +3,7 @@
  * Translations for the sandbox feature.
  *
  * @file
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 $messages = array();
diff --git a/api/ApiTranslateSandbox.php b/api/ApiTranslateSandbox.php
index 833b0fa..2078b6f 100644
--- a/api/ApiTranslateSandbox.php
+++ b/api/ApiTranslateSandbox.php
@@ -4,7 +4,7 @@
  *
  * @file
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 /**
diff --git a/ffs/XliffFFS.php b/ffs/XliffFFS.php
index b4464b9..d4807b7 100644
--- a/ffs/XliffFFS.php
+++ b/ffs/XliffFFS.php
@@ -4,7 +4,7 @@
  *
  * @file
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 /**
diff --git a/messagegroups/WikiPageMessageGroup.php 
b/messagegroups/WikiPageMessageGroup.php
index bd04eab..309a1d9 100644
--- a/messagegroups/WikiPageMessageGroup.php
+++ b/messagegroups/WikiPageMessageGroup.php
@@ -5,7 +5,7 @@
  * @file
  * @author Niklas Laxström
  * @author Siebrand Mazeland
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 /**
diff --git a/resources/css/ext.translate.navitoggle.css 
b/resources/css/ext.translate.navitoggle.css
index 38a30af..ee5fe1a 100644
--- a/resources/css/ext.translate.navitoggle.css
+++ b/resources/css/ext.translate.navitoggle.css
@@ -1,7 +1,7 @@
 /**
  * Introduces a toggle icon than can be used to hide navigation menu in vector
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 .tux-navitoggle {
diff --git a/resources/css/ext.translate.special.translatesandbox.css 
b/resources/css/ext.translate.special.translatesandbox.css
index e892902..28c62c2 100644
--- a/resources/css/ext.translate.special.translatesandbox.css
+++ b/resources/css/ext.translate.special.translatesandbox.css
@@ -1,7 +1,7 @@
 /**
  * CSS for special page.
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 /* Panes */
diff --git a/resources/js/ext.translate.navitoggle.js 
b/resources/js/ext.translate.navitoggle.js
index 7557eac..6f13456 100644
--- a/resources/js/ext.translate.navitoggle.js
+++ b/resources/js/ext.translate.navitoggle.js
@@ -1,7 +1,7 @@
 /**
  * Introduces a toggle icon than can be used to hide navigation menu in vector
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 (function ( mw, $ ) {
        'use strict';
diff --git a/resources/js/ext.translate.parsers.js 
b/resources/js/ext.translate.parsers.js
index 4bceda3..de8e6b8 100644
--- a/resources/js/ext.translate.parsers.js
+++ b/resources/js/ext.translate.parsers.js
@@ -3,7 +3,7 @@
  * messages.
  *
  * @author Niklas Laxström, 2013
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 ( function ( $, mw ) {
diff --git a/resources/js/ext.translate.special.translatesandbox.js 
b/resources/js/ext.translate.special.translatesandbox.js
index 6070f5d..515cdac 100644
--- a/resources/js/ext.translate.special.translatesandbox.js
+++ b/resources/js/ext.translate.special.translatesandbox.js
@@ -1,7 +1,7 @@
 /**
  * JS for special page.
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 (function ( $, mw ) {
diff --git a/resources/js/ext.translate.statsbar.js 
b/resources/js/ext.translate.statsbar.js
index 12ef08d..18a41dc 100644
--- a/resources/js/ext.translate.statsbar.js
+++ b/resources/js/ext.translate.statsbar.js
@@ -2,7 +2,7 @@
  * Translate language statistics bar - jQuery plugin.
  * @author Niklas Laxström
  * @author Santhosh Thottingal
- * @license GPL2+
+ * @license GPL-2.0+
  * @since 2012-11-30
  */
 
diff --git a/resources/js/ext.translate.workflowselector.js 
b/resources/js/ext.translate.workflowselector.js
index 064f258..04b08ab 100644
--- a/resources/js/ext.translate.workflowselector.js
+++ b/resources/js/ext.translate.workflowselector.js
@@ -3,7 +3,7 @@
  * workflow sates.
  *
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 ( function ( $, mw ) {
diff --git a/scripts/refresh-translatable-pages.php 
b/scripts/refresh-translatable-pages.php
index 5197845..c12bf1f 100644
--- a/scripts/refresh-translatable-pages.php
+++ b/scripts/refresh-translatable-pages.php
@@ -3,7 +3,7 @@
  * Script to ensure all translation pages are up to date.
  *
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  * @file
  */
 
diff --git a/scripts/ttmserver-export.php b/scripts/ttmserver-export.php
index 788c688..587015b 100644
--- a/scripts/ttmserver-export.php
+++ b/scripts/ttmserver-export.php
@@ -3,7 +3,7 @@
  * Script to bootstrap TTMServer translation memory
  *
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  * @file
  */
 
diff --git a/specials/SpecialImportTranslations.php 
b/specials/SpecialImportTranslations.php
index 9926b6a..5da3175 100644
--- a/specials/SpecialImportTranslations.php
+++ b/specials/SpecialImportTranslations.php
@@ -5,7 +5,7 @@
  * @file
  * @author Niklas Laxström
  * @author Siebrand Mazeland
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 /**
diff --git a/specials/SpecialTranslateSandbox.php 
b/specials/SpecialTranslateSandbox.php
index 9c84521..fe0c336 100644
--- a/specials/SpecialTranslateSandbox.php
+++ b/specials/SpecialTranslateSandbox.php
@@ -4,7 +4,7 @@
  *
  * @file
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 /**
diff --git a/tag/TranslatablePage.php b/tag/TranslatablePage.php
index dba2cce..474d662 100644
--- a/tag/TranslatablePage.php
+++ b/tag/TranslatablePage.php
@@ -4,7 +4,7 @@
  *
  * @file
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 /**
diff --git a/tests/TPParseTest.php b/tests/TPParseTest.php
index 396d68c..f5a9f38 100644
--- a/tests/TPParseTest.php
+++ b/tests/TPParseTest.php
@@ -3,7 +3,7 @@
  * Unit tests for class TPParse
  *
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  * @file
  */
 
diff --git a/tests/TranslateSandboxTest.php b/tests/TranslateSandboxTest.php
index d123a78..1074f24 100644
--- a/tests/TranslateSandboxTest.php
+++ b/tests/TranslateSandboxTest.php
@@ -4,7 +4,7 @@
  *
  * @file
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 /**
diff --git a/tests/ffs/XliffFFSTest.php b/tests/ffs/XliffFFSTest.php
index 111821f..3974338 100644
--- a/tests/ffs/XliffFFSTest.php
+++ b/tests/ffs/XliffFFSTest.php
@@ -4,7 +4,7 @@
  *
  * @file
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 class XliffFFSTest extends MediaWikiTestCase {
diff --git a/utils/TranslateSandbox.php b/utils/TranslateSandbox.php
index f9a3acb..748bf8e 100644
--- a/utils/TranslateSandbox.php
+++ b/utils/TranslateSandbox.php
@@ -4,7 +4,7 @@
  *
  * @file
  * @author Niklas Laxström
- * @license GPL2+
+ * @license GPL-2.0+
  */
 
 /**

-- 
To view, visit https://gerrit.wikimedia.org/r/72249
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I23f5b70b78d46b9756254e63ac03e6e12edd7f4a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Nikerabbit <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to