All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/10] xz: add license information
@ 2013-01-21 21:29 Gustavo Zacarias
  2013-01-21 21:29 ` [Buildroot] [PATCH 02/10] coreutils: " Gustavo Zacarias
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 21:29 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/xz/xz.mk b/package/xz/xz.mk
index e00c91b..8ff3c83 100644
--- a/package/xz/xz.mk
+++ b/package/xz/xz.mk
@@ -3,11 +3,14 @@
 # xz-utils
 #
 #############################################################
+
 XZ_VERSION = 5.0.4
 XZ_SOURCE = xz-$(XZ_VERSION).tar.bz2
 XZ_SITE = http://tukaani.org/xz/
 XZ_INSTALL_STAGING = YES
 XZ_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
+XZ_LICENSE = GPLv2+ GPLv3+ LGPLv2.1+
+XZ_LICENSE_FILES = COPYING.GPLv2 COPYING.GPLv3 COPYING.LGPLv2.1
 
 $(eval $(autotools-package))
 $(eval $(host-autotools-package))
-- 
1.7.12.4

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

* [Buildroot] [PATCH 02/10] coreutils: add license information
  2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
@ 2013-01-21 21:29 ` Gustavo Zacarias
  2013-01-21 22:43   ` Peter Korsgaard
  2013-01-21 21:29 ` [Buildroot] [PATCH 03/10] audiofile: " Gustavo Zacarias
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 21:29 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index d7d0779..4fc70f7 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -7,6 +7,8 @@
 COREUTILS_VERSION = 8.18
 COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils
 COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.xz
+COREUTILS_LICENSE = GPLv3
+COREUTILS_LICENSE_FILES = COPYING
 
 # If both coreutils and busybox are selected, make certain coreutils
 # wins the fight over who gets to have their utils actually installed.
-- 
1.7.12.4

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

* [Buildroot] [PATCH 03/10] audiofile: add license information
  2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
  2013-01-21 21:29 ` [Buildroot] [PATCH 02/10] coreutils: " Gustavo Zacarias
@ 2013-01-21 21:29 ` Gustavo Zacarias
  2013-01-21 22:46   ` Peter Korsgaard
  2013-01-21 21:29 ` [Buildroot] [PATCH 04/10] flex: " Gustavo Zacarias
                   ` (7 subsequent siblings)
  9 siblings, 1 reply; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 21:29 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/audiofile/audiofile.mk b/package/audiofile/audiofile.mk
index 1c6e6de..504a81a 100644
--- a/package/audiofile/audiofile.mk
+++ b/package/audiofile/audiofile.mk
@@ -8,6 +8,8 @@ AUDIOFILE_VERSION = 0.3.4
 AUDIOFILE_SITE = http://audiofile.68k.org
 AUDIOFILE_INSTALL_STAGING = YES
 AUDIOFILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
+AUDIOFILE_LICENSE = GPLv2 LGPLv2
+AUDIOFILE_LICENSE_FILES = COPYING COPYING.GPL
 
 # Useless and needs alsa-lib
 define AUDIOFILE_DISABLE_EXAMPLES
-- 
1.7.12.4

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

* [Buildroot] [PATCH 04/10] flex: add license information
  2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
  2013-01-21 21:29 ` [Buildroot] [PATCH 02/10] coreutils: " Gustavo Zacarias
  2013-01-21 21:29 ` [Buildroot] [PATCH 03/10] audiofile: " Gustavo Zacarias
@ 2013-01-21 21:29 ` Gustavo Zacarias
  2013-01-21 22:47   ` Peter Korsgaard
  2013-01-21 21:29 ` [Buildroot] [PATCH 05/10] gzip: " Gustavo Zacarias
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 21:29 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/flex/flex.mk b/package/flex/flex.mk
index 0c1ed5a..b1963f9 100644
--- a/package/flex/flex.mk
+++ b/package/flex/flex.mk
@@ -11,6 +11,8 @@ FLEX_PATCH = flex_$(FLEX_VERSION)-$(FLEX_PATCH_VERSION).diff.gz
 FLEX_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/f/flex
 FLEX_DIR = $(BUILD_DIR)/flex-$(FLEX_VERSION)
 FLEX_INSTALL_STAGING = YES
+FLEX_LICENSE = FLEX
+FLEX_LICENSE_FILES = COPYING
 FLEX_DEPENDENCIES = \
 	$(if $(BR2_PACKAGE_GETTEXT),gettext)
 # we don't have a host-gettext/libintl
-- 
1.7.12.4

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

* [Buildroot] [PATCH 05/10] gzip: add license information
  2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2013-01-21 21:29 ` [Buildroot] [PATCH 04/10] flex: " Gustavo Zacarias
@ 2013-01-21 21:29 ` Gustavo Zacarias
  2013-01-21 22:48   ` Peter Korsgaard
  2013-01-21 21:29 ` [Buildroot] [PATCH 06/10] sshfs: " Gustavo Zacarias
                   ` (5 subsequent siblings)
  9 siblings, 1 reply; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 21:29 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/gzip/gzip.mk b/package/gzip/gzip.mk
index 0c5c124..821f694 100644
--- a/package/gzip/gzip.mk
+++ b/package/gzip/gzip.mk
@@ -6,5 +6,7 @@
 
 GZIP_VERSION = 1.5
 GZIP_SITE = $(BR2_GNU_MIRROR)/gzip
+GZIP_LICENSE = GPLv3+
+GZIP_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.7.12.4

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

* [Buildroot] [PATCH 06/10] sshfs: add license information
  2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2013-01-21 21:29 ` [Buildroot] [PATCH 05/10] gzip: " Gustavo Zacarias
@ 2013-01-21 21:29 ` Gustavo Zacarias
  2013-01-21 22:49   ` Peter Korsgaard
  2013-01-21 21:29 ` [Buildroot] [PATCH 07/10] haserl: " Gustavo Zacarias
                   ` (4 subsequent siblings)
  9 siblings, 1 reply; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 21:29 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/sshfs/sshfs.mk b/package/sshfs/sshfs.mk
index e72db0a..f3c86cf 100644
--- a/package/sshfs/sshfs.mk
+++ b/package/sshfs/sshfs.mk
@@ -7,6 +7,8 @@
 SSHFS_VERSION = 2.4
 SSHFS_SITE = http://downloads.sourceforge.net/project/fuse/sshfs-fuse/$(SSHFS_VERSION)
 SSHFS_SOURCE = sshfs-fuse-$(SSHFS_VERSION).tar.gz
+SSHFS_LICENSE = GPLv2
+SSHFS_LICENSE_FILES = COPYING
 SSHFS_DEPENDENCIES = \
 	libglib2 libfuse openssh \
 	$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
-- 
1.7.12.4

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

* [Buildroot] [PATCH 07/10] haserl: add license information
  2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2013-01-21 21:29 ` [Buildroot] [PATCH 06/10] sshfs: " Gustavo Zacarias
@ 2013-01-21 21:29 ` Gustavo Zacarias
  2013-01-21 22:50   ` Peter Korsgaard
  2013-01-21 21:29 ` [Buildroot] [PATCH 08/10] libao: " Gustavo Zacarias
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 21:29 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/haserl/haserl.mk b/package/haserl/haserl.mk
index 589b3e7..7627917 100644
--- a/package/haserl/haserl.mk
+++ b/package/haserl/haserl.mk
@@ -6,6 +6,8 @@
 
 HASERL_VERSION = $(call qstrip,$(BR2_PACKAGE_HASERL_VERSION))
 HASERL_SITE = http://downloads.sourceforge.net/project/haserl/haserl-devel/$(HASERL_VERSION)
+HASERL_LICENSE = GPLv2
+HASERL_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_PACKAGE_HASERL_WITH_LUA),y)
 	HASERL_CONF_OPT += --with-lua=$(STAGING_DIR) \
