From 65cac86d0ed7738c6d5b3b5028e2ac729c7b59d4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Sep 2022 15:48:05 -0400 Subject: 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. --- test/.clang-tidy | 2 +- test/headers/.clang-tidy | 2 +- test/meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') 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 -# 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 -# 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 -# 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') -- cgit v1.2.1