diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2021-04-20 12:06:32 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2021-04-20 12:52:04 +0100 |
commit | ef71c1bc81af9f0be8cb69d01d1fd038d38a96c7 (patch) | |
tree | 20bda8fde6e5a84e45a5efece586db3f12bd4553 | |
parent | e11ce6c06515f30e24aee8a86634013d6b51cbbc (diff) |
target/mips/rel6_translate: Change license to GNU LGPL v2.1 (or later)
When adding this file and its new content in commit 3f7a927847a
("target/mips: LSA/DLSA R6 decodetree helpers") I did 2 mistakes:
1: Listed authors who haven't been involved in its development,
2: Used an incorrect GNU GPLv2 license text (using 'and' instead
of 'or').
Instead of correcting the GNU GPLv2 license text, replace the license
by the 'GNU LGPL v2.1 or later' one, to be coherent with the other
translation files in the target/mips/ folder.
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20210420100633.1752440-1-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r-- | target/mips/rel6_translate.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/target/mips/rel6_translate.c b/target/mips/rel6_translate.c index 139a7524ee..0354370927 100644 --- a/target/mips/rel6_translate.c +++ b/target/mips/rel6_translate.c @@ -1,12 +1,11 @@ /* - * MIPS emulation for QEMU - # Release 6 translation routines + * MIPS emulation for QEMU - Release 6 translation routines * - * Copyright (c) 2004-2005 Jocelyn Mayer - * Copyright (c) 2006 Marius Groeger (FPU operations) - * Copyright (c) 2006 Thiemo Seufer (MIPS32R2 support) * Copyright (c) 2020 Philippe Mathieu-Daudé * - * This code is licensed under the GNU GPLv2 and later. + * SPDX-License-Identifier: LGPL-2.1-or-later + * + * This code is licensed under the LGPL v2.1 or later. */ #include "qemu/osdep.h" |