Update copyright year and license shortname

Also update version before MLEB release.

Change-Id: I857f1de4bca3d267ada206dbd30b0bd604b7c733
This commit is contained in:
Kartik Mistry
2018-01-30 16:50:53 +05:30
parent 4489bf100a
commit de17e58d65
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
/** /**
* Initialisation file for MediaWiki extension UniversalLanguageSelector. * Initialisation file for MediaWiki extension UniversalLanguageSelector.
* *
* Copyright (C) 2012-2014 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon * Copyright (C) 2012-2018 Alolita Sharma, Amir Aharoni, Arun Ganesh, Brandon
* Harris, Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland * Harris, Niklas Laxström, Pau Giner, Santhosh Thottingal, Siebrand Mazeland
* and other contributors. See CREDITS for a list. * and other contributors. See CREDITS for a list.
* *
@@ -14,8 +14,8 @@
* *
* @file * @file
* @ingroup Extensions * @ingroup Extensions
* @licence GNU General Public Licence 2.0 or later * @licence GPL-2.0-or-later
* @licence MIT License * @licence MIT
*/ */
if ( function_exists( 'wfLoadExtension' ) ) { if ( function_exists( 'wfLoadExtension' ) ) {

View File

@@ -1,6 +1,6 @@
{ {
"name": "UniversalLanguageSelector", "name": "UniversalLanguageSelector",
"version": "2017-10-30", "version": "2018-01-30",
"author": [ "author": [
"Alolita Sharma", "Alolita Sharma",
"Amir Aharoni", "Amir Aharoni",
@@ -14,7 +14,7 @@
], ],
"url": "https://www.mediawiki.org/wiki/Extension:UniversalLanguageSelector", "url": "https://www.mediawiki.org/wiki/Extension:UniversalLanguageSelector",
"descriptionmsg": "uls-desc", "descriptionmsg": "uls-desc",
"license-name": "GPL-2.0+", "license-name": "GPL-2.0-or-later",
"requires": { "requires": {
"MediaWiki": ">= 1.27.0" "MediaWiki": ">= 1.27.0"
}, },