-- 
1.7.12.4

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

* [Buildroot] [PATCH 08/10] libao: add license information
  2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
                   ` (5 preceding siblings ...)
  2013-01-21 21:29 ` [Buildroot] [PATCH 07/10] haserl: " Gustavo Zacarias
@ 2013-01-21 21:29 ` Gustavo Zacarias
  2013-01-21 22:51   ` Peter Korsgaard
  2013-01-21 21:29 ` [Buildroot] [PATCH 09/10] libvorbis: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 21:29 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libao/libao.mk b/package/libao/libao.mk
index aee85a9..9e7ef05 100644
--- a/package/libao/libao.mk
+++ b/package/libao/libao.mk
@@ -8,6 +8,8 @@ LIBAO_VERSION = 1.1.0
 LIBAO_SITE = http://downloads.xiph.org/releases/ao
 LIBAO_DEPENDENCIES = host-pkgconf
 LIBAO_INSTALL_STAGING = YES
+LIBAO_LICENSE = GPLv2
+LIBAO_LICENSE_FILES = COPYING
 LIBAO_CONF_OPT = --disable-esd --disable-wmm --disable-arts \
 			--disable-nas --disable-pulse
 
-- 
1.7.12.4

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

* [Buildroot] [PATCH 09/10] libvorbis: add license information
  2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
                   ` (6 preceding siblings ...)
  2013-01-21 21:29 ` [Buildroot] [PATCH 08/10] libao: " Gustavo Zacarias
@ 2013-01-21 21:29 ` Gustavo Zacarias
  2013-01-21 22:53   ` Peter Korsgaard
  2013-01-21 21:29 ` [Buildroot] [PATCH 10/10] lame: " Gustavo Zacarias
  2013-01-21 22:42 ` [Buildroot] [PATCH 01/10] xz: " Peter Korsgaard
  9 siblings, 1 reply; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 21:29 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libvorbis/libvorbis.mk b/package/libvorbis/libvorbis.mk
index c8ff213..ace8147 100644
--- a/package/libvorbis/libvorbis.mk
+++ b/package/libvorbis/libvorbis.mk
@@ -8,9 +8,9 @@ LIBVORBIS_VERSION = 1.3.3
 LIBVORBIS_SOURCE = libvorbis-$(LIBVORBIS_VERSION).tar.gz
 LIBVORBIS_SITE = http://downloads.xiph.org/releases/vorbis/$(LIBVORBIS-SOURCE)
 LIBVORBIS_INSTALL_STAGING = YES
-
 LIBVORBIS_CONF_OPT = --disable-oggtest
-
 LIBVORBIS_DEPENDENCIES = host-pkgconf libogg
+LIBVORBIS_LICENSE = BSD-3c
+LIBVORBIS_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.7.12.4

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

* [Buildroot] [PATCH 10/10] lame: add license information
  2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
                   ` (7 preceding siblings ...)
  2013-01-21 21:29 ` [Buildroot] [PATCH 09/10] libvorbis: " Gustavo Zacarias
@ 2013-01-21 21:29 ` Gustavo Zacarias
  2013-01-21 22:54   ` Peter Korsgaard
  2013-01-21 22:42 ` [Buildroot] [PATCH 01/10] xz: " Peter Korsgaard
  9 siblings, 1 reply; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 21:29 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/multimedia/lame/lame.mk b/package/multimedia/lame/lame.mk
index a251f02..4f6b8fd 100644
--- a/package/multimedia/lame/lame.mk
+++ b/package/multimedia/lame/lame.mk
@@ -12,6 +12,8 @@ LAME_DEPENDENCIES = host-pkgconf
 LAME_INSTALL_STAGING = YES
 LAME_CONF_ENV = GTK_CONFIG=/bin/false
 LAME_CONF_OPT = --enable-dynamic-frontends
