All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/53] blackbox: add license information
@ 2014-06-26 19:20 Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 02/53] bonnie: " Gustavo Zacarias
                   ` (51 more replies)
  0 siblings, 52 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/blackbox/blackbox.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/blackbox/blackbox.mk b/package/blackbox/blackbox.mk
index ce8f06e..b7b9726 100644
--- a/package/blackbox/blackbox.mk
+++ b/package/blackbox/blackbox.mk
@@ -7,11 +7,11 @@
 BLACKBOX_VERSION = 0.70.1
 BLACKBOX_SOURCE = blackbox-$(BLACKBOX_VERSION).tar.bz2
 BLACKBOX_SITE = http://downloads.sourceforge.net/project/blackboxwm/blackboxwm/Blackbox%20$(BLACKBOX_VERSION)
-
 BLACKBOX_CONF_OPT = --x-includes=$(STAGING_DIR)/usr/include/X11 \
 		--x-libraries=$(STAGING_DIR)/usr/lib
-
 BLACKBOX_DEPENDENCIES = xlib_libX11
+BLACKBOX_LICENSE = MIT
+BLACKBOX_LICENSE_FILES = LICENSE
 
 ifneq ($(BR2_ENABLE_LOCALE),y)
 BLACKBOX_DEPENDENCIES += libiconv
-- 
1.8.5.5

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

* [Buildroot] [PATCH 02/53] bonnie: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 03/53] bsdiff: " Gustavo Zacarias
                   ` (50 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/bonnie/bonnie.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/bonnie/bonnie.mk b/package/bonnie/bonnie.mk
index 9c576b6..b584b2a 100644
--- a/package/bonnie/bonnie.mk
+++ b/package/bonnie/bonnie.mk
@@ -7,6 +7,8 @@
 BONNIE_VERSION = 1.03e
 BONNIE_SOURCE = bonnie++-$(BONNIE_VERSION).tgz
 BONNIE_SITE = http://www.coker.com.au/bonnie++/
+BONNIE_LICENSE = GPLv2
+BONNIE_LICENSE_FILES = copyright.txt
 
 define BONNIE_INSTALL_TARGET_CMDS
 	$(INSTALL) -D -m 755 $(@D)/bonnie++ $(TARGET_DIR)/usr/sbin/bonnie++
-- 
1.8.5.5

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

* [Buildroot] [PATCH 03/53] bsdiff: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 02/53] bonnie: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-07-01 15:23   ` Peter Korsgaard
  2014-06-26 19:20 ` [Buildroot] [PATCH 04/53] dbus-python: " Gustavo Zacarias
                   ` (49 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/bsdiff/bsdiff.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/bsdiff/bsdiff.mk b/package/bsdiff/bsdiff.mk
index ce6455c..7d2b296 100644
--- a/package/bsdiff/bsdiff.mk
+++ b/package/bsdiff/bsdiff.mk
@@ -7,6 +7,8 @@
 BSDIFF_VERSION = 4.3
 BSDIFF_SITE = http://www.daemonology.net/bsdiff
 BSDIFF_DEPENDENCIES = bzip2
+BSDIFF_LICENSE = BSD-2c
+BSDIFF_LICENSE_FILES = bsdiff.c
 
 define BSDIFF_BUILD_CMDS
 	$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 04/53] dbus-python: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 02/53] bonnie: " Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 03/53] bsdiff: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-07-01 15:23   ` Peter Korsgaard
  2014-06-26 19:20 ` [Buildroot] [PATCH 05/53] devmem2: " Gustavo Zacarias
                   ` (48 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/dbus-python/dbus-python.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/dbus-python/dbus-python.mk b/package/dbus-python/dbus-python.mk
index 7c59ceb..4dd3d8c 100644
--- a/package/dbus-python/dbus-python.mk
+++ b/package/dbus-python/dbus-python.mk
@@ -7,6 +7,8 @@
 DBUS_PYTHON_VERSION = 0.83.0
 DBUS_PYTHON_SITE = http://dbus.freedesktop.org/releases/dbus-python/
 DBUS_PYTHON_INSTALL_STAGING = YES
+DBUS_PYTHON_LICENSE = MIT
+DBUS_PYTHON_LICENSE_FILES = COPYING
 
 DBUS_PYTHON_CONF_ENV = am_cv_pathless_PYTHON=python \
 		ac_cv_path_PYTHON=$(HOST_DIR)/usr/bin/python \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 05/53] devmem2: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 04/53] dbus-python: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-07-01 15:23   ` Peter Korsgaard
  2014-06-26 19:20 ` [Buildroot] [PATCH 06/53] dfu-util: " Gustavo Zacarias
                   ` (47 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/devmem2/devmem2.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/devmem2/devmem2.mk b/package/devmem2/devmem2.mk
index ab111e1..7f0594e 100644
--- a/package/devmem2/devmem2.mk
+++ b/package/devmem2/devmem2.mk
@@ -7,6 +7,8 @@
 DEVMEM2_SITE = http://free-electrons.com/pub/mirror
 DEVMEM2_SOURCE = devmem2.c
 DEVMEM2_VERSION = 1
+DEVMEM2_LICENSE = GPLv2+
+DEVMEM2_LICENSE_FILES = devmem2.c
 
 define DEVMEM2_EXTRACT_CMDS
 	cp $(DL_DIR)/$($(PKG)_SOURCE) $(@D)/
-- 
1.8.5.5

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

* [Buildroot] [PATCH 06/53] dfu-util: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 05/53] devmem2: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-07-01 15:25   ` Peter Korsgaard
  2014-06-26 19:20 ` [Buildroot] [PATCH 07/53] eeprog: " Gustavo Zacarias
                   ` (46 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/dfu-util/dfu-util.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/dfu-util/dfu-util.mk b/package/dfu-util/dfu-util.mk
index c58c347..e960a92 100644
--- a/package/dfu-util/dfu-util.mk
+++ b/package/dfu-util/dfu-util.mk
@@ -6,6 +6,8 @@
 
 DFU_UTIL_VERSION = 0.6
 DFU_UTIL_SITE = http://dfu-util.gnumonks.org/releases/
+DFU_UTIL_LICENSE = GPLv2+
+DFU_UTIL_LICENSE_FILES = COPYING
 
 HOST_DFU_UTIL_DEPENDENCIES = host-libusb
 
-- 
1.8.5.5

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

* [Buildroot] [PATCH 07/53] eeprog: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 06/53] dfu-util: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-07-01 15:30   ` Peter Korsgaard
  2014-06-26 19:20 ` [Buildroot] [PATCH 08/53] elftosb: " Gustavo Zacarias
                   ` (45 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/eeprog/eeprog.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/eeprog/eeprog.mk b/package/eeprog/eeprog.mk
index e1dd9b5..93aeb5e 100644
--- a/package/eeprog/eeprog.mk
+++ b/package/eeprog/eeprog.mk
@@ -6,6 +6,8 @@
 
 EEPROG_VERSION = 0.7.6
 EEPROG_SITE = http://www.codesink.org/download
+EEPROG_LICENSE = GPLv2+
+EEPROG_LICENSE_FILES = eeprog.c
 
 define EEPROG_BUILD_CMDS
 	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
-- 
1.8.5.5

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

* [Buildroot] [PATCH 08/53] elftosb: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (5 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 07/53] eeprog: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-07-01 15:31   ` Peter Korsgaard
  2014-06-26 19:20 ` [Buildroot] [PATCH 09/53] explorercanvas: " Gustavo Zacarias
                   ` (44 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/elftosb/elftosb.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/elftosb/elftosb.mk b/package/elftosb/elftosb.mk
index 9b825a0..ac9aa32 100644
--- a/package/elftosb/elftosb.mk
+++ b/package/elftosb/elftosb.mk
@@ -6,6 +6,8 @@
 
 ELFTOSB_VERSION = 10.12.01
 ELFTOSB_SITE = http://repository.timesys.com/buildsources/e/elftosb/elftosb-$(ELFTOSB_VERSION)
+ELFTOSB_LICENSE = BSD-3c
+ELFTOSB_LICENSE_FILES = COPYING
 
 define HOST_ELFTOSB_BUILD_CMDS
 	$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D) all
-- 
1.8.5.5

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

