summaryrefslogtreecommitdiffstats
path: root/test/headers
diff options
context:
space:
mode:
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