mediawiki-extensions-Editcount/extension.json
Kunal Mehta 076bee8b12 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: Ieb24e1627828829fb858c0d7e2f6a608ad0d249c
2018-01-04 03:00:10 -08:00

25 lines
534 B
JSON

{
"name": "Editcount",
"author": "Ævar Arnfjörð Bjarmason",
"url": "https://www.mediawiki.org/wiki/Extension:Editcount",
"descriptionmsg": "editcount-desc",
"license-name": "GPL-2.0-or-later",
"type": "specialpage",
"SpecialPages": {
"Editcount": "Editcount"
},
"MessagesDirs": {
"Editcount": [
"i18n"
]
},
"ExtensionMessagesFiles": {
"EditcountAliases": "Editcount.alias.php"
},
"AutoloadClasses": {
"Editcount": "Editcount_body.php",
"EditcountHTML": "Editcount_body.php"
},
"manifest_version": 1
}