All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract
@ 2014-07-02 12:39 Gustavo Zacarias
  2014-07-02 12:40 ` [Buildroot] [PATCH 02/13] usbmount: add license information Gustavo Zacarias
                   ` (12 more replies)
  0 siblings, 13 replies; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:39 UTC (permalink / raw)
  To: buildroot

Switch legal-info generation dependency to patch rather than extract
so we can use debian/copyright from debian-maintained packages,
because the *orig* file alone doesn't contain the appropiate file.

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

diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
index 54193d2..d091af1 100644
--- a/package/pkg-generic.mk
+++ b/package/pkg-generic.mk
@@ -627,7 +627,7 @@ $(2)_MANIFEST_LICENSE_FILES ?= not saved
 # for overriden, local or normal remote packages alike, whether
 # we want to redistribute it or not.
 ifneq ($$($(2)_LICENSE_FILES),)
-$(1)-legal-info: $(1)-extract
+$(1)-legal-info: $(1)-patch
 endif
 
 # We only save the sources of packages we want to redistribute, that are
-- 
1.8.5.5

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

* [Buildroot] [PATCH 02/13] usbmount: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 21:42   ` Peter Korsgaard
  2014-07-02 12:40 ` [Buildroot] [PATCH 03/13] torsmo: " Gustavo Zacarias
                   ` (11 subsequent siblings)
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/usbmount/usbmount.mk b/package/usbmount/usbmount.mk
index 89662b2..ca165fa 100644
--- a/package/usbmount/usbmount.mk
+++ b/package/usbmount/usbmount.mk
@@ -8,6 +8,8 @@ USBMOUNT_VERSION = 0.0.22
 USBMOUNT_SOURCE = usbmount_$(USBMOUNT_VERSION).tar.gz
 USBMOUNT_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/u/usbmount
 USBMOUNT_DEPENDENCIES = udev lockfile-progs
+USBMOUNT_LICENSE = BSD-2c
+USBMOUNT_LICENSE_FILES = debian/copyright
 
 define USBMOUNT_INSTALL_TARGET_CMDS
 	$(INSTALL) -m 0755 -D $(@D)/usbmount $(TARGET_DIR)/usr/share/usbmount/usbmount
-- 
1.8.5.5

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

* [Buildroot] [PATCH 03/13] torsmo: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
  2014-07-02 12:40 ` [Buildroot] [PATCH 02/13] usbmount: add license information Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 21:44   ` Peter Korsgaard
  2014-07-02 12:40 ` [Buildroot] [PATCH 04/13] texinfo: " Gustavo Zacarias
                   ` (10 subsequent siblings)
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/torsmo/torsmo.mk b/package/torsmo/torsmo.mk
index ad846ca..ebe68a0 100644
--- a/package/torsmo/torsmo.mk
+++ b/package/torsmo/torsmo.mk
@@ -6,6 +6,8 @@
 
 TORSMO_VERSION = 0.18
 TORSMO_SITE = http://mirror.egtvedt.no/avr32linux.org/twiki/pub/Main/Torsmo
+TORSMO_LICENSE = BSD-3c
+TORSMO_LICENSE_FILES = COPYING
 
 # help2man doesn't work when cross compiling
 TORSMO_CONF_ENV = ac_cv_path_HELP2MAN=''
-- 
1.8.5.5

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

* [Buildroot] [PATCH 04/13] texinfo: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
  2014-07-02 12:40 ` [Buildroot] [PATCH 02/13] usbmount: add license information Gustavo Zacarias
  2014-07-02 12:40 ` [Buildroot] [PATCH 03/13] torsmo: " Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 21:46   ` Peter Korsgaard
  2014-07-02 12:40 ` [Buildroot] [PATCH 05/13] setserial: " Gustavo Zacarias
                   ` (9 subsequent siblings)
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/texinfo/texinfo.mk b/package/texinfo/texinfo.mk
index 7064e12..afb3bca 100644
--- a/package/texinfo/texinfo.mk
+++ b/package/texinfo/texinfo.mk
@@ -10,5 +10,7 @@
 
 TEXINFO_VERSION = 4.13a
 TEXINFO_SITE = $(BR2_GNU_MIRROR)/texinfo
