aboutsummaryrefslogtreecommitdiff
path: root/tests/tcg/riscv64/semicall.h
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2024-02-27 14:43:07 +0000
committerAlex Bennée <alex.bennee@linaro.org>2024-02-28 09:09:04 +0000
commit542b10bd148ae9f0aa839c66534272970c46c7f0 (patch)
treeb4aaa2ae1dba0300043bac63eb4801efcf67b816 /tests/tcg/riscv64/semicall.h
parent158a054c4d1a40179f5e83cd7e1cfe65de457b92 (diff)
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/riscv64/semicall.h')
-rw-r--r--tests/tcg/riscv64/semicall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tcg/riscv64/semicall.h b/tests/tcg/riscv64/semicall.h
index f8c88f32dc..11d0650cb0 100644
--- a/tests/tcg/riscv64/semicall.h
+++ b/tests/tcg/riscv64/semicall.h
@@ -1,10 +1,10 @@
/*
* Semihosting Tests - RiscV64 Helper
*
- * Copyright (c) 2021
+ * Copyright (c) 2021, 2024
* Written by Alex Bennée <alex.bennee@linaro.org>
*
- * SPDX-License-Identifier: GPL-3.0-or-later
+ * SPDX-License-Identifier: GPL-2.0-or-later
*/
uintptr_t __semi_call(uintptr_t type, uintptr_t arg0)