diff options
Diffstat (limited to 'doc/meson.build')
-rw-r--r-- | doc/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
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')) |