Legoktm has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/402016 )
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: I3b004aa6b756dad6badd19f302683020d5458a60 --- M EtherEditor.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/EtherEditor refs/changes/16/402016/1 diff --git a/EtherEditor.php b/EtherEditor.php index 8043fc0..44463c5 100644 --- a/EtherEditor.php +++ b/EtherEditor.php @@ -19,7 +19,7 @@ 'version' => '0.4.0', 'url' => 'https://www.mediawiki.org/wiki/Extension:EtherEditor', 'descriptionmsg' => 'ethereditor-desc', - 'license-name' => 'GPL-2.0+', + 'license-name' => 'GPL-2.0-or-later', ); $dir = dirname( __FILE__ ); -- To view, visit https://gerrit.wikimedia.org/r/402016 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3b004aa6b756dad6badd19f302683020d5458a60 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/EtherEditor Gerrit-Branch: master Gerrit-Owner: Legoktm <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
