aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-31 20:31:46 -0400
committerDavid Robillard <d@drobilla.net>2022-08-31 23:19:15 -0400
commit26579820a960fcb02576a92d6adb26e87ff271ad (patch)
tree28c878ee6b194d30d5560301004e5ebbdcab8609 /doc
parente864af0d8d6002ad07adc4695894c01e0fe24c2c (diff)
downloadserd-26579820a960fcb02576a92d6adb26e87ff271ad.tar.gz
serd-26579820a960fcb02576a92d6adb26e87ff271ad.tar.bz2
serd-26579820a960fcb02576a92d6adb26e87ff271ad.zip
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'doc')
-rw-r--r--doc/_static/meson.build4
-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/xml/meson.build3
-rw-r--r--doc/conf.py.in3
-rw-r--r--doc/mandoc.css5
-rw-r--r--doc/meson.build3
-rw-r--r--doc/serdi.12
-rw-r--r--doc/summary.rst4
12 files changed, 41 insertions, 0 deletions
diff --git a/doc/_static/meson.build b/doc/_static/meson.build
new file mode 100644
index 00000000..1d7d7306
--- /dev/null
+++ b/doc/_static/meson.build
@@ -0,0 +1,4 @@
+# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
+configure_file(copy: true, input: '../../resources/serd.svg', output: 'serd.svg')
diff --git a/doc/c/Doxyfile.in b/doc/c/Doxyfile.in
index 12d0440b..6290a224 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 = Serd
PROJECT_BRIEF = "A lightweight C library for working with RDF data"
diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build
index bc75345a..fcf67919 100644
--- a/doc/c/api/meson.build
+++ b/doc/c/api/meson.build
@@ -1,3 +1,6 @@
+# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
c_serd_rst = custom_target(
'serd.rst',
command: [dox_to_sphinx, '-f', '@INPUT0@', '@OUTDIR@'],
diff --git a/doc/c/index.rst b/doc/c/index.rst
index fe14fc3b..cc6f5f16 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: CC0-1.0 OR ISC
+
####
Serd
####
diff --git a/doc/c/meson.build b/doc/c/meson.build
index ee104b13..d31733f7 100644
--- a/doc/c/meson.build
+++ b/doc/c/meson.build
@@ -1,3 +1,6 @@
+# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
config = configuration_data()
config.set('SERD_VERSION', meson.project_version())
config.set('SERD_SRCDIR', serd_src_root)
diff --git a/doc/c/overview.rst b/doc/c/overview.rst
index 2b204155..ec8c6966 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: CC0-1.0 OR ISC
+
########
Overview
########
diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build
index a49e2754..dee40d6c 100644
--- a/doc/c/xml/meson.build
+++ b/doc/c/xml/meson.build
@@ -1,3 +1,6 @@
+# Copyright 2020-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 af0ea25a..7b3e8ee1 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 = "@SERD_TITLE@"
diff --git a/doc/mandoc.css b/doc/mandoc.css
index 60987073..9d255992 100644
--- a/doc/mandoc.css
+++ b/doc/mandoc.css
@@ -1,3 +1,8 @@
+/*
+ Copyright 2021-2022 David Robillard <d@drobilla.net>
+ SPDX-License-Identifier: ISC
+*/
+
/* Generic page style */
/*
diff --git a/doc/meson.build b/doc/meson.build
index 13ce7f1d..85e18a97 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -1,3 +1,6 @@
+# Copyright 2020-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/serdi.1 b/doc/serdi.1
index 0b01358c..3a82e8b3 100644
--- a/doc/serdi.1
+++ b/doc/serdi.1
@@ -1,3 +1,5 @@
+.\" # Copyright 2011-2022 David Robillard <d@drobilla.net>
+.\" # SPDX-License-Identifier: ISC
.Dd Jul 15, 2022
.Dt SERDI 1
.Os Serd 0.30.15
diff --git a/doc/summary.rst b/doc/summary.rst
index 4b8d6e4e..16a236eb 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
+
Serd is a lightweight C library for reading and writing RDF in Turtle_, NTriples_, NQuads_, and TriG_.
.. _Turtle: http://www.w3.org/TR/turtle/