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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # Copyright 2016-2021 David Robillard <d@drobilla.net> # Copyright 2016 Robin Gareus <robin@gareus.org> -# SPDX-License-Identifier: CC0-1.0 OR ISC +# SPDX-License-Identifier: 0BSD OR ISC # generated files and folders /build |