+TEXINFO_LICENSE = GPLv3+
+TEXINFO_LICENSE_FILES = COPYING
 
 $(eval $(host-autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 05/13] setserial: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2014-07-02 12:40 ` [Buildroot] [PATCH 04/13] texinfo: " Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 21:47   ` Peter Korsgaard
  2014-07-02 12:40 ` [Buildroot] [PATCH 06/13] quota: " Gustavo Zacarias
                   ` (8 subsequent siblings)
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/setserial/setserial.mk b/package/setserial/setserial.mk
index f8d0a4b..9f28216 100644
--- a/package/setserial/setserial.mk
+++ b/package/setserial/setserial.mk
@@ -4,10 +4,12 @@
 #
 ################################################################################
 
-SETSERIAL_VERSION            = 2.17
-SETSERIAL_PATCH              = setserial_2.17-45.3.diff.gz
-SETSERIAL_SOURCE             = setserial_$(SETSERIAL_VERSION).orig.tar.gz
-SETSERIAL_SITE               = http://snapshot.debian.org/archive/debian/20131001T214925Z/pool/main/s/setserial/
+SETSERIAL_VERSION = 2.17
+SETSERIAL_PATCH = setserial_2.17-45.3.diff.gz
+SETSERIAL_SOURCE = setserial_$(SETSERIAL_VERSION).orig.tar.gz
+SETSERIAL_SITE = http://snapshot.debian.org/archive/debian/20131001T214925Z/pool/main/s/setserial/
+SETSERIAL_LICENSE = GPLv2
+SETSERIAL_LICENSE_FILES = debian/copyright
 
 define SETSERIAL_APPLY_DEBIAN_PATCHES
 	# Touching gorhack.h is needed for the Debian patch 18 to work
-- 
1.8.5.5

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

* [Buildroot] [PATCH 06/13] quota: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2014-07-02 12:40 ` [Buildroot] [PATCH 05/13] setserial: " Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 21:51   ` Peter Korsgaard
  2014-07-02 12:40 ` [Buildroot] [PATCH 07/13] opencv: " Gustavo Zacarias
                   ` (7 subsequent siblings)
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/quota/quota.mk b/package/quota/quota.mk
index 4febb50..1cc96d7 100644
--- a/package/quota/quota.mk
+++ b/package/quota/quota.mk
@@ -8,6 +8,7 @@ QUOTA_VERSION = 4.00
 QUOTA_SITE = http://downloads.sourceforge.net/project/linuxquota/quota-tools/$(QUOTA_VERSION)
 QUOTA_DEPENDENCIES = host-gettext
 QUOTA_AUTORECONF = YES
+QUOTA_LICENSE = GPLv2+
 
 QUOTA_CFLAGS = $(TARGET_CFLAGS)
 QUOTA_LDFLAGS = $(TARGET_LDFLAGS)
-- 
1.8.5.5

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

* [Buildroot] [PATCH 07/13] opencv: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2014-07-02 12:40 ` [Buildroot] [PATCH 06/13] quota: " Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 21:52   ` Peter Korsgaard
  2014-07-02 12:40 ` [Buildroot] [PATCH 08/13] musepack: " Gustavo Zacarias
                   ` (6 subsequent siblings)
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/opencv/opencv.mk b/package/opencv/opencv.mk
index 3fcba80..464a95a 100644
--- a/package/opencv/opencv.mk
+++ b/package/opencv/opencv.mk
@@ -5,9 +5,11 @@
 ################################################################################
 
 OPENCV_VERSION = 2.4.2
-OPENCV_SITE    = http://downloads.sourceforge.net/project/opencvlibrary/opencv-unix/$(OPENCV_VERSION)
-OPENCV_SOURCE  = OpenCV-$(OPENCV_VERSION).tar.bz2
+OPENCV_SITE = http://downloads.sourceforge.net/project/opencvlibrary/opencv-unix/$(OPENCV_VERSION)
+OPENCV_SOURCE = OpenCV-$(OPENCV_VERSION).tar.bz2
 OPENCV_INSTALL_STAGING = YES
+OPENCV_LICENSE = BSD-3c
+OPENCV_LICENSE_FILES = doc/license.txt
 
 OPENCV_CONF_OPT += \
 	-DBUILD_WITH_STATIC_CRT=OFF                                  \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 08/13] musepack: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
                   ` (5 preceding siblings ...)
  2014-07-02 12:40 ` [Buildroot] [PATCH 07/13] opencv: " Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 21:54   ` Peter Korsgaard
  2014-07-02 12:40 ` [Buildroot] [PATCH 09/13] makedevs: " Gustavo Zacarias
                   ` (5 subsequent siblings)
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/musepack/musepack.mk b/package/musepack/musepack.mk
index ce2d17e..80bc26b 100644
--- a/package/musepack/musepack.mk
+++ b/package/musepack/musepack.mk
@@ -10,5 +10,7 @@ MUSEPACK_SOURCE = musepack_src_$(MUSEPACK_VERSION).tar.gz
 MUSEPACK_DEPENDENCIES = libcuefile libreplaygain
 MUSEPACK_INSTALL_STAGING = YES
 MUSEPACK_MAKE = $(MAKE1)
