summaryrefslogtreecommitdiffstats
path: root/test/meson.build
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/meson.build
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/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
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')