+LAME_LICENSE = LGPLv2
+LAME_LICENSE_FILES = COPYING
 
 ifeq ($(BR2_PACKAGE_LIBSNDFILE),y)
 LAME_DEPENDENCIES += libsndfile
-- 
1.7.12.4

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

* [Buildroot] [PATCH 01/10] xz: add license information
  2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
                   ` (8 preceding siblings ...)
  2013-01-21 21:29 ` [Buildroot] [PATCH 10/10] lame: " Gustavo Zacarias
@ 2013-01-21 22:42 ` Peter Korsgaard
  9 siblings, 0 replies; 24+ messages in thread
From: Peter Korsgaard @ 2013-01-21 22:42 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 02/10] coreutils: add license information
  2013-01-21 21:29 ` [Buildroot] [PATCH 02/10] coreutils: " Gustavo Zacarias
@ 2013-01-21 22:43   ` Peter Korsgaard
  0 siblings, 0 replies; 24+ messages in thread
From: Peter Korsgaard @ 2013-01-21 22:43 UTC (permalink / raw)
  To: buildroot

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

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

 Gustavo> diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
 Gustavo> index d7d0779..4fc70f7 100644
 Gustavo> --- a/package/coreutils/coreutils.mk
 Gustavo> +++ b/package/coreutils/coreutils.mk
 Gustavo> @@ -7,6 +7,8 @@
 Gustavo>  COREUTILS_VERSION = 8.18
 Gustavo>  COREUTILS_SITE = $(BR2_GNU_MIRROR)/coreutils
 Gustavo>  COREUTILS_SOURCE = coreutils-$(COREUTILS_VERSION).tar.xz
 Gustavo> +COREUTILS_LICENSE = GPLv3
 Gustavo> +COREUTILS_LICENSE_FILES = COPYING

It seems to be GPLv3+:

 grep -rls 'later version' *|wc -l
1656

Committed with that change, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 03/10] audiofile: add license information
  2013-01-21 21:29 ` [Buildroot] [PATCH 03/10] audiofile: " Gustavo Zacarias
@ 2013-01-21 22:46   ` Peter Korsgaard
  2013-01-21 22:48     ` Gustavo Zacarias
  0 siblings, 1 reply; 24+ messages in thread
From: Peter Korsgaard @ 2013-01-21 22:46 UTC (permalink / raw)
  To: buildroot

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

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

 Gustavo> diff --git a/package/audiofile/audiofile.mk b/package/audiofile/audiofile.mk
 Gustavo> index 1c6e6de..504a81a 100644
 Gustavo> --- a/package/audiofile/audiofile.mk
 Gustavo> +++ b/package/audiofile/audiofile.mk
 Gustavo> @@ -8,6 +8,8 @@ AUDIOFILE_VERSION = 0.3.4
 Gustavo>  AUDIOFILE_SITE = http://audiofile.68k.org
 Gustavo>  AUDIOFILE_INSTALL_STAGING = YES
 Gustavo>  AUDIOFILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
 Gustavo> +AUDIOFILE_LICENSE = GPLv2 LGPLv2
 Gustavo> +AUDIOFILE_LICENSE_FILES = COPYING COPYING.GPL

It's (L)GPLv2+:

grep -rls 'later version' *|wc -l
118

Committed with that change, thanks.


-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 04/10] flex: add license information
  2013-01-21 21:29 ` [Buildroot] [PATCH 04/10] flex: " Gustavo Zacarias
@ 2013-01-21 22:47   ` Peter Korsgaard
  0 siblings, 0 replies; 24+ messages in thread
From: Peter Korsgaard @ 2013-01-21 22:47 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 05/10] gzip: add license information
  2013-01-21 21:29 ` [Buildroot] [PATCH 05/10] gzip: " Gustavo Zacarias
@ 2013-01-21 22:48   ` Peter Korsgaard
  0 siblings, 0 replies; 24+ messages in thread
