aboutsummaryrefslogtreecommitdiffstats
path: root/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-24 11:15:35 -0500
committerDavid Robillard <d@drobilla.net>2022-11-24 11:15:35 -0500
commitb7d90cc7bc194211aaaf2d4993d76481cd4a1c9e (patch)
tree465ad7ada9bfd465883abe9d1947194ca561bf5a /meson.build
parentada619901e0000e850364d68c327ba4629be00d0 (diff)
downloadpugl-b7d90cc7bc194211aaaf2d4993d76481cd4a1c9e.tar.gz
pugl-b7d90cc7bc194211aaaf2d4993d76481cd4a1c9e.tar.bz2
pugl-b7d90cc7bc194211aaaf2d4993d76481cd4a1c9e.zip
Use 0BSD for trivial "public domain intent" things
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5d7ae6e..c3781f5 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
# Copyright 2021-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR ISC
+# SPDX-License-Identifier: 0BSD OR ISC
project('pugl', ['c'],
version: '0.4.0',