summaryrefslogtreecommitdiffstats
path: root/include/raul/Process.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-29 09:30:06 -0400
committerDavid Robillard <d@drobilla.net>2022-07-20 16:24:23 -0400
commitd3bb4e9c2dba3cebfa7ce9f37d32e54ec2fe14a3 (patch)
tree4d97d8e683262f69e813dfbbd1924e1a9e4c68a3 /include/raul/Process.hpp
parent7f4f065c64ab99c63f4e86d5b3310098c5b4f2f1 (diff)
downloadraul-d3bb4e9c2dba3cebfa7ce9f37d32e54ec2fe14a3.tar.gz
raul-d3bb4e9c2dba3cebfa7ce9f37d32e54ec2fe14a3.tar.bz2
raul-d3bb4e9c2dba3cebfa7ce9f37d32e54ec2fe14a3.zip
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'include/raul/Process.hpp')
-rw-r--r--include/raul/Process.hpp16
1 files changed, 2 insertions, 14 deletions
diff --git a/include/raul/Process.hpp b/include/raul/Process.hpp
index e92effc..056cfff 100644
--- a/include/raul/Process.hpp
+++ b/include/raul/Process.hpp
@@ -1,17 +1,5 @@
-/*
- Copyright 2007-2015 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-2015 David Robillard <d@drobilla.net>
+// SPDX-License-Identifier: GPL-3.0-or-later
#ifndef RAUL_PROCESS_HPP
#define RAUL_PROCESS_HPP