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 /doc/ns/extensions | |
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 'doc/ns/extensions')
-rw-r--r-- | doc/ns/extensions/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ns/extensions/meson.build b/doc/ns/extensions/meson.build index 5a25184..599deb8 100644 --- a/doc/ns/extensions/meson.build +++ b/doc/ns/extensions/meson.build @@ -1,5 +1,5 @@ # Copyright 2022 David Robillard <d@drobilla.net> -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC config = configuration_data({'BASE': '/ns/extensions'}) |