* [Buildroot] [PATCH 09/53] explorercanvas: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (6 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 08/53] elftosb: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-07-01 15:32   ` Peter Korsgaard
  2014-06-26 19:20 ` [Buildroot] [PATCH 10/53] ezxml: " Gustavo Zacarias
                   ` (43 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/explorercanvas/explorercanvas.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/explorercanvas/explorercanvas.mk b/package/explorercanvas/explorercanvas.mk
index 1d9363d..c360e96 100644
--- a/package/explorercanvas/explorercanvas.mk
+++ b/package/explorercanvas/explorercanvas.mk
@@ -7,6 +7,8 @@
 EXPLORERCANVAS_VERSION = r3
 EXPLORERCANVAS_SITE = http://explorercanvas.googlecode.com/files/
 EXPLORERCANVAS_SOURCE = excanvas_$(EXPLORERCANVAS_VERSION).zip
+EXPLORERCANVAS_LICENSE = Apache-2.0
+EXPLORERCANVAS_LICENSE_FILES = COPYING
 
 define EXPLORERCANVAS_EXTRACT_CMDS
 	unzip -d $(@D) $(DL_DIR)/$(EXPLORERCANVAS_SOURCE)
-- 
1.8.5.5

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

* [Buildroot] [PATCH 10/53] ezxml: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (7 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 09/53] explorercanvas: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-07-01 15:33   ` Peter Korsgaard
  2014-06-26 19:20 ` [Buildroot] [PATCH 11/53] fconfig: " Gustavo Zacarias
                   ` (42 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/ezxml/ezxml.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/ezxml/ezxml.mk b/package/ezxml/ezxml.mk
index 139bf64..7693466 100644
--- a/package/ezxml/ezxml.mk
+++ b/package/ezxml/ezxml.mk
@@ -7,6 +7,8 @@
 EZXML_VERSION = 0.8.6
 EZXML_SITE = http://downloads.sourceforge.net/project/ezxml/ezXML/ezXML%20$(EZXML_VERSION)
 EZXML_INSTALL_STAGING = YES
+EZXML_LICENSE = MIT
+EZXML_LICENSE_FILES = license.txt
 
 define EZXML_BUILD_CMDS
 	$(MAKE) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" AR=$(TARGET_AR) \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 11/53] fconfig: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (8 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 10/53] ezxml: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-07-01 22:47   ` Peter Korsgaard
  2014-06-26 19:20 ` [Buildroot] [PATCH 12/53] feh: " Gustavo Zacarias
                   ` (41 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/fconfig/fconfig.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/fconfig/fconfig.mk b/package/fconfig/fconfig.mk
index 2288e79..ee741d7 100644
--- a/package/fconfig/fconfig.mk
+++ b/package/fconfig/fconfig.mk
@@ -6,6 +6,8 @@
 
 FCONFIG_VERSION = 20080329
 FCONFIG_SITE = http://andrzejekiert.ovh.org/software/fconfig/
+FCONFIG_LICENSE = GPLv2+
+FCONFIG_LICENSE_FILES = fconfig.c
 
 define FCONFIG_BUILD_CMDS
 	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D) \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 12/53] feh: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (9 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 11/53] fconfig: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 13/53] fis: " Gustavo Zacarias
                   ` (40 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/feh/feh.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/feh/feh.mk b/package/feh/feh.mk
index e63f89e..681fdc4 100644
--- a/package/feh/feh.mk
+++ b/package/feh/feh.mk
@@ -8,6 +8,8 @@ FEH_VERSION = 2.12
 FEH_SOURCE = feh-$(FEH_VERSION).tar.bz2
 FEH_SITE = http://feh.finalrewind.org/
 FEH_DEPENDENCIES = libcurl imlib2 libpng xlib_libXinerama xlib_libXt
+FEH_LICENSE = MIT
+FEH_LICENSE_FILES = COPYING
 
 define FEH_BUILD_CMDS
 	$(MAKE1) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS)" \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 13/53] fis: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (10 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 12/53] feh: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 14/53] genromfs: " Gustavo Zacarias
                   ` (39 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/fis/fis.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/fis/fis.mk b/package/fis/fis.mk
index e9426a1..876b127 100644
--- a/package/fis/fis.mk
+++ b/package/fis/fis.mk
@@ -7,6 +7,8 @@
 FIS_SITE = http://svn.chezphil.org/utils/trunk
 FIS_SITE_METHOD = svn
 FIS_VERSION = 2892
+FIS_LICENSE = GPLv2+
+FIS_LICENSE_FILES = fis.c
 
 define FIS_BUILD_CMDS
 	$(TARGET_CC) $(TARGET_CFLAGS) -std=c99 -o $(@D)/fis \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 14/53] genromfs: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (11 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 13/53] fis: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 15/53] giblib: " Gustavo Zacarias
                   ` (38 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/genromfs/genromfs.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/genromfs/genromfs.mk b/package/genromfs/genromfs.mk
index c45d1e1..2d50a52 100644
--- a/package/genromfs/genromfs.mk
+++ b/package/genromfs/genromfs.mk
@@ -6,6 +6,8 @@
 
 GENROMFS_VERSION = 0.5.2
 GENROMFS_SITE = http://downloads.sourceforge.net/project/romfs/genromfs/$(GENROMFS_VERSION)
+GENROMFS_LICENSE = GPLv2+
+GENROMFS_LICENSE_FILES = COPYING
 
 define GENROMFS_BUILD_CMDS
  $(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 15/53] giblib: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (12 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 14/53] genromfs: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 16/53] glib-networking: " Gustavo Zacarias
                   ` (37 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/giblib/giblib.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/giblib/giblib.mk b/package/giblib/giblib.mk
index 6d1ebb8..c4caf27 100644
--- a/package/giblib/giblib.mk
+++ b/package/giblib/giblib.mk
@@ -12,5 +12,7 @@ GIBLIB_AUTORECONF = YES
 GIBLIB_CONF_OPT = --with-imlib2-prefix=$(STAGING_DIR)/usr \
 		  --with-imlib2-exec-prefix=$(STAGING_DIR)/usr
 GIBLIB_CONFIG_SCRIPTS = giblib-config
+GIBLIB_LICENSE = MIT
+GIBLIB_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 16/53] glib-networking: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (13 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 15/53] giblib: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 17/53] grantlee: " Gustavo Zacarias
                   ` (36 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/glib-networking/glib-networking.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/glib-networking/glib-networking.mk b/package/glib-networking/glib-networking.mk
index fa6e20f..b7d7867 100644
--- a/package/glib-networking/glib-networking.mk
+++ b/package/glib-networking/glib-networking.mk
@@ -8,14 +8,14 @@ GLIB_NETWORKING_VERSION_MAJOR = 2.36
 GLIB_NETWORKING_VERSION = $(GLIB_NETWORKING_VERSION_MAJOR).2
 GLIB_NETWORKING_SITE = http://ftp.gnome.org/pub/gnome/sources/glib-networking/$(GLIB_NETWORKING_VERSION_MAJOR)
 GLIB_NETWORKING_SOURCE = glib-networking-$(GLIB_NETWORKING_VERSION).tar.xz
-
 GLIB_NETWORKING_INSTALL_STAGING = YES
-
 GLIB_NETWORKING_DEPENDENCIES = \
 	$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
 	host-pkgconf \
 	host-intltool \
 	libglib2
+GLIB_NETWORKING_LICENSE = LGPLv2+
+GLIB_NETWORKING_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_PACKAGE_GNUTLS),y)
 GLIB_NETWORKING_DEPENDENCIES += gnutls
-- 
1.8.5.5

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

* [Buildroot] [PATCH 17/53] grantlee: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (14 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 16/53] glib-networking: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 18/53] gtk2-engines: " Gustavo Zacarias
                   ` (35 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/grantlee/grantlee.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/grantlee/grantlee.mk b/package/grantlee/grantlee.mk
index 2ad5888..f5347ae 100644
--- a/package/grantlee/grantlee.mk
+++ b/package/grantlee/grantlee.mk
@@ -8,5 +8,7 @@ GRANTLEE_VERSION = 0.2.0
 GRANTLEE_SITE = http://downloads.grantlee.org
 GRANTLEE_INSTALL_STAGING = YES
 GRANTLEE_DEPENDENCIES =  qt
+GRANTLEE_LICENSE = LGPLv2.1+
+GRANTLEE_LICENSE_FILES = COPYING.LIB
 
 $(eval $(cmake-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 18/53] gtk2-engines: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (15 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 17/53] grantlee: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 19/53] gtk2-theme-hicolor: " Gustavo Zacarias
                   ` (34 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gtk2-engines/gtk2-engines.mk | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/gtk2-engines/gtk2-engines.mk b/package/gtk2-engines/gtk2-engines.mk
index 8d3193e..36034c3 100644
--- a/package/gtk2-engines/gtk2-engines.mk
+++ b/package/gtk2-engines/gtk2-engines.mk
@@ -6,10 +6,11 @@
 
 GTK2_ENGINES_VERSION_MAJOR = 2.20
 GTK2_ENGINES_VERSION = $(GTK2_ENGINES_VERSION_MAJOR).2
-GTK2_ENGINES_SOURCE  = gtk-engines-$(GTK2_ENGINES_VERSION).tar.bz2
-GTK2_ENGINES_SITE    = http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/$(GTK2_ENGINES_VERSION_MAJOR)
-
+GTK2_ENGINES_SOURCE = gtk-engines-$(GTK2_ENGINES_VERSION).tar.bz2
+GTK2_ENGINES_SITE = http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/$(GTK2_ENGINES_VERSION_MAJOR)
 GTK2_ENGINES_DEPENDENCIES = libgtk2 host-intltool
+GTK2_ENGINES_LICENSE = LGPLv2.1+
+GTK2_ENGINES_LICENSE_FILES = COPYING
 
 GTK2_ENGINES_CONF_ENV = \
 		ac_cv_func_posix_getpwuid_r=yes \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 19/53] gtk2-theme-hicolor: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (16 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 18/53] gtk2-engines: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 20/53] input-tools: " Gustavo Zacarias
                   ` (33 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/gtk2-themes/gtk2-theme-hicolor/gtk2-theme-hicolor.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/gtk2-themes/gtk2-theme-hicolor/gtk2-theme-hicolor.mk b/package/gtk2-themes/gtk2-theme-hicolor/gtk2-theme-hicolor.mk
index ae677f7..24c5959 100644
--- a/package/gtk2-themes/gtk2-theme-hicolor/gtk2-theme-hicolor.mk
+++ b/package/gtk2-themes/gtk2-theme-hicolor/gtk2-theme-hicolor.mk
@@ -7,7 +7,8 @@
 GTK2_THEME_HICOLOR_VERSION = 0.10
 GTK2_THEME_HICOLOR_SOURCE = hicolor-icon-theme-$(GTK2_THEME_HICOLOR_VERSION).tar.gz
 GTK2_THEME_HICOLOR_SITE = http://icon-theme.freedesktop.org/releases/
-
 GTK2_THEME_HICOLOR_DEPENDENCIES = libgtk2
+GTK2_THEME_HICOLOR_LICENSE = GPLv2
+GTK2_THEME_HICOLOR_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 20/53] input-tools: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (17 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 19/53] gtk2-theme-hicolor: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 21/53] ipkg: " Gustavo Zacarias
                   ` (32 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/input-tools/input-tools.mk | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/package/input-tools/input-tools.mk b/package/input-tools/input-tools.mk
index 7c3fe4e..ae3f7d2 100644
--- a/package/input-tools/input-tools.mk
+++ b/package/input-tools/input-tools.mk
@@ -5,9 +5,11 @@
 ################################################################################
 
 INPUT_TOOLS_VERSION = 20051019
-INPUT_TOOLS_SOURCE  = joystick_$(INPUT_TOOLS_VERSION).orig.tar.gz
-INPUT_TOOLS_PATCH   = joystick_$(INPUT_TOOLS_VERSION)-5.diff.gz
-INPUT_TOOLS_SITE    = $(BR2_DEBIAN_MIRROR)/debian/pool/main/j/joystick/
+INPUT_TOOLS_SOURCE = joystick_$(INPUT_TOOLS_VERSION).orig.tar.gz
+INPUT_TOOLS_PATCH = joystick_$(INPUT_TOOLS_VERSION)-5.diff.gz
+INPUT_TOOLS_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/j/joystick/
+INPUT_TOOLS_LICENSE = GPLv2+
+INPUT_TOOLS_LICENSE_FILES = utils/Makefile
 
 INPUT_TOOLS_TARGETS_$(BR2_PACKAGE_INPUT_TOOLS_INPUTATTACH) += inputattach
 INPUT_TOOLS_TARGETS_$(BR2_PACKAGE_INPUT_TOOLS_JSCAL)       += jscal
-- 
1.8.5.5

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

* [Buildroot] [PATCH 21/53] ipkg: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (18 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 20/53] input-tools: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 22/53] jsmin: " Gustavo Zacarias
                   ` (31 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/ipkg/ipkg.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/ipkg/ipkg.mk b/package/ipkg/ipkg.mk
index b9cba58..10ef207 100644
--- a/package/ipkg/ipkg.mk
+++ b/package/ipkg/ipkg.mk
@@ -7,5 +7,7 @@
 IPKG_VERSION = 0.99.163
 IPKG_SITE = http://www.handhelds.org/download/packages/ipkg
 IPKG_INSTALL_STAGING = YES
+IPKG_LICENSE = GPLv2+
+IPKG_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 22/53] jsmin: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (19 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 21/53] ipkg: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 23/53] latencytop: " Gustavo Zacarias
                   ` (30 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/jsmin/jsmin.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/jsmin/jsmin.mk b/package/jsmin/jsmin.mk
index 3ef3047..957b686 100644
--- a/package/jsmin/jsmin.mk
+++ b/package/jsmin/jsmin.mk
@@ -6,6 +6,8 @@
 
 JSMIN_VERSION = a9b47554d5684a55301a2eb7ca8480b7ee7630d4
 JSMIN_SITE = $(call github,douglascrockford,JSMin,$(JSMIN_VERSION))
+JSMIN_LICENSE = MIT
+JSMIN_LICENSE_FILES = jsmin.c
 
 define JSMIN_BUILD_CMDS
 	$(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) jsmin
-- 
1.8.5.5

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

* [Buildroot] [PATCH 23/53] latencytop: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (20 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 22/53] jsmin: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 24/53] libaio: " Gustavo Zacarias
                   ` (29 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/latencytop/latencytop.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/latencytop/latencytop.mk b/package/latencytop/latencytop.mk
index a19f48a..7b96c2b 100644
--- a/package/latencytop/latencytop.mk
+++ b/package/latencytop/latencytop.mk
@@ -7,6 +7,8 @@
 LATENCYTOP_VERSION = 0.5
 LATENCYTOP_SITE = http://www.latencytop.org/download/
 LATENCYTOP_DEPENDENCIES = libglib2 ncurses
+LATENCYTOP_LICENSE = GPLv2
+LATENCYTOP_LICENSE_FILES = latencytop.c
 
 # NOTE: GTK is heavy weight, we intentionally build the text (ncurses)
 # version only
-- 
1.8.5.5

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

* [Buildroot] [PATCH 24/53] libaio: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (21 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 23/53] latencytop: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 25/53] libargtable2: " Gustavo Zacarias
                   ` (28 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libaio/libaio.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libaio/libaio.mk b/package/libaio/libaio.mk
index b66c9f5..664640b 100644
--- a/package/libaio/libaio.mk
+++ b/package/libaio/libaio.mk
@@ -8,6 +8,8 @@ LIBAIO_VERSION = 0.3.109
 LIBAIO_SOURCE = libaio_$(LIBAIO_VERSION).orig.tar.gz
 LIBAIO_SITE = http://snapshot.debian.org/archive/debian/20110227T085214Z/pool/main/liba/libaio/
 LIBAIO_INSTALL_STAGING = YES
+LIBAIO_LICENSE = LGPLv2.1+
+LIBAIO_LICENSE_FILES = COPYING
 
 define LIBAIO_BUILD_CMDS
   $(TARGET_CONFIGURE_OPTS) $(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
-- 
1.8.5.5

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

* [Buildroot] [PATCH 25/53] libargtable2: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (22 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 24/53] libaio: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 26/53] libconfuse: " Gustavo Zacarias
                   ` (27 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libargtable2/libargtable2.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/libargtable2/libargtable2.mk b/package/libargtable2/libargtable2.mk
index cdd6236..48c70cb 100644
--- a/package/libargtable2/libargtable2.mk
+++ b/package/libargtable2/libargtable2.mk
@@ -7,11 +7,12 @@
 LIBARGTABLE2_VERSION = 13
 LIBARGTABLE2_SOURCE = argtable2-$(LIBARGTABLE2_VERSION).tar.gz
 LIBARGTABLE2_SITE = http://downloads.sourceforge.net/project/argtable/argtable/argtable-2.13
-
 LIBARGTABLE2_INSTALL_STAGING = YES
 LIBARGTABLE2_CONF_OPT = --disable-example \
 		--disable-kernel-module \
 		--enable-lib \
 		--enable-util
+LIBARGTABLE2_LICENSE = LGPLv2+
+LIBARGTABLE2_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 26/53] libconfuse: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (23 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 25/53] libargtable2: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 27/53] libedit: " Gustavo Zacarias
                   ` (26 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libconfuse/libconfuse.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libconfuse/libconfuse.mk b/package/libconfuse/libconfuse.mk
index 66cabd3..8a0d80f 100644
--- a/package/libconfuse/libconfuse.mk
+++ b/package/libconfuse/libconfuse.mk
@@ -9,6 +9,8 @@ LIBCONFUSE_SOURCE = confuse-$(LIBCONFUSE_VERSION).tar.gz
 LIBCONFUSE_SITE = http://savannah.nongnu.org/download/confuse/
 LIBCONFUSE_INSTALL_STAGING = YES
 LIBCONFUSE_CONF_OPT = --disable-rpath
+LIBCONFUSE_LICENSE = ISC
+LIBCONFUSE_LICENSE_FILES = src/confuse.c
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 27/53] libedit: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (24 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 26/53] libconfuse: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 28/53] liberation: " Gustavo Zacarias
                   ` (25 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libedit/libedit.mk | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/package/libedit/libedit.mk b/package/libedit/libedit.mk
index 0ff418a..927626f 100644
--- a/package/libedit/libedit.mk
+++ b/package/libedit/libedit.mk
@@ -4,13 +4,15 @@
 #
 ################################################################################
 
-LIBEDIT_VERSION         = 20130712-3.1
-LIBEDIT_SITE            = http://www.thrysoee.dk/editline/
+LIBEDIT_VERSION = 20130712-3.1
+LIBEDIT_SITE = http://www.thrysoee.dk/editline/
 LIBEDIT_INSTALL_STAGING = YES
-LIBEDIT_DEPENDENCIES    = ncurses
+LIBEDIT_DEPENDENCIES = ncurses
+LIBEDIT_LICENSE = BSD-3c
+LIBEDIT_LICENSE_FILES = COPYING
 
 # We're patching configure.ac
-LIBEDIT_AUTORECONF      = YES
+LIBEDIT_AUTORECONF = YES
 
 # Doesn't really support !wchar, but support is disabled otherwise
 LIBEDIT_CONF_OPT += --enable-widec
@@ -19,7 +21,7 @@ LIBEDIT_CONF_OPT += --enable-widec
 # with __progname; otherwise, some features are disabled, as if libbsd was
 # missing entirely.
 ifeq ($(BR2_PACKAGE_LIBBSD),y)
-LIBEDIT_DEPENDENCIES   += libbsd
+LIBEDIT_DEPENDENCIES += libbsd
 endif
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 28/53] liberation: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (25 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 27/53] libedit: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 29/53] libev: " Gustavo Zacarias
                   ` (24 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/liberation/liberation.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/liberation/liberation.mk b/package/liberation/liberation.mk
index ac387fd..815aeba 100644
--- a/package/liberation/liberation.mk
+++ b/package/liberation/liberation.mk
@@ -7,8 +7,10 @@
 LIBERATION_VERSION = 1.06.0.20100721
 LIBERATION_SITE = http://www.fedorahosted.org/releases/l/i/liberation-fonts
 LIBERATION_SOURCE = liberation-fonts-ttf-$(LIBERATION_VERSION).tar.gz
-
 LIBERATION_TARGET_DIR = $(TARGET_DIR)/usr/share/fonts/liberation
+# Bump to 2.x changes license!!
+LIBERATION_LICENSE = GPLv2 with exceptions
+LIBERATION_LICENSE_FILES = License.txt
 
 ifeq ($(BR2_PACKAGE_LIBERATION_MONO),y)
 define LIBERATION_INSTALL_MONO
-- 
1.8.5.5

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

* [Buildroot] [PATCH 29/53] libev: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (26 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 28/53] liberation: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 30/53] libiconv: " Gustavo Zacarias
                   ` (23 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libev/libev.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libev/libev.mk b/package/libev/libev.mk
index 1742231..11c788d 100644
--- a/package/libev/libev.mk
+++ b/package/libev/libev.mk
@@ -7,5 +7,7 @@
 LIBEV_VERSION = 4.11
 LIBEV_SITE = http://dist.schmorp.de/libev/
 LIBEV_INSTALL_STAGING = YES
+LIBEV_LICENSE = BSD-2c or GPLv2+
+LIBEV_LICENSE_FILES = LICENSE
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 30/53] libiconv: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (27 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 29/53] libev: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:20 ` [Buildroot] [PATCH 31/53] liblog4c-localtime: " Gustavo Zacarias
                   ` (22 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libiconv/libiconv.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libiconv/libiconv.mk b/package/libiconv/libiconv.mk
index d2209bc..98f7e68 100644
--- a/package/libiconv/libiconv.mk
+++ b/package/libiconv/libiconv.mk
@@ -7,6 +7,8 @@
 LIBICONV_VERSION = 1.14
 LIBICONV_SITE = $(BR2_GNU_MIRROR)/libiconv
 LIBICONV_INSTALL_STAGING = YES
+LIBICONV_LICENSE = GPLv3+ (iconv program), LGPLv2+ (library)
+LIBICONV_LICENSE_FILES = COPYING COPYING.LIB
 
 # Preloadable libiconv is for dynamic targets only
 ifeq ($(BR2_PREFER_STATIC_LIB),y)
-- 
1.8.5.5

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

* [Buildroot] [PATCH 31/53] liblog4c-localtime: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (28 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 30/53] libiconv: " Gustavo Zacarias
@ 2014-06-26 19:20 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 32/53] libmbus: " Gustavo Zacarias
                   ` (21 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:20 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/liblog4c-localtime/liblog4c-localtime.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/liblog4c-localtime/liblog4c-localtime.mk b/package/liblog4c-localtime/liblog4c-localtime.mk
index f2b851d..666cc87 100644
--- a/package/liblog4c-localtime/liblog4c-localtime.mk
+++ b/package/liblog4c-localtime/liblog4c-localtime.mk
@@ -5,11 +5,13 @@
 ################################################################################
 
 LIBLOG4C_LOCALTIME_VERSION = v1.0
-LIBLOG4C_LOCALTIME_SITE    = $(call github,rcmadruga,log4c-localtime,$(LIBLOG4C_LOCALTIME_VERSION))
+LIBLOG4C_LOCALTIME_SITE = $(call github,rcmadruga,log4c-localtime,$(LIBLOG4C_LOCALTIME_VERSION))
 LIBLOG4C_LOCALTIME_INSTALL_STAGING = YES
 LIBLOG4C_LOCALTIME_CONF_OPT = --disable-expattest
 LIBLOG4C_LOCALTIME_DEPENDENCIES = expat
 LIBLOG4C_LOCALTIME_CONFIG_SCRIPTS = log4c-config
+LIBLOG4C_LOCALTIME_LICENSE = LGPLv2.1
+LIBLOG4C_LOCALTIME_LICENSE_FILES = COPYING
 
 define LIBLOG4C_LOCALTIME_FIX_CONFIGURE_PERMS
 	chmod +x $(@D)/configure
-- 
1.8.5.5

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

* [Buildroot] [PATCH 32/53] libmbus: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (29 preceding siblings ...)
  2014-06-26 19:20 ` [Buildroot] [PATCH 31/53] liblog4c-localtime: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 33/53] libmms: " Gustavo Zacarias
                   ` (20 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libmbus/libmbus.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libmbus/libmbus.mk b/package/libmbus/libmbus.mk
index 93fe95f..6298543 100644
--- a/package/libmbus/libmbus.mk
+++ b/package/libmbus/libmbus.mk
@@ -7,5 +7,7 @@
 LIBMBUS_VERSION = 0.8.0
 LIBMBUS_SITE = http://www.rscada.se/public-dist/
 LIBMBUS_INSTALL_STAGING = YES
+LIBMBUS_LICENSE = BSD-3c
+LIBMBUS_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 33/53] libmms: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (30 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 32/53] libmbus: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-07-01 21:55   ` Peter Korsgaard
  2014-06-26 19:21 ` [Buildroot] [PATCH 34/53] libyaml: " Gustavo Zacarias
                   ` (19 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libmms/libmms.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libmms/libmms.mk b/package/libmms/libmms.mk
index 405729f..445da7f 100644
--- a/package/libmms/libmms.mk
+++ b/package/libmms/libmms.mk
@@ -6,9 +6,9 @@
 
 LIBMMS_VERSION = 0.6.2
 LIBMMS_SITE = http://downloads.sourceforge.net/project/libmms/libmms/$(LIBMMS_VERSION)
-
 LIBMMS_INSTALL_STAGING = YES
-
 LIBMMS_DEPENDENCIES = host-pkgconf libglib2
+LIBMMS_LICENSE = LGPLv2.1
+LIBMMS_LICENSE_FILES = COPYING.LIB
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 34/53] libyaml: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (31 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 33/53] libmms: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 35/53] lite: " Gustavo Zacarias
                   ` (18 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/libyaml/libyaml.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libyaml/libyaml.mk b/package/libyaml/libyaml.mk
index 28ed77a..0a42742 100644
--- a/package/libyaml/libyaml.mk
+++ b/package/libyaml/libyaml.mk
@@ -8,5 +8,7 @@ LIBYAML_VERSION = 0.1.6
 LIBYAML_SOURCE = yaml-$(LIBYAML_VERSION).tar.gz
 LIBYAML_SITE = http://pyyaml.org/download/libyaml/
 LIBYAML_INSTALL_STAGING = YES
+LIBYAML_LICENSE = MIT
+LIBYAML_LICENSE_FILES = LICENSE
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 35/53] lite: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (32 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 34/53] libyaml: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 36/53] lpc3250loader: " Gustavo Zacarias
                   ` (17 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/lite/lite.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/lite/lite.mk b/package/lite/lite.mk
index 1784d1f..ca971c1 100644
--- a/package/lite/lite.mk
+++ b/package/lite/lite.mk
@@ -11,6 +11,8 @@ LITE_INSTALL_STAGING = YES
 LITE_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) LDFLAGS=-L$(STAGING_DIR)/usr/lib install
 LITE_CONF_ENV = DFB_CFLAGS=-I$(STAGING_DIR)/usr/include/directfb
 LITE_DEPENDENCIES = directfb
