-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathREUSE.toml
More file actions
36 lines (29 loc) · 908 Bytes
/
REUSE.toml
File metadata and controls
36 lines (29 loc) · 908 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
35
36
version = 1
[[annotations]]
path = "images/*"
SPDX-FileCopyrightText = "2025 aesc silicon"
SPDX-License-Identifier = "CERN-OHL-W-2.0"
[[annotations]]
path = "project/*"
SPDX-FileCopyrightText = "2025 aesc silicon"
SPDX-License-Identifier = "CERN-OHL-W-2.0"
[[annotations]]
path = ".scalafmt.conf"
SPDX-FileCopyrightText = "2025 aesc silicon"
SPDX-License-Identifier = "CERN-OHL-W-2.0"
[[annotations]]
path = "software/*/spi.layout"
SPDX-FileCopyrightText = "2025 aesc silicon"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "tmp/*/*"
SPDX-FileCopyrightText = "2026 aesc silicon"
SPDX-License-Identifier = "CERN-OHL-W-2.0"
[[annotations]]
path = "hardware/scala/*/*/rules.json"
SPDX-FileCopyrightText = "2026 aesc silicon"
SPDX-License-Identifier = "CERN-OHL-W-2.0"
[[annotations]]
path = "docs/**"
SPDX-FileCopyrightText = "2026 aesc silicon"
SPDX-License-Identifier = "CERN-OHL-W-2.0"