summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.clang-tidy2
-rw-r--r--test/headers/.clang-tidy2
-rw-r--r--test/meson.build2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy
index f304525..1651de3 100644
--- a/test/.clang-tidy
+++ b/test/.clang-tidy
@@ -1,5 +1,5 @@
# Copyright 2020-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later
+# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later
Checks: >
*,
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index fbcb5a3..06895e0 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -1,5 +1,5 @@
# Copyright 2020-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later
+# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later
Checks: >
*,
diff --git a/test/meson.build b/test/meson.build
index e14560c..10bbe2f 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,5 +1,5 @@
# Copyright 2019-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later
+# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later
if not get_option('tests').disabled() and not meson.is_subproject()
if get_option('strict')