* [Buildroot] [PATCH 0 of 4] misc. license updates
@ 2013-10-08 10:06 Thomas De Schampheleire
2013-10-08 10:06 ` [Buildroot] [PATCH 1 of 4] i2c-tools: add license information Thomas De Schampheleire
` (3 more replies)
0 siblings, 4 replies; 14+ messages in thread
From: Thomas De Schampheleire @ 2013-10-08 10:06 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
---
package/ebtables/ebtables.mk | 2 +-
package/i2c-tools/i2c-tools.mk | 2 ++
package/libnfnetlink/libnfnetlink.mk | 2 ++
package/ncftp/ncftp.mk | 2 ++
4 files changed, 7 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 14+ messages in thread* [Buildroot] [PATCH 1 of 4] i2c-tools: add license information 2013-10-08 10:06 [Buildroot] [PATCH 0 of 4] misc. license updates Thomas De Schampheleire @ 2013-10-08 10:06 ` Thomas De Schampheleire 2013-10-08 19:08 ` Arnout Vandecappelle 2013-10-08 10:06 ` [Buildroot] [PATCH 2 of 4] libnfnetlink: " Thomas De Schampheleire ` (2 subsequent siblings) 3 siblings, 1 reply; 14+ messages in thread From: Thomas De Schampheleire @ 2013-10-08 10:06 UTC (permalink / raw) To: buildroot Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> --- package/i2c-tools/i2c-tools.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/i2c-tools/i2c-tools.mk b/package/i2c-tools/i2c-tools.mk --- a/package/i2c-tools/i2c-tools.mk +++ b/package/i2c-tools/i2c-tools.mk @@ -7,6 +7,8 @@ I2C_TOOLS_VERSION = 3.1.0 I2C_TOOLS_SOURCE = i2c-tools-$(I2C_TOOLS_VERSION).tar.bz2 I2C_TOOLS_SITE = http://dl.lm-sensors.org/i2c-tools/releases +I2C_TOOLS_LICENSE = GPLv2 +I2C_TOOLS_LICENSE_FILES = COPYING define I2C_TOOLS_BUILD_CMDS $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 1 of 4] i2c-tools: add license information 2013-10-08 10:06 ` [Buildroot] [PATCH 1 of 4] i2c-tools: add license information Thomas De Schampheleire @ 2013-10-08 19:08 ` Arnout Vandecappelle 2013-10-08 20:22 ` Thomas De Schampheleire 0 siblings, 1 reply; 14+ messages in thread From: Arnout Vandecappelle @ 2013-10-08 19:08 UTC (permalink / raw) To: buildroot On 10/08/13 12:06, Thomas De Schampheleire wrote: > Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> > > --- > package/i2c-tools/i2c-tools.mk | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/package/i2c-tools/i2c-tools.mk b/package/i2c-tools/i2c-tools.mk > --- a/package/i2c-tools/i2c-tools.mk > +++ b/package/i2c-tools/i2c-tools.mk > @@ -7,6 +7,8 @@ > I2C_TOOLS_VERSION = 3.1.0 > I2C_TOOLS_SOURCE = i2c-tools-$(I2C_TOOLS_VERSION).tar.bz2 > I2C_TOOLS_SITE = http://dl.lm-sensors.org/i2c-tools/releases > +I2C_TOOLS_LICENSE = GPLv2 All files are GPLv2+ AFAICS. Only py-smbus/setup.py claims that the package is GPLv2, but that's just wrong. Regards, Arnout > +I2C_TOOLS_LICENSE_FILES = COPYING > > define I2C_TOOLS_BUILD_CMDS > $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) > _______________________________________________ > 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] 14+ messages in thread
* [Buildroot] [PATCH 1 of 4] i2c-tools: add license information 2013-10-08 19:08 ` Arnout Vandecappelle @ 2013-10-08 20:22 ` Thomas De Schampheleire 2013-10-08 20:32 ` Arnout Vandecappelle 0 siblings, 1 reply; 14+ messages in thread From: Thomas De Schampheleire @ 2013-10-08 20:22 UTC (permalink / raw) To: buildroot Arnout Vandecappelle <arnout@mind.be> wrote: >On 10/08/13 12:06, Thomas De Schampheleire wrote: >> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> >> >> --- >> package/i2c-tools/i2c-tools.mk | 2 ++ >> 1 files changed, 2 insertions(+), 0 deletions(-) >> >> diff --git a/package/i2c-tools/i2c-tools.mk b/package/i2c-tools/i2c-tools.mk >> --- a/package/i2c-tools/i2c-tools.mk >> +++ b/package/i2c-tools/i2c-tools.mk >> @@ -7,6 +7,8 @@ >> I2C_TOOLS_VERSION = 3.1.0 >> I2C_TOOLS_SOURCE = i2c-tools-$(I2C_TOOLS_VERSION).tar.bz2 >> I2C_TOOLS_SITE = http://dl.lm-sensors.org/i2c-tools/releases >> +I2C_TOOLS_LICENSE = GPLv2 > > All files are GPLv2+ AFAICS. Only py-smbus/setup.py claims that the >package is GPLv2, but that's just wrong. Why is that wrong? I reasoned that if one of the components is gplv2, and the rest is gplv2+, then the whole needs to be gplv2. Best regards, Thomas ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 1 of 4] i2c-tools: add license information 2013-10-08 20:22 ` Thomas De Schampheleire @ 2013-10-08 20:32 ` Arnout Vandecappelle 0 siblings, 0 replies; 14+ messages in thread From: Arnout Vandecappelle @ 2013-10-08 20:32 UTC (permalink / raw) To: buildroot On 10/08/13 22:22, Thomas De Schampheleire wrote: > Arnout Vandecappelle <arnout@mind.be> wrote: >> On 10/08/13 12:06, Thomas De Schampheleire wrote: >>> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> >>> >>> --- >>> package/i2c-tools/i2c-tools.mk | 2 ++ >>> 1 files changed, 2 insertions(+), 0 deletions(-) >>> >>> diff --git a/package/i2c-tools/i2c-tools.mk b/package/i2c-tools/i2c-tools.mk >>> --- a/package/i2c-tools/i2c-tools.mk >>> +++ b/package/i2c-tools/i2c-tools.mk >>> @@ -7,6 +7,8 @@ >>> I2C_TOOLS_VERSION = 3.1.0 >>> I2C_TOOLS_SOURCE = i2c-tools-$(I2C_TOOLS_VERSION).tar.bz2 >>> I2C_TOOLS_SITE = http://dl.lm-sensors.org/i2c-tools/releases >>> +I2C_TOOLS_LICENSE = GPLv2 >> >> All files are GPLv2+ AFAICS. Only py-smbus/setup.py claims that the >> package is GPLv2, but that's just wrong. > > Why is that wrong? > > I reasoned that if one of the components is gplv2, and the rest is gplv2+, then the whole needs to be gplv2. setup.py itself isn't GPLv2, it just claims that the package is GPLv2. But it isn't, since each file says it GPLv2+. Scratch that: the python module is GPLv2 only. But I don't think we build the python module anyway. Just to be safe, put: I2C_TOOLS_LICENSE = GPLv2+, GPLv2 (py-smbus) Regards, Arnout -- 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] 14+ messages in thread
* [Buildroot] [PATCH 2 of 4] libnfnetlink: add license information 2013-10-08 10:06 [Buildroot] [PATCH 0 of 4] misc. license updates Thomas De Schampheleire 2013-10-08 10:06 ` [Buildroot] [PATCH 1 of 4] i2c-tools: add license information Thomas De Schampheleire @ 2013-10-08 10:06 ` Thomas De Schampheleire 2013-10-09 20:27 ` Peter Korsgaard 2013-10-08 10:06 ` [Buildroot] [PATCH 3 of 4] ncftp: " Thomas De Schampheleire 2013-10-08 10:06 ` [Buildroot] [PATCH 4 of 4] ebtables: correct license GPLv2 -> GPLv2+ Thomas De Schampheleire 3 siblings, 1 reply; 14+ messages in thread From: Thomas De Schampheleire @ 2013-10-08 10:06 UTC (permalink / raw) To: buildroot Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> --- package/libnfnetlink/libnfnetlink.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/libnfnetlink/libnfnetlink.mk b/package/libnfnetlink/libnfnetlink.mk --- a/package/libnfnetlink/libnfnetlink.mk +++ b/package/libnfnetlink/libnfnetlink.mk @@ -9,5 +9,7 @@ LIBNFNETLINK_SOURCE = libnfnetlink-$(LIB LIBNFNETLINK_SITE = http://www.netfilter.org/projects/libnfnetlink/files LIBNFNETLINK_AUTORECONF = YES LIBNFNETLINK_INSTALL_STAGING = YES +LIBNFNETLINK_LICENSE = GPLv2+ +LIBNFNETLINK_LICENSE_FILES = COPYING $(eval $(autotools-package)) ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 2 of 4] libnfnetlink: add license information 2013-10-08 10:06 ` [Buildroot] [PATCH 2 of 4] libnfnetlink: " Thomas De Schampheleire @ 2013-10-09 20:27 ` Peter Korsgaard 2013-10-10 6:54 ` Thomas De Schampheleire 2013-10-10 7:12 ` Arnout Vandecappelle 0 siblings, 2 replies; 14+ messages in thread From: Peter Korsgaard @ 2013-10-09 20:27 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> Thomas> --- Thomas> package/libnfnetlink/libnfnetlink.mk | 2 ++ Thomas> 1 files changed, 2 insertions(+), 0 deletions(-) Thomas> diff --git a/package/libnfnetlink/libnfnetlink.mk b/package/libnfnetlink/libnfnetlink.mk Thomas> --- a/package/libnfnetlink/libnfnetlink.mk Thomas> +++ b/package/libnfnetlink/libnfnetlink.mk Thomas> @@ -9,5 +9,7 @@ LIBNFNETLINK_SOURCE = libnfnetlink-$(LIB Thomas> LIBNFNETLINK_SITE = http://www.netfilter.org/projects/libnfnetlink/files Thomas> LIBNFNETLINK_AUTORECONF = YES Thomas> LIBNFNETLINK_INSTALL_STAGING = YES Thomas> +LIBNFNETLINK_LICENSE = GPLv2+ Thomas> +LIBNFNETLINK_LICENSE_FILES = COPYING Hmm, I don't see that in any of the source files: grep -rls 'any later' m4/libtool.m4 configure config.sub ltmain.sh build-aux/compile build-aux/config.sub build-aux/ltmain.sh build-aux/missing build-aux/depcomp build-aux/config.guess COPYING missing depcomp config.guess and src/libnfnetlink.c explicitly states: * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. So I dropped the '+' and committed, thanks. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 2 of 4] libnfnetlink: add license information 2013-10-09 20:27 ` Peter Korsgaard @ 2013-10-10 6:54 ` Thomas De Schampheleire 2013-10-10 7:12 ` Arnout Vandecappelle 1 sibling, 0 replies; 14+ messages in thread From: Thomas De Schampheleire @ 2013-10-10 6:54 UTC (permalink / raw) To: buildroot Hi Peter, On Wed, Oct 9, 2013 at 10:27 PM, Peter Korsgaard <jacmet@uclibc.org> wrote: >>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes: > > Thomas> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> > Thomas> --- > Thomas> package/libnfnetlink/libnfnetlink.mk | 2 ++ > Thomas> 1 files changed, 2 insertions(+), 0 deletions(-) > > Thomas> diff --git a/package/libnfnetlink/libnfnetlink.mk b/package/libnfnetlink/libnfnetlink.mk > Thomas> --- a/package/libnfnetlink/libnfnetlink.mk > Thomas> +++ b/package/libnfnetlink/libnfnetlink.mk > Thomas> @@ -9,5 +9,7 @@ LIBNFNETLINK_SOURCE = libnfnetlink-$(LIB > Thomas> LIBNFNETLINK_SITE = http://www.netfilter.org/projects/libnfnetlink/files > Thomas> LIBNFNETLINK_AUTORECONF = YES > Thomas> LIBNFNETLINK_INSTALL_STAGING = YES > Thomas> +LIBNFNETLINK_LICENSE = GPLv2+ > Thomas> +LIBNFNETLINK_LICENSE_FILES = COPYING > > Hmm, I don't see that in any of the source files: > > grep -rls 'any later' > m4/libtool.m4 > configure > config.sub > ltmain.sh > build-aux/compile > build-aux/config.sub > build-aux/ltmain.sh > build-aux/missing > build-aux/depcomp > build-aux/config.guess > COPYING > missing > depcomp > config.guess > > and src/libnfnetlink.c explicitly states: > > * This program is free software; you can redistribute it and/or modify it > * under the terms of the GNU General Public License version 2 as published > * by the Free Software Foundation. > > So I dropped the '+' and committed, thanks. Seems the libnfnetlink authors are a bit sloppy with respect to licensing: the README file states: "This library is released under GPLv2+." After reading this I didn't check the sources. The netfilter website also states different things: http://www.netfilter.org/licensing.html mentions GPLv2 only while http://www.netfilter.org/about.html#license says GPLv2+ only or any later version. I'll send a mail to the netfilter coreteam about this. Best regards, Thomas ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 2 of 4] libnfnetlink: add license information 2013-10-09 20:27 ` Peter Korsgaard 2013-10-10 6:54 ` Thomas De Schampheleire @ 2013-10-10 7:12 ` Arnout Vandecappelle 1 sibling, 0 replies; 14+ messages in thread From: Arnout Vandecappelle @ 2013-10-10 7:12 UTC (permalink / raw) To: buildroot On 10/09/13 22:27, Peter Korsgaard wrote: >>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes: > > Thomas> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> > Thomas> --- > Thomas> package/libnfnetlink/libnfnetlink.mk | 2 ++ > Thomas> 1 files changed, 2 insertions(+), 0 deletions(-) > > Thomas> diff --git a/package/libnfnetlink/libnfnetlink.mk b/package/libnfnetlink/libnfnetlink.mk > Thomas> --- a/package/libnfnetlink/libnfnetlink.mk > Thomas> +++ b/package/libnfnetlink/libnfnetlink.mk > Thomas> @@ -9,5 +9,7 @@ LIBNFNETLINK_SOURCE = libnfnetlink-$(LIB > Thomas> LIBNFNETLINK_SITE = http://www.netfilter.org/projects/libnfnetlink/files > Thomas> LIBNFNETLINK_AUTORECONF = YES > Thomas> LIBNFNETLINK_INSTALL_STAGING = YES > Thomas> +LIBNFNETLINK_LICENSE = GPLv2+ > Thomas> +LIBNFNETLINK_LICENSE_FILES = COPYING > > Hmm, I don't see that in any of the source files: > > grep -rls 'any later' > m4/libtool.m4 > configure > config.sub > ltmain.sh > build-aux/compile > build-aux/config.sub > build-aux/ltmain.sh > build-aux/missing > build-aux/depcomp > build-aux/config.guess > COPYING > missing > depcomp > config.guess > > and src/libnfnetlink.c explicitly states: > > * This program is free software; you can redistribute it and/or modify it > * under the terms of the GNU General Public License version 2 as published > * by the Free Software Foundation. > > So I dropped the '+' and committed, thanks. Perhaps we should report to the author that his README is inconsistent with the source? Regards, Arnout -- 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] 14+ messages in thread
* [Buildroot] [PATCH 3 of 4] ncftp: add license information 2013-10-08 10:06 [Buildroot] [PATCH 0 of 4] misc. license updates Thomas De Schampheleire 2013-10-08 10:06 ` [Buildroot] [PATCH 1 of 4] i2c-tools: add license information Thomas De Schampheleire 2013-10-08 10:06 ` [Buildroot] [PATCH 2 of 4] libnfnetlink: " Thomas De Schampheleire @ 2013-10-08 10:06 ` Thomas De Schampheleire 2013-10-08 19:25 ` Arnout Vandecappelle 2013-10-09 20:28 ` Peter Korsgaard 2013-10-08 10:06 ` [Buildroot] [PATCH 4 of 4] ebtables: correct license GPLv2 -> GPLv2+ Thomas De Schampheleire 3 siblings, 2 replies; 14+ messages in thread From: Thomas De Schampheleire @ 2013-10-08 10:06 UTC (permalink / raw) To: buildroot Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> --- package/ncftp/ncftp.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/package/ncftp/ncftp.mk b/package/ncftp/ncftp.mk --- a/package/ncftp/ncftp.mk +++ b/package/ncftp/ncftp.mk @@ -8,6 +8,8 @@ NCFTP_VERSION = 3.2.5 NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.bz2 NCFTP_SITE = ftp://ftp.ncftp.com/ncftp NCFTP_TARGET_BINS = ncftp +NCFTP_LICENSE = Clarified Artistic License +NCFTP_LICENSE_FILES = doc/LICENSE.txt ifeq ($(BR2_PACKAGE_NCFTP_GET),y) NCFTP_TARGET_BINS += ncftpget ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 3 of 4] ncftp: add license information 2013-10-08 10:06 ` [Buildroot] [PATCH 3 of 4] ncftp: " Thomas De Schampheleire @ 2013-10-08 19:25 ` Arnout Vandecappelle 2013-10-09 20:28 ` Peter Korsgaard 1 sibling, 0 replies; 14+ messages in thread From: Arnout Vandecappelle @ 2013-10-08 19:25 UTC (permalink / raw) To: buildroot On 10/08/13 12:06, Thomas De Schampheleire wrote: > Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Regards, Arnout > > --- > package/ncftp/ncftp.mk | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/package/ncftp/ncftp.mk b/package/ncftp/ncftp.mk > --- a/package/ncftp/ncftp.mk > +++ b/package/ncftp/ncftp.mk > @@ -8,6 +8,8 @@ NCFTP_VERSION = 3.2.5 > NCFTP_SOURCE = ncftp-$(NCFTP_VERSION)-src.tar.bz2 > NCFTP_SITE = ftp://ftp.ncftp.com/ncftp > NCFTP_TARGET_BINS = ncftp > +NCFTP_LICENSE = Clarified Artistic License > +NCFTP_LICENSE_FILES = doc/LICENSE.txt > > ifeq ($(BR2_PACKAGE_NCFTP_GET),y) > NCFTP_TARGET_BINS += ncftpget > _______________________________________________ > 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] 14+ messages in thread
* [Buildroot] [PATCH 3 of 4] ncftp: add license information 2013-10-08 10:06 ` [Buildroot] [PATCH 3 of 4] ncftp: " Thomas De Schampheleire 2013-10-08 19:25 ` Arnout Vandecappelle @ 2013-10-09 20:28 ` Peter Korsgaard 1 sibling, 0 replies; 14+ messages in thread From: Peter Korsgaard @ 2013-10-09 20:28 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, thanks. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 4 of 4] ebtables: correct license GPLv2 -> GPLv2+ 2013-10-08 10:06 [Buildroot] [PATCH 0 of 4] misc. license updates Thomas De Schampheleire ` (2 preceding siblings ...) 2013-10-08 10:06 ` [Buildroot] [PATCH 3 of 4] ncftp: " Thomas De Schampheleire @ 2013-10-08 10:06 ` Thomas De Schampheleire 2013-10-09 20:29 ` Peter Korsgaard 3 siblings, 1 reply; 14+ messages in thread From: Thomas De Schampheleire @ 2013-10-08 10:06 UTC (permalink / raw) To: buildroot Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> --- package/ebtables/ebtables.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk --- a/package/ebtables/ebtables.mk +++ b/package/ebtables/ebtables.mk @@ -7,7 +7,7 @@ EBTABLES_VERSION = 2.0.10-4 EBTABLES_SOURCE = ebtables-v$(EBTABLES_VERSION).tar.gz EBTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/ebtables/ebtables-$(subst .,-,$(EBTABLES_VERSION)) -EBTABLES_LICENSE = GPLv2 +EBTABLES_LICENSE = GPLv2+ EBTABLES_LICENSE_FILES = COPYING EBTABLES_STATIC = $(if $(BR2_PREFER_STATIC_LIB),static) ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Buildroot] [PATCH 4 of 4] ebtables: correct license GPLv2 -> GPLv2+ 2013-10-08 10:06 ` [Buildroot] [PATCH 4 of 4] ebtables: correct license GPLv2 -> GPLv2+ Thomas De Schampheleire @ 2013-10-09 20:29 ` Peter Korsgaard 0 siblings, 0 replies; 14+ messages in thread From: Peter Korsgaard @ 2013-10-09 20:29 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, thanks. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2013-10-10 7:12 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-10-08 10:06 [Buildroot] [PATCH 0 of 4] misc. license updates Thomas De Schampheleire 2013-10-08 10:06 ` [Buildroot] [PATCH 1 of 4] i2c-tools: add license information Thomas De Schampheleire 2013-10-08 19:08 ` Arnout Vandecappelle 2013-10-08 20:22 ` Thomas De Schampheleire 2013-10-08 20:32 ` Arnout Vandecappelle 2013-10-08 10:06 ` [Buildroot] [PATCH 2 of 4] libnfnetlink: " Thomas De Schampheleire 2013-10-09 20:27 ` Peter Korsgaard 2013-10-10 6:54 ` Thomas De Schampheleire 2013-10-10 7:12 ` Arnout Vandecappelle 2013-10-08 10:06 ` [Buildroot] [PATCH 3 of 4] ncftp: " Thomas De Schampheleire 2013-10-08 19:25 ` Arnout Vandecappelle 2013-10-09 20:28 ` Peter Korsgaard 2013-10-08 10:06 ` [Buildroot] [PATCH 4 of 4] ebtables: correct license GPLv2 -> GPLv2+ Thomas De Schampheleire 2013-10-09 20:29 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox