From: Jakub Vrana Date: Tue, 23 Jan 2018 11:21:42 +0000 (+0100) Subject: Fix GPL version X-Git-Tag: v4.5.0~20 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=dbc76a2b1e8adb4d037f0baa1f26bd2f1121bba9;p=adminer.git Fix GPL version --- 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"