-
-
Notifications
You must be signed in to change notification settings - Fork 99
Expand file tree
/
Copy pathREUSE.toml
More file actions
26 lines (22 loc) · 678 Bytes
/
Copy pathREUSE.toml
File metadata and controls
26 lines (22 loc) · 678 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
# SPDX-FileCopyrightText: Copyright (c) The go-mail Authors
#
# SPDX-License-Identifier: MIT
version = 1
SPDX-PackageName = "go-mail"
SPDX-PackageSupplier = "The go-mail Authors"
SPDX-PackageDownloadLocation = "https://github.com/wneessen/go-mail"
[[annotations]]
path = ["testdata/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "The go-mail Authors"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["flake.nix"]
precedence = "aggregate"
SPDX-FileCopyrightText = "The go-mail Authors"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["flake.lock"]
precedence = "aggregate"
SPDX-FileCopyrightText = "The go-mail Authors"
SPDX-License-Identifier = "MIT"