diff options
author | David Robillard <d@drobilla.net> | 2022-09-08 15:57:05 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-08 15:57:05 -0400 |
commit | 865d85743476b0e3b0c2c2d394298fbf947d6a90 (patch) | |
tree | 1179e41fd9e7a4064286f403f7a1771513fae4c4 /include/lv2/atom | |
parent | e6fa96ad3732b49294621546e5dfefe98f53d5d9 (diff) | |
download | lv2-865d85743476b0e3b0c2c2d394298fbf947d6a90.tar.xz |
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'include/lv2/atom')
-rw-r--r-- | include/lv2/atom/atom.h | 17 | ||||
-rw-r--r-- | include/lv2/atom/forge.h | 17 | ||||
-rw-r--r-- | include/lv2/atom/util.h | 17 |
3 files changed, 6 insertions, 45 deletions
diff --git a/include/lv2/atom/atom.h b/include/lv2/atom/atom.h index b090c1e..a6178cf 100644 --- a/include/lv2/atom/atom.h +++ b/include/lv2/atom/atom.h @@ -1,18 +1,5 @@ -/* - Copyright 2008-2016 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 2008-2016 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: ISC #ifndef LV2_ATOM_H #define LV2_ATOM_H diff --git a/include/lv2/atom/forge.h b/include/lv2/atom/forge.h index 280bd53..5e9bef8 100644 --- a/include/lv2/atom/forge.h +++ b/include/lv2/atom/forge.h @@ -1,18 +1,5 @@ -/* - Copyright 2008-2016 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 2008-2016 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: ISC /** @file forge.h An API for constructing LV2 atoms. diff --git a/include/lv2/atom/util.h b/include/lv2/atom/util.h index 16d2c00..f585f82 100644 --- a/include/lv2/atom/util.h +++ b/include/lv2/atom/util.h @@ -1,18 +1,5 @@ -/* - Copyright 2008-2015 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 2008-2015 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: ISC #ifndef LV2_ATOM_UTIL_H #define LV2_ATOM_UTIL_H |