summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-01 14:58:13 -0400
committerDavid Robillard <d@drobilla.net>2022-09-01 19:50:08 -0400
commitd79a139fa2044b7bdd5483e9d434ca260bd42235 (patch)
tree216159fd19c9af1a5c4b36d6829ace0b4ebe464f /doc
parent3a927b2640ec42d2570b4df8981a5b60e45b3999 (diff)
downloadsuil-d79a139fa2044b7bdd5483e9d434ca260bd42235.tar.gz
suil-d79a139fa2044b7bdd5483e9d434ca260bd42235.tar.bz2
suil-d79a139fa2044b7bdd5483e9d434ca260bd42235.zip
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'doc')
-rw-r--r--doc/c/Doxyfile.in3
-rw-r--r--doc/c/api/meson.build3
-rw-r--r--doc/c/index.rst4
-rw-r--r--doc/c/meson.build3
-rw-r--r--doc/c/overview.rst4
-rw-r--r--doc/c/reference.rst4
-rw-r--r--doc/c/xml/meson.build3
-rw-r--r--doc/conf.py.in3
-rw-r--r--doc/meson.build3
-rw-r--r--doc/summary.rst4
10 files changed, 34 insertions, 0 deletions
diff --git a/doc/c/Doxyfile.in b/doc/c/Doxyfile.in
index 326308b..9bdc983 100644
--- a/doc/c/Doxyfile.in
+++ b/doc/c/Doxyfile.in
@@ -1,3 +1,6 @@
+# Copyright 2021-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
PROJECT_NAME = Suil
PROJECT_BRIEF = "A library for loading LV2 plugin UIs"
diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build
index 4a9340f..f2f6eb1 100644
--- a/doc/c/api/meson.build
+++ b/doc/c/api/meson.build
@@ -1,3 +1,6 @@
+# Copyright 2021-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
c_suil_rst = custom_target(
'suil.rst',
command: [dox_to_sphinx, '-f', '@INPUT0@', '@OUTDIR@'],
diff --git a/doc/c/index.rst b/doc/c/index.rst
index 1aefcb1..7f8eb92 100644
--- a/doc/c/index.rst
+++ b/doc/c/index.rst
@@ -1,3 +1,7 @@
+..
+ Copyright 2020-2022 David Robillard <d@drobilla.net>
+ SPDX-License-Identifier: ISC
+
####
Suil
####
diff --git a/doc/c/meson.build b/doc/c/meson.build
index 64d1f4c..787796b 100644
--- a/doc/c/meson.build
+++ b/doc/c/meson.build
@@ -1,3 +1,6 @@
+# Copyright 2021-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
config = configuration_data()
config.set('SUIL_VERSION', meson.project_version())
diff --git a/doc/c/overview.rst b/doc/c/overview.rst
index e8d61b1..71937b2 100644
--- a/doc/c/overview.rst
+++ b/doc/c/overview.rst
@@ -1,3 +1,7 @@
+..
+ Copyright 2020-2022 David Robillard <d@drobilla.net>
+ SPDX-License-Identifier: ISC
+
########
Overview
########
diff --git a/doc/c/reference.rst b/doc/c/reference.rst
index 893bc4f..1512f42 100644
--- a/doc/c/reference.rst
+++ b/doc/c/reference.rst
@@ -1,3 +1,7 @@
+..
+ Copyright 2020-2022 David Robillard <d@drobilla.net>
+ SPDX-License-Identifier: ISC
+
#############
API Reference
#############
diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build
index c6c454e..f6965c1 100644
--- a/doc/c/xml/meson.build
+++ b/doc/c/xml/meson.build
@@ -1,3 +1,6 @@
+# Copyright 2021-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
doxygen = find_program('doxygen')
config = configuration_data()
diff --git a/doc/conf.py.in b/doc/conf.py.in
index 423bbea..3193610 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -1,3 +1,6 @@
+# Copyright 2020-2021 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: ISC
+
# Project information
project = "Suil"
diff --git a/doc/meson.build b/doc/meson.build
index 46fc3bb..93bcaf4 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -1,3 +1,6 @@
+# Copyright 2021-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
docdir = get_option('datadir') / 'doc'
doxygen = find_program('doxygen', required: get_option('docs'))
diff --git a/doc/summary.rst b/doc/summary.rst
index fa94886..57c101e 100644
--- a/doc/summary.rst
+++ b/doc/summary.rst
@@ -1,3 +1,7 @@
+..
+ Copyright 2020-2022 David Robillard <d@drobilla.net>
+ SPDX-License-Identifier: ISC
+
Suil is a library for loading and wrapping LV2 plugin UIs.
With Suil,