diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2024-02-27 14:43:07 +0000 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2024-02-28 09:09:04 +0000 |
| commit | 542b10bd148ae9f0aa839c66534272970c46c7f0 (patch) | |
| tree | b4aaa2ae1dba0300043bac63eb4801efcf67b816 /tests/tcg/multiarch/libs/float_helpers.c | |
| parent | 158a054c4d1a40179f5e83cd7e1cfe65de457b92 (diff) | |
| download | focaccia-qemu-542b10bd148ae9f0aa839c66534272970c46c7f0.tar.gz focaccia-qemu-542b10bd148ae9f0aa839c66534272970c46c7f0.zip | |
tests/tcg: update licenses to GPLv2 as intended
My default header template is GPLv3 but for QEMU code we really should stick to GPLv2-or-later (allowing others to up-license it if they wish). While this is test code we should still be consistent on the source distribution. I wrote all of this code so its not a problem. However there remains one GPLv3 file left which is the crt0-tc2x.S for TriCore. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240227144335.1196131-2-alex.bennee@linaro.org>
Diffstat (limited to 'tests/tcg/multiarch/libs/float_helpers.c')
| -rw-r--r-- | tests/tcg/multiarch/libs/float_helpers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tcg/multiarch/libs/float_helpers.c b/tests/tcg/multiarch/libs/float_helpers.c index 4e68d2b659..fad5fc9893 100644 --- a/tests/tcg/multiarch/libs/float_helpers.c +++ b/tests/tcg/multiarch/libs/float_helpers.c @@ -5,9 +5,9 @@ * floating point constants useful for exercising the edge cases in * floating point tests. * - * Copyright (c) 2019 Linaro + * Copyright (c) 2019, 2024 Linaro * - * SPDX-License-Identifier: GPL-3.0-or-later + * SPDX-License-Identifier: GPL-2.0-or-later */ /* we want additional float type definitions */ |