Merge "Add 'license-name' matching SPDX conventions"

This commit is contained in:
jenkins-bot 2015-01-31 23:54:18 +00:00 committed by Gerrit Code Review
commit d53857c7c3

View file

@ -40,6 +40,7 @@ $wgExtensionCredits['specialpage'][] = array(
'url' => 'https://www.mediawiki.org/wiki/Extension:Echo',
'author' => array( 'Andrew Garrett', 'Ryan Kaldari', 'Benny Situ', 'Luke Welling' ),
'descriptionmsg' => 'echo-desc',
'license-name' => 'MIT',
);
$dir = dirname( __FILE__ ) . '/';