diff options
author | David Robillard <d@drobilla.net> | 2025-01-18 16:39:43 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-18 16:42:12 -0500 |
commit | 2052a76d33ed3afc0a5bdab4eed574d7206c4459 (patch) | |
tree | 0af4c059abe74ffc1873e48abd7306495c0f4b18 /LICENSES/ISC.txt | |
parent | 600bbc904efc66d5b20d64f91a760aa47924eaf2 (diff) | |
download | zix-2052a76d33ed3afc0a5bdab4eed574d7206c4459.tar.gz zix-2052a76d33ed3afc0a5bdab4eed574d7206c4459.tar.bz2 zix-2052a76d33ed3afc0a5bdab4eed574d7206c4459.zip |
Update copyright year and remove symbolic link
Outright duplication isn't great, but there doesn't seem to be any way around
to use links here and have every tool and/or site correctly understand the
license for the project as a whole. It's boilerplate anyway.
Diffstat (limited to 'LICENSES/ISC.txt')
-rw-r--r--[l---------] | LICENSES/ISC.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt index 012065c..5533913 120000..100644 --- a/LICENSES/ISC.txt +++ b/LICENSES/ISC.txt @@ -1 +1,13 @@ -../COPYING
\ No newline at end of file +Copyright 2011-2025 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. |