xref: /curl/REUSE.toml (revision 0d6c8b75)
1# SPDX-License-Identifier: curl
2# SPDX-FileCopyrightText: Daniel Stenberg, <daniel@haxx.se>, et al.
3
4# This file describes the licensing and copyright situation for files that
5# cannot be annotated directly, for example because of being simply
6# uncommentable. Unless this is the case, a file should be annotated directly.
7#
8# This follows the REUSE specification: https://reuse.software/spec-3.2/#reusetoml
9
10version = 1
11SPDX-PackageName = "curl"
12SPDX-PackageDownloadLocation = "https://curl.se/"
13
14[[annotations]]
15path = [
16  ".mailmap",
17  "docs/FAQ",
18  "docs/INSTALL",
19  "docs/KNOWN_BUGS",
20  "docs/libcurl/symbols-in-versions",
21  "docs/MAIL-ETIQUETTE",
22  "docs/options-in-versions",
23  "docs/THANKS",
24  "docs/TODO",
25  "GIT-INFO.md",
26  "lib/libcurl.vers.in",
27  "lib/libcurl.def",
28  "packages/OS400/README.OS400",
29  "packages/vms/build_vms.com",
30  "packages/vms/curl_release_note_start.txt",
31  "packages/vms/curlmsg.sdl",
32  "packages/vms/macro32_exactcase.patch",
33  "packages/vms/readme",
34  "plan9/README",
35  "projects/Windows/**", "projects/wolfssl_override.props",
36  "README",
37  "RELEASE-NOTES",
38  "renovate.json",
39  "tests/certs/**",
40  "tests/data/test**",
41  "tests/stunnel.pem",
42  "tests/valgrind.supp",
43  # checksrc control files
44  "docs/examples/.checksrc",
45  "lib/.checksrc",
46  "lib/vauth/.checksrc",
47  "lib/vquic/.checksrc",
48  "lib/vssh/.checksrc",
49  "lib/vtls/.checksrc",
50  "src/.checksrc",
51  "tests/libtest/.checksrc",
52]
53SPDX-FileCopyrightText = "Daniel Stenberg, <daniel@haxx.se>, et al."
54SPDX-License-Identifier = "curl"
55# If there is licensing/copyright information in or next to these files, prefer that
56precedence = "closest"
57