-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathREUSE.toml
More file actions
42 lines (37 loc) · 1.25 KB
/
REUSE.toml
File metadata and controls
42 lines (37 loc) · 1.25 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
version = 1
SPDX-PackageName = "powerplantmatching"
SPDX-PackageSupplier = "PyPSA <https://pypsa.org>"
SPDX-PackageDownloadLocation = "https://github.com/pypsa/powerplantmatching"
[[annotations]]
path = [
"powerplants.csv",
"docs/assets/images/powerplants.png",
"docs/powerplants.png",
"docs/examples/example.ipynb",
]
SPDX-FileCopyrightText = "Contributors to powerplantmatching <https://github.com/pypsa/powerplantmatching>"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = [
".codespell.ignore",
".github/**",
".gitignore",
".readthedocs.yaml",
".pre-commit-config.yaml",
]
SPDX-FileCopyrightText = "Contributors to powerplantmatching <https://github.com/pypsa/powerplantmatching>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [
"powerplantmatching/package_data/*.yaml",
"powerplantmatching/package_data/*.csv",
"powerplantmatching/package_data/*.xml",
]
SPDX-FileCopyrightText = "Contributors to powerplantmatching <https://github.com/pypsa/powerplantmatching>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [
"powerplantmatching/package_data/duke_binaries/*.jar",
]
SPDX-FileCopyrightText = "Lars Marius Garshol <larsga@garshol.priv.no>"
SPDX-License-Identifier = "Apache-2.0"