Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] stress: fix download url
@ 2013-10-08  2:43 Axel Lin
  2013-10-08  2:46 ` [Buildroot] [PATCH 2/2] stress: add license information Axel Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Axel Lin @ 2013-10-08  2:43 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 package/stress/stress.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/stress/stress.mk b/package/stress/stress.mk
index df9065a..6e82b50 100644
--- a/package/stress/stress.mk
+++ b/package/stress/stress.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 STRESS_VERSION = 1.0.4
-STRESS_SITE    = http://weather.ou.edu/~apw/projects/stress
+STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
 STRESS_AUTORECONF = YES
 
 # Stress is linked statically if the --enable-static is specified.
-- 
1.8.1.2

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

* [Buildroot] [PATCH 2/2] stress: add license information
  2013-10-08  2:43 [Buildroot] [PATCH 1/2] stress: fix download url Axel Lin
@ 2013-10-08  2:46 ` Axel Lin
  2013-10-08  7:15   ` Thomas Petazzoni
  2013-10-08 15:36 ` [Buildroot] [PATCH 1/2] stress: fix download url Peter Korsgaard
  2013-10-08 20:19 ` Peter Korsgaard
  2 siblings, 1 reply; 8+ messages in thread
From: Axel Lin @ 2013-10-08  2:46 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 package/stress/stress.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/stress/stress.mk b/package/stress/stress.mk
index 6e82b50..387166d 100644
--- a/package/stress/stress.mk
+++ b/package/stress/stress.mk
@@ -6,6 +6,8 @@
 
 STRESS_VERSION = 1.0.4
 STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
+STRESS_LICENSE = GPLv3+
+STRESS_LICENSE_FILES = COPYING
 STRESS_AUTORECONF = YES
 
 # Stress is linked statically if the --enable-static is specified.
-- 
1.8.1.2

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

* [Buildroot] [PATCH 2/2] stress: add license information
  2013-10-08  2:46 ` [Buildroot] [PATCH 2/2] stress: add license information Axel Lin
@ 2013-10-08  7:15   ` Thomas Petazzoni
  2013-10-08  7:44     ` Axel Lin
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2013-10-08  7:15 UTC (permalink / raw)
  To: buildroot

Dear Axel Lin,

On Tue, 08 Oct 2013 10:46:57 +0800, Axel Lin wrote:
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
>  package/stress/stress.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/stress/stress.mk b/package/stress/stress.mk
> index 6e82b50..387166d 100644
> --- a/package/stress/stress.mk
> +++ b/package/stress/stress.mk
> @@ -6,6 +6,8 @@
>  
>  STRESS_VERSION = 1.0.4
>  STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
> +STRESS_LICENSE = GPLv3+
> +STRESS_LICENSE_FILES = COPYING

Hum, the situation is a bit weird:

 * The homepage of the project states " It is written in C, and is free
   software licensed under the GPLv2."

 * The tarball contains a COPYING file which is a copy of the GPLv3.

 * The source code itself contains the mention:

     This program is free software; you can redistribute it and/or
     modify it under the terms of the GNU General Public License as
     published by the Free Software Foundation; either version 2 of the
     License, or (at your option) any later version.

So in the end, it's hard to decide whether it's GPLv2+ or GPLv3+. Maybe
you could contact the author of 'stress' and clarify the situation?

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 2/2] stress: add license information
  2013-10-08  7:15   ` Thomas Petazzoni
@ 2013-10-08  7:44     ` Axel Lin
  0 siblings, 0 replies; 8+ messages in thread
From: Axel Lin @ 2013-10-08  7:44 UTC (permalink / raw)
  To: buildroot

2013/10/8 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>:
> Dear Axel Lin,
>
> On Tue, 08 Oct 2013 10:46:57 +0800, Axel Lin wrote:
>> Signed-off-by: Axel Lin <axel.lin@ingics.com>
>> ---
>>  package/stress/stress.mk | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/package/stress/stress.mk b/package/stress/stress.mk
>> index 6e82b50..387166d 100644
>> --- a/package/stress/stress.mk
>> +++ b/package/stress/stress.mk
>> @@ -6,6 +6,8 @@
>>
>>  STRESS_VERSION = 1.0.4
>>  STRESS_SITE = http://people.seas.harvard.edu/~apw/stress
>> +STRESS_LICENSE = GPLv3+
>> +STRESS_LICENSE_FILES = COPYING
>
> Hum, the situation is a bit weird:
>
>  * The homepage of the project states " It is written in C, and is free
>    software licensed under the GPLv2."
>
>  * The tarball contains a COPYING file which is a copy of the GPLv3.
>
>  * The source code itself contains the mention:
>
>      This program is free software; you can redistribute it and/or
>      modify it under the terms of the GNU General Public License as
>      published by the Free Software Foundation; either version 2 of the
>      License, or (at your option) any later version.
>
> So in the end, it's hard to decide whether it's GPLv2+ or GPLv3+. Maybe
> you could contact the author of 'stress' and clarify the situation?
OK. I just sent a mail to the author for clarifying the license issue.

Regards,
Axel

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

* [Buildroot] [PATCH 1/2] stress: fix download url
  2013-10-08  2:43 [Buildroot] [PATCH 1/2] stress: fix download url Axel Lin
  2013-10-08  2:46 ` [Buildroot] [PATCH 2/2] stress: add license information Axel Lin
@ 2013-10-08 15:36 ` Peter Korsgaard
  2013-10-08 15:48   ` Thomas Petazzoni
  2013-10-08 20:19 ` Peter Korsgaard
  2 siblings, 1 reply; 8+ messages in thread
From: Peter Korsgaard @ 2013-10-08 15:36 UTC (permalink / raw)
  To: buildroot

>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:

 Axel> Signed-off-by: Axel Lin <axel.lin@ingics.com>
 Axel> ---
 Axel>  package/stress/stress.mk | 2 +-
 Axel>  1 file changed, 1 insertion(+), 1 deletion(-)

 Axel> diff --git a/package/stress/stress.mk b/package/stress/stress.mk
 Axel> index df9065a..6e82b50 100644
 Axel> --- a/package/stress/stress.mk
 Axel> +++ b/package/stress/stress.mk
 Axel> @@ -5,7 +5,7 @@
 Axel>  ################################################################################
 
 Axel>  STRESS_VERSION = 1.0.4
 Axel> -STRESS_SITE    = http://weather.ou.edu/~apw/projects/stress
 Axel> +STRESS_SITE = http://people.seas.harvard.edu/~apw/stress

Interestingly enough, this is not identical to the tarball we used to
use:

md5sum stress-1.0.4.*
a607afa695a511765b40993a64c6e2f4  stress-1.0.4.tar.gz
7b0859a66fc14eddb349f2fd19cf023e  stress-1.0.4.tar.gz.new

diff -urpN 1 2|diffstat                                                                             /tmp/i
 ._stress-1.0.4                                |binary
 stress-1.0.4/.DS_Store                        |binary
 stress-1.0.4/._.DS_Store                      |binary
 stress-1.0.4/._AUTHORS                        |binary
 stress-1.0.4/._ChangeLog                      |binary
 stress-1.0.4/._INSTALL                        |binary
 stress-1.0.4/._Makefile.am                    |binary
 stress-1.0.4/._Makefile.in                    |binary
 stress-1.0.4/._NEWS                           |binary
 stress-1.0.4/._README                         |binary
 stress-1.0.4/._TODO                           |binary
 stress-1.0.4/._aclocal.m4                     |binary
 stress-1.0.4/._configure                      |binary
 stress-1.0.4/._configure.in                   |binary
 stress-1.0.4/._depcomp                        |binary
 stress-1.0.4/._doc                            |binary
 stress-1.0.4/._install-sh                     |binary
 stress-1.0.4/._missing                        |binary
 stress-1.0.4/._src                            |binary
 stress-1.0.4/._test                           |binary
 stress-1.0.4/COPYING                          |  897 ++++++++------------------
 stress-1.0.4/doc/._Makefile.am                |binary
 stress-1.0.4/doc/._Makefile.in                |binary
 stress-1.0.4/doc/._mdate-sh                   |binary
 stress-1.0.4/doc/._stamp-vti                  |binary
 stress-1.0.4/doc/._stress.1                   |binary
 stress-1.0.4/doc/._stress.html                |binary
 stress-1.0.4/doc/._stress.info                |binary
 stress-1.0.4/doc/._stress.texi                |binary
 stress-1.0.4/doc/._texinfo.tex                |binary
 stress-1.0.4/doc/._version.texi               |binary
 stress-1.0.4/src/._Makefile.am                |binary
 stress-1.0.4/src/._Makefile.in                |binary
 stress-1.0.4/src/._stress.c                   |binary
 stress-1.0.4/test/._Makefile.am               |binary
 stress-1.0.4/test/._Makefile.in               |binary
 stress-1.0.4/test/._check_usage_return_code   |binary
 stress-1.0.4/test/._check_version_return_code |binary
 38 files changed, 281 insertions(+), 616 deletions(-)

The new tarball has a bunch of binary .-files, and COPYING is GPL3
instead of GPL2:

diff -u 1/stress-1.0.4/COPYING 2/stress-1.0.4/COPYING|head                                          /tmp/i
--- 1/stress-1.0.4/COPYING	2010-03-19 08:21:09.000000000 +0100
+++ 2/stress-1.0.4/COPYING	2010-03-24 00:34:05.000000000 +0100
@@ -1,622 +1,281 @@
                     GNU GENERAL PUBLIC LICENSE
-                       Version 3, 29 June 2007
+                       Version 2, June 1991
 
- Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/2] stress: fix download url
  2013-10-08 15:36 ` [Buildroot] [PATCH 1/2] stress: fix download url Peter Korsgaard
@ 2013-10-08 15:48   ` Thomas Petazzoni
  2013-10-08 20:06     ` Peter Korsgaard
  0 siblings, 1 reply; 8+ messages in thread
From: Thomas Petazzoni @ 2013-10-08 15:48 UTC (permalink / raw)
  To: buildroot

Dear Peter Korsgaard,

On Tue, 08 Oct 2013 17:36:21 +0200, Peter Korsgaard wrote:

> The new tarball has a bunch of binary .-files, and COPYING is GPL3
> instead of GPL2:
> 
> diff -u 1/stress-1.0.4/COPYING 2/stress-1.0.4/COPYING|head                                          /tmp/i
> --- 1/stress-1.0.4/COPYING	2010-03-19 08:21:09.000000000 +0100
> +++ 2/stress-1.0.4/COPYING	2010-03-24 00:34:05.000000000 +0100
> @@ -1,622 +1,281 @@
>                      GNU GENERAL PUBLIC LICENSE
> -                       Version 3, 29 June 2007
> +                       Version 2, June 1991
>  
> - Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
> + Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
> + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
> 

You mean the new tarball has a GPLv2 COPYING instead of GPLv3. This was
precisely was originally triggered the discussion: the package source
code and web site was saying GPLv2, but the COPYING was saying GPLv3.

Axel contacted the author, who replaced the COPYING by a GPLv2 one,
which is ok.

Obviously, all the other files look strange, but the COPYING change is
intentional.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 1/2] stress: fix download url
  2013-10-08 15:48   ` Thomas Petazzoni
@ 2013-10-08 20:06     ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2013-10-08 20:06 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

Hi,

 Thomas> You mean the new tarball has a GPLv2 COPYING instead of
 Thomas> GPLv3. This was precisely was originally triggered the
 Thomas> discussion: the package source code and web site was saying
 Thomas> GPLv2, but the COPYING was saying GPLv3.

Yes, indeed - I had it backwards above.

 Thomas> Axel contacted the author, who replaced the COPYING by a GPLv2 one,
 Thomas> which is ok.

 Thomas> Obviously, all the other files look strange, but the COPYING change is
 Thomas> intentional.

Ok, great.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/2] stress: fix download url
  2013-10-08  2:43 [Buildroot] [PATCH 1/2] stress: fix download url Axel Lin
  2013-10-08  2:46 ` [Buildroot] [PATCH 2/2] stress: add license information Axel Lin
  2013-10-08 15:36 ` [Buildroot] [PATCH 1/2] stress: fix download url Peter Korsgaard
@ 2013-10-08 20:19 ` Peter Korsgaard
  2 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2013-10-08 20:19 UTC (permalink / raw)
  To: buildroot

>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:

 Axel> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-10-08 20:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-08  2:43 [Buildroot] [PATCH 1/2] stress: fix download url Axel Lin
2013-10-08  2:46 ` [Buildroot] [PATCH 2/2] stress: add license information Axel Lin
2013-10-08  7:15   ` Thomas Petazzoni
2013-10-08  7:44     ` Axel Lin
2013-10-08 15:36 ` [Buildroot] [PATCH 1/2] stress: fix download url Peter Korsgaard
2013-10-08 15:48   ` Thomas Petazzoni
2013-10-08 20:06     ` Peter Korsgaard
2013-10-08 20:19 ` Peter Korsgaard

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