From: Peter Korsgaard @ 2013-01-21 22:48 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 03/10] audiofile: add license information
  2013-01-21 22:46   ` Peter Korsgaard
@ 2013-01-21 22:48     ` Gustavo Zacarias
  2013-01-21 22:57       ` Peter Korsgaard
  0 siblings, 1 reply; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 22:48 UTC (permalink / raw)
  To: buildroot

On 01/21/2013 07:46 PM, Peter Korsgaard wrote:
> It's (L)GPLv2+:
> 
> grep -rls 'later version' *|wc -l
> 118
> 
> Committed with that change, thanks.

That's for the library component, the tools however are GPL.
See README.
Regards.

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

* [Buildroot] [PATCH 06/10] sshfs: add license information
  2013-01-21 21:29 ` [Buildroot] [PATCH 06/10] sshfs: " Gustavo Zacarias
@ 2013-01-21 22:49   ` Peter Korsgaard
  0 siblings, 0 replies; 24+ messages in thread
From: Peter Korsgaard @ 2013-01-21 22:49 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 07/10] haserl: add license information
  2013-01-21 21:29 ` [Buildroot] [PATCH 07/10] haserl: " Gustavo Zacarias
@ 2013-01-21 22:50   ` Peter Korsgaard
  0 siblings, 0 replies; 24+ messages in thread
From: Peter Korsgaard @ 2013-01-21 22:50 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 08/10] libao: add license information
  2013-01-21 21:29 ` [Buildroot] [PATCH 08/10] libao: " Gustavo Zacarias
@ 2013-01-21 22:51   ` Peter Korsgaard
  0 siblings, 0 replies; 24+ messages in thread
From: Peter Korsgaard @ 2013-01-21 22:51 UTC (permalink / raw)
  To: buildroot

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

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

 Gustavo> diff --git a/package/libao/libao.mk b/package/libao/libao.mk
 Gustavo> index aee85a9..9e7ef05 100644
 Gustavo> --- a/package/libao/libao.mk
 Gustavo> +++ b/package/libao/libao.mk
 Gustavo> @@ -8,6 +8,8 @@ LIBAO_VERSION = 1.1.0
 Gustavo>  LIBAO_SITE = http://downloads.xiph.org/releases/ao
 Gustavo>  LIBAO_DEPENDENCIES = host-pkgconf
 Gustavo>  LIBAO_INSTALL_STAGING = YES
 Gustavo> +LIBAO_LICENSE = GPLv2

It is GPLv2+:

grep -rls 'later version' *|wc -l
34

Committed with that change, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 09/10] libvorbis: add license information
  2013-01-21 21:29 ` [Buildroot] [PATCH 09/10] libvorbis: " Gustavo Zacarias
@ 2013-01-21 22:53   ` Peter Korsgaard
  0 siblings, 0 replies; 24+ messages in thread
From: Peter Korsgaard @ 2013-01-21 22:53 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 10/10] lame: add license information
  2013-01-21 21:29 ` [Buildroot] [PATCH 10/10] lame: " Gustavo Zacarias
@ 2013-01-21 22:54   ` Peter Korsgaard
  0 siblings, 0 replies; 24+ messages in thread
From: Peter Korsgaard @ 2013-01-21 22:54 UTC (permalink / raw)
  To: buildroot

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

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

 Gustavo> diff --git a/package/multimedia/lame/lame.mk b/package/multimedia/lame/lame.mk
 Gustavo> index a251f02..4f6b8fd 100644
 Gustavo> --- a/package/multimedia/lame/lame.mk
 Gustavo> +++ b/package/multimedia/lame/lame.mk
 Gustavo> @@ -12,6 +12,8 @@ LAME_DEPENDENCIES = host-pkgconf
 Gustavo>  LAME_INSTALL_STAGING = YES
 Gustavo>  LAME_CONF_ENV = GTK_CONFIG=/bin/false
 Gustavo>  LAME_CONF_OPT = --enable-dynamic-frontends
 Gustavo> +LAME_LICENSE = LGPLv2

It is LGPLv2+:

grep -rls 'later version' *|wc -l
124

Committed with that change, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 03/10] audiofile: add license information
  2013-01-21 22:48     ` Gustavo Zacarias
