diff options
author | David Robillard <d@drobilla.net> | 2025-01-18 16:55:33 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-18 19:06:42 -0500 |
commit | 943edeac0cb8e85f42e5d475477546924edbb4a7 (patch) | |
tree | 243fb5445962f20220104487b7fa2532d56f140b | |
parent | 69b8b8b5cf7b3376931edea6e83d93d8dd9287ab (diff) | |
download | serd-943edeac0cb8e85f42e5d475477546924edbb4a7.tar.gz serd-943edeac0cb8e85f42e5d475477546924edbb4a7.tar.bz2 serd-943edeac0cb8e85f42e5d475477546924edbb4a7.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.
-rw-r--r-- | .reuse/dep5 | 2 | ||||
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | LICENSES/0BSD.txt | 2 | ||||
-rw-r--r--[l---------] | LICENSES/ISC.txt | 14 |
4 files changed, 16 insertions, 4 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index 78dc2af5..38ad313d 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -14,7 +14,7 @@ Comment: Standard test suites from the W3C License: BSD-3-Clause Files: test/extra/* -Copyright: 2011-2023 David Robillard <d@drobilla.net> +Copyright: 2011-2024 David Robillard <d@drobilla.net> Comment: Extra test suites for serd License: BSD-3-Clause OR ISC @@ -1,4 +1,4 @@ -Copyright 2011-2023 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, provided that the above diff --git a/LICENSES/0BSD.txt b/LICENSES/0BSD.txt index c338c71a..f33ca7b4 100644 --- a/LICENSES/0BSD.txt +++ b/LICENSES/0BSD.txt @@ -1,4 +1,4 @@ -Copyright 2011-2023 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 012065c8..d16d277c 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. |