From 0da2b2695face3321e0e39c50b47f6156dfed4e2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 4 Jan 2023 11:02:26 -0500 Subject: Clean up licensing metadata --- examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build | 3 +++ examples/pugl_vulkan_cpp_demo.app/meson.build | 3 +++ 2 files changed, 6 insertions(+) (limited to 'examples/pugl_vulkan_cpp_demo.app') diff --git a/examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build b/examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build index b120b32..abecfb5 100644 --- a/examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build +++ b/examples/pugl_vulkan_cpp_demo.app/MacOS/meson.build @@ -1,3 +1,6 @@ +# Copyright 2021-2022 David Robillard +# SPDX-License-Identifier: 0BSD OR ISC + executable( 'pugl_vulkan_cpp_demo', [ diff --git a/examples/pugl_vulkan_cpp_demo.app/meson.build b/examples/pugl_vulkan_cpp_demo.app/meson.build index 58a943c..f7ffacb 100644 --- a/examples/pugl_vulkan_cpp_demo.app/meson.build +++ b/examples/pugl_vulkan_cpp_demo.app/meson.build @@ -1,3 +1,6 @@ +# Copyright 2021-2022 David Robillard +# SPDX-License-Identifier: 0BSD OR ISC + config = configuration_data() config.set('NAME', 'pugl_vulkan_cpp_demo') -- cgit v1.2.1