Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/caps: fix license string
@ 2019-10-16 21:56 Jörg Krause
  2019-10-17  7:52 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Jörg Krause @ 2019-10-16 21:56 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: J?rg Krause <joerg.krause@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-17  7:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-16 21:56 [Buildroot] [PATCH] package/caps: fix license string Jörg Krause
2019-10-17  7:52 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox