From 20f2e4f758aaee9382f157c97294dd4fc513f08c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 20 Jan 2025 13:09:27 -0500 Subject: 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. --- LICENSES/ISC.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) mode change 120000 => 100644 LICENSES/ISC.txt (limited to 'LICENSES') diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt deleted file mode 120000 index 012065c..0000000 --- a/LICENSES/ISC.txt +++ /dev/null @@ -1 +0,0 @@ -../COPYING \ No newline at end of file diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt new file mode 100644 index 0000000..39fb058 --- /dev/null +++ b/LICENSES/ISC.txt @@ -0,0 +1,13 @@ +Copyright 2007-2025 David Robillard + +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. -- cgit v1.2.1