diff --git a/Popups.php b/Popups.php index b294cd7b6..730c91fb5 100644 --- a/Popups.php +++ b/Popups.php @@ -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';