Re: [Qemu-devel] [PATCH] crypto: Fix LGPL information in the file headers

2019-05-10 Thread Daniel P . Berrangé
On Wed, Feb 13, 2019 at 04:54:59PM +0100, Thomas Huth wrote: > It's either "GNU *Library* General Public License version 2" or "GNU > Lesser General Public License version *2.1*", but there was no "version > 2.0" of the "Lesser" license. So assume that version 2.1 is meant here. > > Signed-off-by:

Re: [Qemu-devel] [PATCH] crypto: Fix LGPL information in the file headers

2019-02-13 Thread Thomas Huth
On 2019-02-13 17:24, Philippe Mathieu-Daudé wrote: > On 2/13/19 4:54 PM, Thomas Huth wrote: >> It's either "GNU *Library* General Public License version 2" or "GNU >> Lesser General Public License version *2.1*", but there was no "version >> 2.0" of the "Lesser" license. So assume that version 2.1

Re: [Qemu-devel] [PATCH] crypto: Fix LGPL information in the file headers

2019-02-13 Thread Philippe Mathieu-Daudé
On 2/13/19 4:54 PM, Thomas Huth wrote: > It's either "GNU *Library* General Public License version 2" or "GNU > Lesser General Public License version *2.1*", but there was no "version > 2.0" of the "Lesser" license. So assume that version 2.1 is meant here. > > Signed-off-by: Thomas Huth > --- >