-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREUSE.toml
More file actions
43 lines (36 loc) · 1.23 KB
/
Copy pathREUSE.toml
File metadata and controls
43 lines (36 loc) · 1.23 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
version = 1
[[annotations]]
path = ["src/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Gergő Pintér"
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = ["figures/*", "README.md", "data/**/README.md"]
precedence = "override"
SPDX-FileCopyrightText = "2024 Gergő Pintér"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "data/geojson/*"
precedence = "override"
SPDX-FileCopyrightText = "OpenStreetMap contributors"
SPDX-License-Identifier = "ODbL-1.0"
[[annotations]]
path = "data/helsinki/README.txt"
precedence = "override"
SPDX-FileCopyrightText = "2021 Claudia Bergroth, Olle Järv, Henrikki Tenkanen, Matti Manninen, Tuuli Toivonen"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "output/*"
precedence = "override"
SPDX-FileCopyrightText = "2024 Gergő Pintér"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "data/census/b01_01e.xlsx"
precedence = "override"
SPDX-FileCopyrightText = "Official Statistics of Japan"
SPDX-License-Identifier = "LicenseRef-OSJ"
[[annotations]]
path = ["**/.gitignore", "CITATION.cff", "plotting_config.yaml", "pyproject.toml", "OkabeIto.yaml"]
precedence = "override"
SPDX-FileCopyrightText = "2024 Gergő Pintér"
SPDX-License-Identifier = "0BSD"