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

Change subject: Set license-name to "MIT-Licence"
......................................................................


Set license-name to "MIT-Licence"

Follows-up d5dbe717b, which accidentally lost all licensing information.

Bug: T106642
Change-Id: I44024a0041040bbff42afceb650170af1d0b6c66
---
M extension.json
M resources/ext.inputBox.js
2 files changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/extension.json b/extension.json
index 66e1d52..626c296 100644
--- a/extension.json
+++ b/extension.json
@@ -11,6 +11,7 @@
        "url": "https://www.mediawiki.org/wiki/Extension:InputBox";,
        "description": "Allow inclusion of predefined HTML forms.",
        "descriptionmsg": "inputbox-desc",
+       "license-name": "MIT",
        "type": "parserhook",
        "MessagesDirs": {
                "InputBox": [
diff --git a/resources/ext.inputBox.js b/resources/ext.inputBox.js
index 2469fd1..7df4eea 100644
--- a/resources/ext.inputBox.js
+++ b/resources/ext.inputBox.js
@@ -2,7 +2,7 @@
  * Disable InputBox submit button when the corresponding text input field is 
empty.
  *
  * @author Tony Thomas
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License 
2.0 or later
+ * @license http://opensource.org/licenses/MIT MIT License
  */
 ( function ( $, mw ) {
        'use strict';

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I44024a0041040bbff42afceb650170af1d0b6c66
Gerrit-PatchSet: 5
Gerrit-Project: mediawiki/extensions/InputBox
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: 01tonythomas <[email protected]>
Gerrit-Reviewer: Eloquence <[email protected]>
Gerrit-Reviewer: Jackmcbarn <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Ricordisamoa <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to