From 2052a76d33ed3afc0a5bdab4eed574d7206c4459 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 18 Jan 2025 16:39:43 -0500 Subject: 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. --- .reuse/dep5 | 2 +- LICENSES/0BSD.txt | 2 +- LICENSES/ISC.txt | 14 +++++++++++++- 3 files changed, 15 insertions(+), 3 deletions(-) mode change 120000 => 100644 LICENSES/ISC.txt diff --git a/.reuse/dep5 b/.reuse/dep5 index ab2d669..a13171a 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -4,5 +4,5 @@ Upstream-Contact: David Robillard Source: https://gitlab.com/drobilla/zix Files: *.md NEWS -Copyright: 2021 David Robillard +Copyright: 2021-2025 David Robillard License: 0BSD OR ISC diff --git a/LICENSES/0BSD.txt b/LICENSES/0BSD.txt index b3e8cfd..f33ca7b 100644 --- a/LICENSES/0BSD.txt +++ b/LICENSES/0BSD.txt @@ -1,4 +1,4 @@ -Copyright 2011-2022 David Robillard +Copyright 2011-2025 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. 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..5533913 --- /dev/null +++ b/LICENSES/ISC.txt @@ -0,0 +1,13 @@ +Copyright 2011-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