diff options
author | David Robillard <d@drobilla.net> | 2022-09-08 15:57:22 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-08 15:57:22 -0400 |
commit | 3e0183ef54a88eb0f038c53778700f1490df6153 (patch) | |
tree | 27c5494d0a571ca8823f3ca0fff89f1ab0ed4958 /scripts | |
parent | 865d85743476b0e3b0c2c2d394298fbf947d6a90 (diff) | |
download | lv2-3e0183ef54a88eb0f038c53778700f1490df6153.tar.xz |
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 'scripts')
-rw-r--r-- | scripts/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/meson.build b/scripts/meson.build index fc38500..1a77ab7 100644 --- a/scripts/meson.build +++ b/scripts/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 lv2_scripts = files( 'lv2_build_index.py', |