From 4658288c09861a2c222636e7844f773fef43bab7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 19 Jul 2022 09:54:58 -0400 Subject: Adopt REUSE machine-readable licensing standard --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 8ef8bd6..9688e2f 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,6 @@ +# Copyright 2020-2021 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR GPL-3.0-or-later + --- AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true -- cgit v1.2.1