All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] barebox: add license information
@ 2012-08-18  9:25 spdawson at gmail.com
  2012-08-18  9:25 ` [Buildroot] [PATCH 2/5] grub: " spdawson at gmail.com
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: spdawson at gmail.com @ 2012-08-18  9:25 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 boot/barebox/barebox.mk |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
index e5e2558..3641c1d 100644
--- a/boot/barebox/barebox.mk
+++ b/boot/barebox/barebox.mk
@@ -20,6 +20,9 @@ BAREBOX_SOURCE = barebox-$(BAREBOX_VERSION).tar.bz2
 BAREBOX_SITE = http://www.barebox.org/download/
 endif
 
+BAREBOX_LICENSE = GPLv2+
+BAREBOX_LICENSE_FILES = COPYING
+
 ifneq ($(call qstrip,$(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR)),)
 define BAREBOX_APPLY_CUSTOM_PATCHES
 	support/scripts/apply-patches.sh $(@D) $(BR2_TARGET_BAREBOX_CUSTOM_PATCH_DIR) \
-- 
1.7.9.5

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

* [Buildroot] [PATCH 2/5] grub: add license information
  2012-08-18  9:25 [Buildroot] [PATCH 1/5] barebox: add license information spdawson at gmail.com
@ 2012-08-18  9:25 ` spdawson at gmail.com
  2012-08-18  9:25 ` [Buildroot] [PATCH 3/5] syslinux: " spdawson at gmail.com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: spdawson at gmail.com @ 2012-08-18  9:25 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 boot/grub/grub.mk |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/boot/grub/grub.mk b/boot/grub/grub.mk
index e8d66f1..4a094bc 100644
--- a/boot/grub/grub.mk
+++ b/boot/grub/grub.mk
@@ -9,6 +9,9 @@ GRUB_SOURCE = grub_$(GRUB_VERSION).orig.tar.gz
 GRUB_PATCH  = grub_$(GRUB_VERSION)-35.diff.gz
 GRUB_SITE   = http://snapshot.debian.org/archive/debian/20080329T000000Z/pool/main/g/grub/
 
+GRUB_LICENSE = GPLv2+
+GRUB_LICENSE_FILES = COPYING
+
 GRUB_CFLAGS=-DSUPPORT_LOOPDEV
 ifeq ($(BR2_LARGEFILE),)
 GRUB_CFLAGS+=-U_FILE_OFFSET_BITS
-- 
1.7.9.5

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

* [Buildroot] [PATCH 3/5] syslinux: add license information
  2012-08-18  9:25 [Buildroot] [PATCH 1/5] barebox: add license information spdawson at gmail.com
  2012-08-18  9:25 ` [Buildroot] [PATCH 2/5] grub: " spdawson at gmail.com
@ 2012-08-18  9:25 ` spdawson at gmail.com
  2012-08-18  9:25 ` [Buildroot] [PATCH 4/5] uboot: " spdawson at gmail.com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: spdawson at gmail.com @ 2012-08-18  9:25 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 boot/syslinux/syslinux.mk |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/boot/syslinux/syslinux.mk b/boot/syslinux/syslinux.mk
index 7df342f..f63f2e0 100644
--- a/boot/syslinux/syslinux.mk
+++ b/boot/syslinux/syslinux.mk
@@ -8,6 +8,9 @@ SYSLINUX_VERSION = 4.05
 SYSLINUX_SOURCE  = syslinux-$(SYSLINUX_VERSION).tar.bz2
 SYSLINUX_SITE    = $(BR2_KERNEL_MIRROR)/linux/utils/boot/syslinux/4.xx/
 
+SYSLINUX_LICENSE = GPLv2+
+SYSLINUX_LICENSE_FILES = COPYING
+
 SYSLINUX_INSTALL_TARGET = NO
 SYSLINUX_INSTALL_IMAGES = YES
 
-- 
1.7.9.5

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

* [Buildroot] [PATCH 4/5] uboot: add license information
  2012-08-18  9:25 [Buildroot] [PATCH 1/5] barebox: add license information spdawson at gmail.com
  2012-08-18  9:25 ` [Buildroot] [PATCH 2/5] grub: " spdawson at gmail.com
  2012-08-18  9:25 ` [Buildroot] [PATCH 3/5] syslinux: " spdawson at gmail.com
@ 2012-08-18  9:25 ` spdawson at gmail.com
  2012-08-18  9:25 ` [Buildroot] [PATCH 5/5] xloader: " spdawson at gmail.com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: spdawson at gmail.com @ 2012-08-18  9:25 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 boot/uboot/uboot.mk |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk
index 9e03d6a..f3810c2 100644
--- a/boot/uboot/uboot.mk
+++ b/boot/uboot/uboot.mk
@@ -6,6 +6,9 @@
 UBOOT_VERSION    = $(call qstrip,$(BR2_TARGET_UBOOT_VERSION))
 UBOOT_BOARD_NAME = $(call qstrip,$(BR2_TARGET_UBOOT_BOARDNAME))
 
+UBOOT_LICENSE = GPLv2+
+UBOOT_LICENSE_FILES = COPYING
+
 UBOOT_INSTALL_IMAGES = YES
 
 ifeq ($(UBOOT_VERSION),custom)
-- 
1.7.9.5

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

* [Buildroot] [PATCH 5/5] xloader: add license information
  2012-08-18  9:25 [Buildroot] [PATCH 1/5] barebox: add license information spdawson at gmail.com
                   ` (2 preceding siblings ...)
  2012-08-18  9:25 ` [Buildroot] [PATCH 4/5] uboot: " spdawson at gmail.com
@ 2012-08-18  9:25 ` spdawson at gmail.com
  2012-08-21 10:09 ` [Buildroot] [PATCH 1/5] barebox: " Thomas Petazzoni
  2012-08-22 12:16 ` Jean-Christophe PLAGNIOL-VILLARD
  5 siblings, 0 replies; 8+ messages in thread
From: spdawson at gmail.com @ 2012-08-18  9:25 UTC (permalink / raw)
  To: buildroot

From: Simon Dawson <spdawson@gmail.com>

Signed-off-by: Simon Dawson <spdawson@gmail.com>
---
 boot/xloader/xloader.mk |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/boot/xloader/xloader.mk b/boot/xloader/xloader.mk
index fbdba02..b15d9b9 100644
--- a/boot/xloader/xloader.mk
+++ b/boot/xloader/xloader.mk
@@ -7,6 +7,9 @@ XLOADER_VERSION    = 6f3a26101303051e0f91b6213735b68ce804e94e
 XLOADER_SITE       = git://gitorious.org/x-loader/x-loader.git
 XLOADER_BOARD_NAME = $(call qstrip,$(BR2_TARGET_XLOADER_BOARDNAME))
 
+XLOADER_LICENSE = GPLv2+
+XLOADER_LICENSE_FILES = README
+
 XLOADER_INSTALL_IMAGES = YES
 
 define XLOADER_BUILD_CMDS
-- 
1.7.9.5

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

* [Buildroot] [PATCH 1/5] barebox: add license information
  2012-08-18  9:25 [Buildroot] [PATCH 1/5] barebox: add license information spdawson at gmail.com
                   ` (3 preceding siblings ...)
  2012-08-18  9:25 ` [Buildroot] [PATCH 5/5] xloader: " spdawson at gmail.com
@ 2012-08-21 10:09 ` Thomas Petazzoni
  2012-08-22 12:16 ` Jean-Christophe PLAGNIOL-VILLARD
  5 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2012-08-21 10:09 UTC (permalink / raw)
  To: buildroot

Le Sat, 18 Aug 2012 10:25:37 +0100,
spdawson at gmail.com a ?crit :

> From: Simon Dawson <spdawson@gmail.com>
> 
> Signed-off-by: Simon Dawson <spdawson@gmail.com>

Applied all 5 patches, thanks. But please also look at the gpsd build
issue!

Thanks,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATCH 1/5] barebox: add license information
  2012-08-18  9:25 [Buildroot] [PATCH 1/5] barebox: add license information spdawson at gmail.com
                   ` (4 preceding siblings ...)
  2012-08-21 10:09 ` [Buildroot] [PATCH 1/5] barebox: " Thomas Petazzoni
@ 2012-08-22 12:16 ` Jean-Christophe PLAGNIOL-VILLARD
  2012-08-22 12:47   ` Simon Dawson
  5 siblings, 1 reply; 8+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-08-22 12:16 UTC (permalink / raw)
  To: buildroot

On 10:25 Sat 18 Aug     , spdawson at gmail.com wrote:
> From: Simon Dawson <spdawson@gmail.com>
> 
> Signed-off-by: Simon Dawson <spdawson@gmail.com>
> ---
>  boot/barebox/barebox.mk |    3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/boot/barebox/barebox.mk b/boot/barebox/barebox.mk
> index e5e2558..3641c1d 100644
> --- a/boot/barebox/barebox.mk
> +++ b/boot/barebox/barebox.mk
> @@ -20,6 +20,9 @@ BAREBOX_SOURCE = barebox-$(BAREBOX_VERSION).tar.bz2
>  BAREBOX_SITE = http://www.barebox.org/download/
>  endif
>  
> +BAREBOX_LICENSE = GPLv2+
> +BAREBOX_LICENSE_FILES = COPYING
Barebox is GPLv2 only

Best Regards,
J.

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

* [Buildroot] [PATCH 1/5] barebox: add license information
  2012-08-22 12:16 ` Jean-Christophe PLAGNIOL-VILLARD
@ 2012-08-22 12:47   ` Simon Dawson
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Dawson @ 2012-08-22 12:47 UTC (permalink / raw)
  To: buildroot

On 22 August 2012 13:16, Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com> wrote:
> Barebox is GPLv2 only

Thanks Jean-Christophe; I'll fix this.

Simon.

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

end of thread, other threads:[~2012-08-22 12:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-18  9:25 [Buildroot] [PATCH 1/5] barebox: add license information spdawson at gmail.com
2012-08-18  9:25 ` [Buildroot] [PATCH 2/5] grub: " spdawson at gmail.com
2012-08-18  9:25 ` [Buildroot] [PATCH 3/5] syslinux: " spdawson at gmail.com
2012-08-18  9:25 ` [Buildroot] [PATCH 4/5] uboot: " spdawson at gmail.com
2012-08-18  9:25 ` [Buildroot] [PATCH 5/5] xloader: " spdawson at gmail.com
2012-08-21 10:09 ` [Buildroot] [PATCH 1/5] barebox: " Thomas Petazzoni
2012-08-22 12:16 ` Jean-Christophe PLAGNIOL-VILLARD
2012-08-22 12:47   ` Simon Dawson

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.