summaryrefslogtreecommitdiffstats
path: root/doc/meson.build
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/meson.build
parent3a927b2640ec42d2570b4df8981a5b60e45b3999 (diff)
downloadsuil-d79a139fa2044b7bdd5483e9d434ca260bd42235.tar.gz
suil-d79a139fa2044b7bdd5483e9d434ca260bd42235.tar.bz2
suil-d79a139fa2044b7bdd5483e9d434ca260bd42235.zip
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'doc/meson.build')
-rw-r--r--doc/meson.build3
1 files changed, 3 insertions, 0 deletions
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'))