mirror of
https://github.com/curl/curl.git
synced 2025-02-17 14:59:45 +08:00
- Remove wolfSSL from the legacy projects for Visual Studio 2010 - 2013.
It's no longer possible to maintain the custom build configuration of
wolfSSL for these old versions of Visual Studio.
Note support for wolfSSL was recently added to the winbuild build system
in 4de627ab
and the user could possibly make their own wolfSSL build and
attempt to link it using an old version of Visual Studio that way.
Ref: https://gist.github.com/jay/5f6d8d5ba15c12c7457e3216a94da72d
Closes https://github.com/curl/curl/pull/15468
58 lines
1.6 KiB
TOML
58 lines
1.6 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 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 = "curl"
|
|
SPDX-PackageDownloadLocation = "https://curl.se/"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
".mailmap",
|
|
"docs/FAQ",
|
|
"docs/INSTALL",
|
|
"docs/KNOWN_BUGS",
|
|
"docs/libcurl/symbols-in-versions",
|
|
"docs/MAIL-ETIQUETTE",
|
|
"docs/options-in-versions",
|
|
"docs/THANKS",
|
|
"docs/TODO",
|
|
"GIT-INFO.md",
|
|
"lib/libcurl.vers.in",
|
|
"lib/libcurl.def",
|
|
"packages/OS400/README.OS400",
|
|
"packages/vms/build_vms.com",
|
|
"packages/vms/curl_release_note_start.txt",
|
|
"packages/vms/curlmsg.sdl",
|
|
"packages/vms/macro32_exactcase.patch",
|
|
"packages/vms/readme",
|
|
"plan9/README",
|
|
"projects/Windows/**",
|
|
"README",
|
|
"RELEASE-NOTES",
|
|
"renovate.json",
|
|
"tests/certs/**",
|
|
"tests/data/test**",
|
|
"tests/stunnel.pem",
|
|
"tests/valgrind.supp",
|
|
# checksrc control files
|
|
"docs/examples/.checksrc",
|
|
"lib/.checksrc",
|
|
"lib/vauth/.checksrc",
|
|
"lib/vquic/.checksrc",
|
|
"lib/vssh/.checksrc",
|
|
"lib/vtls/.checksrc",
|
|
"src/.checksrc",
|
|
"tests/libtest/.checksrc",
|
|
"tests/server/.checksrc",
|
|
]
|
|
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"
|