@ 2013-01-21 22:57       ` Peter Korsgaard
  2013-01-21 22:58         ` Gustavo Zacarias
  0 siblings, 1 reply; 24+ messages in thread
From: Peter Korsgaard @ 2013-01-21 22:57 UTC (permalink / raw)
  To: buildroot

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

 Gustavo> On 01/21/2013 07:46 PM, Peter Korsgaard wrote:
 >> It's (L)GPLv2+:
 >> 
 >> grep -rls 'later version' *|wc -l
 >> 118
 >> 
 >> Committed with that change, thanks.

 Gustavo> That's for the library component, the tools however are GPL.
 Gustavo> See README.

Yes, but they are both 'or later'.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 03/10] audiofile: add license information
  2013-01-21 22:57       ` Peter Korsgaard
@ 2013-01-21 22:58         ` Gustavo Zacarias
  2013-01-24  6:52           ` Arnout Vandecappelle
  0 siblings, 1 reply; 24+ messages in thread
From: Gustavo Zacarias @ 2013-01-21 22:58 UTC (permalink / raw)
  To: buildroot

On 01/21/2013 07:57 PM, Peter Korsgaard wrote:

> Yes, but they are both 'or later'.

Ah ok, i thought you were nuking GPL.
I hate it when upstream doesn't update their license files...
Regards.

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

* [Buildroot] [PATCH 03/10] audiofile: add license information
  2013-01-21 22:58         ` Gustavo Zacarias
@ 2013-01-24  6:52           ` Arnout Vandecappelle
  0 siblings, 0 replies; 24+ messages in thread
From: Arnout Vandecappelle @ 2013-01-24  6:52 UTC (permalink / raw)
  To: buildroot

On 01/21/13 23:58, Gustavo Zacarias wrote:
> On 01/21/2013 07:57 PM, Peter Korsgaard wrote:
>
>> Yes, but they are both 'or later'.
>
> Ah ok, i thought you were nuking GPL.
> I hate it when upstream doesn't update their license files...

  The COPYING files provided by FSF don't include the "or later" 
terminology; it has to be put either in some README or in the source 
files themselves. The instructions in the COPYING file mention that.

  Regards,
  Arnout

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

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

end of thread, other threads:[~2013-01-24  6:52 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-21 21:29 [Buildroot] [PATCH 01/10] xz: add license information Gustavo Zacarias
2013-01-21 21:29 ` [Buildroot] [PATCH 02/10] coreutils: " Gustavo Zacarias
2013-01-21 22:43   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 03/10] audiofile: " Gustavo Zacarias
2013-01-21 22:46   ` Peter Korsgaard
2013-01-21 22:48     ` Gustavo Zacarias
2013-01-21 22:57       ` Peter Korsgaard
2013-01-21 22:58         ` Gustavo Zacarias
2013-01-24  6:52           ` Arnout Vandecappelle
2013-01-21 21:29 ` [Buildroot] [PATCH 04/10] flex: " Gustavo Zacarias
2013-01-21 22:47   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 05/10] gzip: " Gustavo Zacarias
2013-01-21 22:48   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 06/10] sshfs: " Gustavo Zacarias
2013-01-21 22:49   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 07/10] haserl: " Gustavo Zacarias
2013-01-21 22:50   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 08/10] libao: " Gustavo Zacarias
2013-01-21 22:51   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 09/10] libvorbis: " Gustavo Zacarias
2013-01-21 22:53   ` Peter Korsgaard
2013-01-21 21:29 ` [Buildroot] [PATCH 10/10] lame: " Gustavo Zacarias
2013-01-21 22:54   ` Peter Korsgaard
2013-01-21 22:42 ` [Buildroot] [PATCH 01/10] xz: " 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.