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: I4db53a61034edad248e698e9c78a55107c85e3d0 --- M Campaigns.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/Campaigns.php b/Campaigns.php index 67c1d1f..8448b38 100644 --- a/Campaigns.php +++ b/Campaigns.php @@ -16,6 +16,7 @@ 'url' => 'https://www.mediawiki.org/wiki/Extension:Campaigns', 'author' => 'S Page', 'descriptionmsg' => 'campaigns-desc', + 'license-name' => 'GPL-2.0+', ); -- To view, visit https://gerrit.wikimedia.org/r/187377 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4db53a61034edad248e698e9c78a55107c85e3d0 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Campaigns Gerrit-Branch: master Gerrit-Owner: Ricordisamoa <[email protected]> Gerrit-Reviewer: AndyRussG <[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
