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.thom...@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


Reply via email to