summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-08 15:48:05 -0400
committerDavid Robillard <d@drobilla.net>2022-09-08 15:48:05 -0400
commit65cac86d0ed7738c6d5b3b5028e2ac729c7b59d4 (patch)
treea0da112d1d0eb75e908f557d2ad8b6558741d80e /test
parent9cf7d1b3ca055fcfadc34bd269ef5f7227e155d8 (diff)
downloadraul-65cac86d0ed7738c6d5b3b5028e2ac729c7b59d4.tar.gz
raul-65cac86d0ed7738c6d5b3b5028e2ac729c7b59d4.tar.bz2
raul-65cac86d0ed7738c6d5b3b5028e2ac729c7b59d4.zip
Use 0BSD for trivial "public domain intent" things
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway.
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')