From 3e0183ef54a88eb0f038c53778700f1490df6153 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 8 Sep 2022 15:57:22 -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/meson.build | 2 +- doc/ns/ext/meson.build | 2 +- doc/ns/extensions/meson.build | 2 +- doc/ns/meson.build | 2 +- doc/style/meson.build | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/c/meson.build b/doc/c/meson.build index d0fcd89..7285c60 100644 --- a/doc/c/meson.build +++ b/doc/c/meson.build @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC lv2_source_doc = meson.current_source_dir() diff --git a/doc/ns/ext/meson.build b/doc/ns/ext/meson.build index f6ad06b..c76f1a2 100644 --- a/doc/ns/ext/meson.build +++ b/doc/ns/ext/meson.build @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC config = configuration_data({'BASE': '/ns/ext'}) diff --git a/doc/ns/extensions/meson.build b/doc/ns/extensions/meson.build index 5a25184..599deb8 100644 --- a/doc/ns/extensions/meson.build +++ b/doc/ns/extensions/meson.build @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC config = configuration_data({'BASE': '/ns/extensions'}) diff --git a/doc/ns/meson.build b/doc/ns/meson.build index aa41464..cda9ba0 100644 --- a/doc/ns/meson.build +++ b/doc/ns/meson.build @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC config = configuration_data({'BASE': '/ns'}) diff --git a/doc/style/meson.build b/doc/style/meson.build index 7ae9a04..501c0fa 100644 --- a/doc/style/meson.build +++ b/doc/style/meson.build @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC style_files = files( 'pygments.css', -- cgit v1.2.1