jenkins-bot has submitted this change and it was merged. Change subject: Fix 'license-name' to match SPDX conventions ......................................................................
Fix 'license-name' to match SPDX conventions References: http://spdx.org/licenses/ https://www.mediawiki.org/wiki/Manual:$wgExtensionCredits#license-name Change-Id: I91b97affc18cd862bfd780dddc11af472fbe9227 --- M Tabs.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/Tabs.php b/Tabs.php index 567151f..8bd9e81 100644 --- a/Tabs.php +++ b/Tabs.php @@ -31,7 +31,7 @@ 'url' => 'https://www.mediawiki.org/wiki/Extension:Tabs', 'descriptionmsg' => 'tabs-desc', 'version' => '1.3.2', - 'license-name' => 'GPLv2+' + 'license-name' => 'GPL-2.0+' ); $dir = __DIR__ . '/'; -- To view, visit https://gerrit.wikimedia.org/r/185361 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I91b97affc18cd862bfd780dddc11af472fbe9227 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Tabs 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
