mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 15:44:09 +00:00
Merge "Add 'license-name' matching SPDX conventions"
This commit is contained in:
commit
daa1a3e0de
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue