All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] iperf: Fix license
@ 2013-07-25  9:27 Chunrong Guo
  2013-07-29  9:45 ` Guo Chunrong-B40290
  0 siblings, 1 reply; 4+ messages in thread
From: Chunrong Guo @ 2013-07-25  9:27 UTC (permalink / raw)
  To: openembedded-devel; +Cc: b40527

    *the current version of Iperf has a false LICENSE set,
     so fix license with the generic BSD license

Signed-off-by: Chunrong Guo <B40290@freescale.com>
---
 meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb b/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb
index 8107701..03b8fe0 100644
--- a/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb
+++ b/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics"
 HOMEPAGE = "http://dast.nlanr.net/Projects/Iperf/"
 SECTION = "console/network"
-LICENSE = "NewBSD"
+LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e8478eae9f479e39bc34975193360298"
 
 SRC_URI = " \
-- 
1.7.5.4




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

* Re: [meta-oe][PATCH] iperf: Fix license
  2013-07-25  9:27 [meta-oe][PATCH] iperf: Fix license Chunrong Guo
@ 2013-07-29  9:45 ` Guo Chunrong-B40290
  2013-07-30 14:14   ` Paul Barker
  0 siblings, 1 reply; 4+ messages in thread
From: Guo Chunrong-B40290 @ 2013-07-29  9:45 UTC (permalink / raw)
  To: Guo Chunrong-B40290, openembedded-devel; +Cc: Yu Zongchun-B40527

Hello,

I'd appreciate if someone can review.

Thanks
chunrong

-----Original Message-----
From: Guo Chunrong-B40290 
Sent: Thursday, July 25, 2013 5:28 PM
To: openembedded-devel@lists.openembedded.org
Cc: Liu Ting-B28495; Luo Zhenhua-B19537; Guo Chunrong-B40290; Yu Zongchun-B40527; Guo Chunrong-B40290
Subject: [meta-oe][PATCH] iperf: Fix license

    *the current version of Iperf has a false LICENSE set,
     so fix license with the generic BSD license

Signed-off-by: Chunrong Guo <B40290@freescale.com>
---
 meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb b/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb
index 8107701..03b8fe0 100644
--- a/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb
+++ b/meta-oe/recipes-benchmark/iperf/iperf_2.0.4.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Iperf is a tool to measure maximum TCP bandwidth, allowing the tuning of various parameters and UDP characteristics"
 HOMEPAGE = "http://dast.nlanr.net/Projects/Iperf/"
 SECTION = "console/network"
-LICENSE = "NewBSD"
+LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e8478eae9f479e39bc34975193360298"
 
 SRC_URI = " \
-- 
1.7.5.4




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

* Re: [meta-oe][PATCH] iperf: Fix license
  2013-07-29  9:45 ` Guo Chunrong-B40290
@ 2013-07-30 14:14   ` Paul Barker
  2013-07-31  2:04     ` Guo Chunrong-B40290
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Barker @ 2013-07-30 14:14 UTC (permalink / raw)
  To: Openembedded Discussion; +Cc: Yu Zongchun-B40527

On 29 July 2013 10:45, Guo Chunrong-B40290 <B40290@freescale.com> wrote:
> Hello,
>
> I'd appreciate if someone can review.
>

I'll take a quick look...

> -LICENSE = "NewBSD"
> +LICENSE = "BSD"

Comparing http://sourceforge.net/p/iperf/code/82/tree/trunk/COPYING
and the common licenses in openembedded-core, it looks like
"BSD-2-Clause" would be more accurate. Could you take a look and let
me know if you agree? Currently on the move so can't diff the files
myself.

-- 
Paul Barker

Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk


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

* Re: [meta-oe][PATCH] iperf: Fix license
  2013-07-30 14:14   ` Paul Barker
@ 2013-07-31  2:04     ` Guo Chunrong-B40290
  0 siblings, 0 replies; 4+ messages in thread
From: Guo Chunrong-B40290 @ 2013-07-31  2:04 UTC (permalink / raw)
  To: Paul Barker, Openembedded Discussion; +Cc: Yu Zongchun-B40527

Hello,paul barker

Thank you for your comments. 
I agree it . 

Thanks,
chunrong

-----Original Message-----
From: paul.betafive@gmail.com [mailto:paul.betafive@gmail.com] On Behalf Of Paul Barker
Sent: Tuesday, July 30, 2013 10:15 PM
To: Openembedded Discussion
Cc: Guo Chunrong-B40290; Yu Zongchun-B40527
Subject: Re: [oe] [meta-oe][PATCH] iperf: Fix license

On 29 July 2013 10:45, Guo Chunrong-B40290 <B40290@freescale.com> wrote:
> Hello,
>
> I'd appreciate if someone can review.
>

I'll take a quick look...

> -LICENSE = "NewBSD"
> +LICENSE = "BSD"

Comparing http://sourceforge.net/p/iperf/code/82/tree/trunk/COPYING
and the common licenses in openembedded-core, it looks like "BSD-2-Clause" would be more accurate. Could you take a look and let me know if you agree? Currently on the move so can't diff the files myself.

--
Paul Barker

Email: paul@paulbarker.me.uk
http://www.paulbarker.me.uk




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

end of thread, other threads:[~2013-07-31  2:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-25  9:27 [meta-oe][PATCH] iperf: Fix license Chunrong Guo
2013-07-29  9:45 ` Guo Chunrong-B40290
2013-07-30 14:14   ` Paul Barker
2013-07-31  2:04     ` Guo Chunrong-B40290

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.