+LITE_LICENSE = LGPLv2.1+
+LITE_LICENSE_FILES = COPYING
 
 define LITE_FINALIZE_INSTALL
 	$(INSTALL) -d $(TARGET_DIR)/usr/share/LiTE/examples/
-- 
1.8.5.5

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

* [Buildroot] [PATCH 36/53] lpc3250loader: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (33 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 35/53] lite: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 37/53] lshw: " Gustavo Zacarias
                   ` (16 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/lpc3250loader/lpc3250loader.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/lpc3250loader/lpc3250loader.mk b/package/lpc3250loader/lpc3250loader.mk
index 42beb7b..d13ab40 100644
--- a/package/lpc3250loader/lpc3250loader.mk
+++ b/package/lpc3250loader/lpc3250loader.mk
@@ -6,6 +6,8 @@
 
 HOST_LPC3250LOADER_SITE = git://gitorious.org/lpc3250loader/lpc3250loader.git
 HOST_LPC3250LOADER_VERSION = 1.0
+LPC3250LOADER_LICENSE = GPLv2+
+LPC3250LOADER_LICENSE_FILES = LPC3250loader.py
 
 define HOST_LPC3250LOADER_INSTALL_CMDS
 	$(INSTALL) -m 0755 -D $(@D)/LPC3250loader.py \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 37/53] lshw: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (34 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 36/53] lpc3250loader: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 38/53] nss-mdns: " Gustavo Zacarias
                   ` (15 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/lshw/lshw.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/lshw/lshw.mk b/package/lshw/lshw.mk
index cc00347..ee15350 100644
--- a/package/lshw/lshw.mk
+++ b/package/lshw/lshw.mk
@@ -6,6 +6,8 @@
 
 LSHW_VERSION = B.02.16
 LSHW_SITE = http://ezix.org/software/files
+LSHW_LICENSE = GPLv2
+LSHW_LICENSE_FILES = COPYING
 
 LSHW_CFLAGS = $(TARGET_CFLAGS)
 ifeq ($(BR2_ENABLE_LOCALE),)
-- 
1.8.5.5

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

* [Buildroot] [PATCH 38/53] nss-mdns: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (35 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 37/53] lshw: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 39/53] pcmanfm: " Gustavo Zacarias
                   ` (14 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/nss-mdns/nss-mdns.mk | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/nss-mdns/nss-mdns.mk b/package/nss-mdns/nss-mdns.mk
index 30a0a73..ee10085 100644
--- a/package/nss-mdns/nss-mdns.mk
+++ b/package/nss-mdns/nss-mdns.mk
@@ -6,8 +6,9 @@
 
 NSS_MDNS_VERSION = 0.10
 NSS_MDNS_SITE = http://0pointer.de/lennart/projects/nss-mdns
-
-NSS_MDNS_CONF_OPT += --localstatedir=/var
+NSS_MDNS_CONF_OPT = --localstatedir=/var
+NSS_MDNS_LICENSE = LGPLv2.1+
+NSS_MDNS_LICENSE_FILES = LICENSE
 
 define NSS_MDNS_INSTALL_CONFIG
 	sed -r -i -e 's/^(hosts:[[:space:]]+).*/\1files mdns4_minimal [NOTFOUND=return] dns mdns4/' \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 39/53] pcmanfm: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (36 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 38/53] nss-mdns: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-07-01 22:30   ` Peter Korsgaard
  2014-06-26 19:21 ` [Buildroot] [PATCH 40/53] prboom: " Gustavo Zacarias
                   ` (13 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/pcmanfm/pcmanfm.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/pcmanfm/pcmanfm.mk b/package/pcmanfm/pcmanfm.mk
index 80eedd4..7e47f52 100644
--- a/package/pcmanfm/pcmanfm.mk
+++ b/package/pcmanfm/pcmanfm.mk
@@ -9,5 +9,7 @@ PCMANFM_SITE = http://downloads.sourceforge.net/project/pcmanfm/pcmanfm-legacy%2
 PCMANFM_CONF_OPT = --disable-hal
 PCMANFM_DEPENDENCIES = host-pkgconf libgtk2 gamin startup-notification xlib_libX11
 PCMANFM_AUTORECONF = YES
+PCMANFM_LICENSE = GPLv2
+PCMANFM_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 40/53] prboom: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (37 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 39/53] pcmanfm: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 41/53] python-nfc: " Gustavo Zacarias
                   ` (12 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/prboom/prboom.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/prboom/prboom.mk b/package/prboom/prboom.mk
index 1da08ce..55973d6 100644
--- a/package/prboom/prboom.mk
+++ b/package/prboom/prboom.mk
@@ -8,6 +8,8 @@ PRBOOM_VERSION = 2.5.0
 PRBOOM_SITE = http://downloads.sourceforge.net/project/prboom/prboom%20stable/$(PRBOOM_VERSION)
 PRBOOM_CONF_ENV = ac_cv_type_uid_t=yes
 PRBOOM_DEPENDENCIES = sdl sdl_net sdl_mixer
+PRBOOM_LICENSE = GPLv2+
+PRBOOM_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_PACKAGE_LIBPNG),y)
 PRBOOM_DEPENDENCIES += libpng
-- 
1.8.5.5

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

* [Buildroot] [PATCH 41/53] python-nfc: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (38 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 40/53] prboom: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 42/53] read-edid: " Gustavo Zacarias
                   ` (11 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/python-nfc/python-nfc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-nfc/python-nfc.mk b/package/python-nfc/python-nfc.mk
index 4c14a17..87db577 100644
--- a/package/python-nfc/python-nfc.mk
+++ b/package/python-nfc/python-nfc.mk
@@ -9,5 +9,6 @@ PYTHON_NFC_SITE = https://launchpad.net/nfcpy
 PYTHON_NFC_SITE_METHOD = bzr
 PYTHON_NFC_DEPENDENCIES = libusb libusb-compat
 PYTHON_NFC_SETUP_TYPE = distutils
+PYTHON_NFC_LICENSE = EUPLv1.1+
 
 $(eval $(python-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 42/53] read-edid: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (39 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 41/53] python-nfc: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 43/53] rpm: " Gustavo Zacarias
                   ` (10 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/read-edid/read-edid.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/read-edid/read-edid.mk b/package/read-edid/read-edid.mk
index 02d80d0..0cc576d 100644
--- a/package/read-edid/read-edid.mk
+++ b/package/read-edid/read-edid.mk
@@ -6,6 +6,8 @@
 
 READ_EDID_VERSION = 1.4.2
 READ_EDID_SITE = http://www.polypux.org/projects/read-edid/
+READ_EDID_LICENSE = GPLv2
+READ_EDID_LICENSE_FILES = COPYING
 
 define READ_EDID_BUILD_CMDS
 	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
-- 
1.8.5.5

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

* [Buildroot] [PATCH 43/53] rpm: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (40 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 42/53] read-edid: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 44/53] rsh-redone: " Gustavo Zacarias
                   ` (9 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/rpm/rpm.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/rpm/rpm.mk b/package/rpm/rpm.mk
index 97f64a2..f86ed00 100644
--- a/package/rpm/rpm.mk
+++ b/package/rpm/rpm.mk
@@ -8,6 +8,8 @@ RPM_VERSION_MAJOR = 5.2
 RPM_VERSION = $(RPM_VERSION_MAJOR).0
 RPM_SITE = http://rpm5.org/files/rpm/rpm-$(RPM_VERSION_MAJOR)/
 RPM_DEPENDENCIES = zlib beecrypt neon popt
+RPM_LICENSE = LGPLv2.1
+RPM_LICENSE_FILES = COPYING.LIB
 
 RPM_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/beecrypt -I$(STAGING_DIR)/usr/include/neon -DHAVE_MUTEX_THREAD_ONLY" \
 		ac_cv_va_copy=yes
-- 
1.8.5.5

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

* [Buildroot] [PATCH 44/53] rsh-redone: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (41 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 43/53] rpm: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 45/53] rt-test: " Gustavo Zacarias
                   ` (8 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/rsh-redone/rsh-redone.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/rsh-redone/rsh-redone.mk b/package/rsh-redone/rsh-redone.mk
index 6e617c2..9c8a39d 100644
--- a/package/rsh-redone/rsh-redone.mk
+++ b/package/rsh-redone/rsh-redone.mk
@@ -7,6 +7,8 @@
 RSH_REDONE_VERSION = 85
 RSH_REDONE_SOURCE = rsh-redone_$(RSH_REDONE_VERSION).orig.tar.gz
 RSH_REDONE_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/r/rsh-redone
+RSH_REDONE_LICENSE = GPLv2
+RSH_REDONE_LICENSE_FILES = rsh.c
 
 RSH_REDONE_BINS-y =
 RSH_REDONE_BINS-$(BR2_PACKAGE_RSH_REDONE_RLOGIN) += rlogin
-- 
1.8.5.5

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

* [Buildroot] [PATCH 45/53] rt-test: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (42 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 44/53] rsh-redone: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-07-01 22:37   ` Peter Korsgaard
  2014-06-26 19:21 ` [Buildroot] [PATCH 46/53] sawman: " Gustavo Zacarias
                   ` (7 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/rt-tests/rt-tests.mk | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/package/rt-tests/rt-tests.mk b/package/rt-tests/rt-tests.mk
index e6455d5..e7dabdb 100644
--- a/package/rt-tests/rt-tests.mk
+++ b/package/rt-tests/rt-tests.mk
@@ -4,9 +4,11 @@
 #
 ################################################################################
 
-RT_TESTS_SITE    = http://snapshot.debian.org/archive/debian/20111202T222101Z/pool/main/r/rt-tests/
+RT_TESTS_SITE = http://snapshot.debian.org/archive/debian/20111202T222101Z/pool/main/r/rt-tests/
 RT_TESTS_VERSION = 0.83
-RT_TESTS_SOURCE  = rt-tests_$(RT_TESTS_VERSION).orig.tar.gz
+RT_TESTS_SOURCE = rt-tests_$(RT_TESTS_VERSION).orig.tar.gz
+RT_TESTS_LICENSE = GPLv2+
+RT_TESTS_LICENSE_FILEs = COPYING
 
 ifeq ($(BR2_PACKAGE_PYTHON),y)
 RT_TESTS_DEPENDENCIES = python
-- 
1.8.5.5

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

* [Buildroot] [PATCH 46/53] sawman: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (43 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 45/53] rt-test: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 47/53] sysklogd: " Gustavo Zacarias
                   ` (6 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/sawman/sawman.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/sawman/sawman.mk b/package/sawman/sawman.mk
index 00516ca..559235f 100644
--- a/package/sawman/sawman.mk
+++ b/package/sawman/sawman.mk
@@ -10,5 +10,7 @@ SAWMAN_SITE = http://www.directfb.org/downloads/Extras
 SAWMAN_INSTALL_STAGING = YES
 SAWMAN_AUTORECONF = YES
 SAWMAN_DEPENDENCIES = directfb
+SAWMAN_LICENSE = LGPLv2.1+
+SAWMAN_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 47/53] sysklogd: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (44 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 46/53] sawman: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 48/53] thttpd: " Gustavo Zacarias
                   ` (5 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/sysklogd/sysklogd.mk | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/package/sysklogd/sysklogd.mk b/package/sysklogd/sysklogd.mk
index 886e471..37293da 100644
--- a/package/sysklogd/sysklogd.mk
+++ b/package/sysklogd/sysklogd.mk
@@ -5,9 +5,11 @@
 ################################################################################
 
 SYSKLOGD_VERSION = 1.5
-SYSKLOGD_SOURCE  = sysklogd_$(SYSKLOGD_VERSION).orig.tar.gz
-SYSKLOGD_PATCH   = sysklogd_$(SYSKLOGD_VERSION)-6.diff.gz
-SYSKLOGD_SITE    = $(BR2_DEBIAN_MIRROR)/debian/pool/main/s/sysklogd
+SYSKLOGD_SOURCE = sysklogd_$(SYSKLOGD_VERSION).orig.tar.gz
+SYSKLOGD_PATCH = sysklogd_$(SYSKLOGD_VERSION)-6.diff.gz
+SYSKLOGD_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/s/sysklogd
+SYSKLOGD_LICENSE = GPLv2+
+SYSKLOGD_LICENSE_FILES = COPYING
 
 # Override BusyBox implementations if BusyBox is enabled.
 ifeq ($(BR2_PACKAGE_BUSYBOX),y)
-- 
1.8.5.5

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

* [Buildroot] [PATCH 48/53] thttpd: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (45 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 47/53] sysklogd: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 49/53] tinyhttpd: " Gustavo Zacarias
                   ` (4 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/thttpd/thttpd.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/thttpd/thttpd.mk b/package/thttpd/thttpd.mk
index f4797fa..7be264a 100644
--- a/package/thttpd/thttpd.mk
+++ b/package/thttpd/thttpd.mk
@@ -8,6 +8,8 @@ THTTPD_VERSION = 2.25b
 THTTPD_SOURCE = thttpd_$(THTTPD_VERSION).orig.tar.gz
 THTTPD_PATCH = thttpd_$(THTTPD_VERSION)-11.diff.gz
 THTTPD_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/t/thttpd/
+THTTPD_LICENSE = BSD-2c
+THTTPD_LICENSE_FILES = thttpd.c
 
 ifneq ($(THTTPD_PATCH),)
 define THTTPD_DEBIAN_PATCHES
-- 
1.8.5.5

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

* [Buildroot] [PATCH 49/53] tinyhttpd: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (46 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 48/53] thttpd: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 50/53] udpcast: " Gustavo Zacarias
                   ` (3 subsequent siblings)
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/tinyhttpd/tinyhttpd.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/tinyhttpd/tinyhttpd.mk b/package/tinyhttpd/tinyhttpd.mk
index 1a809f6..ec47fd9 100644
--- a/package/tinyhttpd/tinyhttpd.mk
+++ b/package/tinyhttpd/tinyhttpd.mk
@@ -6,6 +6,8 @@
 
 TINYHTTPD_VERSION = 0.1.0
 TINYHTTPD_SITE = http://downloads.sourceforge.net/project/tinyhttpd/tinyhttpd%20source/tinyhttpd%20$(TINYHTTPD_VERSION)
+TINYHTTPD_LICENSE = GPL
+TINYHTTPD_LICENSE_FILES = README
 
 define TINYHTTPD_BUILD_CMDS
 	$(MAKE) -C $(@D) CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS)" \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 50/53] udpcast: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (47 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 49/53] tinyhttpd: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-07-01 22:43   ` Peter Korsgaard
  2014-06-26 19:21 ` [Buildroot] [PATCH 51/53] webrtc-audio-processing: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/udpcast/udpcast.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/udpcast/udpcast.mk b/package/udpcast/udpcast.mk
index 786a88e..0cd3b27 100644
--- a/package/udpcast/udpcast.mk
+++ b/package/udpcast/udpcast.mk
@@ -7,6 +7,8 @@
 UDPCAST_VERSION = 20120424
 UDPCAST_SITE = http://www.udpcast.linux.lu/download
 UDPCAST_DEPENDENCIES = host-m4
+UDPCAST_LICENSE = BSD-2c, GPLv2
+UDPCAST_LICENSE_FILES = COPYING
 
 define UDPCAST_REMOVE_UDP_SENDER
 	rm -f $(TARGET_DIR)/usr/sbin/udp-sender
-- 
1.8.5.5

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

* [Buildroot] [PATCH 51/53] webrtc-audio-processing: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (48 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 50/53] udpcast: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 52/53] xterm: " Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 53/53] xvkvd: " Gustavo Zacarias
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/webrtc-audio-processing/webrtc-audio-processing.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/webrtc-audio-processing/webrtc-audio-processing.mk b/package/webrtc-audio-processing/webrtc-audio-processing.mk
index 9f76cba..69f7f01 100644
--- a/package/webrtc-audio-processing/webrtc-audio-processing.mk
+++ b/package/webrtc-audio-processing/webrtc-audio-processing.mk
@@ -8,6 +8,8 @@ WEBRTC_AUDIO_PROCESSING_VERSION = 0.1
 WEBRTC_AUDIO_PROCESSING_SOURCE = webrtc-audio-processing-$(WEBRTC_AUDIO_PROCESSING_VERSION).tar.xz
 WEBRTC_AUDIO_PROCESSING_SITE = http://freedesktop.org/software/pulseaudio/webrtc-audio-processing/
 WEBRTC_AUDIO_PROCESSING_INSTALL_STAGING = YES
+WEBRTC_AUDIO_PROCESSING_LICENSE = BSD-3c
+WEBRTC_AUDIO_PROCESSING_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_SOFT_FLOAT),y)
 WEBRTC_AUDIO_PROCESSING_CONF_OPT += --with-ns-mode=fixed
-- 
1.8.5.5

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

* [Buildroot] [PATCH 52/53] xterm: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (49 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 51/53] webrtc-audio-processing: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-06-26 19:21 ` [Buildroot] [PATCH 53/53] xvkvd: " Gustavo Zacarias
  51 siblings, 0 replies; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/xterm/xterm.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/xterm/xterm.mk b/package/xterm/xterm.mk
index ceb5d76..3269d8c 100644
--- a/package/xterm/xterm.mk
+++ b/package/xterm/xterm.mk
@@ -9,5 +9,7 @@ XTERM_SOURCE = xterm-$(XTERM_VERSION).tgz
 XTERM_SITE = ftp://invisible-island.net/xterm
 XTERM_DEPENDENCIES = ncurses xlib_libXaw
 XTERM_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+XTERM_LICENSE = MIT
+XTERM_LICENSE_FILES = version.c
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 53/53] xvkvd: add license information
  2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
                   ` (50 preceding siblings ...)
  2014-06-26 19:21 ` [Buildroot] [PATCH 52/53] xterm: " Gustavo Zacarias
@ 2014-06-26 19:21 ` Gustavo Zacarias
  2014-07-01 22:47   ` Peter Korsgaard
  51 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-06-26 19:21 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/xvkbd/xvkbd.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/xvkbd/xvkbd.mk b/package/xvkbd/xvkbd.mk
index 15aa940..9d73590 100644
--- a/package/xvkbd/xvkbd.mk
+++ b/package/xvkbd/xvkbd.mk
@@ -6,6 +6,8 @@
 
 XVKBD_VERSION = 3.2
 XVKBD_SITE = http://homepage3.nifty.com/tsato/xvkbd
