diff options
author | David Robillard <d@drobilla.net> | 2022-09-01 19:21:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-01 19:21:59 -0400 |
commit | 70b16298f30c8ca91032abbadead945f6ce8fa07 (patch) | |
tree | 3c0ac0959aa236d39dac6fdbc296e379df3a4d53 /doc | |
parent | 53f071a571899faf27dd730ea24838c16887836c (diff) | |
download | sord-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.xml | 3 | ||||
-rw-r--r-- | doc/meson.build | 3 | ||||
-rw-r--r-- | doc/reference.doxygen.in | 3 | ||||
-rw-r--r-- | doc/sord_validate.1 | 2 | ||||
-rw-r--r-- | doc/sordi.1 | 2 | ||||
-rw-r--r-- | doc/style.css | 5 |
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; |