Skip to content

Commit 77b0dbe

Browse files
committed
chore: Extend reuse meta data to cover all tracked files
1 parent eefefc0 commit 77b0dbe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

REUSE.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ SPDX-FileCopyrightText = "Caleb Maclennan, Johann Klähn, Stefan Karrmann, Wolfg
66
SPDX-License-Identifier = "GPL-2.0-or-later"
77

88
[[annotations]]
9-
path = [".github/**/*.yml", ".gitignore", ".vintrc.yaml", "Justfile"]
9+
path = [
10+
".editorconfig",
11+
".github/**/*.yml",
12+
".gitignore",
13+
".vintrc.yaml",
14+
"Justfile",
15+
]
1016
SPDX-FileCopyrightText = "Caleb Maclennan, Johann Klähn, Stefan Karrmann, Wolfgang Oertl"
1117
SPDX-License-Identifier = "0BSD"
1218

0 commit comments

Comments
 (0)