Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/16] libsndfile: add licensing info
@ 2013-12-11 13:23 Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 02/16] libsexy: " Gustavo Zacarias
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libsndfile/libsndfile.mk b/package/libsndfile/libsndfile.mk
index 97a8c17..88db576 100644
--- a/package/libsndfile/libsndfile.mk
+++ b/package/libsndfile/libsndfile.mk
@@ -7,5 +7,7 @@
 LIBSNDFILE_VERSION = 1.0.25
 LIBSNDFILE_SITE = http://www.mega-nerd.com/libsndfile/files
 LIBSNDFILE_INSTALL_STAGING = YES
+LIBSNDFILE_LICENSE = LGPLv2.1+
+LIBSNDFILE_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.3.2

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

* [Buildroot] [PATCH 02/16] libsexy: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 03/16] libsamplerate: " Gustavo Zacarias
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libsexy/libsexy.mk b/package/libsexy/libsexy.mk
index 4f0f87c..3cfb536 100644
--- a/package/libsexy/libsexy.mk
+++ b/package/libsexy/libsexy.mk
@@ -8,5 +8,7 @@ LIBSEXY_VERSION = 0.1.11
 LIBSEXY_SITE = http://releases.chipx86.com/libsexy/libsexy/
 LIBSEXY_DEPENDENCIES = libgtk2 libxml2
 LIBSEXY_INSTALL_STAGING = YES
+LIBSEXY_LICENSE = LGPLv2.1+
+LIBSEXY_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.3.2

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

* [Buildroot] [PATCH 03/16] libsamplerate: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 02/16] libsexy: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 04/16] libreplaygain: " Gustavo Zacarias
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libsamplerate/libsamplerate.mk b/package/libsamplerate/libsamplerate.mk
index 950e5b5..11c123c 100644
--- a/package/libsamplerate/libsamplerate.mk
+++ b/package/libsamplerate/libsamplerate.mk
@@ -9,6 +9,8 @@ LIBSAMPLERATE_SITE = http://www.mega-nerd.com/SRC
 LIBSAMPLERATE_INSTALL_STAGING = YES
 LIBSAMPLERATE_DEPENDENCIES = host-pkgconf
 LIBSAMPLERATE_CONF_OPT = --disable-fftw --program-transform-name=''
+LIBSAMPLERATE_LICENSE = Dual GPLv2+ / libsamplerate commercial use license
+LIBSAMPLERATE_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
 LIBSAMPLERATE_DEPENDENCIES += libsndfile
-- 
1.8.3.2

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

* [Buildroot] [PATCH 04/16] libreplaygain: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 02/16] libsexy: " Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 03/16] libsamplerate: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 05/16] libplayer: " Gustavo Zacarias
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libreplaygain/libreplaygain.mk b/package/libreplaygain/libreplaygain.mk
index 8818e16..05074fc 100644
--- a/package/libreplaygain/libreplaygain.mk
+++ b/package/libreplaygain/libreplaygain.mk
@@ -10,5 +10,7 @@ LIBREPLAYGAIN_SOURCE = libreplaygain_$(LIBREPLAYGAIN_VERSION).tar.gz
 # upstream doesn't ship configure
 LIBREPLAYGAIN_AUTORECONF = YES
 LIBREPLAYGAIN_INSTALL_STAGING = YES
+LIBREPLAYGAIN_LICENSE = LGPLv2.1+
+LIBREPLAYGAIN_LICENSE_FILES = src/gain_analysis.c
 
 $(eval $(autotools-package))
-- 
1.8.3.2

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

* [Buildroot] [PATCH 05/16] libplayer: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 04/16] libreplaygain: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 06/16] libexif: " Gustavo Zacarias
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libplayer/libplayer.mk b/package/libplayer/libplayer.mk
index 061c87a..b4ff500 100644
--- a/package/libplayer/libplayer.mk
+++ b/package/libplayer/libplayer.mk
@@ -7,6 +7,8 @@
 LIBPLAYER_VERSION = 2.0.1
 LIBPLAYER_SITE = http://libplayer.geexbox.org/releases/
 LIBPLAYER_SOURCE = libplayer-$(LIBPLAYER_VERSION).tar.bz2
+LIBPLAYER_LICENSE = LGPLv2.1+
+LIBPLAYER_LICENSE_FILES = COPYING
 
 # When passing the standard buildroot configure arguments, the configure script
 # breaks on --target and --host options. Thus we need to define a configure cmd
-- 
1.8.3.2

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

* [Buildroot] [PATCH 06/16] libexif: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 05/16] libplayer: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 07/16] libdvdread: " Gustavo Zacarias
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libexif/libexif.mk b/package/libexif/libexif.mk
index a1d4475..b59243a 100644
--- a/package/libexif/libexif.mk
+++ b/package/libexif/libexif.mk
@@ -10,5 +10,7 @@ LIBEXIF_SITE = http://downloads.sourceforge.net/project/libexif/libexif/$(LIBEXI
 LIBEXIF_INSTALL_STAGING = YES
 LIBEXIF_CONF_OPT = --disable-docs
 LIBEXIF_DEPENDENCIES = host-pkgconf
+LIBEXIF_LICENSE = LGPLv2.1+
+LIBEXIF_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.3.2

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

* [Buildroot] [PATCH 07/16] libdvdread: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 06/16] libexif: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 08/16] libdvdnav: " Gustavo Zacarias
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libdvdread/libdvdread.mk b/package/libdvdread/libdvdread.mk
index f7c59af..35d7548 100644
--- a/package/libdvdread/libdvdread.mk
+++ b/package/libdvdread/libdvdread.mk
@@ -11,5 +11,7 @@ LIBDVDREAD_AUTORECONF = YES
 LIBDVDREAD_LIBTOOL_PATCH = YES
 LIBDVDREAD_INSTALL_STAGING = YES
 LIBDVDREAD_CONFIG_SCRIPTS = dvdread-config
+LIBDVDREAD_LICENSE = GPLv2+
+LIBDVDREAD_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.3.2

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

* [Buildroot] [PATCH 08/16] libdvdnav: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (5 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 07/16] libdvdread: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 09/16] libcuefile: " Gustavo Zacarias
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libdvdnav/libdvdnav.mk b/package/libdvdnav/libdvdnav.mk
index 9a29d6d..befcd8b 100644
--- a/package/libdvdnav/libdvdnav.mk
+++ b/package/libdvdnav/libdvdnav.mk
@@ -11,6 +11,8 @@ LIBDVDNAV_AUTORECONF = YES
 LIBDVDNAV_INSTALL_STAGING = YES
 LIBDVDNAV_CONFIG_SCRIPTS = dvdnav-config
 LIBDVDNAV_DEPENDENCIES = libdvdread host-pkgconf
+LIBDVDNAV_LICENSE = GPLv2+
+LIBDVDNAV_LICENSE_FILES = COPYING
 
 # By default libdvdnav tries to find dvdread-config in $PATH. Because
 # of cross compilation, we prefer using pkg-config.
-- 
1.8.3.2

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

* [Buildroot] [PATCH 09/16] libcuefile: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (6 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 08/16] libdvdnav: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 10/16] libcgi: " Gustavo Zacarias
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libcuefile/libcuefile.mk b/package/libcuefile/libcuefile.mk
index ceb1509..d1f2448 100644
--- a/package/libcuefile/libcuefile.mk
+++ b/package/libcuefile/libcuefile.mk
@@ -8,6 +8,8 @@ LIBCUEFILE_VERSION = r475
 LIBCUEFILE_SITE = http://files.musepack.net/source
 LIBCUEFILE_SOURCE = libcuefile_$(LIBCUEFILE_VERSION).tar.gz
 LIBCUEFILE_INSTALL_STAGING = YES
+LIBCUEFILE_LICENSE = GPLv2+
+LIBCUEFILE_LICENSE_FILES = COPYING
 
 define LIBCUEFILE_INSTALL_STAGING_INCLUDES
 	cp -r $(@D)/include $(STAGING_DIR)/usr
-- 
1.8.3.2

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

* [Buildroot] [PATCH 10/16] libcgi: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (7 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 09/16] libcuefile: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 11/16] libcdaudio: " Gustavo Zacarias
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libcgi/libcgi.mk b/package/libcgi/libcgi.mk
index f027d31..40a9f32 100644
--- a/package/libcgi/libcgi.mk
+++ b/package/libcgi/libcgi.mk
@@ -9,5 +9,6 @@ LIBCGI_SITE = http://downloads.sourceforge.net/project/libcgi/libcgi/$(LIBCGI_VE
 LIBCGI_INSTALL_STAGING = YES
 # use cross CC/AR rather than host
 LIBCGI_MAKE_ENV = CC="$(TARGET_CC) $(TARGET_CFLAGS)" AR="$(TARGET_AR)"
+LIBCGI_LICENSE = LGPLv2.1+
 
 $(eval $(autotools-package))
-- 
1.8.3.2

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

* [Buildroot] [PATCH 11/16] libcdaudio: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (8 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 10/16] libcgi: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 12/16] freerdp: " Gustavo Zacarias
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libcdaudio/libcdaudio.mk b/package/libcdaudio/libcdaudio.mk
index 06f8926..814239b 100644
--- a/package/libcdaudio/libcdaudio.mk
+++ b/package/libcdaudio/libcdaudio.mk
@@ -8,5 +8,7 @@ LIBCDAUDIO_VERSION = 0.99.12p2
 LIBCDAUDIO_SITE = http://downloads.sourceforge.net/project/libcdaudio/libcdaudio/$(LIBCDAUDIO_VERSION)/
 LIBCDAUDIO_INSTALL_STAGING = YES
 LIBCDAUDIO_CONFIG_SCRIPTS = libcdaudio-config
+LIBCDAUDIO_LICENSE = GPLv2+
+LIBCDAUDIO_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.8.3.2

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

* [Buildroot] [PATCH 12/16] freerdp: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (9 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 11/16] libcdaudio: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 13/16] flashrom: " Gustavo Zacarias
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/freerdp/freerdp.mk b/package/freerdp/freerdp.mk
index c06aac9..3ac53aa 100644
--- a/package/freerdp/freerdp.mk
+++ b/package/freerdp/freerdp.mk
@@ -6,9 +6,10 @@
 
 FREERDP_VERSION = 1.0.1
 FREERDP_SITE = https://github.com/downloads/FreeRDP/FreeRDP
-
 FREERDP_DEPENDENCIES = openssl zlib \
 	xlib_libX11 xlib_libXt xlib_libXext xlib_libXcursor
+FREERDP_LICENSE = Apache 2.0
+FREEDRP_LICENSE_FILES = LICENSE
 
 ifeq ($(BR2_PACKAGE_CUPS),y)
 FREERDP_CONF_OPT += -DWITH_CUPS=ON
-- 
1.8.3.2

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

* [Buildroot] [PATCH 13/16] flashrom: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (10 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 12/16] freerdp: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 14/16] dhcpdump: " Gustavo Zacarias
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/flashrom/flashrom.mk b/package/flashrom/flashrom.mk
index bca800b..df648f8 100644
--- a/package/flashrom/flashrom.mk
+++ b/package/flashrom/flashrom.mk
@@ -5,10 +5,11 @@
 ################################################################################
 
 FLASHROM_VERSION = 0.9.6.1
-FLASHROM_SOURCE  = flashrom-$(FLASHROM_VERSION).tar.bz2
-FLASHROM_SITE    = http://download.flashrom.org/releases
-
+FLASHROM_SOURCE = flashrom-$(FLASHROM_VERSION).tar.bz2
+FLASHROM_SITE = http://download.flashrom.org/releases
 FLASHROM_DEPENDENCIES = pciutils
+FLASHROM_LICENSE = GPLv2+
+FLASHROM_LICENSE_FILES = COPYING
 
 define FLASHROM_BUILD_CMDS
 	$(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
-- 
1.8.3.2

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

* [Buildroot] [PATCH 14/16] dhcpdump: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (11 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 13/16] flashrom: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 15/16] boost: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/dhcpdump/dhcpdump.mk b/package/dhcpdump/dhcpdump.mk
index 1f1737d..cb2daa9 100644
--- a/package/dhcpdump/dhcpdump.mk
+++ b/package/dhcpdump/dhcpdump.mk
@@ -5,9 +5,10 @@
 ################################################################################
 
 DHCPDUMP_VERSION = 1.8
