diff options
author | David Robillard <d@drobilla.net> | 2022-09-17 09:33:02 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-09-17 09:33:02 -0400 |
commit | 39b9586ee07bf77e8d1042c865876d87d2754e22 (patch) | |
tree | a86b8328ef55d4135be9f61abbaf9444ac43cd6e /src | |
parent | a4cb59300de1b83a7ceecfa099d33d5832c06b04 (diff) | |
download | chilbert-39b9586ee07bf77e8d1042c865876d87d2754e22.tar.gz chilbert-39b9586ee07bf77e8d1042c865876d87d2754e22.tar.bz2 chilbert-39b9586ee07bf77e8d1042c865876d87d2754e22.zip |
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'src')
-rw-r--r-- | src/chilbert_obj.cpp | 18 | ||||
-rw-r--r-- | src/chilbert_svg.cpp | 18 |
2 files changed, 4 insertions, 32 deletions
diff --git a/src/chilbert_obj.cpp b/src/chilbert_obj.cpp index 1fdd1ee..76039d0 100644 --- a/src/chilbert_obj.cpp +++ b/src/chilbert_obj.cpp @@ -1,19 +1,5 @@ -/* - Copyright (C) 2018 David Robillard <d@drobilla.net> - - This program is free software: you can redistribute it and/or modify it under - the terms of the GNU General Public License as published by the Free Software - Foundation, either version 2 of the License, or (at your option) any later - version. - - This program is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - FOR A PARTICULAR PURPOSE. See the GNU General Public License for more - details. - - You should have received a copy of the GNU General Public License along with - this program. If not, see <https://www.gnu.org/licenses/>. -*/ +// Copyright 2018-2022 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: GPL-2.0-or-later #include "chilbert/chilbert.hpp" diff --git a/src/chilbert_svg.cpp b/src/chilbert_svg.cpp index 7033bec..a572f68 100644 --- a/src/chilbert_svg.cpp +++ b/src/chilbert_svg.cpp @@ -1,19 +1,5 @@ -/* - Copyright (C) 2018 David Robillard <d@drobilla.net> - - This program is free software: you can redistribute it and/or modify it under - the terms of the GNU General Public License as published by the Free Software - Foundation, either version 2 of the License, or (at your option) any later - version. - - This program is distributed in the hope that it will be useful, but WITHOUT - ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS - FOR A PARTICULAR PURPOSE. See the GNU General Public License for more - details. - - You should have received a copy of the GNU General Public License along with - this program. If not, see <https://www.gnu.org/licenses/>. -*/ +// Copyright 2018-2022 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: GPL-2.0-or-later #include "chilbert/chilbert.hpp" |