Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] kmod: annotate licenses with components
@ 2016-10-19 17:41 Rahul Bedarkar
  2016-10-19 17:41 ` [Buildroot] [PATCH 2/3] dtc: update legal info Rahul Bedarkar
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rahul Bedarkar @ 2016-10-19 17:41 UTC (permalink / raw)
  To: buildroot

library libkmod.so is licensed under LGPLv2.1+ and kmod tools are
licensed under GPLv2+.

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
 package/kmod/kmod.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk
index 1753b1d..7492b92 100644
--- a/package/kmod/kmod.mk
+++ b/package/kmod/kmod.mk
@@ -12,7 +12,7 @@ KMOD_DEPENDENCIES = host-pkgconf
 HOST_KMOD_DEPENDENCIES = host-pkgconf
 
 # license info for libkmod only, conditionally add more below
-KMOD_LICENSE = LGPLv2.1+
+KMOD_LICENSE = LGPLv2.1+ (library)
 KMOD_LICENSE_FILES = libkmod/COPYING
 
 # static linking not supported, see
@@ -40,7 +40,7 @@ endif
 ifeq ($(BR2_PACKAGE_KMOD_TOOLS),y)
 
 # add license info for kmod tools
-KMOD_LICENSE += GPLv2+
+KMOD_LICENSE := $(KMOD_LICENSE), GPLv2+ (tools)
 KMOD_LICENSE_FILES += COPYING
 
 # take precedence over busybox implementation
-- 
2.6.2

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

end of thread, other threads:[~2016-10-19 21:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-19 17:41 [Buildroot] [PATCH 1/3] kmod: annotate licenses with components Rahul Bedarkar
2016-10-19 17:41 ` [Buildroot] [PATCH 2/3] dtc: update legal info Rahul Bedarkar
2016-10-19 17:41 ` [Buildroot] [PATCH 3/3] usbredir: improve license description Rahul Bedarkar
2016-10-19 21:28 ` [Buildroot] [PATCH 1/3] kmod: annotate licenses with components Thomas Petazzoni

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