Re: [Qemu-devel] [PATCH] target/s390x: Fix LGPL version in the file header comments

2019-01-31 Thread Richard Henderson
On 1/30/19 7:01 AM, Eric Blake wrote: > On 1/29/19 7:51 AM, Cornelia Huck wrote: >> Given that there have been several of these cases (and that there's a >> lot of boilerplate in general): Should we adopt SPDX license >> identifiers for QEMU, as the Linux kernel did? They also discovered and >> fix

Re: [Qemu-devel] [PATCH] target/s390x: Fix LGPL version in the file header comments

2019-01-30 Thread Cornelia Huck
On Wed, 30 Jan 2019 15:18:29 + Daniel P. Berrangé wrote: > On Wed, Jan 30, 2019 at 09:01:01AM -0600, Eric Blake wrote: > > On 1/29/19 7:51 AM, Cornelia Huck wrote: > > > On Tue, 29 Jan 2019 14:37:47 +0100 > > > Thomas Huth wrote: > > > > > >> It's either "GNU *Library* General Public Li

Re: [Qemu-devel] [PATCH] target/s390x: Fix LGPL version in the file header comments

2019-01-30 Thread Daniel P . Berrangé
On Wed, Jan 30, 2019 at 09:01:01AM -0600, Eric Blake wrote: > On 1/29/19 7:51 AM, Cornelia Huck wrote: > > On Tue, 29 Jan 2019 14:37:47 +0100 > > Thomas Huth wrote: > > > >> It's either "GNU *Library* General Public License version 2" or > >> "GNU Lesser General Public License version *2.1*", but

Re: [Qemu-devel] [PATCH] target/s390x: Fix LGPL version in the file header comments

2019-01-30 Thread Eric Blake
On 1/29/19 7:51 AM, Cornelia Huck wrote: > On Tue, 29 Jan 2019 14:37:47 +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 v

Re: [Qemu-devel] [PATCH] target/s390x: Fix LGPL version in the file header comments

2019-01-29 Thread Philippe Mathieu-Daudé
On 1/29/19 2:51 PM, Cornelia Huck wrote: > On Tue, 29 Jan 2019 14:37:47 +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 v

Re: [Qemu-devel] [PATCH] target/s390x: Fix LGPL version in the file header comments

2019-01-29 Thread Cornelia Huck
On Tue, 29 Jan 2019 14:37:47 +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. I think we can assume

[Qemu-devel] [PATCH] target/s390x: Fix LGPL version in the file header comments

2019-01-29 Thread Thomas Huth
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 --- target/s390x/cc_helper.c | 2 +- target/s390x/excp