Set license-name to "MIT-Licence"

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

Bug: T106642
Change-Id: I44024a0041040bbff42afceb650170af1d0b6c66
This commit is contained in:
Kunal Mehta 2015-07-22 21:44:47 -07:00 committed by tonythomas01
parent 668cf33281
commit 5a03081a98
2 changed files with 2 additions and 1 deletions

View file

@ -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": [

View file

@ -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';