diff options
Diffstat (limited to 'examples/pugl_window_demo.app/meson.build')
-rw-r--r-- | examples/pugl_window_demo.app/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/pugl_window_demo.app/meson.build b/examples/pugl_window_demo.app/meson.build index 2d1cd9a..71518aa 100644 --- a/examples/pugl_window_demo.app/meson.build +++ b/examples/pugl_window_demo.app/meson.build @@ -1,3 +1,6 @@ +# Copyright 2022 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR ISC + config = configuration_data() config.set('NAME', 'pugl_window_demo') |