Robert Vogel has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/401939 )
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: I5f1b47fc5a5e775dcf12e46e27d5e792760f991c --- M extension.json 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Robert Vogel: Verified; Looks good to me, approved diff --git a/extension.json b/extension.json index 60ffdfb..2d1a0c7 100644 --- a/extension.json +++ b/extension.json @@ -1,6 +1,6 @@ { "name": "BlueSpicePermissionManager", - "license-name": "GPL-3.0", + "license-name": "GPL-3.0-only", "version": "3.0.0-alpha", "url": "https://help.bluespice.com/index.php/PermissionManager", "author": [ -- To view, visit https://gerrit.wikimedia.org/r/401939 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5f1b47fc5a5e775dcf12e46e27d5e792760f991c Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/BlueSpicePermissionManager Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: Ljonka <[email protected]> Gerrit-Reviewer: Mglaser <[email protected]> Gerrit-Reviewer: Pwirth <[email protected]> Gerrit-Reviewer: Robert Vogel <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
