From 7ce1f135a111310483709f5598037d215943de43 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 17 Dec 2021 14:01:44 -0500 Subject: Adopt REUSE machine-readable licensing standard See https://reuse.software/ for details. --- doc/c/api/meson.build | 3 +++ doc/c/meson.build | 3 +++ doc/c/xml/meson.build | 3 +++ 3 files changed, 9 insertions(+) (limited to 'doc/c') diff --git a/doc/c/api/meson.build b/doc/c/api/meson.build index 5c1e30e..001d908 100644 --- a/doc/c/api/meson.build +++ b/doc/c/api/meson.build @@ -1,3 +1,6 @@ +# Copyright 2021 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + c_pugl_rst = custom_target( 'C API ReST Documentation', command: [dox_to_sphinx, '-f', '@INPUT0@', 'doc/c/api'], diff --git a/doc/c/meson.build b/doc/c/meson.build index 65302b3..8592f75 100644 --- a/doc/c/meson.build +++ b/doc/c/meson.build @@ -1,3 +1,6 @@ +# Copyright 2021 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + config = configuration_data() config.set('PUGL_VERSION', meson.project_version()) diff --git a/doc/c/xml/meson.build b/doc/c/xml/meson.build index ea5df9c..3974d09 100644 --- a/doc/c/xml/meson.build +++ b/doc/c/xml/meson.build @@ -1,3 +1,6 @@ +# Copyright 2021 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + doxygen = find_program('doxygen') c_doxygen_input = [] -- cgit v1.2.1