+XVKBD_LICENSE = GPLv2+
+XVKBD_LICENSE_FILES = xvkbd.c
 
 # Passing USRLIBDIR ensures that the stupid Makefile doesn't add
 # /usr/lib to the library search path.
-- 
1.8.5.5

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

* [Buildroot] [PATCH 03/53] bsdiff: add license information
  2014-06-26 19:20 ` [Buildroot] [PATCH 03/53] bsdiff: " Gustavo Zacarias
@ 2014-07-01 15:23   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 15:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 04/53] dbus-python: add license information
  2014-06-26 19:20 ` [Buildroot] [PATCH 04/53] dbus-python: " Gustavo Zacarias
@ 2014-07-01 15:23   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 15:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 05/53] devmem2: add license information
  2014-06-26 19:20 ` [Buildroot] [PATCH 05/53] devmem2: " Gustavo Zacarias
@ 2014-07-01 15:23   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 15:23 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 06/53] dfu-util: add license information
  2014-06-26 19:20 ` [Buildroot] [PATCH 06/53] dfu-util: " Gustavo Zacarias
@ 2014-07-01 15:25   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 15:25 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 07/53] eeprog: add license information
  2014-06-26 19:20 ` [Buildroot] [PATCH 07/53] eeprog: " Gustavo Zacarias
@ 2014-07-01 15:30   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 15:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 08/53] elftosb: add license information
  2014-06-26 19:20 ` [Buildroot] [PATCH 08/53] elftosb: " Gustavo Zacarias
