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 +++ .clang-tidy | 3 +++ .gitignore | 3 +++ .gitlab-ci.yml | 3 +++ .reuse/dep5 | 6 +----- benchmark/.clang-tidy | 3 +++ include/.clang-tidy | 3 +++ src/.clang-tidy | 3 +++ test/.clang-tidy | 3 +++ 9 files changed, 25 insertions(+), 5 deletions(-) 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 diff --git a/.clang-tidy b/.clang-tidy index db23eed..723b4f1 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,3 +1,6 @@ +# Copyright 2020-2022 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + Checks: > *, -*-magic-numbers, diff --git a/.gitignore b/.gitignore index 76ec7a0..869cc87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Copyright 2021-2022 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + *.pyc __pycache__ build/** diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 573e1b2..08851f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,6 @@ +# Copyright 2019-2022 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + arm32_dbg: image: lv2plugin/debian-arm32 script: diff --git a/.reuse/dep5 b/.reuse/dep5 index 2a2810b..f8aba27 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -3,10 +3,6 @@ Upstream-Name: zix Upstream-Contact: David Robillard Source: https://gitlab.com/drobilla/zix -Files: *.md .clang* .git* NEWS meson_options.txt */.clang* .clant.json .includes.imp -Copyright: 2021 David Robillard -License: CC0-1.0 OR ISC - -Files: doc/* +Files: *.md .clant.json NEWS meson_options.txt Copyright: 2021 David Robillard License: CC0-1.0 OR ISC diff --git a/benchmark/.clang-tidy b/benchmark/.clang-tidy index 2aa1e4f..8bbb5c1 100644 --- a/benchmark/.clang-tidy +++ b/benchmark/.clang-tidy @@ -1,3 +1,6 @@ +# Copyright 2020-2022 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + Checks: > *, -*-magic-numbers, diff --git a/include/.clang-tidy b/include/.clang-tidy index e0427c3..7a48cc4 100644 --- a/include/.clang-tidy +++ b/include/.clang-tidy @@ -1,3 +1,6 @@ +# Copyright 2020-2022 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + Checks: > *, -*-uppercase-literal-suffix, diff --git a/src/.clang-tidy b/src/.clang-tidy index 66ba28d..8c165a5 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -1,3 +1,6 @@ +# Copyright 2021-2022 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + Checks: > *, -*-magic-numbers, diff --git a/test/.clang-tidy b/test/.clang-tidy index e490926..0924b8f 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -1,3 +1,6 @@ +# Copyright 2020-2022 David Robillard +# SPDX-License-Identifier: CC0-1.0 OR ISC + Checks: > *, -*-magic-numbers, -- cgit v1.2.1