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: If9407c7ed9107719493549ceeff7c45b33de6f67 --- M Wikilog.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/Wikilog.php b/Wikilog.php index a1e0523..de109bd 100644 --- a/Wikilog.php +++ b/Wikilog.php @@ -39,6 +39,7 @@ 'author' => 'Juliano F. Ravasi', 'descriptionmsg' => 'wikilog-desc', 'url' => 'https://www.mediawiki.org/wiki/Extension:Wikilog', + 'license-name' => 'GPL-2.0+', ); /** -- To view, visit https://gerrit.wikimedia.org/r/187660 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If9407c7ed9107719493549ceeff7c45b33de6f67 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Wikilog 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
