From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 28 Oct 2022 16:45:04 +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 1ooQbY-005SZx-EB for lore@lore.pengutronix.de; Fri, 28 Oct 2022 16:45:04 +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 1ooQbW-0007sh-I6; Fri, 28 Oct 2022 16:45:02 +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 1ooQao-0006MF-1N; Fri, 28 Oct 2022 16:44:18 +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 1ooQao-000v2U-9e; Fri, 28 Oct 2022 16:44:17 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1ooQam-009T1R-Px; Fri, 28 Oct 2022 16:44:16 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 28 Oct 2022 16:44:16 +0200 Message-Id: <20221028144416.2255849-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20221018172118.4196-1-bruno.thomsen@gmail.com> References: <20221018172118.4196-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] mmc-utils: add license files 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: Bruno Thomsen 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 Thanks, applied as c6a4247915452a018cce9e55e2ab929dcab30ead. Michael [sent from post-receive hook] On Fri, 28 Oct 2022 16:44:16 +0200, Bruno Thomsen 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 > Message-Id: <20221018172118.4196-1-bruno.thomsen@gmail.com> > Signed-off-by: Michael Olbrich > > 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