From c8a2e96a78c381b23606cce10b36e92f984d4374 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Krause?= Date: Wed, 16 Oct 2019 23:56:30 +0200 Subject: [PATCH] package/caps: fix license string MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The correct license string is `GPL-3.0+` not `GPLv3`. Signed-off-by: Jörg Krause Signed-off-by: Thomas Petazzoni --- package/caps/caps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/caps/caps.mk b/package/caps/caps.mk index c4e94543a6..e307a689e0 100644 --- a/package/caps/caps.mk +++ b/package/caps/caps.mk @@ -7,7 +7,7 @@ CAPS_VERSION = 0.9.26 CAPS_SOURCE = caps_$(CAPS_VERSION).tar.bz2 CAPS_SITE = http://quitte.de/dsp -CAPS_LICENSE = GPLv3 +CAPS_LICENSE = GPL-3.0+ CAPS_LICENSE_FILES = COPYING # Need to pass TARGET_CONFIGURE_OPTS in the environment to not -- 2.30.2