diff options
author | David Robillard <d@drobilla.net> | 2025-01-20 12:54:46 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-20 12:54:46 -0500 |
commit | 5edcf18adfbc4240040c667c00884cbd049e3a84 (patch) | |
tree | 1f2eaa076b40e22ec34d7c6375cda97990ac84e1 | |
parent | e8492e874da0c45495a5a0994d6b09f7f1b81eee (diff) | |
download | sord-5edcf18adfbc4240040c667c00884cbd049e3a84.tar.gz sord-5edcf18adfbc4240040c667c00884cbd049e3a84.tar.bz2 sord-5edcf18adfbc4240040c667c00884cbd049e3a84.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--[l---------] | LICENSES/ISC.txt | 14 | ||||
-rw-r--r-- | meson.build | 2 |
4 files changed, 16 insertions, 4 deletions
diff --git a/.reuse/dep5 b/.reuse/dep5 index af3244f..1b32d67 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -9,7 +9,7 @@ Comment: Standard test suites from the W3C (only required for testing) License: BSD-3-Clause Files: AUTHORS NEWS -Copyright: 2011-2022 David Robillard <d@drobilla.net> +Copyright: 2011-2025 David Robillard <d@drobilla.net> Comment: Contributed to the Commons as a representation of simple facts License: 0BSD OR ISC @@ -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, provided that the above diff --git a/LICENSES/ISC.txt b/LICENSES/ISC.txt index 012065c..d16d277 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. diff --git a/meson.build b/meson.build index 7b9162e..34f15fb 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -# Copyright 2021-2024 David Robillard <d@drobilla.net> +# Copyright 2021-2025 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC project( |