All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] zstd: fix legal info
@ 2018-03-30 19:32 Rahul Bedarkar
  2018-03-30 20:01 ` Peter Korsgaard
  2018-04-07 15:42 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Rahul Bedarkar @ 2018-03-30 19:32 UTC (permalink / raw)
  To: buildroot

zstd is dual licensed under BSD-3-Clause or GPL-2.0 as per README.md
and source files license header.

Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
---
 package/zstd/zstd.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/zstd/zstd.mk b/package/zstd/zstd.mk
index d5459f9..c0fa880 100644
--- a/package/zstd/zstd.mk
+++ b/package/zstd/zstd.mk
@@ -6,7 +6,7 @@
 
 ZSTD_VERSION = v1.3.3
 ZSTD_SITE = $(call github,facebook,zstd,$(ZSTD_VERSION))
-ZSTD_LICENSE = BSD-3-Clause, GPL-2.0
+ZSTD_LICENSE = BSD-3-Clause or GPL-2.0
 ZSTD_LICENSE_FILES = LICENSE COPYING
 
 ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
-- 
2.7.4

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

* [Buildroot] [PATCH] zstd: fix legal info
  2018-03-30 19:32 [Buildroot] [PATCH] zstd: fix legal info Rahul Bedarkar
@ 2018-03-30 20:01 ` Peter Korsgaard
  2018-04-07 15:42 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-03-30 20:01 UTC (permalink / raw)
  To: buildroot

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

 > zstd is dual licensed under BSD-3-Clause or GPL-2.0 as per README.md
 > and source files license header.

 > Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
 > Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] zstd: fix legal info
  2018-03-30 19:32 [Buildroot] [PATCH] zstd: fix legal info Rahul Bedarkar
  2018-03-30 20:01 ` Peter Korsgaard
@ 2018-04-07 15:42 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-04-07 15:42 UTC (permalink / raw)
  To: buildroot

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

 > zstd is dual licensed under BSD-3-Clause or GPL-2.0 as per README.md
 > and source files license header.

 > Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
 > Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-04-07 15:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-30 19:32 [Buildroot] [PATCH] zstd: fix legal info Rahul Bedarkar
2018-03-30 20:01 ` Peter Korsgaard
2018-04-07 15:42 ` 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.