Merge "Set license-name to "MIT-Licence""

This commit is contained in:
jenkins-bot 2015-08-23 19:52:29 +00:00 committed by Gerrit Code Review
commit 88612f32e7
2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,7 @@
"url": "https://www.mediawiki.org/wiki/Extension:InputBox", "url": "https://www.mediawiki.org/wiki/Extension:InputBox",
"description": "Allow inclusion of predefined HTML forms.", "description": "Allow inclusion of predefined HTML forms.",
"descriptionmsg": "inputbox-desc", "descriptionmsg": "inputbox-desc",
"license-name": "MIT",
"type": "parserhook", "type": "parserhook",
"MessagesDirs": { "MessagesDirs": {
"InputBox": [ "InputBox": [

View file

@ -2,7 +2,7 @@
* Disable InputBox submit button when the corresponding text input field is empty. * Disable InputBox submit button when the corresponding text input field is empty.
* *
* @author Tony Thomas * @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 ) { ( function ( $, mw ) {
'use strict'; 'use strict';