From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 26 Apr 2025 11:36:04 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u8bx6-005WRp-2m for lore@lore.pengutronix.de; Sat, 26 Apr 2025 11:36:04 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1u8bx6-0003fJ-Kl; Sat, 26 Apr 2025 11:36:04 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1u8bx0-0003f9-FO; Sat, 26 Apr 2025 11:35:58 +0200 Received: from pty.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::c5]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1u8bx0-002BYD-0v; Sat, 26 Apr 2025 11:35:58 +0200 Received: from mol by pty.whiteo.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1u8bx0-00581G-0b; Sat, 26 Apr 2025 11:35:58 +0200 Date: Sat, 26 Apr 2025 11:35:58 +0200 From: Michael Olbrich To: Bruno Thomsen Message-ID: Mail-Followup-To: Bruno Thomsen , ptxdist@pengutronix.de References: <20250413174421.246389-1-bruno.thomsen@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-IRC: #ptxdist @freenode Subject: Re: [ptxdist] [PATCH] strongswan: use spdx license identifier 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.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Sat, Apr 26, 2025 at 11:28:33AM +0200, Michael Olbrich wrote: > On Sun, Apr 13, 2025 at 07:44:21PM +0200, Bruno Thomsen wrote: > > Use GPLv2 and not the ambiguous GPL. > > > > Signed-off-by: Bruno Thomsen > > --- > > rules/strongswan.make | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/rules/strongswan.make b/rules/strongswan.make > > index de657eaf7..a3a16fa8e 100644 > > --- a/rules/strongswan.make > > +++ b/rules/strongswan.make > > @@ -22,7 +22,7 @@ STRONGSWAN_SUFFIX := tar.bz2 > > STRONGSWAN_URL := https://download.strongswan.org/$(STRONGSWAN).$(STRONGSWAN_SUFFIX) > > STRONGSWAN_SOURCE := $(SRCDIR)/$(STRONGSWAN).$(STRONGSWAN_SUFFIX) > > STRONGSWAN_DIR := $(BUILDDIR)/$(STRONGSWAN) > > -STRONGSWAN_LICENSE := GPL > > +STRONGSWAN_LICENSE := GPLv2 > > That should be GPL-2.0-only or maybe GPL-2.0-or-later? Never mind. I didn't see the v2 patch before I sent this. Michael > > STRONGSWAN_LICENSE_FILES := \ > > file://LICENSE;md5=7744b64eaadabebdfd17e8a5ae6c9855 \ > > file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 > > > > base-commit: f61905c23240642dec3e5390ee15e83cf1e016e9 > > -- > > 2.49.0 > > > > > > > > -- > 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 | > > -- 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 |