From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 14 Oct 2022 09:45:29 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ojFNp-008IHc-S6 for lore@lore.pengutronix.de; Fri, 14 Oct 2022 09:45:29 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1ojFNn-0001oS-DJ; Fri, 14 Oct 2022 09:45:27 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ojFNY-0001ns-Cd; Fri, 14 Oct 2022 09:45:12 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1ojFNX-001RVs-FJ; Fri, 14 Oct 2022 09:45:11 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ojFNW-009TZD-Qh; Fri, 14 Oct 2022 09:45:10 +0200 Date: Fri, 14 Oct 2022 09:45:10 +0200 From: Michael Olbrich To: Bruno Thomsen Message-ID: Mail-Followup-To: Bruno Thomsen , ptxdist@pengutronix.de References: <20221004164026.6323-1-bruno.thomsen@gmail.com> <20221004164026.6323-3-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221004164026.6323-3-bruno.thomsen@gmail.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH 3/3] mmc-utils: update license X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false 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 > --- > 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 |