All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0 of 5] more license corrections
@ 2013-10-09 11:58 Thomas De Schampheleire
  2013-10-09 11:58 ` [Buildroot] [PATCH 1 of 5] cifs-utils: correct license GPLv3 -> GPLv3+ Thomas De Schampheleire
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Thomas De Schampheleire @ 2013-10-09 11:58 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
Note: there may be many more such license annotations that declare e.g.
GPLv2 but are GPLv2+ in reality.

 package/cifs-utils/cifs-utils.mk                         |  2 +-
 package/libnetfilter_cthelper/libnetfilter-cthelper.mk   |  2 +-
 package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk |  2 +-
 package/libnetfilter_log/libnetfilter-log.mk             |  2 +-
 package/libnetfilter_queue/libnetfilter-queue.mk         |  2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

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

* [Buildroot] [PATCH 1 of 5] cifs-utils: correct license GPLv3 -> GPLv3+
  2013-10-09 11:58 [Buildroot] [PATCH 0 of 5] more license corrections Thomas De Schampheleire
@ 2013-10-09 11:58 ` Thomas De Schampheleire
  2013-10-09 16:32   ` Arnout Vandecappelle
  2013-10-09 11:58 ` [Buildroot] [PATCH 2 of 5] libnetfilter_cthelper: correct license GPLv2 -> GPLv2+ Thomas De Schampheleire
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Thomas De Schampheleire @ 2013-10-09 11:58 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
Note: some files are GPLv2+, others are GPLv3+. There are a few headers also
declared as LGPL. I think the right approach is to set GPLv3+ here.

 package/cifs-utils/cifs-utils.mk |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/cifs-utils/cifs-utils.mk b/package/cifs-utils/cifs-utils.mk
--- a/package/cifs-utils/cifs-utils.mk
+++ b/package/cifs-utils/cifs-utils.mk
@@ -7,7 +7,7 @@
 CIFS_UTILS_VERSION = 6.1
 CIFS_UTILS_SOURCE  = cifs-utils-$(CIFS_UTILS_VERSION).tar.bz2
 CIFS_UTILS_SITE    = http://ftp.samba.org/pub/linux-cifs/cifs-utils
-CIFS_UTILS_LICENSE = GPLv3
+CIFS_UTILS_LICENSE = GPLv3+
 CIFS_UTILS_LICENSE_FILES = COPYING
 
 define CIFS_UTILS_NO_WERROR

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

* [Buildroot] [PATCH 2 of 5] libnetfilter_cthelper: correct license GPLv2 -> GPLv2+
  2013-10-09 11:58 [Buildroot] [PATCH 0 of 5] more license corrections Thomas De Schampheleire
  2013-10-09 11:58 ` [Buildroot] [PATCH 1 of 5] cifs-utils: correct license GPLv3 -> GPLv3+ Thomas De Schampheleire
@ 2013-10-09 11:58 ` Thomas De Schampheleire
  2013-10-09 16:33   ` Arnout Vandecappelle
  2013-10-09 11:58 ` [Buildroot] [PATCH 3 of 5] libnetfilter_cttimeout: " Thomas De Schampheleire
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Thomas De Schampheleire @ 2013-10-09 11:58 UTC (permalink / raw)
  To: buildroot

The main file of this package is src/libnetfilter_cthelper.c, which states
GPLv2+.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 package/libnetfilter_cthelper/libnetfilter-cthelper.mk |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libnetfilter_cthelper/libnetfilter-cthelper.mk b/package/libnetfilter_cthelper/libnetfilter-cthelper.mk
--- a/package/libnetfilter_cthelper/libnetfilter-cthelper.mk
+++ b/package/libnetfilter_cthelper/libnetfilter-cthelper.mk
@@ -10,7 +10,7 @@ LIBNETFILTER_CTHELPER_SITE = http://www.
 LIBNETFILTER_CTHELPER_INSTALL_STAGING = YES
 LIBNETFILTER_CTHELPER_DEPENDENCIES = host-pkgconf libmnl
 LIBNETFILTER_CTHELPER_AUTORECONF = YES
