]> git.proxmox.com Git - mirror_qemu.git/commit
target/m68k: Fix LGPL information in the file headers
authorThomas Huth <thuth@redhat.com>
Tue, 29 Jan 2019 13:43:58 +0000 (14:43 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 30 Jan 2019 13:20:13 +0000 (14:20 +0100)
commitd749fb85bd35f2f175a4ed3d170561e4f54f7297
treec46b39cb056d9d71abfce8c66cd7db4c0c395a88
parent41c6a6dd84f36b33b3cc6e4a3512455b471d8845
target/m68k: Fix LGPL information in the file headers

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.
Also some files mention the GPL instead of the LGPL after declaring
that the files are licensed under the LGPL, so change these spots to
use LGPL, too.

Reviewed-by: Liam Merwick <liam.merwick@oracle.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-Id: <1548769438-28942-1-git-send-email-thuth@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/m68k/target_cpu.h
linux-user/m68k/target_structs.h
target/m68k/cpu.h
target/m68k/fpu_helper.c
target/m68k/gdbstub.c
target/m68k/helper.c
target/m68k/op_helper.c
target/m68k/translate.c