On Tue, Oct 04, 2022 at 06:40:26PM +0200, Bruno Thomsen wrote:
> Newly added README file clearly states that license is GPL-2.0-only.
> Add README and mmc.c license header as license files.

Well, the program itself may be GPL-2.0-only but there are 3rdparty sources
included and those are BSD-3-Clause. So please keep that license and add
license file entry for one of the files in 3rdparty/hmac_sha/.

Michael

> Signed-off-by: Bruno Thomsen <bruno.thom...@gmail.com>
> ---
>  rules/mmc-utils.make | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/rules/mmc-utils.make b/rules/mmc-utils.make
> index a5045b079..4cbc4dc34 100644
> --- a/rules/mmc-utils.make
> +++ b/rules/mmc-utils.make
> @@ -22,7 +22,10 @@ MMC_UTILS_SUFFIX   := tar.gz
>  MMC_UTILS_URL                := 
> https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git;tag=$(MMC_UTILS_VERSION)
>  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    := GPL-2.0-only
> +MMC_UTILS_LICENSE_FILES := \
> +     
> file://README;startline=28;endline=31;md5=73e5e3ce638b21eca6e204e260201d4a \
> +     file://mmc.c;startline=1;endline=20;md5=fae32792e20f4d27ade1c5a762d16b7d
>  
>  # 
> ----------------------------------------------------------------------------
>  # Prepare
> -- 
> 2.37.3
> 
> 
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

Reply via email to