jenkins-bot has submitted this change and it was merged.

Change subject: Add 'license-name' matching SPDX conventions
......................................................................


Add 'license-name' matching SPDX conventions

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

Change-Id: Ibc434d319c5c9b1f9eddf1427aa9e4db56b7f285
---
M Popups.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Popups.php b/Popups.php
index b294cd7..730c91f 100644
--- a/Popups.php
+++ b/Popups.php
@@ -30,6 +30,7 @@
        'name' => 'Popups',
        'path' => __FILE__,
        'url' => 'https://www.mediawiki.org/wiki/Extension:Popups',
+       'license-name' => 'GPL-2.0+',
 );
 
 $wgAutoloadClasses['PopupsHooks'] = __DIR__ . '/Popups.hooks.php';

-- 
To view, visit https://gerrit.wikimedia.org/r/187376
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibc434d319c5c9b1f9eddf1427aa9e4db56b7f285
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Popups
Gerrit-Branch: master
Gerrit-Owner: Ricordisamoa <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to