REUSE.toml: Default annotate json files
It's not possible to add comments to a json file, so there's no option to add license or copyright text. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
committed by
Benjamin Cabé
parent
5194dfa380
commit
98ef5b1c44
@@ -1,6 +1,6 @@
|
||||
version = 1
|
||||
|
||||
# Declare default license and copyright text for files that typically do not include them.
|
||||
# Declare default license and copyright text for files that typically do not or cannot include them.
|
||||
[[annotations]]
|
||||
path = [
|
||||
# zephyr-keep-sorted-start
|
||||
@@ -9,6 +9,7 @@ path = [
|
||||
"**/*.conf",
|
||||
"**/*.ecl",
|
||||
"**/*.html",
|
||||
"**/*.json",
|
||||
"**/*.rst",
|
||||
"**/*.yaml",
|
||||
"**/*.yml",
|
||||
|
||||
Reference in New Issue
Block a user