diff options
author | David Robillard <d@drobilla.net> | 2022-09-08 15:34:42 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-08 15:34:42 -0400 |
commit | 5abab67cb5901ebaf875b9e113437c63473b15f5 (patch) | |
tree | 8cb77a6de38328afbf9f9784e1da1f21320c202b /test | |
parent | 0e71d02c73ef5e290abf876bf2b336b61a8fe390 (diff) | |
download | sratom-5abab67cb5901ebaf875b9e113437c63473b15f5.tar.gz sratom-5abab67cb5901ebaf875b9e113437c63473b15f5.tar.bz2 sratom-5abab67cb5901ebaf875b9e113437c63473b15f5.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-tidy | 2 | ||||
-rw-r--r-- | test/meson.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 683e359..5b5e5c9 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 ISC +# SPDX-License-Identifier: 0BSD OR ISC Checks: > *, diff --git a/test/meson.build b/test/meson.build index 0b4eadb..d95c259 100644 --- a/test/meson.build +++ b/test/meson.build @@ -1,5 +1,5 @@ # Copyright 2021-2022 David Robillard <d@drobilla.net> -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC #################### # Project Metadata # |