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

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

View file

@ -30,6 +30,7 @@ $wgExtensionCredits['betafeatures'][] = array(
'name' => 'Popups',
'path' => __FILE__,
'url' => 'https://www.mediawiki.org/wiki/Extension:Popups',
'license-name' => 'GPL-2.0+',
);
$wgAutoloadClasses['PopupsHooks'] = __DIR__ . '/Popups.hooks.php';