-LIBNETFILTER_CTHELPER_LICENSE = GPLv2
+LIBNETFILTER_CTHELPER_LICENSE = GPLv2+
 LIBNETFILTER_CTHELPER_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))

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

* [Buildroot] [PATCH 3 of 5] libnetfilter_cttimeout: correct license GPLv2 -> GPLv2+
  2013-10-09 11:58 [Buildroot] [PATCH 0 of 5] more license corrections Thomas De Schampheleire
  2013-10-09 11:58 ` [Buildroot] [PATCH 1 of 5] cifs-utils: correct license GPLv3 -> GPLv3+ Thomas De Schampheleire
  2013-10-09 11:58 ` [Buildroot] [PATCH 2 of 5] libnetfilter_cthelper: correct license GPLv2 -> GPLv2+ Thomas De Schampheleire
@ 2013-10-09 11:58 ` Thomas De Schampheleire
  2013-10-09 16:34   ` Arnout Vandecappelle
  2013-10-09 11:58 ` [Buildroot] [PATCH 4 of 5] libnetfilter_queue: " Thomas De Schampheleire
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 12+ messages in thread
From: Thomas De Schampheleire @ 2013-10-09 11:58 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk b/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk
--- a/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk
+++ b/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk
@@ -10,7 +10,7 @@ LIBNETFILTER_CTTIMEOUT_SITE = http://www
 LIBNETFILTER_CTTIMEOUT_INSTALL_STAGING = YES
 LIBNETFILTER_CTTIMEOUT_DEPENDENCIES = host-pkgconf libmnl
 LIBNETFILTER_CTTIMEOUT_AUTORECONF = YES
-LIBNETFILTER_CTTIMEOUT_LICENSE = GPLv2
+LIBNETFILTER_CTTIMEOUT_LICENSE = GPLv2+
 LIBNETFILTER_CTTIMEOUT_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))

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

* [Buildroot] [PATCH 4 of 5] libnetfilter_queue: correct license GPLv2 -> GPLv2+
  2013-10-09 11:58 [Buildroot] [PATCH 0 of 5] more license corrections Thomas De Schampheleire
                   ` (2 preceding siblings ...)
  2013-10-09 11:58 ` [Buildroot] [PATCH 3 of 5] libnetfilter_cttimeout: " Thomas De Schampheleire
@ 2013-10-09 11:58 ` Thomas De Schampheleire
  2013-10-09 16:38   ` Arnout Vandecappelle
  2013-10-09 11:58 ` [Buildroot] [PATCH 5 of 5] libnetfilter_log: " Thomas De Schampheleire
  2013-10-09 19:43 ` [Buildroot] [PATCH 0 of 5] more license corrections Peter Korsgaard
  5 siblings, 1 reply; 12+ messages in thread
From: Thomas De Schampheleire @ 2013-10-09 11:58 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 package/libnetfilter_queue/libnetfilter-queue.mk |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libnetfilter_queue/libnetfilter-queue.mk b/package/libnetfilter_queue/libnetfilter-queue.mk
--- a/package/libnetfilter_queue/libnetfilter-queue.mk
+++ b/package/libnetfilter_queue/libnetfilter-queue.mk
@@ -10,7 +10,7 @@ LIBNETFILTER_QUEUE_SITE = http://www.net
 LIBNETFILTER_QUEUE_INSTALL_STAGING = YES
 LIBNETFILTER_QUEUE_DEPENDENCIES = host-pkgconf libnfnetlink libmnl
 LIBNETFILTER_QUEUE_AUTORECONF = YES
-LIBNETFILTER_QUEUE_LICENSE = GPLv2
+LIBNETFILTER_QUEUE_LICENSE = GPLv2+
 LIBNETFILTER_QUEUE_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))

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

* [Buildroot] [PATCH 5 of 5] libnetfilter_log: correct license GPLv2 -> GPLv2+
  2013-10-09 11:58 [Buildroot] [PATCH 0 of 5] more license corrections Thomas De Schampheleire
                   ` (3 preceding siblings ...)
  2013-10-09 11:58 ` [Buildroot] [PATCH 4 of 5] libnetfilter_queue: " Thomas De Schampheleire
@ 2013-10-09 11:58 ` Thomas De Schampheleire
  2013-10-09 16:39   ` Arnout Vandecappelle
  2013-10-09 19:43 ` [Buildroot] [PATCH 0 of 5] more license corrections Peter Korsgaard
  5 siblings, 1 reply; 12+ messages in thread
