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: Ie43781973ab93e547f600df56a4951f7e589646e --- M UserGroups.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/UserGroups.php b/UserGroups.php index 7e5d53a..f5405fa 100644 --- a/UserGroups.php +++ b/UserGroups.php @@ -40,6 +40,7 @@ 'path' => __FILE__, 'url' => 'https://www.mediawiki.org/wiki/Extension:UserGroups', 'version' => '1.0.0', + 'license-name' => 'GPL-2.0+', ); // For internationalization -- To view, visit https://gerrit.wikimedia.org/r/187665 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie43781973ab93e547f600df56a4951f7e589646e Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/UserGroups 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
