-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
30 lines (26 loc) · 764 Bytes
/
Copy pathREUSE.toml
File metadata and controls
30 lines (26 loc) · 764 Bytes
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
# SPDX-FileCopyrightText: 2025-present Stuart Ellis <stuart@stuartellis.name>
#
# SPDX-License-Identifier: MIT
#
# Configuration for REUSE
#
# See: https://reuse.software/
version = 1
SPDX-PackageName = "tf-tasks"
SPDX-PackageSupplier = "Stuart Ellis <stuart@stuartellis.name>"
SPDX-PackageDownloadLocation = "https://github.com/stuartellis/tf-tasks"
[[annotations]]
path = "CHANGELOG.md"
precedence = "aggregate"
SPDX-FileCopyrightText = "Stuart Ellis"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ".copier-*.yaml"
precedence = "aggregate"
SPDX-FileCopyrightText = "Stuart Ellis"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "template/**/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Stuart Ellis"
SPDX-License-Identifier = "MIT"