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 <[email protected]> > > --- > > 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 |
