Umherirrender 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 While 'GPLv2' could mean 'GPLv2 only', the comment at the top of the file clearly states 'either version 2 of the License, or (at your option) any later version'. Change-Id: I0bc50542ac9fad65cbf147009a6eb1f93d505ca5 --- M wikihiero.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: MaxSem: Looks good to me, approved Umherirrender: Verified; Looks good to me, approved diff --git a/wikihiero.php b/wikihiero.php index 6840b5a..396661e 100644 --- a/wikihiero.php +++ b/wikihiero.php @@ -34,7 +34,7 @@ 'author' => array( 'Guillaume Blanchard', 'Max Semenik' ), 'url' => '//www.mediawiki.org/wiki/Extension:WikiHiero', 'descriptionmsg' => 'wikihiero-desc', - 'license-name' => 'GPLv2', + 'license-name' => 'GPL-2.0+', ); $dir = __DIR__; -- To view, visit https://gerrit.wikimedia.org/r/186759 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0bc50542ac9fad65cbf147009a6eb1f93d505ca5 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/wikihiero Gerrit-Branch: master Gerrit-Owner: Ricordisamoa <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> Gerrit-Reviewer: Umherirrender <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
