Skip to content

Commit e2d8f74

Browse files
committed
license: Add REUSE.toml
Add REUSE.toml to add default license to config files that typically don't include license and copyright text. Signed-off-by: Aksel Skauge Mellbye <aksel.mellbye@silabs.com>
1 parent a1a5b7a commit e2d8f74

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

REUSE.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version = 1
2+
3+
# Declare default license and copyright text for files that typically do not include them.
4+
[[annotations]]
5+
path = [
6+
# zephyr-keep-sorted-start
7+
"**/*.cfg",
8+
"**/*.cmake",
9+
"**/*.conf",
10+
"**/*.ecl",
11+
"**/*.html",
12+
"**/*.rst",
13+
"**/*.yaml",
14+
"**/*.yml",
15+
"**/*_defconfig",
16+
"**/CMakeLists.txt",
17+
"**/Kconfig*",
18+
# zephyr-keep-sorted-stop
19+
]
20+
SPDX-License-Identifier = "Apache-2.0"
21+
SPDX-FileCopyrightText = "Copyright (c) 2025 Silicon Laboratories Inc."

0 commit comments

Comments
 (0)