Add 'license-name' matching SPDX conventions

References:
http://spdx.org/licenses/
https://www.mediawiki.org/wiki/Manual:$wgExtensionCredits#license-name

Change-Id: Ibdd165eb5799c7eddf128c939e0cfdbd2cee8e1f
This commit is contained in:
Ricordisamoa 2015-01-29 15:04:53 +01:00
parent 49044ad215
commit b6c32b552e

View file

@ -50,6 +50,7 @@ $wgExtensionCredits['parserhook'][] = array(
'descriptionmsg' => 'syntaxhighlight-desc',
'url' => 'https://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi',
'version' => GESHI_VERSION,
'license-name' => 'GPL-2.0+',
);
// Change these in LocalSettings.php