From 63df1544c379a172c978594b728c45eb7539e934 Mon Sep 17 00:00:00 2001 From: Marek Gach Date: Tue, 12 Nov 2019 19:34:56 +0100 Subject: [PATCH] Set valid license in composer.json --- smartsupp/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartsupp/composer.json b/smartsupp/composer.json index 9f2bdf2..8d8dfaf 100644 --- a/smartsupp/composer.json +++ b/smartsupp/composer.json @@ -26,5 +26,5 @@ "prepend-autoloader": false }, "type": "prestashop-module", - "license": "GPL" + "license": "GPL-2.0-or-later" } \ No newline at end of file