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>
27 lines
648 B
TOML
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"
|