Files
zephyr/REUSE.toml
Pieter De Gendt 98ef5b1c44 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>
2025-12-20 09:16:24 +01:00

27 lines
648 B
TOML

version = 1
# Declare default license and copyright text for files that typically do not or cannot include them.
[[annotations]]
path = [
# zephyr-keep-sorted-start
"**/*.cfg",
"**/*.cmake",
"**/*.conf",
"**/*.ecl",
"**/*.html",
"**/*.json",
"**/*.rst",
"**/*.yaml",
"**/*.yml",
"**/*_defconfig",
"**/CMakeLists.txt",
"**/Kconfig*",
"doc/requirements.in",
"doc/requirements.txt",
"scripts/requirements-*.in",
"scripts/requirements-*.txt",
# zephyr-keep-sorted-stop
]
SPDX-License-Identifier = "Apache-2.0"
SPDX-FileCopyrightText = "Copyright The Zephyr Project Contributors"