mirror of
https://github.com/curl/curl.git
synced 2026-04-10 23:51:42 +08:00
It's mostly a filler word. I've read through each use of it in the code base and did minor rephrasings when "simply" carried some meaning. The overwhelming majority of cases, removing it improved the text significantly. Inspired by #20793. Closes #20822
41 lines
1.2 KiB
TOML
41 lines
1.2 KiB
TOML
# 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
|
|
# 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 = "curl"
|
|
SPDX-PackageDownloadLocation = "https://curl.se/"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"docs/INSTALL",
|
|
"docs/libcurl/symbols-in-versions",
|
|
"docs/options-in-versions",
|
|
"docs/THANKS",
|
|
"lib/libcurl.vers.in",
|
|
"lib/libcurl.def",
|
|
"projects/OS400/README.OS400",
|
|
"projects/vms/build_vms.com",
|
|
"projects/vms/curl_release_note_start.txt",
|
|
"projects/vms/curlmsg.sdl",
|
|
"projects/vms/macro32_exactcase.patch",
|
|
"projects/vms/readme",
|
|
"projects/Windows/**",
|
|
"README",
|
|
"RELEASE-NOTES",
|
|
"renovate.json",
|
|
"tests/certs/**",
|
|
"tests/data/data**",
|
|
"tests/data/test**",
|
|
"tests/valgrind.supp",
|
|
]
|
|
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"
|