From dbc76a2b1e8adb4d037f0baa1f26bd2f1121bba9 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Tue, 23 Jan 2018 12:21:42 +0100 Subject: [PATCH] Fix GPL version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ddb7e856..5d2df779 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ }, "license": [ "Apache-2.0", - "GPL-2.0" + "GPL-2.0-only" ], "scripts": { "compile": "php compile.php"