aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/meson.build2
-rw-r--r--examples/pugl_clipboard_demo.app/MacOS/meson.build2
-rw-r--r--examples/pugl_clipboard_demo.app/meson.build2
-rw-r--r--examples/shaders/meson.build2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/meson.build b/examples/meson.build
index f3ff764..d9ba483 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
data_dir = get_option('prefix') / get_option('datadir') / 'pugl-0'
example_defines = ['-DPUGL_DATA_DIR="@0@"'.format(data_dir)]
diff --git a/examples/pugl_clipboard_demo.app/MacOS/meson.build b/examples/pugl_clipboard_demo.app/MacOS/meson.build
index dc12e27..28d9b13 100644
--- a/examples/pugl_clipboard_demo.app/MacOS/meson.build
+++ b/examples/pugl_clipboard_demo.app/MacOS/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
executable(
'pugl_clipboard_demo',
diff --git a/examples/pugl_clipboard_demo.app/meson.build b/examples/pugl_clipboard_demo.app/meson.build
index fff35b9..9ccd0a1 100644
--- a/examples/pugl_clipboard_demo.app/meson.build
+++ b/examples/pugl_clipboard_demo.app/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
config = configuration_data()
config.set('NAME', 'pugl_clipboard_demo')
diff --git a/examples/shaders/meson.build b/examples/shaders/meson.build
index c96b70c..8f0b1dc 100644
--- a/examples/shaders/meson.build
+++ b/examples/shaders/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
shader_files = [
'header_330.glsl',