summaryrefslogtreecommitdiffstats
path: root/meson/warnings/meson.build
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-08 15:46:48 -0400
committerDavid Robillard <d@drobilla.net>2022-09-08 15:47:18 -0400
commitf51ad87e28f7580f674569cd9a9345c50d50c935 (patch)
treed9478cddae1e814a71a91cd17eef37b4145f6139 /meson/warnings/meson.build
parentab14ad84404e2bffbaa8996ac1d797f8caf40cc6 (diff)
downloadpatchage-f51ad87e28f7580f674569cd9a9345c50d50c935.tar.gz
patchage-f51ad87e28f7580f674569cd9a9345c50d50c935.tar.bz2
patchage-f51ad87e28f7580f674569cd9a9345c50d50c935.zip
Use 0BSD for trivial "public domain intent" things
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway.
Diffstat (limited to 'meson/warnings/meson.build')
-rw-r--r--meson/warnings/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson/warnings/meson.build b/meson/warnings/meson.build
index fcf06ec..a28d2a2 100644
--- a/meson/warnings/meson.build
+++ b/meson/warnings/meson.build
@@ -1,5 +1,5 @@
# Copyright 2020-2022 David Robillard <d@drobilla.net>
-# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later
+# SPDX-License-Identifier: 0BSD OR GPL-3.0-or-later
# General code to enable approximately all warnings in GCC 12, clang, and MSVC.
#