Kghbln has uploaded a new change for review. https://gerrit.wikimedia.org/r/140121
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/SemanticGlossary refs/changes/21/140121/1 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: newchange Gerrit-Change-Id: I46d79e3c85f8bc07d63e9ec2493729ba22aef41a Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/SemanticGlossary Gerrit-Branch: master Gerrit-Owner: Kghbln <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
