Legoktm has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/401840 )

Change subject: Use SPDX 3.0 license identifier
......................................................................

Use SPDX 3.0 license identifier

SPDX released version 3 of their license list (<https://spdx.org/licenses/>),
which changed the FSF licenses to explicitly end in -only or -or-later
instead of relying on an easy to miss + symbol.

Bug: T183858
Change-Id: I66ecea278aec764e9fa6b0ca91b227588ae2669c
---
M AdminLinks.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/AdminLinks 
refs/changes/40/401840/1

diff --git a/AdminLinks.php b/AdminLinks.php
index 8a63a5e..43add3b 100644
--- a/AdminLinks.php
+++ b/AdminLinks.php
@@ -14,7 +14,7 @@
                'author' => 'Yaron Koren',
                'url' => 'https://www.mediawiki.org/wiki/Extension:Admin_Links',
                'descriptionmsg' => 'adminlinks-desc',
-               'license-name' => 'GPL-2.0+'
+               'license-name' => 'GPL-2.0-or-later'
        );
 
        $GLOBALS['wgAdminLinksIP'] = __DIR__ . '/';

-- 
To view, visit https://gerrit.wikimedia.org/r/401840
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I66ecea278aec764e9fa6b0ca91b227588ae2669c
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/AdminLinks
Gerrit-Branch: master
Gerrit-Owner: Legoktm <lego...@member.fsf.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to