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 | |
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.
-rw-r--r-- | .reuse/dep5 | 2 | ||||
-rw-r--r-- | LICENSES/0BSD.txt | 2 | ||||
-rw-r--r--[l---------] | LICENSES/ISC.txt | 14 |
3 files changed, 15 insertions, 3 deletions
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 <d@drobilla.net> Source: https://gitlab.com/drobilla/zix Files: *.md NEWS -Copyright: 2021 David Robillard <d@drobilla.net> +Copyright: 2021-2025 David Robillard <d@drobilla.net> 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 <d@drobilla.net> +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. 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. |