-DHCPDUMP_SITE    = http://www.mavetju.org/download/
-
+DHCPDUMP_SITE  = http://www.mavetju.org/download/
 DHCPDUMP_DEPENDENCIES = libpcap
+DHCPDUMP_LICENSE = BSD-2c
+DHCPDUMP_LICENSE_FILES = LICENSE
 
 define DHCPDUMP_BUILD_CMDS
 	$(MAKE) -C $(@D) CC="$(TARGET_CC) $(TARGET_CFLAGS)"
-- 
1.8.3.2

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

* [Buildroot] [PATCH 15/16] boost: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (12 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 14/16] dhcpdump: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 13:23 ` [Buildroot] [PATCH 16/16] aumix: " Gustavo Zacarias
  2013-12-11 21:27 ` [Buildroot] [PATCH 01/16] libsndfile: " Peter Korsgaard
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/boost/boost.mk b/package/boost/boost.mk
index d6d10e1..799eb13 100644
--- a/package/boost/boost.mk
+++ b/package/boost/boost.mk
@@ -9,6 +9,8 @@ BOOST_FILE_VERSION = $(subst .,_,$(BOOST_VERSION))
 BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2
 BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
 BOOST_INSTALL_STAGING = YES
+BOOST_LICENSE = Boost Software License 1.0
+BOOST_LICENSE_FILES = LICENSE_1_0.txt
 
 TARGET_CC_VERSION = $(shell $(TARGET_CC) -dumpversion)
 HOST_CC_VERSION = $(shell $(HOSTCC) -dumpversion)
-- 
1.8.3.2

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

* [Buildroot] [PATCH 16/16] aumix: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (13 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 15/16] boost: " Gustavo Zacarias
@ 2013-12-11 13:23 ` Gustavo Zacarias
  2013-12-11 21:27 ` [Buildroot] [PATCH 01/16] libsndfile: " Peter Korsgaard
  15 siblings, 0 replies; 17+ messages in thread
From: Gustavo Zacarias @ 2013-12-11 13:23 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/aumix/aumix.mk b/package/aumix/aumix.mk
index de0902a..a55588f 100644
--- a/package/aumix/aumix.mk
+++ b/package/aumix/aumix.mk
@@ -8,6 +8,8 @@ AUMIX_VERSION = 2.8
 AUMIX_SOURCE = aumix-$(AUMIX_VERSION).tar.bz2
 AUMIX_SITE = http://jpj.net/~trevor/aumix/releases
 AUMIX_AUTORECONF = YES
+AUMIX_LICENSE = GPLv2+
+AUMIX_LICENSE_FILES = COPYING
 
 AUMIX_CONF_OPT = \
 	--without-gtk \
-- 
1.8.3.2

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

* [Buildroot] [PATCH 01/16] libsndfile: add licensing info
  2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
                   ` (14 preceding siblings ...)
  2013-12-11 13:23 ` [Buildroot] [PATCH 16/16] aumix: " Gustavo Zacarias
@ 2013-12-11 21:27 ` Peter Korsgaard
  15 siblings, 0 replies; 17+ messages in thread
From: Peter Korsgaard @ 2013-12-11 21:27 UTC (permalink / raw)
  To: buildroot

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

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

Committed series, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-12-11 21:27 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11 13:23 [Buildroot] [PATCH 01/16] libsndfile: add licensing info Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 02/16] libsexy: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 03/16] libsamplerate: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 04/16] libreplaygain: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 05/16] libplayer: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 06/16] libexif: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 07/16] libdvdread: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 08/16] libdvdnav: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 09/16] libcuefile: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 10/16] libcgi: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 11/16] libcdaudio: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 12/16] freerdp: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 13/16] flashrom: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 14/16] dhcpdump: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 15/16] boost: " Gustavo Zacarias
2013-12-11 13:23 ` [Buildroot] [PATCH 16/16] aumix: " Gustavo Zacarias
2013-12-11 21:27 ` [Buildroot] [PATCH 01/16] libsndfile: " Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox