From: Martin Jansa <martin.jansa@gmail.com>
To: akuster808 <akuster808@gmail.com>
Cc: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] nettle: clean up license information
Date: Fri, 21 Aug 2015 16:58:05 +0200 [thread overview]
Message-ID: <20150821145805.GC2442@jama> (raw)
In-Reply-To: <55D7364C.7090508@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 3787 bytes --]
On Fri, Aug 21, 2015 at 07:31:40AM -0700, akuster808 wrote:
>
>
> On 08/21/2015 05:06 AM, Martin Jansa wrote:
> > On Fri, Aug 21, 2015 at 11:48:30AM +0300, Jussi Kukkonen wrote:
> >> On 18 August 2015 at 11:03, Martin Jansa <martin.jansa@gmail.com> wrote:
> >>> On Sun, Aug 09, 2015 at 10:58:21AM +0530, Armin Kuster wrote:
> >>>> adding the license definitions on the few packages that
> >>>> deviate from the overall package license.
> >>>>
> >>>> based on http://www.lysator.liu.se/~nisse/nettle/nettle.html#Copyright
> >>>> and spot checking files.
> >>>>
> >>>> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> >>>> ---
> >>>> meta/recipes-support/nettle/nettle_2.7.1.bb | 9 +++++++++
> >>>> 1 file changed, 9 insertions(+)
> >>>>
> >>>> diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/meta/recipes-support/nettle/nettle_2.7.1.bb
> >>>> index f53afcc..f9d331f 100644
> >>>> --- a/meta/recipes-support/nettle/nettle_2.7.1.bb
> >>>> +++ b/meta/recipes-support/nettle/nettle_2.7.1.bb
> >>>> @@ -2,6 +2,15 @@ SUMMARY = "A low level cryptographic library"
> >>>> HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/"
> >>>> SECTION = "libs"
> >>>> LICENSE = "LGPLv2.1 & GPLv2"
> >>>
> >>> It would be nice to package GPLv2 files in separate package as well (or
> >>> LGPLv2.1 library in seprate package) if you have time to do that.
> >>
> >> Forgot to answer this, sorry.
> >>
> >> For 2.7.1 what you suggest may work -- there may be some tools that
> >> are GPLv2 that we could separate. But for the new version the strange
> >> " "LGPLv3+ | GPLv2+" license combo is _not_ a result of the library
> >> being LGPL and some utilities being GPL: the library itself (like a
> >> lot of GNU stuff nowadays) is dual licensed like that.
> >
> > This means that we need to preserve nettle 2.7.1 for people who cannot
> > use LGPLv3 (and GPLv2 for libraries).
>
> ok. SO if I resubmit the update, it should be an addition not
> replacement. Would I define PREFERRED_VERSION then as well?
You don't need PREFERRED_VERSION.
Latest will be used by default and setups with incompatible license will
skip the latest and use 2.7.1 one.
>
> - armin
> >
> >> It seems weird but actually makes sense for GNU: It forces all users
> >> to comply with LGPLv3, except the GPLv2 programs that can't easily be
> >> relicensed to GPLv3. Those GPLv2 programs would be incompatible with
> >> the newer LGPLv3 libraries but this dual-licensing lets them off the
> >> hook.
> >>
> >> Jussi
> >>
> >>
> >>
> >>>> +LICENSE_${PN}-cast = "CC0"
> >>>> +LICENSE_${PN}-gosthash = "MIT"
> >>>> +
> >>>> +# both public and GPL license listed
> >>>> +LICENSE_${PN}-md2 = "CC0 & LGPLv2.1+"
> >>>> +LICENSE_${PN}-md4 = "CC0 & LGPLv2.1+"
> >>>> +
> >>>> +
> >>>> LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
> >>>> file://serpent-decrypt.c;beginline=53;endline=67;md5=bcfd4745d53ca57f82907089898e390d \
> >>>> file://serpent-set-key.c;beginline=56;endline=70;md5=bcfd4745d53ca57f82907089898e390d"
> >>>> --
> >>>> 2.3.5
> >>>>
> >>>> --
> >>>> _______________________________________________
> >>>> Openembedded-core mailing list
> >>>> Openembedded-core@lists.openembedded.org
> >>>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >>>
> >>> --
> >>> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
> >>>
> >>> --
> >>> _______________________________________________
> >>> Openembedded-core mailing list
> >>> Openembedded-core@lists.openembedded.org
> >>> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> >>>
> >
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
prev parent reply other threads:[~2015-08-21 14:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-09 5:28 [PATCH] nettle: clean up license information Armin Kuster
2015-08-12 14:14 ` Jussi Kukkonen
2015-08-13 18:40 ` akuster808
2015-08-13 19:28 ` Khem Raj
2015-08-18 8:03 ` Martin Jansa
2015-08-21 8:48 ` Jussi Kukkonen
2015-08-21 12:06 ` Martin Jansa
2015-08-21 14:31 ` akuster808
2015-08-21 14:58 ` Martin Jansa [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150821145805.GC2442@jama \
--to=martin.jansa@gmail.com \
--cc=akuster808@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox