summaryrefslogtreecommitdiffstats
path: root/test/headers
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 /test/headers
parent7f4f065c64ab99c63f4e86d5b3310098c5b4f2f1 (diff)
downloadraul-d3bb4e9c2dba3cebfa7ce9f37d32e54ec2fe14a3.tar.gz
raul-d3bb4e9c2dba3cebfa7ce9f37d32e54ec2fe14a3.tar.bz2
raul-d3bb4e9c2dba3cebfa7ce9f37d32e54ec2fe14a3.zip
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'test/headers')
-rw-r--r--test/headers/.clang-tidy3
-rw-r--r--test/headers/test_headers.cpp16
2 files changed, 5 insertions, 14 deletions
diff --git a/test/headers/.clang-tidy b/test/headers/.clang-tidy
index 374dbd7..1a91f8b 100644
--- a/test/headers/.clang-tidy
+++ b/test/headers/.clang-tidy
@@ -1,3 +1,6 @@
+# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later
+
Checks: >
*,
-*-avoid-c-arrays,
diff --git a/test/headers/test_headers.cpp b/test/headers/test_headers.cpp
index 6149f43..7e28da3 100644
--- a/test/headers/test_headers.cpp
+++ b/test/headers/test_headers.cpp
@@ -1,17 +1,5 @@
-/*
- Copyright 2022 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 2022 David Robillard <d@drobilla.net>
+// SPDX-License-Identifier: GPL-3.0-or-later
#include "raul/Array.hpp" // IWYU pragma: keep
#include "raul/Deletable.hpp" // IWYU pragma: keep