All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libftdi: Change to use GPLv2 intead of GPLv2-REL
@ 2012-10-09 12:04 Martin Ertsaas
  2012-10-09 14:17 ` Koen Kooi
  2012-10-09 17:27 ` Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: Martin Ertsaas @ 2012-10-09 12:04 UTC (permalink / raw)
  To: openembedded-devel

According to http://www.intra2net.com/en/developer/libftdi/, libftdi itself is licensed under LGPLv2,
with some parts (eeprom programmer) is licensed under GPLv2. There doesn't seem to be any part licensed
under a GPLv2-REL variation of GPLv2, and so we should use GPLv2 instead of GPLv2-REL.

Signed-off-by: Martin Ertsaas <mertsas@cisco.com>
---
 meta-oe/recipes-support/libftdi/libftdi_0.19.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
index 2dba3f4..0842aaf 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
@@ -4,7 +4,7 @@ including the popular bitbang mode."
 HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/"
 SECTION = "libs"
 
-LICENSE = "LGPLv2.1 GPLv2-RLE"
+LICENSE = "LGPLv2.1 GPLv2"
 LIC_FILES_CHKSUM= "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
                    file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \
                   "
-- 
1.7.8.6




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

* Re: [meta-oe][PATCH] libftdi: Change to use GPLv2 intead of GPLv2-REL
  2012-10-09 12:04 [meta-oe][PATCH] libftdi: Change to use GPLv2 intead of GPLv2-REL Martin Ertsaas
@ 2012-10-09 14:17 ` Koen Kooi
  2012-10-09 17:27 ` Martin Jansa
  1 sibling, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2012-10-09 14:17 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 09-10-12 14:04, Martin Ertsaas schreef:
> According to http://www.intra2net.com/en/developer/libftdi/, libftdi
> itself is licensed under LGPLv2, with some parts (eeprom programmer) is
> licensed under GPLv2. There doesn't seem to be any part licensed under a
> GPLv2-REL variation of GPLv2, and so we should use GPLv2 instead of
> GPLv2-REL.
> 
> Signed-off-by: Martin Ertsaas <mertsas@cisco.com> --- 
> meta-oe/recipes-support/libftdi/libftdi_0.19.bb |    2 +- 1 files
> changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
> b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb index 2dba3f4..0842aaf
> 100644 --- a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb +++
> b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb @@ -4,7 +4,7 @@
> including the popular bitbang mode." HOMEPAGE =
> "http://www.intra2net.com/en/developer/libftdi/" SECTION = "libs"
> 
> -LICENSE = "LGPLv2.1 GPLv2-RLE" +LICENSE = "LGPLv2.1 GPLv2" 
> LIC_FILES_CHKSUM=
> "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \ 
> file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \ "

Since LICENSE ends up in the package: missing PR bump.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFQdDIGMkyGM64RGpERAlaLAKCCNbr1Tcydi+Re/9Wdoc/zKVibKwCgi2bH
MOFVynH6iiHafgC1/70Fq/M=
=PGD4
-----END PGP SIGNATURE-----




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

* Re: [meta-oe][PATCH] libftdi: Change to use GPLv2 intead of GPLv2-REL
  2012-10-09 12:04 [meta-oe][PATCH] libftdi: Change to use GPLv2 intead of GPLv2-REL Martin Ertsaas
  2012-10-09 14:17 ` Koen Kooi
@ 2012-10-09 17:27 ` Martin Jansa
  2012-10-10  5:50   ` Martin Ertsås
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2012-10-09 17:27 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1589 bytes --]

On Tue, Oct 09, 2012 at 02:04:25PM +0200, Martin Ertsaas wrote:
> According to http://www.intra2net.com/en/developer/libftdi/, libftdi itself is licensed under LGPLv2,
> with some parts (eeprom programmer) is licensed under GPLv2. There doesn't seem to be any part licensed
> under a GPLv2-REL variation of GPLv2, and so we should use GPLv2 instead of GPLv2-REL.

Is it REL or RLE? Your subject and body says REL while LICENSE says RLE.

Cheers,
 
> Signed-off-by: Martin Ertsaas <mertsas@cisco.com>
> ---
>  meta-oe/recipes-support/libftdi/libftdi_0.19.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
> index 2dba3f4..0842aaf 100644
> --- a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
> +++ b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
> @@ -4,7 +4,7 @@ including the popular bitbang mode."
>  HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/"
>  SECTION = "libs"
>  
> -LICENSE = "LGPLv2.1 GPLv2-RLE"
> +LICENSE = "LGPLv2.1 GPLv2"
>  LIC_FILES_CHKSUM= "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
>                     file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \
>                    "
> -- 
> 1.7.8.6
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: [meta-oe][PATCH] libftdi: Change to use GPLv2 intead of GPLv2-REL
  2012-10-09 17:27 ` Martin Jansa
@ 2012-10-10  5:50   ` Martin Ertsås
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Ertsås @ 2012-10-10  5:50 UTC (permalink / raw)
  To: openembedded-devel

On 10/09/12 19:27, Martin Jansa wrote:
> On Tue, Oct 09, 2012 at 02:04:25PM +0200, Martin Ertsaas wrote:
>> According to http://www.intra2net.com/en/developer/libftdi/, libftdi itself is licensed under LGPLv2,
>> with some parts (eeprom programmer) is licensed under GPLv2. There doesn't seem to be any part licensed
>> under a GPLv2-REL variation of GPLv2, and so we should use GPLv2 instead of GPLv2-REL.
> Is it REL or RLE? Your subject and body says REL while LICENSE says RLE.
>
> Cheers,
Damn, didn't see that typo. I'll push a new one asap.

- Martin
>  
>> Signed-off-by: Martin Ertsaas <mertsas@cisco.com>
>> ---
>>  meta-oe/recipes-support/libftdi/libftdi_0.19.bb |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
>> index 2dba3f4..0842aaf 100644
>> --- a/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
>> +++ b/meta-oe/recipes-support/libftdi/libftdi_0.19.bb
>> @@ -4,7 +4,7 @@ including the popular bitbang mode."
>>  HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/"
>>  SECTION = "libs"
>>  
>> -LICENSE = "LGPLv2.1 GPLv2-RLE"
>> +LICENSE = "LGPLv2.1 GPLv2"
>>  LIC_FILES_CHKSUM= "file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
>>                     file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \
>>                    "
>> -- 
>> 1.7.8.6
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



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

end of thread, other threads:[~2012-10-10  6:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-09 12:04 [meta-oe][PATCH] libftdi: Change to use GPLv2 intead of GPLv2-REL Martin Ertsaas
2012-10-09 14:17 ` Koen Kooi
2012-10-09 17:27 ` Martin Jansa
2012-10-10  5:50   ` Martin Ertsås

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.