From 0acd70be126a1c5b80ce75f3a4a4e37323238da6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Sep 2022 15:31:58 -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. --- doc/c/Doxyfile.in | 2 +- doc/c/api/meson.build | 2 +- doc/c/meson.build | 2 +- doc/c/xml/meson.build | 2 +- doc/meson.build | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/c/Doxyfile.in b/doc/c/Doxyfile.in index 7c7d266..827a8ad 100644 --- a/doc/c/Doxyfile.in +++ b/doc/c/Doxyfile.in @@ -1,5 +1,5 @@ # Copyright 2021-2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC PROJECT_NAME = Lilv PROJECT_BRIEF = "A library for simple use of LV2 plugins" diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build index 7bd2582..fdf2037 100644 --- a/doc/c/api/meson.build +++ b/doc/c/api/meson.build @@ -1,5 +1,5 @@ # Copyright 2021-2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC c_lilv_rst = custom_target( 'lilv.rst', diff --git a/doc/c/meson.build b/doc/c/meson.build index a4e4014..0f29e69 100644 --- a/doc/c/meson.build +++ b/doc/c/meson.build @@ -1,5 +1,5 @@ # Copyright 2021-2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC config = configuration_data() config.set('LILV_VERSION', meson.project_version()) diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build index 846b08a..dc234f3 100644 --- a/doc/c/xml/meson.build +++ b/doc/c/xml/meson.build @@ -1,5 +1,5 @@ # Copyright 2021-2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC doxygen = find_program('doxygen') diff --git a/doc/meson.build b/doc/meson.build index efa9d71..db68e86 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -1,5 +1,5 @@ # Copyright 2021-2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC docdir = get_option('datadir') / 'doc' -- cgit v1.2.1