* [Buildroot] [PATCH 02/10] dialog: add license information
2013-01-29 18:23 [Buildroot] [PATCH 01/10] bluez_utils: add license information Gustavo Zacarias
@ 2013-01-29 18:23 ` Gustavo Zacarias
2013-01-29 22:20 ` Peter Korsgaard
2013-01-29 18:23 ` [Buildroot] [PATCH 03/10] distcc: " Gustavo Zacarias
` (8 subsequent siblings)
9 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2013-01-29 18:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/dialog/dialog.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/dialog/dialog.mk b/package/dialog/dialog.mk
index 8d87b77..bac788b 100644
--- a/package/dialog/dialog.mk
+++ b/package/dialog/dialog.mk
@@ -10,6 +10,8 @@ DIALOG_SITE = ftp://invisible-island.net/dialog
DIALOG_CONF_OPT = --with-ncurses
DIALOG_CONF_ENV = ac_cv_path_NCURSES_CONFIG=true LIBS=-lncurses
DIALOG_DEPENDENCIES = ncurses
+DIALOG_LICENSE = LGPLv2.1+
+DIALOG_LICENSE_FILES = COPYING
ifneq ($(BR2_ENABLE_LOCALE),y)
DIALOG_DEPENDENCIES+=libiconv
--
1.7.12.4
^ permalink raw reply related [flat|nested] 26+ messages in thread* [Buildroot] [PATCH 02/10] dialog: add license information
2013-01-29 18:23 ` [Buildroot] [PATCH 02/10] dialog: " Gustavo Zacarias
@ 2013-01-29 22:20 ` Peter Korsgaard
2013-01-29 22:39 ` Gustavo Zacarias
0 siblings, 1 reply; 26+ messages in thread
From: Peter Korsgaard @ 2013-01-29 22:20 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Gustavo> ---
Gustavo> package/dialog/dialog.mk | 2 ++
Gustavo> 1 file changed, 2 insertions(+)
Gustavo> diff --git a/package/dialog/dialog.mk b/package/dialog/dialog.mk
Gustavo> index 8d87b77..bac788b 100644
Gustavo> --- a/package/dialog/dialog.mk
Gustavo> +++ b/package/dialog/dialog.mk
Gustavo> @@ -10,6 +10,8 @@ DIALOG_SITE = ftp://invisible-island.net/dialog
Gustavo> DIALOG_CONF_OPT = --with-ncurses
Gustavo> DIALOG_CONF_ENV = ac_cv_path_NCURSES_CONFIG=true LIBS=-lncurses
Gustavo> DIALOG_DEPENDENCIES = ncurses
Gustavo> +DIALOG_LICENSE = LGPLv2.1+
grep -rls 'later version' *
CHANGES
config.guess
config.sub
COPYING
progressbox.c
samples/copifuncs/copi.funcs
samples/copifuncs/admin.funcs
samples/copifuncs/common.funcs
samples/copismall
None of the source files mention anything else than LGPLv2.1, so I will
drop the +
Committed with that change, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 26+ messages in thread
* [Buildroot] [PATCH 02/10] dialog: add license information
2013-01-29 22:20 ` Peter Korsgaard
@ 2013-01-29 22:39 ` Gustavo Zacarias
2013-02-04 23:05 ` Peter Korsgaard
0 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2013-01-29 22:39 UTC (permalink / raw)
To: buildroot
On 01/29/2013 07:20 PM, Peter Korsgaard wrote:
> None of the source files mention anything else than LGPLv2.1, so I will
> drop the +
>
> Committed with that change, thanks.
Actually progressbox.c...
Regards.
^ permalink raw reply [flat|nested] 26+ messages in thread
* [Buildroot] [PATCH 02/10] dialog: add license information
2013-01-29 22:39 ` Gustavo Zacarias
@ 2013-02-04 23:05 ` Peter Korsgaard
2013-02-04 23:30 ` Gustavo Zacarias
0 siblings, 1 reply; 26+ messages in thread
From: Peter Korsgaard @ 2013-02-04 23:05 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> On 01/29/2013 07:20 PM, Peter Korsgaard wrote:
>> None of the source files mention anything else than LGPLv2.1, so I will
>> drop the +
>>
>> Committed with that change, thanks.
Gustavo> Actually progressbox.c...
Ahh, you're right. So we have 33 .c files (including the main one) not
listing 'or later', and a single one which does.
What does that mean?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 26+ messages in thread
* [Buildroot] [PATCH 03/10] distcc: add license information
2013-01-29 18:23 [Buildroot] [PATCH 01/10] bluez_utils: add license information Gustavo Zacarias
2013-01-29 18:23 ` [Buildroot] [PATCH 02/10] dialog: " Gustavo Zacarias
@ 2013-01-29 18:23 ` Gustavo Zacarias
2013-01-29 22:22 ` Peter Korsgaard
2013-01-29 18:23 ` [Buildroot] [PATCH 04/10] gmpc: " Gustavo Zacarias
` (7 subsequent siblings)
9 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2013-01-29 18:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/distcc/distcc.mk | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/package/distcc/distcc.mk b/package/distcc/distcc.mk
index 1e09f57..006c0aa 100644
--- a/package/distcc/distcc.mk
+++ b/package/distcc/distcc.mk
@@ -3,11 +3,13 @@
# distcc
#
#############################################################
+
DISTCC_VERSION = 2.18.3
DISTCC_SOURCE = distcc-$(DISTCC_VERSION).tar.bz2
DISTCC_SITE = http://distcc.googlecode.com/files/
-
DISTCC_CONF_OPT = --with-included-popt --without-gtk --without-gnome
+DISTCC_LICENSE = GPLv2+
+DISTCC_LICENSE_FILES = COPYING
define DISTCC_INSTALL_TARGET_CMDS
install -D $(@D)/distccd $(TARGET_DIR)/usr/bin/distccd
--
1.7.12.4
^ permalink raw reply related [flat|nested] 26+ messages in thread* [Buildroot] [PATCH 04/10] gmpc: add license information
2013-01-29 18:23 [Buildroot] [PATCH 01/10] bluez_utils: add license information Gustavo Zacarias
2013-01-29 18:23 ` [Buildroot] [PATCH 02/10] dialog: " Gustavo Zacarias
2013-01-29 18:23 ` [Buildroot] [PATCH 03/10] distcc: " Gustavo Zacarias
@ 2013-01-29 18:23 ` Gustavo Zacarias
2013-01-29 22:23 ` Peter Korsgaard
2013-01-29 18:23 ` [Buildroot] [PATCH 05/10] libmpd: " Gustavo Zacarias
` (6 subsequent siblings)
9 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2013-01-29 18:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/gmpc/gmpc.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/gmpc/gmpc.mk b/package/gmpc/gmpc.mk
index 5f914ff..81e9f1f 100644
--- a/package/gmpc/gmpc.mk
+++ b/package/gmpc/gmpc.mk
@@ -8,6 +8,8 @@ GMPC_VERSION = 11.8.16
GMPC_SITE = http://download.sarine.nl/Programs/gmpc/$(GMPC_VERSION)
GMPC_CONF_ENV = ac_cv_path_GOB2=$(GOB2_HOST_BINARY)
GMPC_CONF_OPT = --disable-mmkeys --disable-unique
+GMPC_LICENSE = GPLv2+
+GMPC_LICENSE_FILES = COPYING
GMPC_DEPENDENCIES = host-gob2 host-intltool host-pkgconf host-vala \
libglib2 libgtk2 libmpd libsoup sqlite \
xlib_libICE xlib_libSM xlib_libX11 \
--
1.7.12.4
^ permalink raw reply related [flat|nested] 26+ messages in thread* [Buildroot] [PATCH 05/10] libmpd: add license information
2013-01-29 18:23 [Buildroot] [PATCH 01/10] bluez_utils: add license information Gustavo Zacarias
` (2 preceding siblings ...)
2013-01-29 18:23 ` [Buildroot] [PATCH 04/10] gmpc: " Gustavo Zacarias
@ 2013-01-29 18:23 ` Gustavo Zacarias
2013-01-29 22:24 ` Peter Korsgaard
2013-01-29 18:23 ` [Buildroot] [PATCH 06/10] tn5250: " Gustavo Zacarias
` (5 subsequent siblings)
9 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2013-01-29 18:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/libmpd/libmpd.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/libmpd/libmpd.mk b/package/libmpd/libmpd.mk
index a2b9d56..9b4a1ed 100644
--- a/package/libmpd/libmpd.mk
+++ b/package/libmpd/libmpd.mk
@@ -8,5 +8,7 @@ LIBMPD_VERSION = 11.8.17
LIBMPD_SITE = http://download.sarine.nl/Programs/gmpc/11.8.16
LIBMPD_INSTALL_STAGING = YES
LIBMPD_DEPENDENCIES = libglib2
+LIBMPD_LICENSE = GPLv2+
+LIBMPD_LICENSE_FILES = COPYING
$(eval $(autotools-package))
--
1.7.12.4
^ permalink raw reply related [flat|nested] 26+ messages in thread* [Buildroot] [PATCH 06/10] tn5250: add license information
2013-01-29 18:23 [Buildroot] [PATCH 01/10] bluez_utils: add license information Gustavo Zacarias
` (3 preceding siblings ...)
2013-01-29 18:23 ` [Buildroot] [PATCH 05/10] libmpd: " Gustavo Zacarias
@ 2013-01-29 18:23 ` Gustavo Zacarias
2013-01-29 22:25 ` Peter Korsgaard
2013-01-29 18:23 ` [Buildroot] [PATCH 07/10] libungif: " Gustavo Zacarias
` (4 subsequent siblings)
9 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2013-01-29 18:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/tn5250/tn5250.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/tn5250/tn5250.mk b/package/tn5250/tn5250.mk
index f43f847..7b16eb1 100644
--- a/package/tn5250/tn5250.mk
+++ b/package/tn5250/tn5250.mk
@@ -8,6 +8,8 @@ TN5250_VERSION = 0.17.4
TN5250_SITE = http://downloads.sourceforge.net/project/tn5250/tn5250/$(TN5250_VERSION)
TN5250_MAKE_OPT = CPPFLAGS=""
TN5250_DEPENDENCIES = ncurses
+TN5250_LICENSE = LGPLv2.1+
+TN5250_LICENSE_FILES = COPYING
ifeq ($(BR2_PACKAGE_OPENSSL),y)
TN5250_CONF_OPT += --with-ssl
--
1.7.12.4
^ permalink raw reply related [flat|nested] 26+ messages in thread* [Buildroot] [PATCH 07/10] libungif: add license information
2013-01-29 18:23 [Buildroot] [PATCH 01/10] bluez_utils: add license information Gustavo Zacarias
` (4 preceding siblings ...)
2013-01-29 18:23 ` [Buildroot] [PATCH 06/10] tn5250: " Gustavo Zacarias
@ 2013-01-29 18:23 ` Gustavo Zacarias
2013-01-29 22:26 ` Peter Korsgaard
2013-01-29 18:23 ` [Buildroot] [PATCH 08/10] liboping: " Gustavo Zacarias
` (3 subsequent siblings)
9 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2013-01-29 18:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/libungif/libungif.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/libungif/libungif.mk b/package/libungif/libungif.mk
index d4d281a..5196ccd 100644
--- a/package/libungif/libungif.mk
+++ b/package/libungif/libungif.mk
@@ -9,6 +9,8 @@ LIBUNGIF_SOURCE = libungif-$(LIBUNGIF_VERSION).tar.bz2
LIBUNGIF_SITE = http://downloads.sourceforge.net/project/giflib/libungif-4.x/libungif-$(LIBUNGIF_VERSION)
LIBUNGIF_INSTALL_STAGING = YES
LIBUNGIF_CONF_OPT = --without-x
+LIBUNGIF_LICENSE = MIT
+LIBUNGIF_LICENSE_FILES = COPYING
LIBUNGIF_BINS = gif2epsn gif2ps gif2rgb gif2x11 gifasm gifbg gifburst gifclip \
gifclrmp gifcolor gifcomb gifcompose giffiltr giffix gifflip \
--
1.7.12.4
^ permalink raw reply related [flat|nested] 26+ messages in thread* [Buildroot] [PATCH 08/10] liboping: add license information
2013-01-29 18:23 [Buildroot] [PATCH 01/10] bluez_utils: add license information Gustavo Zacarias
` (5 preceding siblings ...)
2013-01-29 18:23 ` [Buildroot] [PATCH 07/10] libungif: " Gustavo Zacarias
@ 2013-01-29 18:23 ` Gustavo Zacarias
2013-01-29 22:29 ` Peter Korsgaard
2013-01-29 18:23 ` [Buildroot] [PATCH 09/10] kismet: " Gustavo Zacarias
` (2 subsequent siblings)
9 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2013-01-29 18:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/liboping/liboping.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/liboping/liboping.mk b/package/liboping/liboping.mk
index e253fbd..d852ef9 100644
--- a/package/liboping/liboping.mk
+++ b/package/liboping/liboping.mk
@@ -9,5 +9,7 @@ LIBOPING_SITE = http://verplant.org/liboping/files
LIBOPING_INSTALL_STAGING = YES
LIBOPING_DEPENDENCIES = $(if $(BR2_PACKAGE_NCURSES),ncurses)
LIBOPING_CONF_OPT = --without-perl-bindings
+LIBOPING_LICENSE = LGPLv2.1+ GPLv2
+LIBOPING_LICENSE_FILES = COPYING.LIB
$(eval $(autotools-package))
--
1.7.12.4
^ permalink raw reply related [flat|nested] 26+ messages in thread* [Buildroot] [PATCH 08/10] liboping: add license information
2013-01-29 18:23 ` [Buildroot] [PATCH 08/10] liboping: " Gustavo Zacarias
@ 2013-01-29 22:29 ` Peter Korsgaard
2013-01-29 22:37 ` Gustavo Zacarias
0 siblings, 1 reply; 26+ messages in thread
From: Peter Korsgaard @ 2013-01-29 22:29 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Gustavo> ---
Gustavo> package/liboping/liboping.mk | 2 ++
Gustavo> 1 file changed, 2 insertions(+)
Gustavo> diff --git a/package/liboping/liboping.mk b/package/liboping/liboping.mk
Gustavo> index e253fbd..d852ef9 100644
Gustavo> --- a/package/liboping/liboping.mk
Gustavo> +++ b/package/liboping/liboping.mk
Gustavo> @@ -9,5 +9,7 @@ LIBOPING_SITE = http://verplant.org/liboping/files
Gustavo> LIBOPING_INSTALL_STAGING = YES
Gustavo> LIBOPING_DEPENDENCIES = $(if $(BR2_PACKAGE_NCURSES),ncurses)
Gustavo> LIBOPING_CONF_OPT = --without-perl-bindings
Gustavo> +LIBOPING_LICENSE = LGPLv2.1+ GPLv2
Gustavo> +LIBOPING_LICENSE_FILES = COPYING.LIB
Hmm, I don't see any mention og GPL right away, and only a COPYING file
(no COPYING.LIB)?
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 26+ messages in thread
* [Buildroot] [PATCH 09/10] kismet: add license information
2013-01-29 18:23 [Buildroot] [PATCH 01/10] bluez_utils: add license information Gustavo Zacarias
` (6 preceding siblings ...)
2013-01-29 18:23 ` [Buildroot] [PATCH 08/10] liboping: " Gustavo Zacarias
@ 2013-01-29 18:23 ` Gustavo Zacarias
2013-01-29 22:30 ` Peter Korsgaard
2013-01-29 18:23 ` [Buildroot] [PATCH 10/10] wipe: " Gustavo Zacarias
2013-01-29 22:19 ` [Buildroot] [PATCH 01/10] bluez_utils: " Peter Korsgaard
9 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2013-01-29 18:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/kismet/kismet.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/kismet/kismet.mk b/package/kismet/kismet.mk
index c8ae8e3..3787f07 100644
--- a/package/kismet/kismet.mk
+++ b/package/kismet/kismet.mk
@@ -7,6 +7,8 @@
KISMET_VERSION = 2011-03-R2
KISMET_SITE = http://www.kismetwireless.net/code
KISMET_DEPENDENCIES = libpcap ncurses
+KISMET_LICENSE = GPLv2+
+KISMET_LICENSE_FILES = GPL
ifeq ($(BR2_PACKAGE_LIBNL),y)
KISMET_DEPENDENCIES += libnl
--
1.7.12.4
^ permalink raw reply related [flat|nested] 26+ messages in thread* [Buildroot] [PATCH 10/10] wipe: add license information
2013-01-29 18:23 [Buildroot] [PATCH 01/10] bluez_utils: add license information Gustavo Zacarias
` (7 preceding siblings ...)
2013-01-29 18:23 ` [Buildroot] [PATCH 09/10] kismet: " Gustavo Zacarias
@ 2013-01-29 18:23 ` Gustavo Zacarias
2013-01-29 22:31 ` Peter Korsgaard
2013-01-29 22:19 ` [Buildroot] [PATCH 01/10] bluez_utils: " Peter Korsgaard
9 siblings, 1 reply; 26+ messages in thread
From: Gustavo Zacarias @ 2013-01-29 18:23 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/wipe/wipe.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk
index e523a31..eed90be 100644
--- a/package/wipe/wipe.mk
+++ b/package/wipe/wipe.mk
@@ -8,6 +8,8 @@ WIPE_VERSION = 2.3.1
WIPE_SITE = http://downloads.sourceforge.net/project/wipe/wipe/$(WIPE_VERSION)
WIPE_SOURCE = wipe-$(WIPE_VERSION).tar.bz2
WIPE_AUTORECONF = YES
+WIPE_LICENSE = GPLv2+
+WIPE_LICENSE_FILES = LICENSE
define WIPE_INSTALL_TARGET_CMDS
$(INSTALL) -D $(@D)/wipe $(TARGET_DIR)/usr/bin/wipe
--
1.7.12.4
^ permalink raw reply related [flat|nested] 26+ messages in thread* [Buildroot] [PATCH 01/10] bluez_utils: add license information
2013-01-29 18:23 [Buildroot] [PATCH 01/10] bluez_utils: add license information Gustavo Zacarias
` (8 preceding siblings ...)
2013-01-29 18:23 ` [Buildroot] [PATCH 10/10] wipe: " Gustavo Zacarias
@ 2013-01-29 22:19 ` Peter Korsgaard
9 siblings, 0 replies; 26+ messages in thread
From: Peter Korsgaard @ 2013-01-29 22:19 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 26+ messages in thread