aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/_static/meson.build2
-rw-r--r--doc/c/api/meson.build2
-rw-r--r--doc/c/meson.build2
-rw-r--r--doc/c/xml/meson.build2
-rw-r--r--doc/cpp/api/meson.build2
-rw-r--r--doc/cpp/meson.build2
-rw-r--r--doc/cpp/xml/meson.build2
-rw-r--r--doc/meson.build2
8 files changed, 8 insertions, 8 deletions
diff --git a/doc/_static/meson.build b/doc/_static/meson.build
index ffaefcd..8e16f2b 100644
--- a/doc/_static/meson.build
+++ b/doc/_static/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
configure_file(
copy: true,
diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build
index 7f5d26d..06e522e 100644
--- a/doc/c/api/meson.build
+++ b/doc/c/api/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
c_pugl_rst = custom_target(
'C API ReST Documentation',
diff --git a/doc/c/meson.build b/doc/c/meson.build
index 969727a..fc63421 100644
--- a/doc/c/meson.build
+++ b/doc/c/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
config = configuration_data()
config.set('PUGL_VERSION', meson.project_version())
diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build
index e1b715e..9e0c628 100644
--- a/doc/c/xml/meson.build
+++ b/doc/c/xml/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
c_doxygen_input = []
foreach h : c_headers
diff --git a/doc/cpp/api/meson.build b/doc/cpp/api/meson.build
index 9ccdd0b..5a77c29 100644
--- a/doc/cpp/api/meson.build
+++ b/doc/cpp/api/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
cpp_pugl_rst = custom_target(
'C++ API ReST Documentation',
diff --git a/doc/cpp/meson.build b/doc/cpp/meson.build
index bc7af98..f18be1b 100644
--- a/doc/cpp/meson.build
+++ b/doc/cpp/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
config = configuration_data()
config.set('PUGL_VERSION', meson.project_version())
diff --git a/doc/cpp/xml/meson.build b/doc/cpp/xml/meson.build
index 618d1b9..cede7a9 100644
--- a/doc/cpp/xml/meson.build
+++ b/doc/cpp/xml/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
cpp_doxygen_input = []
foreach h : c_headers + cpp_headers
diff --git a/doc/meson.build b/doc/meson.build
index ccae6e3..511316d 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
docdir = get_option('datadir') / 'doc'