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:
Pieter De Gendt
2025-12-11 13:54:38 +01:00
committed by Benjamin Cabé
parent 5194dfa380
commit 98ef5b1c44

View File

@@ -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",