diff options
Diffstat (limited to 'doc/_static/meson.build')
-rw-r--r-- | doc/_static/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/_static/meson.build b/doc/_static/meson.build index fc7792c..d3296c6 100644 --- a/doc/_static/meson.build +++ b/doc/_static/meson.build @@ -1,2 +1,5 @@ +# Copyright 2021 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: CC0-1.0 OR ISC + configure_file(copy: true, input: '../../resources/pugl.svg', output: 'pugl.svg') |