summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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 9180f1f..bf42e8f 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 = Sratom
PROJECT_BRIEF = "A small library for serializing LV2 atoms"
diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build
index 0ece07c..dfdad11 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_sratom_rst = custom_target(
'sratom.rst',
command: [dox_to_sphinx, '-f', '@INPUT0@', '@OUTDIR@'],
diff --git a/doc/c/index.rst b/doc/c/index.rst
index 2e02d5d..4c7e619 100644
--- a/doc/c/index.rst
+++ b/doc/c/index.rst
@@ -1,3 +1,7 @@
+..
+ Copyright 2020-2021 David Robillard <d@drobilla.net>
+ SPDX-License-Identifier: ISC
+
######
Sratom
######
diff --git a/doc/c/meson.build b/doc/c/meson.build
index 8ed81c0..1742601 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('SRATOM_VERSION', meson.project_version())
diff --git a/doc/c/overview.rst b/doc/c/overview.rst
index 3b26a5b..4884839 100644
--- a/doc/c/overview.rst
+++ b/doc/c/overview.rst
@@ -1,3 +1,7 @@
+..
+ Copyright 2020-2021 David Robillard <d@drobilla.net>
+ SPDX-License-Identifier: ISC
+
########
Overview
########
diff --git a/doc/c/reference.rst b/doc/c/reference.rst
index 9164d6b..5deb127 100644
--- a/doc/c/reference.rst
+++ b/doc/c/reference.rst
@@ -1,3 +1,7 @@
+..
+ Copyright 2020-2021 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 eaa6bcc..7832ff6 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 f3aee92..1dbf9fc 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -1,3 +1,6 @@
+# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: ISC
+
# Project information
project = "Sratom"
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 94279ce..84714ba 100644
--- a/doc/summary.rst
+++ b/doc/summary.rst
@@ -1,3 +1,7 @@
+..
+ Copyright 2020-2021 David Robillard <d@drobilla.net>
+ SPDX-License-Identifier: ISC
+
Sratom is a small library for serializing `LV2 atoms`_. Sratom reads/writes
atoms from/to RDF, allowing them to be converted between binary and text or
stored in a model.