diff options
author | David Robillard <d@drobilla.net> | 2022-06-29 09:30:06 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-20 16:24:23 -0400 |
commit | d3bb4e9c2dba3cebfa7ce9f37d32e54ec2fe14a3 (patch) | |
tree | 4d97d8e683262f69e813dfbbd1924e1a9e4c68a3 /include/raul/Path.hpp | |
parent | 7f4f065c64ab99c63f4e86d5b3310098c5b4f2f1 (diff) | |
download | raul-d3bb4e9c2dba3cebfa7ce9f37d32e54ec2fe14a3.tar.gz raul-d3bb4e9c2dba3cebfa7ce9f37d32e54ec2fe14a3.tar.bz2 raul-d3bb4e9c2dba3cebfa7ce9f37d32e54ec2fe14a3.zip |
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'include/raul/Path.hpp')
-rw-r--r-- | include/raul/Path.hpp | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/include/raul/Path.hpp b/include/raul/Path.hpp index 1ddfb24..eddc4f0 100644 --- a/include/raul/Path.hpp +++ b/include/raul/Path.hpp @@ -1,17 +1,5 @@ -/* - Copyright 2007-2014 David Robillard <d@drobilla.net> - - Raul 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 3 of the License, or any later version. - - Raul 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 Raul. If not, see <http://www.gnu.org/licenses/>. -*/ +// Copyright 2007-2014 David Robillard <d@drobilla.net> +// SPDX-License-Identifier: GPL-3.0-or-later #ifndef RAUL_PATH_HPP #define RAUL_PATH_HPP |