+MUSEPACK_LICENSE = BSD-3c (*mpcdec), LGPLv2.1+ (*mpcenc)
+MUSEPACK_LICENSE_FILES = libmpcdec/COPYING libmpcenc/quant.c
 
 $(eval $(cmake-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 09/13] makedevs: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
                   ` (6 preceding siblings ...)
  2014-07-02 12:40 ` [Buildroot] [PATCH 08/13] musepack: " Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 22:01   ` Peter Korsgaard
  2014-07-02 12:40 ` [Buildroot] [PATCH 10/13] linux-fusion: " Gustavo Zacarias
                   ` (4 subsequent siblings)
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/makedevs/makedevs.mk b/package/makedevs/makedevs.mk
index 7210dc6..6ca688c 100644
--- a/package/makedevs/makedevs.mk
+++ b/package/makedevs/makedevs.mk
@@ -9,6 +9,7 @@ MAKEDEVS_SOURCE =
 HOST_MAKEDEVS_SOURCE =
 
 MAKEDEVS_VERSION = buildroot-$(BR2_VERSION)
+MAKEDEVS_LICENSE = LGPLv2
 
 define MAKEDEVS_BUILD_CMDS
 	$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 10/13] linux-fusion: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
                   ` (7 preceding siblings ...)
  2014-07-02 12:40 ` [Buildroot] [PATCH 09/13] makedevs: " Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 22:04   ` Peter Korsgaard
  2014-07-02 12:40 ` [Buildroot] [PATCH 11/13] libraw: " Gustavo Zacarias
                   ` (3 subsequent siblings)
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/linux-fusion/linux-fusion.mk b/package/linux-fusion/linux-fusion.mk
index 635e07f..120ad95 100644
--- a/package/linux-fusion/linux-fusion.mk
+++ b/package/linux-fusion/linux-fusion.mk
@@ -8,6 +8,8 @@ LINUX_FUSION_VERSION = 9.0.2
 LINUX_FUSION_SITE = http://directfb.org/downloads/Core/linux-fusion
 LINUX_FUSION_INSTALL_STAGING = YES
 LINUX_FUSION_DEPENDENCIES = linux
+LINUX_FUSION_LICENSE = LGPLv2+
+LINUX_FUSION_LICENSE_FILES = debian/copyright
 
 LINUX_FOR_FUSION=$(LINUX_VERSION_PROBED)
 LINUX_FUSION_ETC_DIR=$(TARGET_DIR)/etc/udev/rules.d
-- 
1.8.5.5

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

