-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
16 lines (14 loc) · 1.11 KB
/
REUSE.toml
File metadata and controls
16 lines (14 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version = 1
SPDX-PackageName = "fair-python-cookiecutter-demo"
SPDX-PackageSupplier = "Anton Pirogov <a.pirogov@fz-juelich.de>"
SPDX-PackageDownloadLocation = "https://github.com/Materials-Data-Science-and-Informatics/fair-python-cookiecutter-demo"
[[annotations]]
path = [".gitignore", "pyproject.toml", "poetry.lock", ".pre-commit-config.yaml", "codemeta.json", "CITATION.cff", "README.md", "RELEASE_NOTES.md", "CHANGELOG.md", "CODE_OF_CONDUCT.md", "AUTHORS.md", "CONTRIBUTING.md", ".gitlab-ci.yml", ".gitlab/**", ".github/**", "mkdocs.yml", "docs/**", "somesy.toml"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright © 2025 Forschungszentrum Jülich GmbH - Institute for Materials Data Science and Informatics (IAS9) - Stefan Sandfeld <s.sandfeld@fz-juelich.de>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["src/fair_python_cookiecutter_demo/**", "tests/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright © 2025 Forschungszentrum Jülich GmbH - Institute for Materials Data Science and Informatics (IAS9) - Stefan Sandfeld <s.sandfeld@fz-juelich.de>"
SPDX-License-Identifier = "Unlicense"