-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathREUSE.toml
More file actions
22 lines (19 loc) · 877 Bytes
/
REUSE.toml
File metadata and controls
22 lines (19 loc) · 877 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SPDX-PackageDownloadLocation = "https://weblate.org/"
SPDX-PackageName = "wlc"
SPDX-PackageSupplier = "Michal Čihař <michal@weblate.org>"
version = 1
[[annotations]]
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
path = "wlc/test_data/**"
precedence = "aggregate"
[[annotations]]
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
path = [".coveragerc", ".dockerignore", ".gitignore", ".isort.cfg", ".pre-commit-config.yaml", "MANIFEST.in", "codecov.yml", "requirements**.txt", "setup.cfg", "pyproject.toml", ".editorconfig", ".well-known/**"]
precedence = "aggregate"
[[annotations]]
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "GPL-3.0-or-later"
path = ["CHANGES.rst", "README.md"]
precedence = "aggregate"