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: Iced8e47482516c4358af589ac5c074d24e70fc65 --- M LdapAuthentication.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/LdapAuthentication.php b/LdapAuthentication.php index 5b258fc..d9014a3 100644 --- a/LdapAuthentication.php +++ b/LdapAuthentication.php @@ -86,6 +86,7 @@ 'author' => 'Ryan Lane', 'descriptionmsg' => 'ldapauthentication-desc', 'url' => 'https://www.mediawiki.org/wiki/Extension:LDAP_Authentication', + 'license-name' => 'GPL-2.0+', ); $dir = __DIR__ . '/'; -- To view, visit https://gerrit.wikimedia.org/r/193667 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iced8e47482516c4358af589ac5c074d24e70fc65 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/LdapAuthentication Gerrit-Branch: master Gerrit-Owner: Ricordisamoa <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: Ryan Lane <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