@ 2014-07-01 15:31   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 15:31 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 09/53] explorercanvas: add license information
  2014-06-26 19:20 ` [Buildroot] [PATCH 09/53] explorercanvas: " Gustavo Zacarias
@ 2014-07-01 15:32   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 15:32 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 10/53] ezxml: add license information
  2014-06-26 19:20 ` [Buildroot] [PATCH 10/53] ezxml: " Gustavo Zacarias
@ 2014-07-01 15:33   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 15:33 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 33/53] libmms: add license information
  2014-06-26 19:21 ` [Buildroot] [PATCH 33/53] libmms: " Gustavo Zacarias
@ 2014-07-01 21:55   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 21:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 > ---
 >  package/libmms/libmms.mk | 4 ++--
 >  1 file changed, 2 insertions(+), 2 deletions(-)

 > diff --git a/package/libmms/libmms.mk b/package/libmms/libmms.mk
 > index 405729f..445da7f 100644
 > --- a/package/libmms/libmms.mk
 > +++ b/package/libmms/libmms.mk
 > @@ -6,9 +6,9 @@
 
 >  LIBMMS_VERSION = 0.6.2
 >  LIBMMS_SITE = http://downloads.sourceforge.net/project/libmms/libmms/$(LIBMMS_VERSION)
 > -
 >  LIBMMS_INSTALL_STAGING = YES
 > -
 >  LIBMMS_DEPENDENCIES = host-pkgconf libglib2
 > +LIBMMS_LICENSE = LGPLv2.1
 > +LIBMMS_LICENSE_FILES = COPYING.LIB

It's not really clear, but I think this should be LGPLv2.1+.

Some files are copied from xine (which is GPLv2+), and README.LICENSE
just states that it is relicensed as LGPL, but all source files contain
the '(at your option) any later version' text (and GPL or LGPL header).

So I've changed this to '+' and committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 39/53] pcmanfm: add license information
  2014-06-26 19:21 ` [Buildroot] [PATCH 39/53] pcmanfm: " Gustavo Zacarias
