diff options
author | David Robillard <d@drobilla.net> | 2022-09-01 18:05:57 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-01 18:05:57 -0400 |
commit | d73573533c0f40bbd529cffda7474ea9117d5228 (patch) | |
tree | a3121aaa8f02f810050ea49816368a1648b8cee2 /src/zix | |
parent | 8cbf2a3dfce848c099536cf0f5e59c4fa8e04d87 (diff) | |
download | lilv-d73573533c0f40bbd529cffda7474ea9117d5228.tar.gz lilv-d73573533c0f40bbd529cffda7474ea9117d5228.tar.bz2 lilv-d73573533c0f40bbd529cffda7474ea9117d5228.zip |
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'src/zix')
-rw-r--r-- | src/zix/common.h | 17 | ||||
-rw-r--r-- | src/zix/tree.c | 17 | ||||
-rw-r--r-- | src/zix/tree.h | 17 |
3 files changed, 6 insertions, 45 deletions
diff --git a/src/zix/common.h b/src/zix/common.h index d47586c..46307b1 100644 --- a/src/zix/common.h +++ b/src/zix/common.h @@ -1,18 +1,5 @@ -/* - Copyright 2016-2020 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. - - THIS 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. -*/ +// Copyright 2016-2020 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: ISC #ifndef ZIX_COMMON_H #define ZIX_COMMON_H diff --git a/src/zix/tree.c b/src/zix/tree.c index ac12778..9e4ed1c 100644 --- a/src/zix/tree.c +++ b/src/zix/tree.c @@ -1,18 +1,5 @@ -/* - Copyright 2011-2020 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. - - THIS 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. -*/ +// Copyright 2011-2020 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: ISC #include "zix/tree.h" diff --git a/src/zix/tree.h b/src/zix/tree.h index a2d5fe7..9fc968f 100644 --- a/src/zix/tree.h +++ b/src/zix/tree.h @@ -1,18 +1,5 @@ -/* - Copyright 2011-2020 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. - - THIS 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. -*/ +// Copyright 2011-2020 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: ISC #ifndef ZIX_TREE_H #define ZIX_TREE_H |