Use SPDX 3.0 license identifier

SPDX released version 3 of their license list (<https://spdx.org/licenses/>),
which changed the FSF licenses to explicitly end in -only or -or-later
instead of relying on an easy to miss + symbol.

Bug: T183858
Change-Id: I78f8a3b4e06363a6af4a79189d1ff68697b34dcd
This commit is contained in:
Kunal Mehta 2018-03-02 15:43:49 -08:00
parent 80187f5415
commit adfde34586

View file

@ -8,7 +8,7 @@
}, },
"url": "https://www.mediawiki.org/wiki/Extension:TextExtracts", "url": "https://www.mediawiki.org/wiki/Extension:TextExtracts",
"descriptionmsg": "textextracts-desc", "descriptionmsg": "textextracts-desc",
"license-name": "GPL-2.0+", "license-name": "GPL-2.0-or-later",
"type": "other", "type": "other",
"ConfigRegistry": { "ConfigRegistry": {
"textextracts": "GlobalVarConfig::newInstance" "textextracts": "GlobalVarConfig::newInstance"