Re: [Qemu-devel] [PATCH] target/sh4: Fix LGPL information in the file headers

2019-05-05 Thread Thomas Huth
On 13/02/2019 16.58, 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 > --- >

[Qemu-devel] [PATCH] target/sh4: Fix LGPL information in the file headers

2019-02-13 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 --- linux-user/sh4/target_cpu.h | 2 +- linux-user/s