diff options
author | David Robillard <d@drobilla.net> | 2022-09-08 15:32:59 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-08 15:32:59 -0400 |
commit | 82d7a1a87965e6508cf3090337ad2bd097d70f06 (patch) | |
tree | bcf88d30f51ed9aa17980387f9348e2a4d832e3a /LICENSES/0BSD.txt | |
parent | 27b6d451c77e823d7247171dc98b5c79b8ea912d (diff) | |
download | serd-82d7a1a87965e6508cf3090337ad2bd097d70f06.tar.gz serd-82d7a1a87965e6508cf3090337ad2bd097d70f06.tar.bz2 serd-82d7a1a87965e6508cf3090337ad2bd097d70f06.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 'LICENSES/0BSD.txt')
-rw-r--r-- | LICENSES/0BSD.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/LICENSES/0BSD.txt b/LICENSES/0BSD.txt new file mode 100644 index 00000000..b3e8cfd9 --- /dev/null +++ b/LICENSES/0BSD.txt @@ -0,0 +1,12 @@ +Copyright 2011-2022 David Robillard <d@drobilla.net> + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. |