[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/6] Support Argon2 KDF in LUKS2
From: |
Patrick Steinhardt |
Subject: |
Re: [PATCH v2 0/6] Support Argon2 KDF in LUKS2 |
Date: |
Fri, 21 Feb 2020 15:29:18 +0100 |
On Fri, Feb 21, 2020 at 01:26:20PM +0100, Daniel Kiper wrote:
> On Thu, Feb 20, 2020 at 07:00:48PM +0100, Patrick Steinhardt wrote:
> > One thing I'm not sure about here is whether it's fine to declare the
> > argon2 mod's license as GPLv3. The code is licensed under CC0/Apache
> > 2.0, where the latter is compatible with GPLv3. But I don't know whether
> > it's legit to just say "Yeah, this mod is a GPLv3 one".
>
> Could you give me a reference to the doc/spec or what not which says that
> it is legit to do that? I will consult this with GNU legal folks.
With "that" you probably mean combining Apache 2.0 and GPLv3, right?
I've taken this from GNU's list of licenses [1], which explicitly
mentions Apache 2.0 as compatible with version 3 of the GNU GPL.
Patrick
[1]: https://www.gnu.org/licenses/license-list.html#apache2
signature.asc
Description: PGP signature
- [PATCH v2 1/6] efi: Allocate half of available memory by default, (continued)
- [PATCH v2 1/6] efi: Allocate half of available memory by default, Patrick Steinhardt, 2020/02/20
- [PATCH v2 4/6] luks2: Add missing newline to debug message, Patrick Steinhardt, 2020/02/20
- [PATCH v2 5/6] luks2: Discern Argon2i and Argon2id, Patrick Steinhardt, 2020/02/20
- [PATCH v2 3/6] argon2: Import Argon2 from cryptsetup, Patrick Steinhardt, 2020/02/20
- [PATCH v2 6/6] luks2: Support key derival via Argon2, Patrick Steinhardt, 2020/02/20
- Re: [PATCH v2 0/6] Support Argon2 KDF in LUKS2, Leif Lindholm, 2020/02/20
- Re: [PATCH v2 0/6] Support Argon2 KDF in LUKS2, Daniel Kiper, 2020/02/21
- Re: [PATCH v2 0/6] Support Argon2 KDF in LUKS2,
Patrick Steinhardt <=