Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] netperf: add license information
@ 2013-04-15 12:42 Gustavo Zacarias
  2013-04-15 12:42 ` [Buildroot] [PATCH 2/2] nbd: " Gustavo Zacarias
  2013-04-15 12:45 ` [Buildroot] [PATCH 1/2] netperf: " Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2013-04-15 12:42 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/netperf/netperf.mk b/package/netperf/netperf.mk
index 06758b9..1af971a 100644
--- a/package/netperf/netperf.mk
+++ b/package/netperf/netperf.mk
@@ -7,6 +7,8 @@
 NETPERF_VERSION = 2.6.0
 NETPERF_SITE = ftp://ftp.netperf.org/netperf
 NETPERF_CONF_ENV = ac_cv_func_setpgrp_void=set
+NETPERF_LICENSE = netperf
+NETPERF_LICENSE_FILES = COPYING
 
 define NETPERF_INSTALL_TARGET_CMDS
 	$(INSTALL) -m 0755 $(@D)/src/netperf \
-- 
1.8.1.5

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

* [Buildroot] [PATCH 2/2] nbd: add license information
  2013-04-15 12:42 [Buildroot] [PATCH 1/2] netperf: add license information Gustavo Zacarias
@ 2013-04-15 12:42 ` Gustavo Zacarias
  2013-04-15 21:45   ` Peter Korsgaard
  2013-04-15 12:45 ` [Buildroot] [PATCH 1/2] netperf: " Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Gustavo Zacarias @ 2013-04-15 12:42 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/nbd/nbd.mk b/package/nbd/nbd.mk
index 8a129f3..708e567 100644
--- a/package/nbd/nbd.mk
+++ b/package/nbd/nbd.mk
@@ -9,6 +9,7 @@ NBD_SOURCE = nbd-$(NBD_VERSION).tar.bz2
 NBD_SITE = http://downloads.sourceforge.net/project/nbd/nbd/$(NBD_VERSION)
 NBD_CONF_OPT = $(if $(BR2_LARGEFILE),--enable-lfs,--disable-lfs)
 NBD_DEPENDENCIES = libglib2
+NBD_LICENSE = GPLv2
 
 ifeq ($(BR2_TOOLCHAIN_BUILDROOT)$(BR2_TOOLCHAIN_EXTERNAL_UCLIBC)$(BR2_TOOLCHAIN_CTNG_uClibc),y)
 # We have linux/falloc.h
-- 
1.8.1.5

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

* [Buildroot] [PATCH 1/2] netperf: add license information
  2013-04-15 12:42 [Buildroot] [PATCH 1/2] netperf: add license information Gustavo Zacarias
  2013-04-15 12:42 ` [Buildroot] [PATCH 2/2] nbd: " Gustavo Zacarias
@ 2013-04-15 12:45 ` Thomas Petazzoni
  2013-04-15 12:50   ` Gustavo Zacarias
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2013-04-15 12:45 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Mon, 15 Apr 2013 09:42:09 -0300, Gustavo Zacarias wrote:

> +NETPERF_LICENSE = netperf

'netperf license' if it's indeed a specific license.

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] 5+ messages in thread

* [Buildroot] [PATCH 1/2] netperf: add license information
  2013-04-15 12:45 ` [Buildroot] [PATCH 1/2] netperf: " Thomas Petazzoni
@ 2013-04-15 12:50   ` Gustavo Zacarias
  0 siblings, 0 replies; 5+ messages in thread
From: Gustavo Zacarias @ 2013-04-15 12:50 UTC (permalink / raw)
  To: buildroot

On 04/15/2013 09:45 AM, Thomas Petazzoni wrote:

>> +NETPERF_LICENSE = netperf
> 
> 'netperf license' if it's indeed a specific license.

It's some Hewlett Packard license thingy, but who knows if it's only for
netperf and how it's called if it's used for anything else, so "netperf
license" fits best.
Regards.

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

* [Buildroot] [PATCH 2/2] nbd: add license information
  2013-04-15 12:42 ` [Buildroot] [PATCH 2/2] nbd: " Gustavo Zacarias
@ 2013-04-15 21:45   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2013-04-15 21:45 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] 5+ messages in thread

end of thread, other threads:[~2013-04-15 21:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 12:42 [Buildroot] [PATCH 1/2] netperf: add license information Gustavo Zacarias
2013-04-15 12:42 ` [Buildroot] [PATCH 2/2] nbd: " Gustavo Zacarias
2013-04-15 21:45   ` Peter Korsgaard
2013-04-15 12:45 ` [Buildroot] [PATCH 1/2] netperf: " Thomas Petazzoni
2013-04-15 12:50   ` Gustavo Zacarias

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