-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathREUSE.toml
More file actions
25 lines (22 loc) · 816 Bytes
/
REUSE.toml
File metadata and controls
25 lines (22 loc) · 816 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
# SPDX-License-Identifier: curl
# SPDX-FileCopyrightText: Daniel Stenberg, <daniel@haxx.se>, et al.
# 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.2/#reusetoml
version = 1
SPDX-PackageName = "trurl"
SPDX-PackageDownloadLocation = "https://curl.se/"
[[annotations]]
path = [
"RELEASE-NOTES",
"testfiles/*",
"tests.json",
"THANKS",
"winbuild/*",
]
SPDX-FileCopyrightText = "Daniel Stenberg, <daniel@haxx.se>, et al."
SPDX-License-Identifier = "curl"
# If there is licensing/copyright information in or next to these files, prefer that
precedence = "closest"