From: Thomas De Schampheleire @ 2013-10-09 11:58 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 package/libnetfilter_log/libnetfilter-log.mk |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/libnetfilter_log/libnetfilter-log.mk b/package/libnetfilter_log/libnetfilter-log.mk
--- a/package/libnetfilter_log/libnetfilter-log.mk
+++ b/package/libnetfilter_log/libnetfilter-log.mk
@@ -10,7 +10,7 @@ LIBNETFILTER_LOG_SITE = http://www.netfi
 LIBNETFILTER_LOG_INSTALL_STAGING = YES
 LIBNETFILTER_LOG_DEPENDENCIES = host-pkgconf libnfnetlink
 LIBNETFILTER_LOG_AUTORECONF = YES
-LIBNETFILTER_LOG_LICENSE = GPLv2
+LIBNETFILTER_LOG_LICENSE = GPLv2+
 LIBNETFILTER_LOG_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))

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

* [Buildroot] [PATCH 1 of 5] cifs-utils: correct license GPLv3 -> GPLv3+
  2013-10-09 11:58 ` [Buildroot] [PATCH 1 of 5] cifs-utils: correct license GPLv3 -> GPLv3+ Thomas De Schampheleire
@ 2013-10-09 16:32   ` Arnout Vandecappelle
  0 siblings, 0 replies; 12+ messages in thread
From: Arnout Vandecappelle @ 2013-10-09 16:32 UTC (permalink / raw)
  To: buildroot

On 10/09/13 13:58, Thomas De Schampheleire wrote:
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
>
> ---
> Note: some files are GPLv2+, others are GPLv3+. There are a few headers also
> declared as LGPL. I think the right approach is to set GPLv3+ here.

  Correct. This is the typical situation when a project changes from v2 
to v3: not all files are updated, so there's a mix in the source code.

  For the LGPL files: LGPL carries a specific clause that specifies that 
you can make copies under the GPL (same version) instead of the LGPL. 
There's actually a requirement that you should update all license texts, 
but that's exactly what we do here by just installing the GPLv3 license 
(and we're anyway talking about distribution of binaries).

  Bottom line:

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>


  Regards,
  Arnout

>
>   package/cifs-utils/cifs-utils.mk |  2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/package/cifs-utils/cifs-utils.mk b/package/cifs-utils/cifs-utils.mk
> --- a/package/cifs-utils/cifs-utils.mk
> +++ b/package/cifs-utils/cifs-utils.mk
> @@ -7,7 +7,7 @@
>   CIFS_UTILS_VERSION = 6.1
>   CIFS_UTILS_SOURCE  = cifs-utils-$(CIFS_UTILS_VERSION).tar.bz2
>   CIFS_UTILS_SITE    = http://ftp.samba.org/pub/linux-cifs/cifs-utils
> -CIFS_UTILS_LICENSE = GPLv3
> +CIFS_UTILS_LICENSE = GPLv3+
>   CIFS_UTILS_LICENSE_FILES = COPYING
>
>   define CIFS_UTILS_NO_WERROR
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH 2 of 5] libnetfilter_cthelper: correct license GPLv2 -> GPLv2+
  2013-10-09 11:58 ` [Buildroot] [PATCH 2 of 5] libnetfilter_cthelper: correct license GPLv2 -> GPLv2+ Thomas De Schampheleire
@ 2013-10-09 16:33   ` Arnout Vandecappelle
  0 siblings, 0 replies; 12+ messages in thread
From: Arnout Vandecappelle @ 2013-10-09 16:33 UTC (permalink / raw)
  To: buildroot

