-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
34 lines (31 loc) · 941 Bytes
/
REUSE.toml
File metadata and controls
34 lines (31 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SPDX-FileCopyrightText: 2024 Tillitis AB <tillitis.se>
# SPDX-License-Identifier: BSD-2-Clause
version = 1
[[annotations]]
path = ".github/workflows/*"
SPDX-FileCopyrightText = "2025 Tillitis AB <tillitis.se>"
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = [
".clang-format",
".editorconfig",
".git-blame-ignore-revs",
".gitignore",
"Makefile",
"README.md",
"build-tkey.sh",
"crypto/monocypher/README.md",
"crypto/tiny-AES-c/README.md",
"metadata/*",
"targets/libsolokeys_linux.mk",
"targets/libtinycbor_linux.mk",
"targets/solokeys_linux.mk",
"targets/tkey_app.mk",
"targets/tkey_uecc.mk",
"targets/tkey/libc/newlib/README.md",
"tinycbor/README.md",
"tools/sca/infer_exceptions.txt",
"tools/sca/scan-build_exceptions.txt"
]
SPDX-FileCopyrightText = "2025 Tillitis AB <tillitis.se>"
SPDX-License-Identifier = "BSD-2-Clause"