-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
20 lines (17 loc) · 915 Bytes
/
REUSE.toml
File metadata and controls
20 lines (17 loc) · 915 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version = 1
[[annotations]]
path = [".github/*", ".gitignore", ".github/workflows/*", "data/*", "docs/src/*", "docs/src/symbolic_awe_model/*", "*.default"]
SPDX-FileCopyrightText = "2025 Bart van de Lint, Jelle Poland, Uwe Fechner"
SPDX-License-Identifier = "MPL-2.0"
[[annotations]]
path = ["data/**/*.csv", "data/**/*.pdf", "data/**/*.yaml", "data/**/*.obj",
"processed_data/**/*.csv",
"processed_data/**/*.png", "processed_data/**/*.txt"]
SPDX-FileCopyrightText = "2025 Bart van de Lint, Jelle Poland, Uwe Fechner"
SPDX-License-Identifier = "MPL-2.0"
[[annotations]]
path = ["docs/.gitignore", "docs/src/assets/*.png", "docs/src/assets/*.svg",
"docs/Project.toml", "Manifest*", "docs/LocalPreferences.toml", "*/Project*", "Project*",
"CITATION.cff", "Artifacts*"]
SPDX-FileCopyrightText = "2025 Bart van de Lint, Jelle Poland, Uwe Fechner"
SPDX-License-Identifier = "MPL-2.0"