From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 29 Jul 2022 12:38:33 +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 1oHNO5-003Tz0-KH for lore@lore.pengutronix.de; Fri, 29 Jul 2022 12:38:33 +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 1oHNO4-0004a4-SR; Fri, 29 Jul 2022 12:38:32 +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 1oHNNf-0004RK-KX; Fri, 29 Jul 2022 12:38:07 +0200 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1oHNNe-000UTK-UT; Fri, 29 Jul 2022 12:38:06 +0200 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1oHNNe-008jea-70; Fri, 29 Jul 2022 12:38:06 +0200 Date: Fri, 29 Jul 2022 12:38:06 +0200 From: Michael Olbrich To: Bruno Thomsen Message-ID: Mail-Followup-To: Bruno Thomsen , ptxdist@pengutronix.de References: <20220729092654.3861-1-bruno.thomsen@gmail.com> <20220729092654.3861-6-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220729092654.3861-6-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 6/6] gnupg: add license files and update spdx identifiers 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 Fri, Jul 29, 2022 at 11:26:54AM +0200, Bruno Thomsen wrote: > Add license files with md5 hash. > Add more complete SPDX identifiers based on package COPYING* files. > > Signed-off-by: Bruno Thomsen > --- > rules/gnupg.make | 9 ++++++++- > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/rules/gnupg.make b/rules/gnupg.make > index acb4d2082050..09132832791b 100644 > --- a/rules/gnupg.make > +++ b/rules/gnupg.make > @@ -24,7 +24,14 @@ GNUPG_URL := \ > ftp://ftp.gnupg.org/gcrypt/gnupg/$(GNUPG).$(GNUPG_SUFFIX) > GNUPG_SOURCE := $(SRCDIR)/$(GNUPG).$(GNUPG_SUFFIX) > GNUPG_DIR := $(BUILDDIR)/$(GNUPG) > -GNUPG_LICENSE := GPL-3.0-or-later > +GNUPG_LICENSE := GPL-2.0-only AND GPL-3.0-only AND LGPL-2.1-only AND LGPL-3.0-only I think, those are all '-or-later'. > +GNUPG_LICENSE_FILES := \ > + file://COPYING;md5=189af8afca6d6075ba6c9e0aa8077626 \ > + file://COPYING.CC0;md5=5364f88a4fb7a4d2d24c350fa08ddbad \ This is only used for tests, so I think we can skip it. > + file://COPYING.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > + file://COPYING.LGPL21;md5=3c9636424f4ef15d6cb24f934190cfb0 \ > + file://COPYING.LGPL3;md5=a2b6bf2cb38ee52619e60f30a1fc7257 \ > + file://COPYING.other;md5=a231ccb4bb5b0651e08464e4e6f846d3 The licenses here should be listed as well. I'm seeing: - MIT - something for a test file, so skip it - Spencer-86 - BSD-2-Clause-Views - Unicode-DFS-2016 (I think) Michael > > # ---------------------------------------------------------------------------- > # Prepare > -- > 2.37.1 > > > -- 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 |