diff options
author | David Robillard <d@drobilla.net> | 2022-08-22 17:38:03 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-22 17:38:03 -0400 |
commit | 16a8597f4d52de948291825698b7d2458998a510 (patch) | |
tree | 077b6a7b6962a7b9a73d98c07f37afd3bf4daacb /COPYING | |
parent | 8400fad05b4dfae9af1f1640786439a4ac7b177f (diff) | |
download | zix-16a8597f4d52de948291825698b7d2458998a510.tar.gz zix-16a8597f4d52de948291825698b7d2458998a510.tar.bz2 zix-16a8597f4d52de948291825698b7d2458998a510.zip |
Make COPYING a regular text file and link to it in LICENSES
This just happens to be the way that both `licensee` (and therefore Github) and
`reuse` handle correctly.
Diffstat (limited to 'COPYING')
-rw-r--r--[l---------] | COPYING | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -1 +1,13 @@ -LICENSES/ISC.txt
\ No newline at end of file +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, provided that the above +copyright notice and this permission notice appear in all copies. + +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. |