diff options
author | David Robillard <d@drobilla.net> | 2025-01-20 13:09:27 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-20 13:09:27 -0500 |
commit | 20f2e4f758aaee9382f157c97294dd4fc513f08c (patch) | |
tree | 044b787a3e95d70da056b19a9a8b6884dbac7482 /LICENSES/ISC.txt | |
parent | fd11071115664d7cd72556c91e28cccf22c57bf5 (diff) | |
download | suil-20f2e4f758aaee9382f157c97294dd4fc513f08c.tar.gz suil-20f2e4f758aaee9382f157c97294dd4fc513f08c.tar.bz2 suil-20f2e4f758aaee9382f157c97294dd4fc513f08c.zip |
Update copyright years and remove license symbolic link
Neither direction of linking here works properly with every site/tool, so just
avoid all the hassle and write the "main" license out twice.
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..39fb058 120000..100644 --- a/LICENSES/ISC.txt +++ b/LICENSES/ISC.txt @@ -1 +1,13 @@ -../COPYING
\ No newline at end of file +Copyright 2007-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. |