mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bruno Thomsen <bruno.thomsen@gmail.com>
To: ptxdist@pengutronix.de
Cc: bruno.thomsen@gmail.com
Subject: [ptxdist] [PATCH] zstd: update license info
Date: Wed,  8 Nov 2023 22:52:28 +0100	[thread overview]
Message-ID: <20231108215228.64980-1-bruno.thomsen@gmail.com> (raw)

Add hash of license files and include "OR GPL-2.0-only".

README.md states that zstd is dual licensed:

This repository represents the reference implementation, provided as an
open-source dual BSD OR GPLv2 licensed C library, and a command line
utility producing and decoding .zst, .gz, .xz and .lz4 files.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 rules/zstd.make | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/rules/zstd.make b/rules/zstd.make
index 88747d984df3..6310cc4fc9ef 100644
--- a/rules/zstd.make
+++ b/rules/zstd.make
@@ -14,15 +14,18 @@ PACKAGES-$(PTXCONF_ZSTD) += zstd
 #
 # Paths and names
 #
-ZSTD_VERSION	:= 1.5.5
-ZSTD_MD5	:= 4ff0ee1965ab161bc55be7c9dcd1f7f9
-ZSTD		:= zstd-$(ZSTD_VERSION)
-ZSTD_SUFFIX	:= tar.gz
-ZSTD_URL	:= https://github.com/facebook/zstd/archive/v$(ZSTD_VERSION).$(ZSTD_SUFFIX)
-ZSTD_SOURCE	:= $(SRCDIR)/$(ZSTD).$(ZSTD_SUFFIX)
-ZSTD_DIR	:= $(BUILDDIR)/$(ZSTD)
-ZSTD_SUBDIR	:= build/cmake
-ZSTD_LICENSE	:= BSD-3-clause
+ZSTD_VERSION		:= 1.5.5
+ZSTD_MD5		:= 4ff0ee1965ab161bc55be7c9dcd1f7f9
+ZSTD			:= zstd-$(ZSTD_VERSION)
+ZSTD_SUFFIX		:= tar.gz
+ZSTD_URL		:= https://github.com/facebook/zstd/archive/v$(ZSTD_VERSION).$(ZSTD_SUFFIX)
+ZSTD_SOURCE		:= $(SRCDIR)/$(ZSTD).$(ZSTD_SUFFIX)
+ZSTD_DIR		:= $(BUILDDIR)/$(ZSTD)
+ZSTD_SUBDIR		:= build/cmake
+ZSTD_LICENSE		:= BSD-3-clause OR GPL-2.0-only
+ZSTD_LICENSE_FILES	:= \
+	file://LICENSE;md5=0822a32f7acdbe013606746641746ee8 \
+	file://COPYING;md5=39bba7d2cf0ba1036f2a6e2be52fe3f0
 
 # ----------------------------------------------------------------------------
 # Prepare

base-commit: cae7daaa8850c4d952427fac5bcf4d8ffc553226
-- 
2.41.0




             reply	other threads:[~2023-11-08 21:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-08 21:52 Bruno Thomsen [this message]
2023-11-17  7:20 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231108215228.64980-1-bruno.thomsen@gmail.com \
    --to=bruno.thomsen@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox