-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREUSE.toml
More file actions
20 lines (17 loc) · 686 Bytes
/
REUSE.toml
File metadata and controls
20 lines (17 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright © Michal Čihař <michal@weblate.org>
#
# SPDX-License-Identifier: CC0-1.0
SPDX-PackageDownloadLocation = "https://weblate.org/"
SPDX-PackageName = "Weblate Meta"
SPDX-PackageSupplier = "Michal Čihař <michal@weblate.org>"
version = 1
[[annotations]]
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "CC0-1.0"
path = ".github/ISSUE_TEMPLATE/snippets/**.yml"
precedence = "aggregate"
[[annotations]]
SPDX-FileCopyrightText = "Michal Čihař <michal@weblate.org>"
SPDX-License-Identifier = "CC0-1.0"
path = [".gitignore", ".pre-commit-config.yaml", "dummy/dummy.css", "requirements.txt", "pyproject.toml"]
precedence = "aggregate"