@ 2014-07-01 22:30   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 22:30 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 > ---
 >  package/pcmanfm/pcmanfm.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/pcmanfm/pcmanfm.mk b/package/pcmanfm/pcmanfm.mk
 > index 80eedd4..7e47f52 100644
 > --- a/package/pcmanfm/pcmanfm.mk
 > +++ b/package/pcmanfm/pcmanfm.mk
 > @@ -9,5 +9,7 @@ PCMANFM_SITE = http://downloads.sourceforge.net/project/pcmanfm/pcmanfm-legacy%2
 >  PCMANFM_CONF_OPT = --disable-hal
 >  PCMANFM_DEPENDENCIES = host-pkgconf libgtk2 gamin startup-notification xlib_libX11
 >  PCMANFM_AUTORECONF = YES
 > +PCMANFM_LICENSE = GPLv2
 > +PCMANFM_LICENSE_FILES = COPYING

Several of the source files, including the implementation of the about
box contains the '(at your option) any later version' text, so I think
this should be GPLv2+.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 45/53] rt-test: add license information
  2014-06-26 19:21 ` [Buildroot] [PATCH 45/53] rt-test: " Gustavo Zacarias
@ 2014-07-01 22:37   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 22:37 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 > ---
 >  package/rt-tests/rt-tests.mk | 6 ++++--
 >  1 file changed, 4 insertions(+), 2 deletions(-)

 > diff --git a/package/rt-tests/rt-tests.mk b/package/rt-tests/rt-tests.mk
 > index e6455d5..e7dabdb 100644
 > --- a/package/rt-tests/rt-tests.mk
 > +++ b/package/rt-tests/rt-tests.mk
 > @@ -4,9 +4,11 @@
 >  #
 >  ################################################################################
 
 > -RT_TESTS_SITE    = http://snapshot.debian.org/archive/debian/20111202T222101Z/pool/main/r/rt-tests/
 > +RT_TESTS_SITE = http://snapshot.debian.org/archive/debian/20111202T222101Z/pool/main/r/rt-tests/
 >  RT_TESTS_VERSION = 0.83
 > -RT_TESTS_SOURCE  = rt-tests_$(RT_TESTS_VERSION).orig.tar.gz
 > +RT_TESTS_SOURCE = rt-tests_$(RT_TESTS_VERSION).orig.tar.gz
 > +RT_TESTS_LICENSE = GPLv2+
 > +RT_TESTS_LICENSE_FILEs = COPYING

Should be upper case 'S' in _FILES.

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 50/53] udpcast: add license information
  2014-06-26 19:21 ` [Buildroot] [PATCH 50/53] udpcast: " Gustavo Zacarias
