All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/ytree: fix license
@ 2019-12-07 21:27 Fabrice Fontaine
  2019-12-08  7:51 ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Fabrice Fontaine @ 2019-12-07 21:27 UTC (permalink / raw)
  To: buildroot

License is GPL-2.0+ not GPL-2.0 as specified in files that contain
license information: tilde.{h,c} and xmalloc.{h,c}

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/ytree/ytree.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ytree/ytree.mk b/package/ytree/ytree.mk
index d9716f93ba..379be1e8e0 100644
--- a/package/ytree/ytree.mk
+++ b/package/ytree/ytree.mk
@@ -6,7 +6,7 @@
 
 YTREE_VERSION = 1.99pl2
 YTREE_SITE = https://www.han.de/~werner
-YTREE_LICENSE = GPL-2.0
+YTREE_LICENSE = GPL-2.0+
 YTREE_LICENSE_FILES = COPYING
 YTREE_DEPENDENCIES = ncurses
 
-- 
2.24.0

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

end of thread, other threads:[~2019-12-08 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-07 21:27 [Buildroot] [PATCH 1/1] package/ytree: fix license Fabrice Fontaine
2019-12-08  7:51 ` Peter Korsgaard
2019-12-08  8:50   ` Fabrice Fontaine
2019-12-08 10:22     ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.