From: "Jason A. Donenfeld" Subject: Re: [PATCH net-next v5 04/20] zinc: ChaCha20 x86_64 implementation Date: Wed, 19 Sep 2018 13:33:24 +0200 Message-ID: References: <20180918161646.19105-1-Jason@zx2c4.com> <20180918161646.19105-5-Jason@zx2c4.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: LKML , Netdev , Linux Crypto Mailing List , David Miller , Greg Kroah-Hartman , Samuel Neves , Andrew Lutomirski , Jean-Philippe Aumasson , Andy Polyakov , mingo@redhat.com, X86 ML , Kate Stewart To: Thomas Gleixner Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-crypto.vger.kernel.org Hi Thomas, On Wed, Sep 19, 2018 at 8:13 AM Thomas Gleixner wrote: > Subset? Not really. Both MIT and BSD3-Clause are GPL2.0 compatible > licenses. And if your intention is to have those files MIT/BSD only, yes > then the single license identifier is the right thing. If you want it dual > licensed then it should be expressed there clearly. I always thought "GPL2 compatible" was the same as "subset" because of the restrictions clause of GPL2. But IANAL, so for the avoidance of doubt I'll take your advice and put both. Jason