-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
20 lines (16 loc) · 792 Bytes
/
Copy pathREUSE.toml
File metadata and controls
20 lines (16 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version = 1
# Files that cannot carry an inline SPDX header: a binary asset and the
# comment-less JSON sidecars. Every other file declares its license in its
# own header.
[[annotations]]
path = "LICENSE"
SPDX-FileCopyrightText = "2026 [ernolf] Raphael Gradenwitz <raphael.gradenwitz@googlemail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "img/ncmake-avatar.png"
SPDX-FileCopyrightText = "2026 [ernolf] Raphael Gradenwitz <raphael.gradenwitz@googlemail.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["workflows/branch-cleanup.properties.json", "workflows/release.properties.json", "workflows/workflow-updater.properties.json"]
SPDX-FileCopyrightText = "2026 [ernolf] Raphael Gradenwitz <raphael.gradenwitz@googlemail.com>"
SPDX-License-Identifier = "MIT"