diff options
author | Thomas Huth <thuth@redhat.com> | 2019-01-29 14:43:58 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2019-01-30 14:20:13 +0100 |
commit | d749fb85bd35f2f175a4ed3d170561e4f54f7297 (patch) | |
tree | c46b39cb056d9d71abfce8c66cd7db4c0c395a88 /target/m68k/op_helper.c | |
parent | 41c6a6dd84f36b33b3cc6e4a3512455b471d8845 (diff) |
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>
Diffstat (limited to 'target/m68k/op_helper.c')
-rw-r--r-- | target/m68k/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/m68k/op_helper.c b/target/m68k/op_helper.c index 8d09ed91c4..76f439985a 100644 --- a/target/m68k/op_helper.c +++ b/target/m68k/op_helper.c @@ -6,7 +6,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |