mediawiki-extensions-ImageMap/extension.json
Kunal Mehta 8420a0ee09 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: I0b4d6b5eb3e210a131937e65268091ec83f0b46c
2018-01-31 23:12:14 -08:00

26 lines
483 B
JSON

{
"name": "ImageMap",
"author": "Tim Starling",
"url": "https://www.mediawiki.org/wiki/Extension:ImageMap",
"descriptionmsg": "imagemap_desc",
"license-name": "GPL-2.0-or-later",
"type": "parserhook",
"MessagesDirs": {
"ImageMap": [
"i18n"
]
},
"Hooks": {
"ParserFirstCallInit": [
"ImageMap::onParserFirstCallInit"
]
},
"AutoloadClasses": {
"ImageMap": "ImageMap_body.php"
},
"ParserTestFiles": [
"imageMapParserTests.txt"
],
"manifest_version": 1
}