On 10/09/13 13:58, Thomas De Schampheleire wrote:
> The main file of this package is src/libnetfilter_cthelper.c, which states
> GPLv2+.
>
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

>
> ---
>   package/libnetfilter_cthelper/libnetfilter-cthelper.mk |  2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/package/libnetfilter_cthelper/libnetfilter-cthelper.mk b/package/libnetfilter_cthelper/libnetfilter-cthelper.mk
> --- a/package/libnetfilter_cthelper/libnetfilter-cthelper.mk
> +++ b/package/libnetfilter_cthelper/libnetfilter-cthelper.mk
> @@ -10,7 +10,7 @@ LIBNETFILTER_CTHELPER_SITE = http://www.
>   LIBNETFILTER_CTHELPER_INSTALL_STAGING = YES
>   LIBNETFILTER_CTHELPER_DEPENDENCIES = host-pkgconf libmnl
>   LIBNETFILTER_CTHELPER_AUTORECONF = YES
> -LIBNETFILTER_CTHELPER_LICENSE = GPLv2
> +LIBNETFILTER_CTHELPER_LICENSE = GPLv2+
>   LIBNETFILTER_CTHELPER_LICENSE_FILES = COPYING
>
>   $(eval $(autotools-package))
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH 3 of 5] libnetfilter_cttimeout: correct license GPLv2 -> GPLv2+
  2013-10-09 11:58 ` [Buildroot] [PATCH 3 of 5] libnetfilter_cttimeout: " Thomas De Schampheleire
@ 2013-10-09 16:34   ` Arnout Vandecappelle
  0 siblings, 0 replies; 12+ messages in thread
From: Arnout Vandecappelle @ 2013-10-09 16:34 UTC (permalink / raw)
  To: buildroot

On 10/09/13 13:58, Thomas De Schampheleire wrote:
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

>
> ---
>   package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk |  2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk b/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk
> --- a/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk
> +++ b/package/libnetfilter_cttimeout/libnetfilter-cttimeout.mk
> @@ -10,7 +10,7 @@ LIBNETFILTER_CTTIMEOUT_SITE = http://www
>   LIBNETFILTER_CTTIMEOUT_INSTALL_STAGING = YES
>   LIBNETFILTER_CTTIMEOUT_DEPENDENCIES = host-pkgconf libmnl
>   LIBNETFILTER_CTTIMEOUT_AUTORECONF = YES
> -LIBNETFILTER_CTTIMEOUT_LICENSE = GPLv2
> +LIBNETFILTER_CTTIMEOUT_LICENSE = GPLv2+
>   LIBNETFILTER_CTTIMEOUT_LICENSE_FILES = COPYING
>
>   $(eval $(autotools-package))
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH 4 of 5] libnetfilter_queue: correct license GPLv2 -> GPLv2+
  2013-10-09 11:58 ` [Buildroot] [PATCH 4 of 5] libnetfilter_queue: " Thomas De Schampheleire
@ 2013-10-09 16:38   ` Arnout Vandecappelle
  0 siblings, 0 replies; 12+ messages in thread
From: Arnout Vandecappelle @ 2013-10-09 16:38 UTC (permalink / raw)
  To: buildroot

On 10/09/13 13:58, Thomas De Schampheleire wrote:
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

  Note that include/libnetfilter_queue/libnetfilter_queue.h doesn't 
specify a version, but that means that any version applies according to 
the GPL.

  Regards,
  Arnout

