mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] strongswan: use spdx license identifier
@ 2025-04-13 17:44 Bruno Thomsen
  2025-04-26  9:28 ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Bruno Thomsen @ 2025-04-13 17:44 UTC (permalink / raw)
  To: ptxdist; +Cc: bruno.thomsen

Use GPLv2 and not the ambiguous GPL.

Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
 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
 STRONGSWAN_LICENSE_FILES	:= \
 	file://LICENSE;md5=7744b64eaadabebdfd17e8a5ae6c9855 \
 	file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263

base-commit: f61905c23240642dec3e5390ee15e83cf1e016e9
-- 
2.49.0




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] strongswan: use spdx license identifier
  2025-04-13 17:44 [ptxdist] [PATCH] strongswan: use spdx license identifier Bruno Thomsen
@ 2025-04-26  9:28 ` Michael Olbrich
  2025-04-26  9:35   ` Michael Olbrich
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Olbrich @ 2025-04-26  9:28 UTC (permalink / raw)
  To: Bruno Thomsen; +Cc: ptxdist

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 <bruno.thomsen@gmail.com>
> ---
>  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?

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 |



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ptxdist] [PATCH] strongswan: use spdx license identifier
  2025-04-26  9:28 ` Michael Olbrich
@ 2025-04-26  9:35   ` Michael Olbrich
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2025-04-26  9:35 UTC (permalink / raw)
  To: Bruno Thomsen; +Cc: ptxdist

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 <bruno.thomsen@gmail.com>
> > ---
> >  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 |



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-04-26  9:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-13 17:44 [ptxdist] [PATCH] strongswan: use spdx license identifier Bruno Thomsen
2025-04-26  9:28 ` Michael Olbrich
2025-04-26  9:35   ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox