[Buildroot] [PATCH] package/caps: fix license string

Jörg Krause joerg.krause at embedded.rocks
Wed Oct 16 21:56:30 UTC 2019


The correct license string is `GPL-3.0+` not `GPLv3`.

Signed-off-by: Jörg Krause <joerg.krause at embedded.rocks>
---
 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.23.0



More information about the buildroot mailing list