-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathREUSE.toml
More file actions
38 lines (31 loc) · 1.11 KB
/
REUSE.toml
File metadata and controls
38 lines (31 loc) · 1.11 KB
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
37
version = 1
# Root license files
[[annotations]]
path = ["LICENSE-APACHE", "LICENSE-SHL"]
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "Apache-2.0"
# Documentation (Markdown)
[[annotations]]
path = ["**.md"]
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "Apache-2.0"
# Documentation images
[[annotations]]
path = ["docs/img/**"]
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "Apache-2.0"
# Traffic visualization images
[[annotations]]
path = ["util/traffic_visualizations/**"]
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "Apache-2.0"
# Auto-generated lock and config files
[[annotations]]
path = ["Bender.lock", "uv.lock", ".python-version", ".gitignore"]
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "Apache-2.0"
# Jupyter notebooks
[[annotations]]
path = ["**.ipynb"]
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "Apache-2.0"