All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/lzma: add license
@ 2019-11-24 18:02 Fabrice Fontaine
  2019-11-25 20:56 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-11-24 18:02 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/lzma/lzma.hash | 3 +++
 package/lzma/lzma.mk   | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/package/lzma/lzma.hash b/package/lzma/lzma.hash
index e73517ca57..6055d7d986 100644
--- a/package/lzma/lzma.hash
+++ b/package/lzma/lzma.hash
@@ -1,2 +1,5 @@
 # Locally calculated
 sha256	02aa57f995d15b7acb7c2496d88a39fb0124ea00bf027cc61dd24eddb5942dff	lzma-4.32.7.tar.xz
+sha256	231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c	COPYING.GPLv2
+sha256	8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903	COPYING.GPLv3
+sha256	6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3	COPYING.LGPLv2.1
diff --git a/package/lzma/lzma.mk b/package/lzma/lzma.mk
index 1b4d7febb1..55ad1ae841 100644
--- a/package/lzma/lzma.mk
+++ b/package/lzma/lzma.mk
@@ -7,6 +7,8 @@
 LZMA_VERSION = 4.32.7
 LZMA_SOURCE = lzma-$(LZMA_VERSION).tar.xz
 LZMA_SITE = http://tukaani.org/lzma
+LZMA_LICENSE = GPL-2.0+, LGPL-2.1+, GPL-3.0+ (tests)
+LZMA_LICENSE_FILES = COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1
 
 $(eval $(host-autotools-package))
 
-- 
2.24.0

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

* [Buildroot] [PATCH 1/1] package/lzma: add license
  2019-11-24 18:02 [Buildroot] [PATCH 1/1] package/lzma: add license Fabrice Fontaine
@ 2019-11-25 20:56 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-11-25 20:56 UTC (permalink / raw)
  To: buildroot

On Sun, 24 Nov 2019 19:02:39 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

>  LZMA_SITE = http://tukaani.org/lzma
> +LZMA_LICENSE = GPL-2.0+, LGPL-2.1+, GPL-3.0+ (tests)

I think should be more specific. It seems like the lzmadec library is
under LGPL-2.1+, while the programs are indeed under GPL-2.0+.

So perhaps it should be:

LGPL-2.1+ (lzmadec library), GPL-2.0+ (programs), GPL-3.0+ (tests)

please double check by looking at the source files of the different
parts of the package.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-11-25 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-24 18:02 [Buildroot] [PATCH 1/1] package/lzma: add license Fabrice Fontaine
2019-11-25 20:56 ` Thomas Petazzoni

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.