* [Buildroot] [PATCH 11/13] libraw: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
                   ` (8 preceding siblings ...)
  2014-07-02 12:40 ` [Buildroot] [PATCH 10/13] linux-fusion: " Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 22:08   ` Peter Korsgaard
  2014-07-02 12:40 ` [Buildroot] [PATCH 12/13] lesstif: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libraw/libraw.mk b/package/libraw/libraw.mk
index bd52cc0..6720edc 100644
--- a/package/libraw/libraw.mk
+++ b/package/libraw/libraw.mk
@@ -7,10 +7,11 @@
 LIBRAW_VERSION = 0.13.4
 LIBRAW_SOURCE = LibRaw-$(LIBRAW_VERSION).tar.gz
 LIBRAW_SITE = http://www.libraw.org/data/
-
 LIBRAW_INSTALL_STAGING = YES
 LIBRAW_CONF_OPT += --disable-examples --disable-lcms \
 			--disable-openmp --disable-demosaic-pack-gpl2 \
 			--disable-demosaic-pack-gpl3
+LIBRAW_LICENSE = LGPLv2.1 or CDDL 1.0 or LibRaw Software License 27032010
+LIBRAW_LICENSE_FILES = LICENSE.LGPL LICENSE.CDDL LICENSE.LibRaw.pdf
 
 $(eval $(autotools-package))
-- 
1.8.5.5

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

* [Buildroot] [PATCH 12/13] lesstif: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
                   ` (9 preceding siblings ...)
  2014-07-02 12:40 ` [Buildroot] [PATCH 11/13] libraw: " Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 22:13   ` Peter Korsgaard
  2014-07-02 12:40 ` [Buildroot] [PATCH 13/13] dmraid: " Gustavo Zacarias
  2014-07-08 15:38 ` [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Peter Korsgaard
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/lesstif/lesstif.mk b/package/lesstif/lesstif.mk
index 5115107..cd17087 100644
--- a/package/lesstif/lesstif.mk
+++ b/package/lesstif/lesstif.mk
@@ -4,14 +4,15 @@
 #
 ################################################################################
 LESSTIF_VERSION = 0.95.2
-LESSTIF_SOURCE  = lesstif-$(LESSTIF_VERSION).tar.bz2
-LESSTIF_SITE    = http://downloads.sourceforge.net/project/lesstif/lesstif/$(LESSTIF_VERSION)
+LESSTIF_SOURCE = lesstif-$(LESSTIF_VERSION).tar.bz2
+LESSTIF_SITE = http://downloads.sourceforge.net/project/lesstif/lesstif/$(LESSTIF_VERSION)
 LESSTIF_INSTALL_STAGING = YES
 LESSTIF_DEPENDENCIES = \
 	xlib_libXt \
 	xlib_libXext \
 	freetype
-
+LESSTIF_LICENSE = LGPLv2+
+LESSTIF_LICENSE_FILES = COPYING.LIB
 LESSTIF_CONF_OPT = \
 	--with-gnu-ld \
 	--with-freetype-config=$(STAGING_DIR)/usr/bin/freetype-config \
-- 
1.8.5.5

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

* [Buildroot] [PATCH 13/13] dmraid: add license information
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
                   ` (10 preceding siblings ...)
  2014-07-02 12:40 ` [Buildroot] [PATCH 12/13] lesstif: " Gustavo Zacarias
@ 2014-07-02 12:40 ` Gustavo Zacarias
  2014-07-08 22:23   ` Peter Korsgaard
  2014-07-08 15:38 ` [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Peter Korsgaard
  12 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-02 12:40 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/dmraid/dmraid.mk b/package/dmraid/dmraid.mk
index 412c903..612f560 100644
--- a/package/dmraid/dmraid.mk
+++ b/package/dmraid/dmraid.mk
@@ -12,6 +12,8 @@ DMRAID_SUBDIR = $(DMRAID_VERSION)/dmraid
 DMRAID_MAKE = $(MAKE1)
 DMRAID_INSTALL_STAGING = YES
 DMRAID_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
+DMRAID_LICENSE = GPLv2+, LGPLv2.1
+DMRAID_LICENSE_FILES = $(DMRAID_SUBDIR)/LICENSE_GPL $(DMRAID_SUBDIR)/LICENSE_LGPL
 
 DMRAID_DEPENDENCIES = lvm2
 
-- 
1.8.5.5

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

* [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract
  2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
                   ` (11 preceding siblings ...)
  2014-07-02 12:40 ` [Buildroot] [PATCH 13/13] dmraid: " Gustavo Zacarias
@ 2014-07-08 15:38 ` Peter Korsgaard
  12 siblings, 0 replies; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 15:38 UTC (permalink / raw)
  To: buildroot

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

 > Switch legal-info generation dependency to patch rather than extract
 > so we can use debian/copyright from debian-maintained packages,
 > because the *orig* file alone doesn't contain the appropiate file.

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 02/13] usbmount: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 02/13] usbmount: add license information Gustavo Zacarias
@ 2014-07-08 21:42   ` Peter Korsgaard
  0 siblings, 0 replies; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 21:42 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] 30+ messages in thread

* [Buildroot] [PATCH 03/13] torsmo: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 03/13] torsmo: " Gustavo Zacarias
@ 2014-07-08 21:44   ` Peter Korsgaard
  0 siblings, 0 replies; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 21:44 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] 30+ messages in thread

