* [ptxdist] [PATCH v2] mmc-utils: add license files
@ 2022-10-18 17:21 Bruno Thomsen
2022-10-28 14:44 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Bruno Thomsen @ 2022-10-18 17:21 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Newly added README file clearly states that license is GPL-2.0-only.
3rdparty hmac_sha2 has a dual BSD and GPLv2 license when distributed
with mmc-utils.
Add README, mmc.c and 3rdparty/hmac_sha/sha2.h license header as license
files.
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
rules/mmc-utils.make | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make
index a5045b079..9a43c148b 100644
--- a/rules/mmc-utils.make
+++ b/rules/mmc-utils.make
@@ -23,6 +23,10 @@ MMC_UTILS_URL := https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;tag=$(M
MMC_UTILS_SOURCE := $(SRCDIR)/$(MMC_UTILS).$(MMC_UTILS_SUFFIX)
MMC_UTILS_DIR := $(BUILDDIR)/$(MMC_UTILS)
MMC_UTILS_LICENSE := GPL-2.0-only AND BSD-3-Clause
+MMC_UTILS_LICENSE_FILES := \
+ file://README;startline=28;endline=31;md5=73e5e3ce638b21eca6e204e260201d4a \
+ file://mmc.c;startline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d \
+ file://3rdparty/hmac_sha/sha2.h;startline=1;endline=36;md5=6ce341e87c5fcac36e417f4a0e283afd
# ----------------------------------------------------------------------------
# Prepare
base-commit: 8b46f8923ebfeb2bd1ead374035255df1df26f85
--
2.37.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] mmc-utils: add license files
2022-10-18 17:21 [ptxdist] [PATCH v2] mmc-utils: add license files Bruno Thomsen
@ 2022-10-28 14:44 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-10-28 14:44 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Thanks, applied as c6a4247915452a018cce9e55e2ab929dcab30ead.
Michael
[sent from post-receive hook]
On Fri, 28 Oct 2022 16:44:16 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Newly added README file clearly states that license is GPL-2.0-only.
> 3rdparty hmac_sha2 has a dual BSD and GPLv2 license when distributed
> with mmc-utils.
> Add README, mmc.c and 3rdparty/hmac_sha/sha2.h license header as license
> files.
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20221018172118.4196-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make
> index a5045b079c1e..9a43c148b112 100644
> --- a/rules/mmc-utils.make
> +++ b/rules/mmc-utils.make
> @@ -23,6 +23,10 @@ MMC_UTILS_URL := https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;tag=$(M
> MMC_UTILS_SOURCE := $(SRCDIR)/$(MMC_UTILS).$(MMC_UTILS_SUFFIX)
> MMC_UTILS_DIR := $(BUILDDIR)/$(MMC_UTILS)
> MMC_UTILS_LICENSE := GPL-2.0-only AND BSD-3-Clause
> +MMC_UTILS_LICENSE_FILES := \
> + file://README;startline=28;endline=31;md5=73e5e3ce638b21eca6e204e260201d4a \
> + file://mmc.c;startline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d \
> + file://3rdparty/hmac_sha/sha2.h;startline=1;endline=36;md5=6ce341e87c5fcac36e417f4a0e283afd
>
> # ----------------------------------------------------------------------------
> # Prepare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-28 14:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-18 17:21 [ptxdist] [PATCH v2] mmc-utils: add license files Bruno Thomsen
2022-10-28 14:44 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox