diff mbox

[03/10] audiofile: add license information

Message ID 1358803790-30245-3-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 1eb9845ad62c5e224ba736c8c8ad7640dfd79899
Headers show

Commit Message

Gustavo Zacarias Jan. 21, 2013, 9:29 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/audiofile/audiofile.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Peter Korsgaard Jan. 21, 2013, 10:46 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

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

 Gustavo> diff --git a/package/audiofile/audiofile.mk b/package/audiofile/audiofile.mk
 Gustavo> index 1c6e6de..504a81a 100644
 Gustavo> --- a/package/audiofile/audiofile.mk
 Gustavo> +++ b/package/audiofile/audiofile.mk
 Gustavo> @@ -8,6 +8,8 @@ AUDIOFILE_VERSION = 0.3.4
 Gustavo>  AUDIOFILE_SITE = http://audiofile.68k.org
 Gustavo>  AUDIOFILE_INSTALL_STAGING = YES
 Gustavo>  AUDIOFILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
 Gustavo> +AUDIOFILE_LICENSE = GPLv2 LGPLv2
 Gustavo> +AUDIOFILE_LICENSE_FILES = COPYING COPYING.GPL

It's (L)GPLv2+:

grep -rls 'later version' *|wc -l
118

Committed with that change, thanks.
Gustavo Zacarias Jan. 21, 2013, 10:48 p.m. UTC | #2
On 01/21/2013 07:46 PM, Peter Korsgaard wrote:
> It's (L)GPLv2+:
> 
> grep -rls 'later version' *|wc -l
> 118
> 
> Committed with that change, thanks.

That's for the library component, the tools however are GPL.
See README.
Regards.
Peter Korsgaard Jan. 21, 2013, 10:57 p.m. UTC | #3
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> On 01/21/2013 07:46 PM, Peter Korsgaard wrote:
 >> It's (L)GPLv2+:
 >> 
 >> grep -rls 'later version' *|wc -l
 >> 118
 >> 
 >> Committed with that change, thanks.

 Gustavo> That's for the library component, the tools however are GPL.
 Gustavo> See README.

Yes, but they are both 'or later'.
Gustavo Zacarias Jan. 21, 2013, 10:58 p.m. UTC | #4
On 01/21/2013 07:57 PM, Peter Korsgaard wrote:

> Yes, but they are both 'or later'.

Ah ok, i thought you were nuking GPL.
I hate it when upstream doesn't update their license files...
Regards.
Arnout Vandecappelle Jan. 24, 2013, 6:52 a.m. UTC | #5
On 01/21/13 23:58, Gustavo Zacarias wrote:
> On 01/21/2013 07:57 PM, Peter Korsgaard wrote:
>
>> Yes, but they are both 'or later'.
>
> Ah ok, i thought you were nuking GPL.
> I hate it when upstream doesn't update their license files...

  The COPYING files provided by FSF don't include the "or later" 
terminology; it has to be put either in some README or in the source 
files themselves. The instructions in the COPYING file mention that.

  Regards,
  Arnout
diff mbox

Patch

diff --git a/package/audiofile/audiofile.mk b/package/audiofile/audiofile.mk
index 1c6e6de..504a81a 100644
--- a/package/audiofile/audiofile.mk
+++ b/package/audiofile/audiofile.mk
@@ -8,6 +8,8 @@  AUDIOFILE_VERSION = 0.3.4
 AUDIOFILE_SITE = http://audiofile.68k.org
 AUDIOFILE_INSTALL_STAGING = YES
 AUDIOFILE_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
+AUDIOFILE_LICENSE = GPLv2 LGPLv2
+AUDIOFILE_LICENSE_FILES = COPYING COPYING.GPL
 
 # Useless and needs alsa-lib
 define AUDIOFILE_DISABLE_EXAMPLES