* [Buildroot] [PATCH 04/13] texinfo: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 04/13] texinfo: " Gustavo Zacarias
@ 2014-07-08 21:46   ` Peter Korsgaard
  0 siblings, 0 replies; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 21:46 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] 30+ messages in thread

* [Buildroot] [PATCH 05/13] setserial: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 05/13] setserial: " Gustavo Zacarias
@ 2014-07-08 21:47   ` Peter Korsgaard
  0 siblings, 0 replies; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 21:47 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] 30+ messages in thread

* [Buildroot] [PATCH 06/13] quota: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 06/13] quota: " Gustavo Zacarias
@ 2014-07-08 21:51   ` Peter Korsgaard
  0 siblings, 0 replies; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 21:51 UTC (permalink / raw)
  To: buildroot

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

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

 > diff --git a/package/quota/quota.mk b/package/quota/quota.mk
 > index 4febb50..1cc96d7 100644
 > --- a/package/quota/quota.mk
 > +++ b/package/quota/quota.mk
 > @@ -8,6 +8,7 @@ QUOTA_VERSION = 4.00
 >  QUOTA_SITE = http://downloads.sourceforge.net/project/linuxquota/quota-tools/$(QUOTA_VERSION)
 >  QUOTA_DEPENDENCIES = host-gettext
 >  QUOTA_AUTORECONF = YES
 > +QUOTA_LICENSE = GPLv2+

Some of the files have BSD headers, but it is probably true that the
release as a whole most be GPLv2.

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 07/13] opencv: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 07/13] opencv: " Gustavo Zacarias
@ 2014-07-08 21:52   ` Peter Korsgaard
  0 siblings, 0 replies; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 21:52 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] 30+ messages in thread

* [Buildroot] [PATCH 08/13] musepack: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 08/13] musepack: " Gustavo Zacarias
@ 2014-07-08 21:54   ` Peter Korsgaard
  0 siblings, 0 replies; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 21:54 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] 30+ messages in thread

* [Buildroot] [PATCH 09/13] makedevs: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 09/13] makedevs: " Gustavo Zacarias
@ 2014-07-08 22:01   ` Peter Korsgaard
  2014-07-08 22:04     ` Gustavo Zacarias
  0 siblings, 1 reply; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 22:01 UTC (permalink / raw)
  To: buildroot

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

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

 > diff --git a/package/makedevs/makedevs.mk b/package/makedevs/makedevs.mk
 > index 7210dc6..6ca688c 100644
 > --- a/package/makedevs/makedevs.mk
 > +++ b/package/makedevs/makedevs.mk
 > @@ -9,6 +9,7 @@ MAKEDEVS_SOURCE =
 >  HOST_MAKEDEVS_SOURCE =
 
 >  MAKEDEVS_VERSION = buildroot-$(BR2_VERSION)
 > +MAKEDEVS_LICENSE = LGPLv2

Why? It has a GPLv2 header and is part of Buildroot, so it should be
GPLv2. It doesn't really matter though as the legal-info doesn't do
anything when the packages doesn't have a _SOURCE.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 10/13] linux-fusion: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 10/13] linux-fusion: " Gustavo Zacarias
@ 2014-07-08 22:04   ` Peter Korsgaard
  0 siblings, 0 replies; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 22:04 UTC (permalink / raw)
  To: buildroot

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

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

 > diff --git a/package/linux-fusion/linux-fusion.mk b/package/linux-fusion/linux-fusion.mk
 > index 635e07f..120ad95 100644
 > --- a/package/linux-fusion/linux-fusion.mk
 > +++ b/package/linux-fusion/linux-fusion.mk
 > @@ -8,6 +8,8 @@ LINUX_FUSION_VERSION = 9.0.2
 >  LINUX_FUSION_SITE = http://directfb.org/downloads/Core/linux-fusion
 >  LINUX_FUSION_INSTALL_STAGING = YES
 >  LINUX_FUSION_DEPENDENCIES = linux
 > +LINUX_FUSION_LICENSE = LGPLv2+
 > +LINUX_FUSION_LICENSE_FILES = debian/copyright

That file (and others) state GPLv2+, so I've changed it to that and
committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 09/13] makedevs: add license information
  2014-07-08 22:01   ` Peter Korsgaard
@ 2014-07-08 22:04     ` Gustavo Zacarias
  2014-07-08 22:27       ` Peter Korsgaard
  0 siblings, 1 reply; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-08 22:04 UTC (permalink / raw)
  To: buildroot

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

> Why? It has a GPLv2 header and is part of Buildroot, so it should be
> GPLv2. It doesn't really matter though as the legal-info doesn't do
> anything when the packages doesn't have a _SOURCE.

True, it's GPL, probably floating letter syndrome after looking at so
many licenses.
Well, it does nothing but it should since there are other sources in the
tree that are likely not GPL (example: mcookie).
Regards.

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

* [Buildroot] [PATCH 11/13] libraw: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 11/13] libraw: " Gustavo Zacarias
@ 2014-07-08 22:08   ` Peter Korsgaard
  0 siblings, 0 replies; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 22:08 UTC (permalink / raw)
  To: buildroot

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

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

 > diff --git a/package/libraw/libraw.mk b/package/libraw/libraw.mk
 > index bd52cc0..6720edc 100644
 > --- a/package/libraw/libraw.mk
 > +++ b/package/libraw/libraw.mk
 > @@ -7,10 +7,11 @@
 >  LIBRAW_VERSION = 0.13.4
 >  LIBRAW_SOURCE = LibRaw-$(LIBRAW_VERSION).tar.gz
 >  LIBRAW_SITE = http://www.libraw.org/data/
 > -
 >  LIBRAW_INSTALL_STAGING = YES
 >  LIBRAW_CONF_OPT += --disable-examples --disable-lcms \
 >  			--disable-openmp --disable-demosaic-pack-gpl2 \
 >  			--disable-demosaic-pack-gpl3
 > +LIBRAW_LICENSE = LGPLv2.1 or CDDL 1.0 or LibRaw Software License 27032010
 > +LIBRAW_LICENSE_FILES = LICENSE.LGPL LICENSE.CDDL LICENSE.LibRaw.pdf

README gives a nice overview, so I've added that as well and committed,
thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 12/13] lesstif: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 12/13] lesstif: " Gustavo Zacarias
@ 2014-07-08 22:13   ` Peter Korsgaard
  0 siblings, 0 replies; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 22:13 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] 30+ messages in thread

* [Buildroot] [PATCH 13/13] dmraid: add license information
  2014-07-02 12:40 ` [Buildroot] [PATCH 13/13] dmraid: " Gustavo Zacarias
@ 2014-07-08 22:23   ` Peter Korsgaard
  2014-07-08 22:26     ` Gustavo Zacarias
  0 siblings, 1 reply; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 22:23 UTC (permalink / raw)
  To: buildroot

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

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

 > diff --git a/package/dmraid/dmraid.mk b/package/dmraid/dmraid.mk
 > index 412c903..612f560 100644
 > --- a/package/dmraid/dmraid.mk
 > +++ b/package/dmraid/dmraid.mk
 > @@ -12,6 +12,8 @@ DMRAID_SUBDIR = $(DMRAID_VERSION)/dmraid
 >  DMRAID_MAKE = $(MAKE1)
 >  DMRAID_INSTALL_STAGING = YES
 >  DMRAID_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
 > +DMRAID_LICENSE = GPLv2+, LGPLv2.1
 > +DMRAID_LICENSE_FILES = $(DMRAID_SUBDIR)/LICENSE_GPL $(DMRAID_SUBDIR)/LICENSE_LGPL

I actually don't see any LGPL references in the sources - And looking at
other distributions, they have also classified it as GPLv2+, so I've
dropped the LGPL part and instead added 'LICENSE' to _LICENSE_FILES.

Committed with those changes, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 13/13] dmraid: add license information
  2014-07-08 22:23   ` Peter Korsgaard
@ 2014-07-08 22:26     ` Gustavo Zacarias
  0 siblings, 0 replies; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-08 22:26 UTC (permalink / raw)
  To: buildroot

On 07/08/2014 07:23 PM, Peter Korsgaard wrote:

> I actually don't see any LGPL references in the sources - And looking at
> other distributions, they have also classified it as GPLv2+, so I've
> dropped the LGPL part and instead added 'LICENSE' to _LICENSE_FILES.
> 
> Committed with those changes, thanks.

I tried to err on the safe side on this one since it's mentioned in
LICENSE and the LGPL COPYING is shipped as well.
There's probably an exception somewhere when linking to the libs,
however we don't use it that way so just GPL is probably fine.
Regards.

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

* [Buildroot] [PATCH 09/13] makedevs: add license information
  2014-07-08 22:04     ` Gustavo Zacarias
@ 2014-07-08 22:27       ` Peter Korsgaard
  2014-07-08 22:28         ` Gustavo Zacarias
  0 siblings, 1 reply; 30+ messages in thread
From: Peter Korsgaard @ 2014-07-08 22:27 UTC (permalink / raw)
  To: buildroot

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

 > On 07/08/2014 07:01 PM, Peter Korsgaard wrote:
 >> Why? It has a GPLv2 header and is part of Buildroot, so it should be
 >> GPLv2. It doesn't really matter though as the legal-info doesn't do
 >> anything when the packages doesn't have a _SOURCE.

 > True, it's GPL, probably floating letter syndrome after looking at so
 > many licenses.
 > Well, it does nothing but it should since there are other sources in the
 > tree that are likely not GPL (example: mcookie).

Hmm, yes - Is there really not an upstream for mcookie?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 09/13] makedevs: add license information
  2014-07-08 22:27       ` Peter Korsgaard
@ 2014-07-08 22:28         ` Gustavo Zacarias
  0 siblings, 0 replies; 30+ messages in thread
From: Gustavo Zacarias @ 2014-07-08 22:28 UTC (permalink / raw)
  To: buildroot

On 07/08/2014 07:27 PM, Peter Korsgaard wrote:

> Hmm, yes - Is there really not an upstream for mcookie?

I didn't try to track it down, header says it's Public Domain, but that
wouldn't make it GPL :)
Regards.

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

end of thread, other threads:[~2014-07-08 22:28 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-02 12:39 [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract Gustavo Zacarias
2014-07-02 12:40 ` [Buildroot] [PATCH 02/13] usbmount: add license information Gustavo Zacarias
2014-07-08 21:42   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 03/13] torsmo: " Gustavo Zacarias
2014-07-08 21:44   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 04/13] texinfo: " Gustavo Zacarias
2014-07-08 21:46   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 05/13] setserial: " Gustavo Zacarias
2014-07-08 21:47   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 06/13] quota: " Gustavo Zacarias
2014-07-08 21:51   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 07/13] opencv: " Gustavo Zacarias
2014-07-08 21:52   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 08/13] musepack: " Gustavo Zacarias
2014-07-08 21:54   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 09/13] makedevs: " Gustavo Zacarias
2014-07-08 22:01   ` Peter Korsgaard
2014-07-08 22:04     ` Gustavo Zacarias
2014-07-08 22:27       ` Peter Korsgaard
2014-07-08 22:28         ` Gustavo Zacarias
2014-07-02 12:40 ` [Buildroot] [PATCH 10/13] linux-fusion: " Gustavo Zacarias
2014-07-08 22:04   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 11/13] libraw: " Gustavo Zacarias
2014-07-08 22:08   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 12/13] lesstif: " Gustavo Zacarias
2014-07-08 22:13   ` Peter Korsgaard
2014-07-02 12:40 ` [Buildroot] [PATCH 13/13] dmraid: " Gustavo Zacarias
2014-07-08 22:23   ` Peter Korsgaard
2014-07-08 22:26     ` Gustavo Zacarias
2014-07-08 15:38 ` [Buildroot] [PATCH 01/13] legal-info: depend on patch rather than extract 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.