diff options
author | David Robillard <d@drobilla.net> | 2022-08-31 20:31:46 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-31 23:19:15 -0400 |
commit | 26579820a960fcb02576a92d6adb26e87ff271ad (patch) | |
tree | 28c878ee6b194d30d5560301004e5ebbdcab8609 /doc/_static | |
parent | e864af0d8d6002ad07adc4695894c01e0fe24c2c (diff) | |
download | serd-26579820a960fcb02576a92d6adb26e87ff271ad.tar.gz serd-26579820a960fcb02576a92d6adb26e87ff271ad.tar.bz2 serd-26579820a960fcb02576a92d6adb26e87ff271ad.zip |
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'doc/_static')
-rw-r--r-- | doc/_static/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/_static/meson.build b/doc/_static/meson.build new file mode 100644 index 00000000..1d7d7306 --- /dev/null +++ b/doc/_static/meson.build @@ -0,0 +1,4 @@ +# Copyright 2020-2022 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: CC0-1.0 OR ISC + +configure_file(copy: true, input: '../../resources/serd.svg', output: 'serd.svg') |