mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
synced 2024-11-24 00:07:16 +00:00
076bee8b12
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
25 lines
534 B
JSON
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
|
|
}
|