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 /benchmark/.clang-tidy | |
parent | a4cb59300de1b83a7ceecfa099d33d5832c06b04 (diff) | |
download | chilbert-39b9586ee07bf77e8d1042c865876d87d2754e22.tar.gz chilbert-39b9586ee07bf77e8d1042c865876d87d2754e22.tar.bz2 chilbert-39b9586ee07bf77e8d1042c865876d87d2754e22.zip |
Adopt REUSE machine-readable licensing standard
Diffstat (limited to 'benchmark/.clang-tidy')
-rw-r--r-- | benchmark/.clang-tidy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmark/.clang-tidy b/benchmark/.clang-tidy index 879423b..93f8fdf 100644 --- a/benchmark/.clang-tidy +++ b/benchmark/.clang-tidy @@ -1,3 +1,6 @@ +# Copyright 2020-2022 David Robillard <d@drobilla.net> +# SPDX-License-Identifier: 0BSD OR GPL-2.0-or-later + Checks: > -llvm-header-guard, -readability-static-accessed-through-instance, |