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 | |
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')
-rw-r--r-- | doc/ns/ext/meson.build | 2 | ||||
-rw-r--r-- | doc/ns/extensions/meson.build | 2 | ||||
-rw-r--r-- | doc/ns/meson.build | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/ns/ext/meson.build b/doc/ns/ext/meson.build index f6ad06b..c76f1a2 100644 --- a/doc/ns/ext/meson.build +++ b/doc/ns/ext/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/ext'}) 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'}) diff --git a/doc/ns/meson.build b/doc/ns/meson.build index aa41464..cda9ba0 100644 --- a/doc/ns/meson.build +++ b/doc/ns/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'}) |