>
> ---
>   package/libnetfilter_queue/libnetfilter-queue.mk |  2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/package/libnetfilter_queue/libnetfilter-queue.mk b/package/libnetfilter_queue/libnetfilter-queue.mk
> --- a/package/libnetfilter_queue/libnetfilter-queue.mk
> +++ b/package/libnetfilter_queue/libnetfilter-queue.mk
> @@ -10,7 +10,7 @@ LIBNETFILTER_QUEUE_SITE = http://www.net
>   LIBNETFILTER_QUEUE_INSTALL_STAGING = YES
>   LIBNETFILTER_QUEUE_DEPENDENCIES = host-pkgconf libnfnetlink libmnl
>   LIBNETFILTER_QUEUE_AUTORECONF = YES
> -LIBNETFILTER_QUEUE_LICENSE = GPLv2
> +LIBNETFILTER_QUEUE_LICENSE = GPLv2+
>   LIBNETFILTER_QUEUE_LICENSE_FILES = COPYING
>
>   $(eval $(autotools-package))
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH 5 of 5] libnetfilter_log: correct license GPLv2 -> GPLv2+
  2013-10-09 11:58 ` [Buildroot] [PATCH 5 of 5] libnetfilter_log: " Thomas De Schampheleire
@ 2013-10-09 16:39   ` Arnout Vandecappelle
  0 siblings, 0 replies; 12+ messages in thread
From: Arnout Vandecappelle @ 2013-10-09 16:39 UTC (permalink / raw)
  To: buildroot

On 10/09/13 13:58, Thomas De Schampheleire wrote:
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

>
> ---
>   package/libnetfilter_log/libnetfilter-log.mk |  2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/package/libnetfilter_log/libnetfilter-log.mk b/package/libnetfilter_log/libnetfilter-log.mk
> --- a/package/libnetfilter_log/libnetfilter-log.mk
> +++ b/package/libnetfilter_log/libnetfilter-log.mk
> @@ -10,7 +10,7 @@ LIBNETFILTER_LOG_SITE = http://www.netfi
>   LIBNETFILTER_LOG_INSTALL_STAGING = YES
>   LIBNETFILTER_LOG_DEPENDENCIES = host-pkgconf libnfnetlink
>   LIBNETFILTER_LOG_AUTORECONF = YES
> -LIBNETFILTER_LOG_LICENSE = GPLv2
> +LIBNETFILTER_LOG_LICENSE = GPLv2+
>   LIBNETFILTER_LOG_LICENSE_FILES = COPYING
>
>   $(eval $(autotools-package))
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH 0 of 5] more license corrections
  2013-10-09 11:58 [Buildroot] [PATCH 0 of 5] more license corrections Thomas De Schampheleire
                   ` (4 preceding siblings ...)
  2013-10-09 11:58 ` [Buildroot] [PATCH 5 of 5] libnetfilter_log: " Thomas De Schampheleire
@ 2013-10-09 19:43 ` Peter Korsgaard
  5 siblings, 0 replies; 12+ messages in thread
From: Peter Korsgaard @ 2013-10-09 19:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes:

 Thomas> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

Committed series, thanks.

 Thomas> ---
 Thomas> Note: there may be many more such license annotations that
 Thomas> declare e.g.  GPLv2 but are GPLv2+ in reality.

Patches are always welcome ;)

I try to review whenever stuff is added, but I probably sometimes miss some..

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-10-09 19:43 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-09 11:58 [Buildroot] [PATCH 0 of 5] more license corrections Thomas De Schampheleire
2013-10-09 11:58 ` [Buildroot] [PATCH 1 of 5] cifs-utils: correct license GPLv3 -> GPLv3+ Thomas De Schampheleire
2013-10-09 16:32   ` Arnout Vandecappelle
2013-10-09 11:58 ` [Buildroot] [PATCH 2 of 5] libnetfilter_cthelper: correct license GPLv2 -> GPLv2+ Thomas De Schampheleire
2013-10-09 16:33   ` Arnout Vandecappelle
2013-10-09 11:58 ` [Buildroot] [PATCH 3 of 5] libnetfilter_cttimeout: " Thomas De Schampheleire
2013-10-09 16:34   ` Arnout Vandecappelle
2013-10-09 11:58 ` [Buildroot] [PATCH 4 of 5] libnetfilter_queue: " Thomas De Schampheleire
2013-10-09 16:38   ` Arnout Vandecappelle
2013-10-09 11:58 ` [Buildroot] [PATCH 5 of 5] libnetfilter_log: " Thomas De Schampheleire
2013-10-09 16:39   ` Arnout Vandecappelle
2013-10-09 19:43 ` [Buildroot] [PATCH 0 of 5] more license corrections Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.