jenkins-bot has submitted this change and it was merged. Change subject: Add license name for display on "Special:Version" * license short name according to spdx.org (http://www.mediawiki.org/wiki/Manual:$wgExtensionCredits#Usage) ......................................................................
Add license name for display on "Special:Version" * license short name according to spdx.org (http://www.mediawiki.org/wiki/Manual:$wgExtensionCredits#Usage) Change-Id: I46d79e3c85f8bc07d63e9ec2493729ba22aef41a --- M SemanticGlossary.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/SemanticGlossary.php b/SemanticGlossary.php index 68ff876..b05ccfb 100644 --- a/SemanticGlossary.php +++ b/SemanticGlossary.php @@ -42,6 +42,7 @@ 'url' => 'https://www.mediawiki.org/wiki/Extension:Semantic_Glossary', 'descriptionmsg' => 'semanticglossary-desc', 'version' => SG_VERSION, + 'license-name' => 'GPL-2.0+' ); // set SemanticGlossaryBackend as the backend to access the glossary -- To view, visit https://gerrit.wikimedia.org/r/140121 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I46d79e3c85f8bc07d63e9ec2493729ba22aef41a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticGlossary Gerrit-Branch: master Gerrit-Owner: Kghbln <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
