All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] sg3_utils: improve license description
@ 2017-04-21 11:18 Rahul Bedarkar
  2017-04-26  7:02 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Rahul Bedarkar @ 2017-04-21 11:18 UTC (permalink / raw)
  To: buildroot

Library is licensed under BSD-3-Clause. Some programs are licensed
under GPL-2.0+ while other are BSD-3-Clause. Annotate licenses with
components and improve readability of license strings when
conditionally specifying license for programs using := instead of +=.

Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
---
 package/sg3_utils/sg3_utils.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/sg3_utils/sg3_utils.mk b/package/sg3_utils/sg3_utils.mk
index f010b3e..88827f3 100644
--- a/package/sg3_utils/sg3_utils.mk
+++ b/package/sg3_utils/sg3_utils.mk
@@ -7,10 +7,10 @@
 SG3_UTILS_VERSION = 1.42
 SG3_UTILS_SOURCE = sg3_utils-$(SG3_UTILS_VERSION).tar.xz
 SG3_UTILS_SITE = http://sg.danny.cz/sg/p
-SG3_UTILS_LICENSE = BSD-3-Clause
-# utils progs are GPL-2.0+ licenced
+SG3_UTILS_LICENSE = BSD-3-Clause (library)
+# Some utils progs are GPL-2.0+ licensed while others are BSD-3-Clause
 ifeq ($(BR2_PACKAGE_SG3_UTILS_PROGS),y)
-SG3_UTILS_LICENSE += GPL-2.0+
+SG3_UTILS_LICENSE := $(SG3_UTILS_LICENSE), GPL-2.0+ (programs), BSD-3-Clause (programs)
 endif
 SG3_UTILS_LICENSE_FILES = COPYING BSD_LICENSE
 
-- 
2.7.4

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

* [Buildroot] [PATCH] sg3_utils: improve license description
  2017-04-21 11:18 [Buildroot] [PATCH] sg3_utils: improve license description Rahul Bedarkar
@ 2017-04-26  7:02 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-04-26  7:02 UTC (permalink / raw)
  To: buildroot

>>>>> "Rahul" == Rahul Bedarkar <rahulbedarkar89@gmail.com> writes:

 > Library is licensed under BSD-3-Clause. Some programs are licensed
 > under GPL-2.0+ while other are BSD-3-Clause. Annotate licenses with
 > components and improve readability of license strings when
 > conditionally specifying license for programs using := instead of +=.

 > Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-04-26  7:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-21 11:18 [Buildroot] [PATCH] sg3_utils: improve license description Rahul Bedarkar
2017-04-26  7:02 ` 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.