mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-23 22:03:31 +00:00
8420a0ee09
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
26 lines
483 B
JSON
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
|
|
}
|