@ 2014-07-01 22:43   ` Peter Korsgaard
  2014-07-01 22:45     ` Gustavo Zacarias
  0 siblings, 1 reply; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 22:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 > ---
 >  package/udpcast/udpcast.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/udpcast/udpcast.mk b/package/udpcast/udpcast.mk
 > index 786a88e..0cd3b27 100644
 > --- a/package/udpcast/udpcast.mk
 > +++ b/package/udpcast/udpcast.mk
 > @@ -7,6 +7,8 @@
 >  UDPCAST_VERSION = 20120424
 >  UDPCAST_SITE = http://www.udpcast.linux.lu/download
 >  UDPCAST_DEPENDENCIES = host-m4
 > +UDPCAST_LICENSE = BSD-2c, GPLv2
 > +UDPCAST_LICENSE_FILES = COPYING

fec.c::fec_license() lists it as GPLv2+, so I've fixed that and
committed, thanks.

 
 >  define UDPCAST_REMOVE_UDP_SENDER
 >  	rm -f $(TARGET_DIR)/usr/sbin/udp-sender
 > -- 
 > 1.8.5.5

 > _______________________________________________
 > buildroot mailing list
 > buildroot at busybox.net
 > http://lists.busybox.net/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 50/53] udpcast: add license information
  2014-07-01 22:43   ` Peter Korsgaard
@ 2014-07-01 22:45     ` Gustavo Zacarias
  2014-07-02  7:50       ` Peter Korsgaard
  0 siblings, 1 reply; 69+ messages in thread
From: Gustavo Zacarias @ 2014-07-01 22:45 UTC (permalink / raw)
  To: buildroot

On 07/01/2014 07:43 PM, Peter Korsgaard wrote:

> fec.c::fec_license() lists it as GPLv2+, so I've fixed that and
> committed, thanks.

Careful there, look at COPYING.
Regards.

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

* [Buildroot] [PATCH 53/53] xvkvd: add license information
  2014-06-26 19:21 ` [Buildroot] [PATCH 53/53] xvkvd: " Gustavo Zacarias
@ 2014-07-01 22:47   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 22:47 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

typo in $SUBJECT.

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 > ---
 >  package/xvkbd/xvkbd.mk | 2 ++
 >  1 file changed, 2 insertions(+)

 > diff --git a/package/xvkbd/xvkbd.mk b/package/xvkbd/xvkbd.mk
 > index 15aa940..9d73590 100644
 > --- a/package/xvkbd/xvkbd.mk
 > +++ b/package/xvkbd/xvkbd.mk
 > @@ -6,6 +6,8 @@
 
 >  XVKBD_VERSION = 3.2
 >  XVKBD_SITE = http://homepage3.nifty.com/tsato/xvkbd
 > +XVKBD_LICENSE = GPLv2+
 > +XVKBD_LICENSE_FILES = xvkbd.c

README also contains the license info, so I've changed it to use that
instead and committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 11/53] fconfig: add license information
  2014-06-26 19:20 ` [Buildroot] [PATCH 11/53] fconfig: " Gustavo Zacarias
@ 2014-07-01 22:47   ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-01 22:47 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

committed rest of the series, thanks!

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 50/53] udpcast: add license information
  2014-07-01 22:45     ` Gustavo Zacarias
@ 2014-07-02  7:50       ` Peter Korsgaard
  0 siblings, 0 replies; 69+ messages in thread
From: Peter Korsgaard @ 2014-07-02  7:50 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > On 07/01/2014 07:43 PM, Peter Korsgaard wrote:
 >> fec.c::fec_license() lists it as GPLv2+, so I've fixed that and
 >> committed, thanks.

 > Careful there, look at COPYING.

Yes, it's not really clear. From COPYING:

The bulk of the code (everything except fec.c) is covered by the GPL 2.0
licence (See http://www.gnu.org/licenses/gpl.txt)

Fec.c is covered by a BSD-like licence

From fec_licence() (which gets printed to the user when they request the
license details of the udpcast utilities):

          "   udpcast and its FEC code are free software\n"
          "\n"
          "   you can redistribute udpcast core functionality and/or\n"
          "   it them under the terms of the GNU General Public License as\n"
          "   published by the Free Software Foundation; either version 2 of\n"
          "   the License, or (at your option) any later version.\n"
...

          "the FEC code is covered by the following license:\n"
          "fec.c -- forward error correction based on Vandermonde matrices\n"


So the question is if the license should be

BSD-2c (fec.c), GPLv2+ (rest)

or

BSD-2c (fec.c), GPLv2 (rest)


Sticking to GPLv2 is safest, but I say the license info that gets
printed to the user is more "important" than what a source file says.

Comments?

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2014-07-02  7:50 UTC | newest]

Thread overview: 69+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-26 19:20 [Buildroot] [PATCH 01/53] blackbox: add license information Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 02/53] bonnie: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 03/53] bsdiff: " Gustavo Zacarias
2014-07-01 15:23   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 04/53] dbus-python: " Gustavo Zacarias
2014-07-01 15:23   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 05/53] devmem2: " Gustavo Zacarias
2014-07-01 15:23   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 06/53] dfu-util: " Gustavo Zacarias
2014-07-01 15:25   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 07/53] eeprog: " Gustavo Zacarias
2014-07-01 15:30   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 08/53] elftosb: " Gustavo Zacarias
2014-07-01 15:31   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 09/53] explorercanvas: " Gustavo Zacarias
2014-07-01 15:32   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 10/53] ezxml: " Gustavo Zacarias
2014-07-01 15:33   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 11/53] fconfig: " Gustavo Zacarias
2014-07-01 22:47   ` Peter Korsgaard
2014-06-26 19:20 ` [Buildroot] [PATCH 12/53] feh: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 13/53] fis: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 14/53] genromfs: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 15/53] giblib: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 16/53] glib-networking: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 17/53] grantlee: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 18/53] gtk2-engines: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 19/53] gtk2-theme-hicolor: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 20/53] input-tools: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 21/53] ipkg: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 22/53] jsmin: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 23/53] latencytop: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 24/53] libaio: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 25/53] libargtable2: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 26/53] libconfuse: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 27/53] libedit: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 28/53] liberation: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 29/53] libev: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 30/53] libiconv: " Gustavo Zacarias
2014-06-26 19:20 ` [Buildroot] [PATCH 31/53] liblog4c-localtime: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 32/53] libmbus: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 33/53] libmms: " Gustavo Zacarias
2014-07-01 21:55   ` Peter Korsgaard
2014-06-26 19:21 ` [Buildroot] [PATCH 34/53] libyaml: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 35/53] lite: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 36/53] lpc3250loader: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 37/53] lshw: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 38/53] nss-mdns: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 39/53] pcmanfm: " Gustavo Zacarias
2014-07-01 22:30   ` Peter Korsgaard
2014-06-26 19:21 ` [Buildroot] [PATCH 40/53] prboom: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 41/53] python-nfc: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 42/53] read-edid: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 43/53] rpm: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 44/53] rsh-redone: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 45/53] rt-test: " Gustavo Zacarias
2014-07-01 22:37   ` Peter Korsgaard
2014-06-26 19:21 ` [Buildroot] [PATCH 46/53] sawman: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 47/53] sysklogd: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 48/53] thttpd: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 49/53] tinyhttpd: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 50/53] udpcast: " Gustavo Zacarias
2014-07-01 22:43   ` Peter Korsgaard
2014-07-01 22:45     ` Gustavo Zacarias
2014-07-02  7:50       ` Peter Korsgaard
2014-06-26 19:21 ` [Buildroot] [PATCH 51/53] webrtc-audio-processing: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 52/53] xterm: " Gustavo Zacarias
2014-06-26 19:21 ` [Buildroot] [PATCH 53/53] xvkvd: " Gustavo Zacarias
2014-07-01 22:47   ` 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.