From 7ac548147b6bb92a6378241bc653ed172bd51d02 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 14 Apr 2020 21:05:27 +0200 Subject: [PATCH] Fix AGPL license identifier in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bde2da1..957be28 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ "pear/console_commandline": "^1.2" }, "homepage": "http://cweiske.de/php-sqllint.htm", - "license": "AGPL-3.0", + "license": "AGPL-3.0-or-later", "authors": [ { "name": "Christian Weiske", -- 2.30.2