From dc5fe0e76b2c29b339fb216284dcc10df8f8a670 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Tue, 10 Sep 2019 10:49:37 +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 ba46131..f8148f0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name" : "joomla-extensions/weblinks", "description": "The Open Source PHP Framework for creating complex Joomla extensions", - "license" : "GPL-2.0+", + "license" : "GPL-2.0-or-later", "config": { "platform": { "php": "5.6.0"