From 24a2c931bc6b84c5fd132d8c892b46ff05a8b369 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 28 Jun 2022 18:41:00 -0400 Subject: Simplify dep5 file by adding license headers where possible --- .clang-format | 3 +++ 1 file changed, 3 insertions(+) (limited to '.clang-format') diff --git a/.clang-format b/.clang-format index 4544618..eabae64 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,6 @@ +# Copyright 2020-2022 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + --- AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true -- cgit v1.2.1