From 5ad08ed6e0931966413f4081973f5ed0a086ca42 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Mon, 16 Sep 2019 15:08:17 +0100 Subject: [PATCH] =?UTF-8?q?Update=20deprecated=20license=20=E2=80=A6=20(#4?= =?UTF-8?q?10)?= 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 90bd511..02c1d68 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"