From 60cc4f6f1a231a6108b264868d93576f869ef979 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Tue, 10 Sep 2019 10:50:22 +0100 Subject: [PATCH] =?UTF-8?q?Update=20deprecated=20license=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The spdx have deprecated the short license identifier GPL-2.0+ and we should use GPL-2.0-or-later https://spdx.org/licenses/ --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3e1206a..64fb651 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Joomla! Patch Testing Component", "keywords": ["joomla", "cms"], "homepage": "https://github.com/joomla-extensions/patchtester", - "license": "GPL-2.0+", + "license": "GPL-2.0-or-later", "config": { "vendor-dir": "administrator/components/com_patchtester/vendor" },