* [ptxdist] [PATCH] nettle: fix license information tag
@ 2015-07-10 12:11 Oliver Graute
2015-07-16 11:11 ` Michael Olbrich
0 siblings, 1 reply; 5+ messages in thread
From: Oliver Graute @ 2015-07-10 12:11 UTC (permalink / raw)
To: ptxdist; +Cc: Oliver Graute
Since June 2009 (version 2.0) Nettle is a GNU Package
Signed-off-by: Oliver Graute <oliver.graute@neuhaus.de>
---
rules/nettle.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/nettle.make b/rules/nettle.make
index 7ce57a4..e59c88e 100644
--- a/rules/nettle.make
+++ b/rules/nettle.make
@@ -23,7 +23,7 @@ NETTLE_SUFFIX := tar.gz
NETTLE_URL := http://www.lysator.liu.se/~nisse/archive/$(NETTLE).$(NETTLE_SUFFIX)
NETTLE_SOURCE := $(SRCDIR)/$(NETTLE).$(NETTLE_SUFFIX)
NETTLE_DIR := $(BUILDDIR)/$(NETTLE)
-NETTLE_LICENSE := unknown
+NETTLE_LICENSE := LGPLv3,GPLv2,GPLv3
NETTLE_MAKE_PAR := NO
# ----------------------------------------------------------------------------
--
1.7.9.5
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] [PATCH] nettle: fix license information tag
2015-07-10 12:11 [ptxdist] [PATCH] nettle: fix license information tag Oliver Graute
@ 2015-07-16 11:11 ` Michael Olbrich
2015-07-16 13:38 ` [ptxdist] Antwort: " Oliver.Graute
0 siblings, 1 reply; 5+ messages in thread
From: Michael Olbrich @ 2015-07-16 11:11 UTC (permalink / raw)
To: ptxdist
On Fri, Jul 10, 2015 at 02:11:33PM +0200, Oliver Graute wrote:
> Since June 2009 (version 2.0) Nettle is a GNU Package
>
> Signed-off-by: Oliver Graute <oliver.graute@neuhaus.de>
> ---
> rules/nettle.make | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/rules/nettle.make b/rules/nettle.make
> index 7ce57a4..e59c88e 100644
> --- a/rules/nettle.make
> +++ b/rules/nettle.make
> @@ -23,7 +23,7 @@ NETTLE_SUFFIX := tar.gz
> NETTLE_URL := http://www.lysator.liu.se/~nisse/archive/$(NETTLE).$(NETTLE_SUFFIX)
> NETTLE_SOURCE := $(SRCDIR)/$(NETTLE).$(NETTLE_SUFFIX)
> NETTLE_DIR := $(BUILDDIR)/$(NETTLE)
> -NETTLE_LICENSE := unknown
> +NETTLE_LICENSE := LGPLv3,GPLv2,GPLv3
Hmmm, I didn't check everything, but I'm seeing LGPLv2.1+ and not much
else.
Michael
> NETTLE_MAKE_PAR := NO
>
> # ----------------------------------------------------------------------------
> --
> 1.7.9.5
>
>
> --
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ptxdist] Antwort: Re: [PATCH] nettle: fix license information tag
2015-07-16 11:11 ` Michael Olbrich
@ 2015-07-16 13:38 ` Oliver.Graute
2015-07-17 8:18 ` Michael Olbrich
0 siblings, 1 reply; 5+ messages in thread
From: Oliver.Graute @ 2015-07-16 13:38 UTC (permalink / raw)
To: ptxdist
[-- Attachment #1.1.1: Type: text/plain, Size: 1551 bytes --]
> Re: [ptxdist] [PATCH] nettle: fix license information tag
>
> On Fri, Jul 10, 2015 at 02:11:33PM +0200, Oliver Graute wrote:
> > Since June 2009 (version 2.0) Nettle is a GNU Package
> >
> > Signed-off-by: Oliver Graute <oliver.graute@neuhaus.de>
> > ---
> > rules/nettle.make | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/rules/nettle.make b/rules/nettle.make
> > index 7ce57a4..e59c88e 100644
> > --- a/rules/nettle.make
> > +++ b/rules/nettle.make
> > @@ -23,7 +23,7 @@ NETTLE_SUFFIX := tar.gz
> > NETTLE_URL := http://www.lysator.liu.se/~nisse/archive/$
> (NETTLE).$(NETTLE_SUFFIX)
> > NETTLE_SOURCE := $(SRCDIR)/$(NETTLE).$(NETTLE_SUFFIX)
> > NETTLE_DIR := $(BUILDDIR)/$(NETTLE)
> > -NETTLE_LICENSE := unknown
> > +NETTLE_LICENSE := LGPLv3,GPLv2,GPLv3
>
> Hmmm, I didn't check everything, but I'm seeing LGPLv2.1+ and not much
> else.
I found this on the project page of nettle:
"Nettle is dual licenced under the GNU General Public License version 2 or
later, and the GNU Lesser General Public License version 3 or later. When
using Nettle, you must comply fully with all conditions of at least one of
these licenses. A few of the individual files are licensed under more
permissive terms, or in the public domain. To find the current status of
particular files, you have to read the copyright notices at the top of the
files."
http://www.lysator.liu.se/~nisse/nettle/nettle.html#Copyright
https://en.wikipedia.org/wiki/Nettle_(cryptographic_library)
[-- Attachment #1.1.2: Type: text/html, Size: 2189 bytes --]
[-- Attachment #1.2: smime.p7s --]
[-- Type: application/x-pkcs7-signature, Size: 2446 bytes --]
[-- Attachment #2: Type: text/plain, Size: 48 bytes --]
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ptxdist] Antwort: Re: [PATCH] nettle: fix license information tag
2015-07-16 13:38 ` [ptxdist] Antwort: " Oliver.Graute
@ 2015-07-17 8:18 ` Michael Olbrich
0 siblings, 0 replies; 5+ messages in thread
From: Michael Olbrich @ 2015-07-17 8:18 UTC (permalink / raw)
To: ptxdist
On Thu, Jul 16, 2015 at 03:38:50PM +0200, Oliver.Graute@neuhaus.de wrote:
>
> > Re: [ptxdist] [PATCH] nettle: fix license information tag
> >
> > On Fri, Jul 10, 2015 at 02:11:33PM +0200, Oliver Graute wrote:
> > > Since June 2009 (version 2.0) Nettle is a GNU Package
> > >
> > > Signed-off-by: Oliver Graute <oliver.graute@neuhaus.de>
> > > ---
> > > rules/nettle.make | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/rules/nettle.make b/rules/nettle.make
> > > index 7ce57a4..e59c88e 100644
> > > --- a/rules/nettle.make
> > > +++ b/rules/nettle.make
> > > @@ -23,7 +23,7 @@ NETTLE_SUFFIX := tar.gz
> > > NETTLE_URL := http://www.lysator.liu.se/~nisse/archive/$
> > (NETTLE).$(NETTLE_SUFFIX)
> > > NETTLE_SOURCE := $(SRCDIR)/$(NETTLE).$(NETTLE_SUFFIX)
> > > NETTLE_DIR := $(BUILDDIR)/$(NETTLE)
> > > -NETTLE_LICENSE := unknown
> > > +NETTLE_LICENSE := LGPLv3,GPLv2,GPLv3
> >
> > Hmmm, I didn't check everything, but I'm seeing LGPLv2.1+ and not much
> > else.
>
> I found this on the project page of nettle:
>
> "Nettle is dual licenced under the GNU General Public License version 2 or
> later, and the GNU Lesser General Public License version 3 or later. When
> using Nettle, you must comply fully with all conditions of at least one of
> these licenses. A few of the individual files are licensed under more
> permissive terms, or in the public domain. To find the current status of
> particular files, you have to read the copyright notices at the top of the
> files."
>
> http://www.lysator.liu.se/~nisse/nettle/nettle.html#Copyright
> https://en.wikipedia.org/wiki/Nettle_(cryptographic_library)
That's for version 3.x I think. We still have 2.7.1.
Michael
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
* [ptxdist] [PATCH] nettle: fix license information tag
@ 2015-09-18 11:03 Oliver Graute
0 siblings, 0 replies; 5+ messages in thread
From: Oliver Graute @ 2015-09-18 11:03 UTC (permalink / raw)
To: ptxdist; +Cc: Oliver Graute
Signed-off-by: Oliver Graute <oliver.graute@neuhaus.de>
---
rules/nettle.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/nettle.make b/rules/nettle.make
index 7ce57a4..e59c88e 100644
--- a/rules/nettle.make
+++ b/rules/nettle.make
@@ -23,7 +23,7 @@ NETTLE_SUFFIX := tar.gz
NETTLE_URL := http://www.lysator.liu.se/~nisse/archive/$(NETTLE).$(NETTLE_SUFFIX)
NETTLE_SOURCE := $(SRCDIR)/$(NETTLE).$(NETTLE_SUFFIX)
NETTLE_DIR := $(BUILDDIR)/$(NETTLE)
-NETTLE_LICENSE := unknown
+NETTLE_LICENSE := LGPLv3, GPLv2, GPLv3
NETTLE_MAKE_PAR := NO
# ----------------------------------------------------------------------------
--
1.7.9.5
--
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-09-18 11:03 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-10 12:11 [ptxdist] [PATCH] nettle: fix license information tag Oliver Graute
2015-07-16 11:11 ` Michael Olbrich
2015-07-16 13:38 ` [ptxdist] Antwort: " Oliver.Graute
2015-07-17 8:18 ` Michael Olbrich
2015-09-18 11:03 [ptxdist] " Oliver Graute
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox