-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREUSE.toml
More file actions
13 lines (11 loc) · 734 Bytes
/
REUSE.toml
File metadata and controls
13 lines (11 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file describes the licensing and copyright situation for files that
# cannot be annotated directly, for example because of being simply
# uncommentable. Unless this is the case, a file should be annotated directly.
#
# This follows the REUSE specification: https://reuse.software/spec-3.3/#reusetoml
version = 1
[[annotations]]
path = ["tests/integration/input/**", "tests/integration/output/**", "tests/manual/test_input.json", "tests/manual/log.log", "user_template/tests/integration/input/**", "user_template/tests/integration/output/**", "docs/**.dot", ".cz.yaml", "codemeta.json"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2021 Robin Schneider <robin.schneider@geberit.com>"
SPDX-License-Identifier = "CC0-1.0"