summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-01 19:21:59 -0400
committerDavid Robillard <d@drobilla.net>2022-09-01 19:21:59 -0400
commit70b16298f30c8ca91032abbadead945f6ce8fa07 (patch)
tree3c0ac0959aa236d39dac6fdbc296e379df3a4d53 /doc
parent53f071a571899faf27dd730ea24838c16887836c (diff)
downloadsord-70b16298f30c8ca91032abbadead945f6ce8fa07.tar.gz
sord-70b16298f30c8ca91032abbadead945f6ce8fa07.tar.bz2
sord-70b16298f30c8ca91032abbadead945f6ce8fa07.zip
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'doc')
-rw-r--r--doc/layout.xml3
-rw-r--r--doc/meson.build3
-rw-r--r--doc/reference.doxygen.in3
-rw-r--r--doc/sord_validate.12
-rw-r--r--doc/sordi.12
-rw-r--r--doc/style.css5
6 files changed, 18 insertions, 0 deletions
diff --git a/doc/layout.xml b/doc/layout.xml
index 74a109f..90d83ac 100644
--- a/doc/layout.xml
+++ b/doc/layout.xml
@@ -1,3 +1,6 @@
+<!-- Copyright 2011-2012 David Robillard <d@drobilla.net> -->
+<!-- SPDX-License-Identifier: ISC -->
+
<doxygenlayout version="1.0">
<!-- Navigation index tabs for HTML output -->
<navindex>
diff --git a/doc/meson.build b/doc/meson.build
index a354f30..73b9559 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/reference.doxygen.in b/doc/reference.doxygen.in
index a9e62eb..e1e1aee 100644
--- a/doc/reference.doxygen.in
+++ b/doc/reference.doxygen.in
@@ -1,3 +1,6 @@
+# Copyright 2011-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR ISC
+
# Doxyfile 1.8.12
# This file describes the settings to be used by the documentation system
diff --git a/doc/sord_validate.1 b/doc/sord_validate.1
index ee44ed9..bf44987 100644
--- a/doc/sord_validate.1
+++ b/doc/sord_validate.1
@@ -1,3 +1,5 @@
+.\" # Copyright 2012-2016 David Robillard <d@drobilla.net>
+.\" # SPDX-License-Identifier: ISC
.TH SORD_VALIDATE 1 "21 Mar 2012"
.SH NAME
diff --git a/doc/sordi.1 b/doc/sordi.1
index 3f534b0..00d3849 100644
--- a/doc/sordi.1
+++ b/doc/sordi.1
@@ -1,3 +1,5 @@
+.\" # Copyright 2011-2016 David Robillard <d@drobilla.net>
+.\" # SPDX-License-Identifier: ISC
.TH SORDI 1 "17 Jan 2012"
.SH NAME
diff --git a/doc/style.css b/doc/style.css
index f6ff8bb..55783c4 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -1,3 +1,8 @@
+/*
+ Copyright 2011-2016 David Robillard <d@drobilla.net>
+ SPDX-License-Identifier: ISC
+*/
+
body {
max-width: 80em;
margin: 0;