aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/fp
diff options
context:
space:
mode:
authorMerryMage <[email protected]>2020-04-23 15:25:11 +0100
committerMerryMage <[email protected]>2020-04-23 15:45:57 +0100
commita8a712c801a68f43c5c7996f09a9fd6396dc3d06 (patch)
tree61c638654b506678955b60365747f0ccf2857776 /tests/fp
parentd51a83d26565b58960bb526215d7b300d7b6675e (diff)
downloaddynarmic-a8a712c801a68f43c5c7996f09a9fd6396dc3d06.tar.gz
dynarmic-a8a712c801a68f43c5c7996f09a9fd6396dc3d06.zip
Relicense to 0BSD
Diffstat (limited to 'tests/fp')
-rw-r--r--tests/fp/FPToFixed.cpp3
-rw-r--r--tests/fp/FPValue.cpp3
-rw-r--r--tests/fp/mantissa_util_tests.cpp3
-rw-r--r--tests/fp/unpacked_tests.cpp3
4 files changed, 4 insertions, 8 deletions
diff --git a/tests/fp/FPToFixed.cpp b/tests/fp/FPToFixed.cpp
index 66f178a5..896b7310 100644
--- a/tests/fp/FPToFixed.cpp
+++ b/tests/fp/FPToFixed.cpp
@@ -1,7 +1,6 @@
/* This file is part of the dynarmic project.
* Copyright (c) 2018 MerryMage
- * This software may be used and distributed according to the terms of the GNU
- * General Public License version 2 or any later version.
+ * SPDX-License-Identifier: 0BSD
*/
#include <tuple>
diff --git a/tests/fp/FPValue.cpp b/tests/fp/FPValue.cpp
index fd9a2e2a..37859505 100644
--- a/tests/fp/FPValue.cpp
+++ b/tests/fp/FPValue.cpp
@@ -1,7 +1,6 @@
/* This file is part of the dynarmic project.
* Copyright (c) 2018 MerryMage
- * This software may be used and distributed according to the terms of the GNU
- * General Public License version 2 or any later version.
+ * SPDX-License-Identifier: 0BSD
*/
#include "common/fp/info.h"
diff --git a/tests/fp/mantissa_util_tests.cpp b/tests/fp/mantissa_util_tests.cpp
index 89e9e700..d075849d 100644
--- a/tests/fp/mantissa_util_tests.cpp
+++ b/tests/fp/mantissa_util_tests.cpp
@@ -1,7 +1,6 @@
/* This file is part of the dynarmic project.
* Copyright (c) 2018 MerryMage
- * This software may be used and distributed according to the terms of the GNU
- * General Public License version 2 or any later version.
+ * SPDX-License-Identifier: 0BSD
*/
#include <tuple>
diff --git a/tests/fp/unpacked_tests.cpp b/tests/fp/unpacked_tests.cpp
index 6a0d5a30..795271a8 100644
--- a/tests/fp/unpacked_tests.cpp
+++ b/tests/fp/unpacked_tests.cpp
@@ -1,7 +1,6 @@
/* This file is part of the dynarmic project.
* Copyright (c) 2018 MerryMage
- * This software may be used and distributed according to the terms of the GNU
- * General Public License version 2 or any later version.
+ * SPDX-License-Identifier: 0BSD
*/
#include <tuple>