Skip to content

Commit 5fc4580

Browse files
kartbennashif
authored andcommitted
REUSE.toml: add annotation for files that may not contain licensing info
Add REUSE.toml to describe what license and copyright info applies to files that may not contain licensing info in their headers. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent 1d43567 commit 5fc4580

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

REUSE.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
"doc/requirements.in",
19+
"doc/requirements.txt",
20+
"scripts/requirements-*.in",
21+
"scripts/requirements-*.txt",
22+
# zephyr-keep-sorted-stop
23+
]
24+
SPDX-License-Identifier = "Apache-2.0"
25+
SPDX-FileCopyrightText = "Copyright The Zephyr Project Contributors"

0 commit comments

Comments
 (0)