forked from pulp-platform/Deeploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
36 lines (29 loc) · 1.03 KB
/
REUSE.toml
File metadata and controls
36 lines (29 loc) · 1.03 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
version = 1
[[annotations]]
path = "DeeployTest/Tests/**"
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "CC-BY-ND-4.0"
[[annotations]]
path = "docs/_static/**"
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "CC-BY-ND-4.0"
[[annotations]]
path = "**/*.md"
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "CC-BY-ND-4.0"
[[annotations]]
path = "**/*.txt"
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "CC-BY-ND-4.0"
[[annotations]]
path = "**/*.patch"
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "CC-BY-ND-4.0"
[[annotations]]
path = "*.json"
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "CC-BY-ND-4.0"
[[annotations]]
path = ".vscode/*.json"
SPDX-FileCopyrightText = "2023 ETH Zurich and University of Bologna"
SPDX-License-Identifier = "CC-BY-ND-4.0"