forked from siemens/cmp-test-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
21 lines (18 loc) · 647 Bytes
/
REUSE.toml
File metadata and controls
21 lines (18 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-FileCopyrightText: Copyright 2024 Siemens AG
#
# SPDX-License-Identifier: Apache-2.0
version = 1
SPDX-FileCopyrightText = "Copyright 2024 Siemens AG"
SPDX-License-Identifier = "Apache-2.0"
# these are config files or sample payloads which may be in formats that cannot
# be annotated, hence we mention the relevant information here
[[annotations]]
path = [
"config/cert/**", "data/**", "unit_tests/**",
"scripts/**", "pq_logic/fips/frodokem.py",
"pyrightconfig.json", "VERSION",
"client_tests/certs/**",
]
precedence = "override"
SPDX-FileCopyrightText = "Copyright 2024 Siemens AG"
SPDX-License-Identifier = "Apache-2.0"