-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
112 lines (94 loc) · 3.48 KB
/
REUSE.toml
File metadata and controls
112 lines (94 loc) · 3.48 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
version = 1
SPDX-PackageName = "DigitalChild"
SPDX-PackageSupplier = "GRIMdata <https://github.com/MissCrispenCakes/DigitalChild>"
SPDX-PackageDownloadLocation = "https://github.com/MissCrispenCakes/DigitalChild"
[[annotations]]
path = ["docs/**", "**.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["configs/**", "data/metadata/**", "data/exports/**", "utils/**.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["scorecard**.xlsx", "scorecard.csv", "scorecard.ods", "scorecard.gsheet.json", "data/scorecard/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "presentations/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "data/raw/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Various (see source URLs in metadata)"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ".github/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = [".pre-commit-config.yaml", ".gitignore", ".gitattributes"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["**requirements.txt", "requirements/**.txt"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "tests/fixtures/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ["pytest.ini", "setup.py", "setup.cfg", "pyproject.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["mkdocs.yml", "docs/overrides/**", "docs/website/stylesheets/**", "docs/website/javascripts/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["CITATION.cff", "zenodo.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = ".zenodo.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [".vscode/**", ".flake8"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ".env.example"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["**.txt", "**.sh", "**.bib"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["data/archive/**", "data/cache/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "CNAME"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 GRIMdata / LittleRainbowRights"
SPDX-License-Identifier = "CC0-1.0"