From: Daniel Stenberg Date: Mon, 13 Jun 2022 22:12:03 +0000 (+0200) Subject: docs/cmdline-opts: add copyright and license identifier to each file X-Git-Tag: curl-7_84_0~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df45fd1794b1ff3052a96a39c1fccfc8bc5ec6a9;p=thirdparty%2Fcurl.git docs/cmdline-opts: add copyright and license identifier to each file gen.pl now insists on C: and SPDX-License-Identifier: fields to be present in all files. Closes #9002 --- diff --git a/docs/cmdline-opts/MANPAGE.md b/docs/cmdline-opts/MANPAGE.md index e3f5681a2f..e35c826cd8 100644 --- a/docs/cmdline-opts/MANPAGE.md +++ b/docs/cmdline-opts/MANPAGE.md @@ -1,3 +1,9 @@ + + # curl man page generator This is the curl man page generator. It generates a single nroff man page @@ -29,6 +35,8 @@ Each file has a set of meta-data and a body of text. See-also: (space separated list of related options, no dashes) Help: (short text for the --help output for this option) Example: (example command line, without "curl" and can use `$URL`) + c: (copyright line) + SPDX-License-Identifier: curl --- (end of meta-data) ### Body diff --git a/docs/cmdline-opts/abstract-unix-socket.d b/docs/cmdline-opts/abstract-unix-socket.d index fcd2d94c98..820dd16c30 100644 --- a/docs/cmdline-opts/abstract-unix-socket.d +++ b/docs/cmdline-opts/abstract-unix-socket.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: abstract-unix-socket Arg: Help: Connect via abstract Unix domain socket diff --git a/docs/cmdline-opts/alt-svc.d b/docs/cmdline-opts/alt-svc.d index 3ad2230494..c1dcd2bdcb 100644 --- a/docs/cmdline-opts/alt-svc.d +++ b/docs/cmdline-opts/alt-svc.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: alt-svc Arg: Protocols: HTTPS diff --git a/docs/cmdline-opts/anyauth.d b/docs/cmdline-opts/anyauth.d index 1092341724..8641904cfe 100644 --- a/docs/cmdline-opts/anyauth.d +++ b/docs/cmdline-opts/anyauth.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: anyauth Help: Pick any authentication method Protocols: HTTP diff --git a/docs/cmdline-opts/append.d b/docs/cmdline-opts/append.d index 7ea02d7086..e6e6ef2318 100644 --- a/docs/cmdline-opts/append.d +++ b/docs/cmdline-opts/append.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: a Long: append Help: Append to target file when uploading diff --git a/docs/cmdline-opts/aws-sigv4.d b/docs/cmdline-opts/aws-sigv4.d index c13b8da764..9859722690 100644 --- a/docs/cmdline-opts/aws-sigv4.d +++ b/docs/cmdline-opts/aws-sigv4.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: aws-sigv4 Arg: Help: Use AWS V4 signature authentication diff --git a/docs/cmdline-opts/basic.d b/docs/cmdline-opts/basic.d index abab7d0683..4def3cddc7 100644 --- a/docs/cmdline-opts/basic.d +++ b/docs/cmdline-opts/basic.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: basic Help: Use HTTP Basic Authentication See-also: proxy-basic diff --git a/docs/cmdline-opts/cacert.d b/docs/cmdline-opts/cacert.d index e066471c6c..f950b6c7f6 100644 --- a/docs/cmdline-opts/cacert.d +++ b/docs/cmdline-opts/cacert.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: cacert Arg: Help: CA certificate to verify peer against diff --git a/docs/cmdline-opts/capath.d b/docs/cmdline-opts/capath.d index 7f879a2a4b..f3a2f47cb1 100644 --- a/docs/cmdline-opts/capath.d +++ b/docs/cmdline-opts/capath.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: capath Arg: Help: CA directory to verify peer against diff --git a/docs/cmdline-opts/cert-status.d b/docs/cmdline-opts/cert-status.d index c3b9bdb361..73e82525b3 100644 --- a/docs/cmdline-opts/cert-status.d +++ b/docs/cmdline-opts/cert-status.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: cert-status Protocols: TLS Added: 7.41.0 diff --git a/docs/cmdline-opts/cert-type.d b/docs/cmdline-opts/cert-type.d index ead0e18f34..8dd767ad73 100644 --- a/docs/cmdline-opts/cert-type.d +++ b/docs/cmdline-opts/cert-type.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: cert-type Protocols: TLS Arg: diff --git a/docs/cmdline-opts/cert.d b/docs/cmdline-opts/cert.d index 0e8776e2ef..0158023b22 100644 --- a/docs/cmdline-opts/cert.d +++ b/docs/cmdline-opts/cert.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: E Long: cert Arg: diff --git a/docs/cmdline-opts/ciphers.d b/docs/cmdline-opts/ciphers.d index 24d3d5863c..a5bc90738a 100644 --- a/docs/cmdline-opts/ciphers.d +++ b/docs/cmdline-opts/ciphers.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ciphers Arg: Help: SSL ciphers to use diff --git a/docs/cmdline-opts/compressed-ssh.d b/docs/cmdline-opts/compressed-ssh.d index 0d198578b8..5aa2310f29 100644 --- a/docs/cmdline-opts/compressed-ssh.d +++ b/docs/cmdline-opts/compressed-ssh.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: compressed-ssh Help: Enable SSH compression Protocols: SCP SFTP diff --git a/docs/cmdline-opts/compressed.d b/docs/cmdline-opts/compressed.d index 8e8db97ccb..c7e2ff9dd5 100644 --- a/docs/cmdline-opts/compressed.d +++ b/docs/cmdline-opts/compressed.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: compressed Help: Request compressed response Protocols: HTTP diff --git a/docs/cmdline-opts/config.d b/docs/cmdline-opts/config.d index 96bb81ac3e..5ca71a5865 100644 --- a/docs/cmdline-opts/config.d +++ b/docs/cmdline-opts/config.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: config Arg: Help: Read config from a file diff --git a/docs/cmdline-opts/connect-timeout.d b/docs/cmdline-opts/connect-timeout.d index 89152baa32..f33fc48581 100644 --- a/docs/cmdline-opts/connect-timeout.d +++ b/docs/cmdline-opts/connect-timeout.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: connect-timeout Arg: Help: Maximum time allowed for connection diff --git a/docs/cmdline-opts/connect-to.d b/docs/cmdline-opts/connect-to.d index ebea9b9dae..eded7ed106 100644 --- a/docs/cmdline-opts/connect-to.d +++ b/docs/cmdline-opts/connect-to.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: connect-to Arg: Help: Connect to host diff --git a/docs/cmdline-opts/continue-at.d b/docs/cmdline-opts/continue-at.d index b66116c8e9..3217f55f59 100644 --- a/docs/cmdline-opts/continue-at.d +++ b/docs/cmdline-opts/continue-at.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: C Long: continue-at Arg: diff --git a/docs/cmdline-opts/cookie-jar.d b/docs/cmdline-opts/cookie-jar.d index 0a02c05b59..3c7759c87c 100644 --- a/docs/cmdline-opts/cookie-jar.d +++ b/docs/cmdline-opts/cookie-jar.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: c Long: cookie-jar Arg: diff --git a/docs/cmdline-opts/cookie.d b/docs/cmdline-opts/cookie.d index 62208e73af..b05a0c7d50 100644 --- a/docs/cmdline-opts/cookie.d +++ b/docs/cmdline-opts/cookie.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: b Long: cookie Arg: diff --git a/docs/cmdline-opts/create-dirs.d b/docs/cmdline-opts/create-dirs.d index 5d20659034..211d4bd8c0 100644 --- a/docs/cmdline-opts/create-dirs.d +++ b/docs/cmdline-opts/create-dirs.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: create-dirs Help: Create necessary local directory hierarchy Category: curl diff --git a/docs/cmdline-opts/create-file-mode.d b/docs/cmdline-opts/create-file-mode.d index 429b5ee33c..c2bb496c7c 100644 --- a/docs/cmdline-opts/create-file-mode.d +++ b/docs/cmdline-opts/create-file-mode.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: create-file-mode Arg: Help: File mode for created files diff --git a/docs/cmdline-opts/crlf.d b/docs/cmdline-opts/crlf.d index 3772fcf2c9..f440af696b 100644 --- a/docs/cmdline-opts/crlf.d +++ b/docs/cmdline-opts/crlf.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: crlf Help: Convert LF to CRLF in upload Protocols: FTP SMTP diff --git a/docs/cmdline-opts/crlfile.d b/docs/cmdline-opts/crlfile.d index 1fdc125751..9f8ee8231f 100644 --- a/docs/cmdline-opts/crlfile.d +++ b/docs/cmdline-opts/crlfile.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: crlfile Arg: Protocols: TLS diff --git a/docs/cmdline-opts/curves.d b/docs/cmdline-opts/curves.d index b4cb43f045..2a353be183 100644 --- a/docs/cmdline-opts/curves.d +++ b/docs/cmdline-opts/curves.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: curves Arg: Help: (EC) TLS key exchange algorithm(s) to request diff --git a/docs/cmdline-opts/data-ascii.d b/docs/cmdline-opts/data-ascii.d index 52366dc43d..72887e710c 100644 --- a/docs/cmdline-opts/data-ascii.d +++ b/docs/cmdline-opts/data-ascii.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: data-ascii Arg: Help: HTTP POST ASCII data diff --git a/docs/cmdline-opts/data-binary.d b/docs/cmdline-opts/data-binary.d index 32152ee606..117a6d8acf 100644 --- a/docs/cmdline-opts/data-binary.d +++ b/docs/cmdline-opts/data-binary.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: data-binary Arg: Help: HTTP POST binary data diff --git a/docs/cmdline-opts/data-raw.d b/docs/cmdline-opts/data-raw.d index b8cd0f7211..462832bf01 100644 --- a/docs/cmdline-opts/data-raw.d +++ b/docs/cmdline-opts/data-raw.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: data-raw Arg: Protocols: HTTP diff --git a/docs/cmdline-opts/data-urlencode.d b/docs/cmdline-opts/data-urlencode.d index a0fc75b665..93a2325e44 100644 --- a/docs/cmdline-opts/data-urlencode.d +++ b/docs/cmdline-opts/data-urlencode.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: data-urlencode Arg: Help: HTTP POST data URL encoded diff --git a/docs/cmdline-opts/data.d b/docs/cmdline-opts/data.d index 682314c022..81db74cd14 100644 --- a/docs/cmdline-opts/data.d +++ b/docs/cmdline-opts/data.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: data Short: d Arg: diff --git a/docs/cmdline-opts/delegation.d b/docs/cmdline-opts/delegation.d index 858ff0406f..aa37ceb5bc 100644 --- a/docs/cmdline-opts/delegation.d +++ b/docs/cmdline-opts/delegation.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: delegation Arg: Help: GSS-API delegation permission diff --git a/docs/cmdline-opts/digest.d b/docs/cmdline-opts/digest.d index 4feb8505db..ca60c06a79 100644 --- a/docs/cmdline-opts/digest.d +++ b/docs/cmdline-opts/digest.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: digest Help: Use HTTP Digest Authentication Protocols: HTTP diff --git a/docs/cmdline-opts/disable-eprt.d b/docs/cmdline-opts/disable-eprt.d index 6b82f13760..021d2152a3 100644 --- a/docs/cmdline-opts/disable-eprt.d +++ b/docs/cmdline-opts/disable-eprt.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: disable-eprt Help: Inhibit using EPRT or LPRT Protocols: FTP diff --git a/docs/cmdline-opts/disable-epsv.d b/docs/cmdline-opts/disable-epsv.d index 4684726261..092b99ebb5 100644 --- a/docs/cmdline-opts/disable-epsv.d +++ b/docs/cmdline-opts/disable-epsv.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: disable-epsv Help: Inhibit using EPSV Protocols: FTP diff --git a/docs/cmdline-opts/disable.d b/docs/cmdline-opts/disable.d index e417571f17..2577c0f52a 100644 --- a/docs/cmdline-opts/disable.d +++ b/docs/cmdline-opts/disable.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: disable Short: q Help: Disable .curlrc diff --git a/docs/cmdline-opts/disallow-username-in-url.d b/docs/cmdline-opts/disallow-username-in-url.d index c60e2253e4..0cf6e7571f 100644 --- a/docs/cmdline-opts/disallow-username-in-url.d +++ b/docs/cmdline-opts/disallow-username-in-url.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: disallow-username-in-url Help: Disallow username in URL Protocols: HTTP diff --git a/docs/cmdline-opts/dns-interface.d b/docs/cmdline-opts/dns-interface.d index fec7927eb6..0b07f85cca 100644 --- a/docs/cmdline-opts/dns-interface.d +++ b/docs/cmdline-opts/dns-interface.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: dns-interface Arg: Help: Interface to use for DNS requests diff --git a/docs/cmdline-opts/dns-ipv4-addr.d b/docs/cmdline-opts/dns-ipv4-addr.d index e09153ab49..31ec5632b2 100644 --- a/docs/cmdline-opts/dns-ipv4-addr.d +++ b/docs/cmdline-opts/dns-ipv4-addr.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: dns-ipv4-addr Arg:
Help: IPv4 address to use for DNS requests diff --git a/docs/cmdline-opts/dns-ipv6-addr.d b/docs/cmdline-opts/dns-ipv6-addr.d index 954cb98b32..719f4b2a5b 100644 --- a/docs/cmdline-opts/dns-ipv6-addr.d +++ b/docs/cmdline-opts/dns-ipv6-addr.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: dns-ipv6-addr Arg:
Help: IPv6 address to use for DNS requests diff --git a/docs/cmdline-opts/dns-servers.d b/docs/cmdline-opts/dns-servers.d index 8a2341528b..eea78a7762 100644 --- a/docs/cmdline-opts/dns-servers.d +++ b/docs/cmdline-opts/dns-servers.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: dns-servers Arg: Help: DNS server addrs to use diff --git a/docs/cmdline-opts/doh-cert-status.d b/docs/cmdline-opts/doh-cert-status.d index 0846ccb770..4d62d68648 100644 --- a/docs/cmdline-opts/doh-cert-status.d +++ b/docs/cmdline-opts/doh-cert-status.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: doh-cert-status Help: Verify the status of the DoH server cert via OCSP-staple Added: 7.76.0 diff --git a/docs/cmdline-opts/doh-insecure.d b/docs/cmdline-opts/doh-insecure.d index 9430bd4d09..1b7a5939ed 100644 --- a/docs/cmdline-opts/doh-insecure.d +++ b/docs/cmdline-opts/doh-insecure.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: doh-insecure Help: Allow insecure DoH server connections Added: 7.76.0 diff --git a/docs/cmdline-opts/doh-url.d b/docs/cmdline-opts/doh-url.d index c64cca289a..94e1a0b956 100644 --- a/docs/cmdline-opts/doh-url.d +++ b/docs/cmdline-opts/doh-url.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: doh-url Arg: Help: Resolve host names over DoH diff --git a/docs/cmdline-opts/dump-header.d b/docs/cmdline-opts/dump-header.d index 8c617b92c6..8fc1e2d5e5 100644 --- a/docs/cmdline-opts/dump-header.d +++ b/docs/cmdline-opts/dump-header.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: dump-header Short: D Arg: diff --git a/docs/cmdline-opts/egd-file.d b/docs/cmdline-opts/egd-file.d index 76031f2eb3..a46a638bc2 100644 --- a/docs/cmdline-opts/egd-file.d +++ b/docs/cmdline-opts/egd-file.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: egd-file Arg: Help: EGD socket path for random data diff --git a/docs/cmdline-opts/engine.d b/docs/cmdline-opts/engine.d index 61c41ce750..9e193d6f48 100644 --- a/docs/cmdline-opts/engine.d +++ b/docs/cmdline-opts/engine.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: engine Arg: Help: Crypto engine to use diff --git a/docs/cmdline-opts/etag-compare.d b/docs/cmdline-opts/etag-compare.d index 494633f5cd..598a4638a2 100644 --- a/docs/cmdline-opts/etag-compare.d +++ b/docs/cmdline-opts/etag-compare.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: etag-compare Arg: Help: Pass an ETag from a file as a custom header diff --git a/docs/cmdline-opts/etag-save.d b/docs/cmdline-opts/etag-save.d index 5cce0ee1ce..221e90e0f4 100644 --- a/docs/cmdline-opts/etag-save.d +++ b/docs/cmdline-opts/etag-save.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: etag-save Arg: Help: Parse ETag from a request and save it to a file diff --git a/docs/cmdline-opts/expect100-timeout.d b/docs/cmdline-opts/expect100-timeout.d index 8855edd0b7..523bc7ab65 100644 --- a/docs/cmdline-opts/expect100-timeout.d +++ b/docs/cmdline-opts/expect100-timeout.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: expect100-timeout Arg: Help: How long to wait for 100-continue diff --git a/docs/cmdline-opts/fail-early.d b/docs/cmdline-opts/fail-early.d index fc3e45aef7..c8a78b9717 100644 --- a/docs/cmdline-opts/fail-early.d +++ b/docs/cmdline-opts/fail-early.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: fail-early Help: Fail on first transfer error, do not continue Added: 7.52.0 diff --git a/docs/cmdline-opts/fail-with-body.d b/docs/cmdline-opts/fail-with-body.d index 9b8c7db4ef..ff562b1eee 100644 --- a/docs/cmdline-opts/fail-with-body.d +++ b/docs/cmdline-opts/fail-with-body.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: fail-with-body Protocols: HTTP Help: Fail on HTTP errors but save the body diff --git a/docs/cmdline-opts/fail.d b/docs/cmdline-opts/fail.d index e7a9f9aec1..b9ed63f5b5 100644 --- a/docs/cmdline-opts/fail.d +++ b/docs/cmdline-opts/fail.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: fail Short: f Protocols: HTTP diff --git a/docs/cmdline-opts/false-start.d b/docs/cmdline-opts/false-start.d index 4fe4eaa7ba..72ff1390ca 100644 --- a/docs/cmdline-opts/false-start.d +++ b/docs/cmdline-opts/false-start.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: false-start Help: Enable TLS False Start Protocols: TLS diff --git a/docs/cmdline-opts/form-escape.d b/docs/cmdline-opts/form-escape.d index 5fcd9ac1d0..a3eecde6a2 100644 --- a/docs/cmdline-opts/form-escape.d +++ b/docs/cmdline-opts/form-escape.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: form-escape Help: Escape multipart form field/file names using backslash Protocols: HTTP diff --git a/docs/cmdline-opts/form-string.d b/docs/cmdline-opts/form-string.d index 4b5b0d64c1..0fc25008d8 100644 --- a/docs/cmdline-opts/form-string.d +++ b/docs/cmdline-opts/form-string.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: form-string Help: Specify multipart MIME data Protocols: HTTP SMTP IMAP diff --git a/docs/cmdline-opts/form.d b/docs/cmdline-opts/form.d index 12012daa66..f48c878f01 100644 --- a/docs/cmdline-opts/form.d +++ b/docs/cmdline-opts/form.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: form Short: F Arg: diff --git a/docs/cmdline-opts/ftp-account.d b/docs/cmdline-opts/ftp-account.d index e47b44cb4e..97be878a90 100644 --- a/docs/cmdline-opts/ftp-account.d +++ b/docs/cmdline-opts/ftp-account.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ftp-account Arg: Help: Account data string diff --git a/docs/cmdline-opts/ftp-alternative-to-user.d b/docs/cmdline-opts/ftp-alternative-to-user.d index fdf3b417ae..132ef07fe1 100644 --- a/docs/cmdline-opts/ftp-alternative-to-user.d +++ b/docs/cmdline-opts/ftp-alternative-to-user.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ftp-alternative-to-user Arg: Help: String to replace USER [name] diff --git a/docs/cmdline-opts/ftp-create-dirs.d b/docs/cmdline-opts/ftp-create-dirs.d index 9b8595011d..de61bbec5f 100644 --- a/docs/cmdline-opts/ftp-create-dirs.d +++ b/docs/cmdline-opts/ftp-create-dirs.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ftp-create-dirs Protocols: FTP SFTP Help: Create the remote dirs if not present diff --git a/docs/cmdline-opts/ftp-method.d b/docs/cmdline-opts/ftp-method.d index 0d69356c69..117ab07977 100644 --- a/docs/cmdline-opts/ftp-method.d +++ b/docs/cmdline-opts/ftp-method.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ftp-method Arg: Help: Control CWD usage diff --git a/docs/cmdline-opts/ftp-pasv.d b/docs/cmdline-opts/ftp-pasv.d index 8c6c9799f1..a38fe0ef2e 100644 --- a/docs/cmdline-opts/ftp-pasv.d +++ b/docs/cmdline-opts/ftp-pasv.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ftp-pasv Help: Use PASV/EPSV instead of PORT Protocols: FTP diff --git a/docs/cmdline-opts/ftp-port.d b/docs/cmdline-opts/ftp-port.d index cb6ab2a938..1755538a2a 100644 --- a/docs/cmdline-opts/ftp-port.d +++ b/docs/cmdline-opts/ftp-port.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ftp-port Arg:
Help: Use PORT instead of PASV diff --git a/docs/cmdline-opts/ftp-pret.d b/docs/cmdline-opts/ftp-pret.d index 8d9d7749c5..16053f6acc 100644 --- a/docs/cmdline-opts/ftp-pret.d +++ b/docs/cmdline-opts/ftp-pret.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ftp-pret Help: Send PRET before PASV Protocols: FTP diff --git a/docs/cmdline-opts/ftp-skip-pasv-ip.d b/docs/cmdline-opts/ftp-skip-pasv-ip.d index 36f9e6da13..89e7e57816 100644 --- a/docs/cmdline-opts/ftp-skip-pasv-ip.d +++ b/docs/cmdline-opts/ftp-skip-pasv-ip.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ftp-skip-pasv-ip Help: Skip the IP address for PASV Protocols: FTP diff --git a/docs/cmdline-opts/ftp-ssl-ccc-mode.d b/docs/cmdline-opts/ftp-ssl-ccc-mode.d index 15ad1f54b0..39f5ad52da 100644 --- a/docs/cmdline-opts/ftp-ssl-ccc-mode.d +++ b/docs/cmdline-opts/ftp-ssl-ccc-mode.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ftp-ssl-ccc-mode Arg: Help: Set CCC mode diff --git a/docs/cmdline-opts/ftp-ssl-ccc.d b/docs/cmdline-opts/ftp-ssl-ccc.d index bfaf431bbb..ab1d49b1da 100644 --- a/docs/cmdline-opts/ftp-ssl-ccc.d +++ b/docs/cmdline-opts/ftp-ssl-ccc.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ftp-ssl-ccc Help: Send CCC after authenticating Protocols: FTP diff --git a/docs/cmdline-opts/ftp-ssl-control.d b/docs/cmdline-opts/ftp-ssl-control.d index 7221b996bc..b531d7abd3 100644 --- a/docs/cmdline-opts/ftp-ssl-control.d +++ b/docs/cmdline-opts/ftp-ssl-control.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ftp-ssl-control Help: Require SSL/TLS for FTP login, clear for transfer Protocols: FTP diff --git a/docs/cmdline-opts/gen.pl b/docs/cmdline-opts/gen.pl index 60034e66f4..e69dd996bf 100755 --- a/docs/cmdline-opts/gen.pl +++ b/docs/cmdline-opts/gen.pl @@ -197,6 +197,8 @@ sub single { my $requires; my $category; my $seealso; + my $copyright; + my $spdx; my @examples; # there can be more than one my $magic; # cmdline special option my $line; @@ -238,6 +240,12 @@ sub single { elsif(/^Example: *(.*)/i) { push @examples, $1; } + elsif(/^C: (.*)/i) { + $copyright=$1; + } + elsif(/^SPDX-License-Identifier: (.*)/i) { + $spdx=$1; + } elsif(/^Help: *(.*)/i) { ; } @@ -262,6 +270,14 @@ sub single { print STDERR "$f:$line:1:ERROR: no 'See-also:' field present\n"; return 2; } + if(!$copyright) { + print STDERR "$f:$line:1:ERROR: no 'C:' field present\n"; + return 2; + } + if(!$spdx) { + print STDERR "$f:$line:1:ERROR: no 'SPDX-License-Identifier:' field present\n"; + return 2; + } last; } else { diff --git a/docs/cmdline-opts/get.d b/docs/cmdline-opts/get.d index 3920d686cf..3e3d680f7b 100644 --- a/docs/cmdline-opts/get.d +++ b/docs/cmdline-opts/get.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: get Short: G Help: Put the post data in the URL and use GET diff --git a/docs/cmdline-opts/globoff.d b/docs/cmdline-opts/globoff.d index 7660c8b718..bf22f3270f 100644 --- a/docs/cmdline-opts/globoff.d +++ b/docs/cmdline-opts/globoff.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: globoff Short: g Help: Disable URL sequences and ranges using {} and [] diff --git a/docs/cmdline-opts/happy-eyeballs-timeout-ms.d b/docs/cmdline-opts/happy-eyeballs-timeout-ms.d index 6897a69a55..d631cbe40b 100644 --- a/docs/cmdline-opts/happy-eyeballs-timeout-ms.d +++ b/docs/cmdline-opts/happy-eyeballs-timeout-ms.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: happy-eyeballs-timeout-ms Arg: Help: Time for IPv6 before trying IPv4 diff --git a/docs/cmdline-opts/haproxy-protocol.d b/docs/cmdline-opts/haproxy-protocol.d index 792db6766b..ed8b49f545 100644 --- a/docs/cmdline-opts/haproxy-protocol.d +++ b/docs/cmdline-opts/haproxy-protocol.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: haproxy-protocol Help: Send HAProxy PROXY protocol v1 header Protocols: HTTP diff --git a/docs/cmdline-opts/head.d b/docs/cmdline-opts/head.d index c659337ff6..56fbf7ba63 100644 --- a/docs/cmdline-opts/head.d +++ b/docs/cmdline-opts/head.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: head Short: I Help: Show document info only diff --git a/docs/cmdline-opts/header.d b/docs/cmdline-opts/header.d index 59a97a6653..a4271458bd 100644 --- a/docs/cmdline-opts/header.d +++ b/docs/cmdline-opts/header.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: header Short: H Arg:
diff --git a/docs/cmdline-opts/help.d b/docs/cmdline-opts/help.d index 664c040a83..d1a794df35 100644 --- a/docs/cmdline-opts/help.d +++ b/docs/cmdline-opts/help.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: help Arg: Short: h diff --git a/docs/cmdline-opts/hostpubmd5.d b/docs/cmdline-opts/hostpubmd5.d index d3ea6b6f40..f0fd9942df 100644 --- a/docs/cmdline-opts/hostpubmd5.d +++ b/docs/cmdline-opts/hostpubmd5.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: hostpubmd5 Arg: Help: Acceptable MD5 hash of the host public key diff --git a/docs/cmdline-opts/hostpubsha256.d b/docs/cmdline-opts/hostpubsha256.d index 2330d1a364..6742ba5110 100644 --- a/docs/cmdline-opts/hostpubsha256.d +++ b/docs/cmdline-opts/hostpubsha256.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: hostpubsha256 Arg: Help: Acceptable SHA256 hash of the host public key diff --git a/docs/cmdline-opts/hsts.d b/docs/cmdline-opts/hsts.d index 65526f050a..1b3fcede31 100644 --- a/docs/cmdline-opts/hsts.d +++ b/docs/cmdline-opts/hsts.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: hsts Arg: Protocols: HTTPS diff --git a/docs/cmdline-opts/http0.9.d b/docs/cmdline-opts/http0.9.d index 5797b2d7d6..028a43f806 100644 --- a/docs/cmdline-opts/http0.9.d +++ b/docs/cmdline-opts/http0.9.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: http0.9 Tags: Versions Protocols: HTTP diff --git a/docs/cmdline-opts/http1.0.d b/docs/cmdline-opts/http1.0.d index 2cf70e551f..1a8c96a79e 100644 --- a/docs/cmdline-opts/http1.0.d +++ b/docs/cmdline-opts/http1.0.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: 0 Long: http1.0 Tags: Versions diff --git a/docs/cmdline-opts/http1.1.d b/docs/cmdline-opts/http1.1.d index 27b7e37734..a4f0468f36 100644 --- a/docs/cmdline-opts/http1.1.d +++ b/docs/cmdline-opts/http1.1.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: http1.1 Tags: Versions Protocols: HTTP diff --git a/docs/cmdline-opts/http2-prior-knowledge.d b/docs/cmdline-opts/http2-prior-knowledge.d index 71821637ae..77d2d5dbfc 100644 --- a/docs/cmdline-opts/http2-prior-knowledge.d +++ b/docs/cmdline-opts/http2-prior-knowledge.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: http2-prior-knowledge Tags: Versions Protocols: HTTP diff --git a/docs/cmdline-opts/http2.d b/docs/cmdline-opts/http2.d index f060575083..988cba5be9 100644 --- a/docs/cmdline-opts/http2.d +++ b/docs/cmdline-opts/http2.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: http2 Tags: Versions Protocols: HTTP diff --git a/docs/cmdline-opts/http3.d b/docs/cmdline-opts/http3.d index f6c92b39a6..6df001ce2b 100644 --- a/docs/cmdline-opts/http3.d +++ b/docs/cmdline-opts/http3.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: http3 Tags: Versions Protocols: HTTP diff --git a/docs/cmdline-opts/ignore-content-length.d b/docs/cmdline-opts/ignore-content-length.d index 4844ecafd6..5013121753 100644 --- a/docs/cmdline-opts/ignore-content-length.d +++ b/docs/cmdline-opts/ignore-content-length.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ignore-content-length Help: Ignore the size of the remote resource Protocols: FTP HTTP diff --git a/docs/cmdline-opts/include.d b/docs/cmdline-opts/include.d index 85831f845c..a7888051ef 100644 --- a/docs/cmdline-opts/include.d +++ b/docs/cmdline-opts/include.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: include Short: i Help: Include protocol response headers in the output diff --git a/docs/cmdline-opts/insecure.d b/docs/cmdline-opts/insecure.d index 90c1c0802a..f033f9a7d0 100644 --- a/docs/cmdline-opts/insecure.d +++ b/docs/cmdline-opts/insecure.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: insecure Short: k Help: Allow insecure server connections diff --git a/docs/cmdline-opts/interface.d b/docs/cmdline-opts/interface.d index fb21ea2f12..0273a7086f 100644 --- a/docs/cmdline-opts/interface.d +++ b/docs/cmdline-opts/interface.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: interface Arg: Help: Use network INTERFACE (or address) diff --git a/docs/cmdline-opts/ipv4.d b/docs/cmdline-opts/ipv4.d index 356d6e8269..133493df2f 100644 --- a/docs/cmdline-opts/ipv4.d +++ b/docs/cmdline-opts/ipv4.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: 4 Long: ipv4 Tags: Versions diff --git a/docs/cmdline-opts/ipv6.d b/docs/cmdline-opts/ipv6.d index 3a5b286bb8..55c1ad1c4f 100644 --- a/docs/cmdline-opts/ipv6.d +++ b/docs/cmdline-opts/ipv6.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: 6 Long: ipv6 Tags: Versions diff --git a/docs/cmdline-opts/json.d b/docs/cmdline-opts/json.d index 584b6ac9f6..abec514720 100644 --- a/docs/cmdline-opts/json.d +++ b/docs/cmdline-opts/json.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: json Arg: Help: HTTP POST JSON diff --git a/docs/cmdline-opts/junk-session-cookies.d b/docs/cmdline-opts/junk-session-cookies.d index cbc2692408..937f84426e 100644 --- a/docs/cmdline-opts/junk-session-cookies.d +++ b/docs/cmdline-opts/junk-session-cookies.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: junk-session-cookies Short: j Help: Ignore session cookies read from file diff --git a/docs/cmdline-opts/keepalive-time.d b/docs/cmdline-opts/keepalive-time.d index 4bd675033c..b135e7462b 100644 --- a/docs/cmdline-opts/keepalive-time.d +++ b/docs/cmdline-opts/keepalive-time.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: keepalive-time Arg: Help: Interval time for keepalive probes diff --git a/docs/cmdline-opts/key-type.d b/docs/cmdline-opts/key-type.d index 7a073a803b..d3ef4e0799 100644 --- a/docs/cmdline-opts/key-type.d +++ b/docs/cmdline-opts/key-type.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: key-type Arg: Help: Private key file type (DER/PEM/ENG) diff --git a/docs/cmdline-opts/key.d b/docs/cmdline-opts/key.d index 4dd072a159..f5cd044b92 100644 --- a/docs/cmdline-opts/key.d +++ b/docs/cmdline-opts/key.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: key Arg: Protocols: TLS SSH diff --git a/docs/cmdline-opts/krb.d b/docs/cmdline-opts/krb.d index ad2d8f679b..0ba97a7902 100644 --- a/docs/cmdline-opts/krb.d +++ b/docs/cmdline-opts/krb.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: krb Arg: Help: Enable Kerberos with security diff --git a/docs/cmdline-opts/libcurl.d b/docs/cmdline-opts/libcurl.d index 752eda31a1..24a1b103a4 100644 --- a/docs/cmdline-opts/libcurl.d +++ b/docs/cmdline-opts/libcurl.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: libcurl Arg: Help: Dump libcurl equivalent code of this command line diff --git a/docs/cmdline-opts/limit-rate.d b/docs/cmdline-opts/limit-rate.d index 9594dfee21..e25f4ac416 100644 --- a/docs/cmdline-opts/limit-rate.d +++ b/docs/cmdline-opts/limit-rate.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: limit-rate Arg: Help: Limit transfer speed to RATE diff --git a/docs/cmdline-opts/list-only.d b/docs/cmdline-opts/list-only.d index 4fb2f6b9b2..74c88e44a8 100644 --- a/docs/cmdline-opts/list-only.d +++ b/docs/cmdline-opts/list-only.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: list-only Short: l Protocols: FTP POP3 diff --git a/docs/cmdline-opts/local-port.d b/docs/cmdline-opts/local-port.d index fd157d93c0..55961f825b 100644 --- a/docs/cmdline-opts/local-port.d +++ b/docs/cmdline-opts/local-port.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: local-port Arg: Help: Force use of RANGE for local port numbers diff --git a/docs/cmdline-opts/location-trusted.d b/docs/cmdline-opts/location-trusted.d index 0277aa7b58..cd920f42c7 100644 --- a/docs/cmdline-opts/location-trusted.d +++ b/docs/cmdline-opts/location-trusted.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: location-trusted Help: Like --location, and send auth to other hosts Protocols: HTTP diff --git a/docs/cmdline-opts/location.d b/docs/cmdline-opts/location.d index e694dfad18..7b532effac 100644 --- a/docs/cmdline-opts/location.d +++ b/docs/cmdline-opts/location.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: location Short: L Help: Follow redirects diff --git a/docs/cmdline-opts/login-options.d b/docs/cmdline-opts/login-options.d index b524ebb0a7..2c244e4c98 100644 --- a/docs/cmdline-opts/login-options.d +++ b/docs/cmdline-opts/login-options.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: login-options Arg: Protocols: IMAP LDAP POP3 SMTP diff --git a/docs/cmdline-opts/mail-auth.d b/docs/cmdline-opts/mail-auth.d index 49a02d5baa..d077a5edd2 100644 --- a/docs/cmdline-opts/mail-auth.d +++ b/docs/cmdline-opts/mail-auth.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: mail-auth Arg:
Protocols: SMTP diff --git a/docs/cmdline-opts/mail-from.d b/docs/cmdline-opts/mail-from.d index be0547c9f2..2663600500 100644 --- a/docs/cmdline-opts/mail-from.d +++ b/docs/cmdline-opts/mail-from.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: mail-from Arg:
Help: Mail from this address diff --git a/docs/cmdline-opts/mail-rcpt-allowfails.d b/docs/cmdline-opts/mail-rcpt-allowfails.d index 12296afdc1..6e1f6f820e 100644 --- a/docs/cmdline-opts/mail-rcpt-allowfails.d +++ b/docs/cmdline-opts/mail-rcpt-allowfails.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: mail-rcpt-allowfails Help: Allow RCPT TO command to fail for some recipients Protocols: SMTP diff --git a/docs/cmdline-opts/mail-rcpt.d b/docs/cmdline-opts/mail-rcpt.d index 8a3b43c154..1890f901af 100644 --- a/docs/cmdline-opts/mail-rcpt.d +++ b/docs/cmdline-opts/mail-rcpt.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: mail-rcpt Arg:
Help: Mail to this address diff --git a/docs/cmdline-opts/manual.d b/docs/cmdline-opts/manual.d index 9674a465d3..7becf1cec1 100644 --- a/docs/cmdline-opts/manual.d +++ b/docs/cmdline-opts/manual.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: manual Short: M Help: Display the full manual diff --git a/docs/cmdline-opts/max-filesize.d b/docs/cmdline-opts/max-filesize.d index 9e3abca426..8ed66e9f7c 100644 --- a/docs/cmdline-opts/max-filesize.d +++ b/docs/cmdline-opts/max-filesize.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: max-filesize Arg: Help: Maximum file size to download diff --git a/docs/cmdline-opts/max-redirs.d b/docs/cmdline-opts/max-redirs.d index a0b549399d..fc5d5c835e 100644 --- a/docs/cmdline-opts/max-redirs.d +++ b/docs/cmdline-opts/max-redirs.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: max-redirs Arg: Help: Maximum number of redirects allowed diff --git a/docs/cmdline-opts/max-time.d b/docs/cmdline-opts/max-time.d index 619218dc80..c5362fc5ef 100644 --- a/docs/cmdline-opts/max-time.d +++ b/docs/cmdline-opts/max-time.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: max-time Short: m Arg: diff --git a/docs/cmdline-opts/metalink.d b/docs/cmdline-opts/metalink.d index f1c0aeefe1..c2677f05d3 100644 --- a/docs/cmdline-opts/metalink.d +++ b/docs/cmdline-opts/metalink.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: metalink Help: Process given URLs as metalink XML file Added: 7.27.0 diff --git a/docs/cmdline-opts/negotiate.d b/docs/cmdline-opts/negotiate.d index 69a0e6c661..c2d5f8a037 100644 --- a/docs/cmdline-opts/negotiate.d +++ b/docs/cmdline-opts/negotiate.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: negotiate Help: Use HTTP Negotiate (SPNEGO) authentication Protocols: HTTP diff --git a/docs/cmdline-opts/netrc-file.d b/docs/cmdline-opts/netrc-file.d index 7af727fb14..2c9865590a 100644 --- a/docs/cmdline-opts/netrc-file.d +++ b/docs/cmdline-opts/netrc-file.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: netrc-file Help: Specify FILE for netrc Arg: diff --git a/docs/cmdline-opts/netrc-optional.d b/docs/cmdline-opts/netrc-optional.d index 5f6fea626a..4c83295a9e 100644 --- a/docs/cmdline-opts/netrc-optional.d +++ b/docs/cmdline-opts/netrc-optional.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: netrc-optional Help: Use either .netrc or URL Mutexed: netrc diff --git a/docs/cmdline-opts/netrc.d b/docs/cmdline-opts/netrc.d index 02497f7809..9490676315 100644 --- a/docs/cmdline-opts/netrc.d +++ b/docs/cmdline-opts/netrc.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: netrc Short: n Help: Must read .netrc for user name and password diff --git a/docs/cmdline-opts/next.d b/docs/cmdline-opts/next.d index a41ca69467..b4b2a414cb 100644 --- a/docs/cmdline-opts/next.d +++ b/docs/cmdline-opts/next.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: : Long: next Tags: diff --git a/docs/cmdline-opts/no-alpn.d b/docs/cmdline-opts/no-alpn.d index bc62076323..004ececc07 100644 --- a/docs/cmdline-opts/no-alpn.d +++ b/docs/cmdline-opts/no-alpn.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: no-alpn Tags: HTTP/2 Protocols: HTTPS diff --git a/docs/cmdline-opts/no-buffer.d b/docs/cmdline-opts/no-buffer.d index c356eb34d9..ef9d29ca57 100644 --- a/docs/cmdline-opts/no-buffer.d +++ b/docs/cmdline-opts/no-buffer.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: no-buffer Short: N Help: Disable buffering of the output stream diff --git a/docs/cmdline-opts/no-clobber.d b/docs/cmdline-opts/no-clobber.d index 382e6786a2..9cd4036f99 100644 --- a/docs/cmdline-opts/no-clobber.d +++ b/docs/cmdline-opts/no-clobber.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: no-clobber Help: Do not overwrite files that already exist Category: curl output diff --git a/docs/cmdline-opts/no-keepalive.d b/docs/cmdline-opts/no-keepalive.d index d65a3bd215..a549333366 100644 --- a/docs/cmdline-opts/no-keepalive.d +++ b/docs/cmdline-opts/no-keepalive.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: no-keepalive Help: Disable TCP keepalive on the connection Category: connection diff --git a/docs/cmdline-opts/no-npn.d b/docs/cmdline-opts/no-npn.d index 7a9239d361..f685502e54 100644 --- a/docs/cmdline-opts/no-npn.d +++ b/docs/cmdline-opts/no-npn.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: no-npn Tags: Versions HTTP/2 Protocols: HTTPS diff --git a/docs/cmdline-opts/no-progress-meter.d b/docs/cmdline-opts/no-progress-meter.d index 9c7413eeb9..fd57b13694 100644 --- a/docs/cmdline-opts/no-progress-meter.d +++ b/docs/cmdline-opts/no-progress-meter.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: no-progress-meter Help: Do not show the progress meter See-also: verbose silent diff --git a/docs/cmdline-opts/no-sessionid.d b/docs/cmdline-opts/no-sessionid.d index 1b771857bf..5b86a95112 100644 --- a/docs/cmdline-opts/no-sessionid.d +++ b/docs/cmdline-opts/no-sessionid.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: no-sessionid Help: Disable SSL session-ID reusing Protocols: TLS diff --git a/docs/cmdline-opts/noproxy.d b/docs/cmdline-opts/noproxy.d index 0ed3907795..f4d94ef19a 100644 --- a/docs/cmdline-opts/noproxy.d +++ b/docs/cmdline-opts/noproxy.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: noproxy Arg: Help: List of hosts which do not use proxy diff --git a/docs/cmdline-opts/ntlm-wb.d b/docs/cmdline-opts/ntlm-wb.d index c8e72c325a..039bd9c09f 100644 --- a/docs/cmdline-opts/ntlm-wb.d +++ b/docs/cmdline-opts/ntlm-wb.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ntlm-wb Help: Use HTTP NTLM authentication with winbind Protocols: HTTP diff --git a/docs/cmdline-opts/ntlm.d b/docs/cmdline-opts/ntlm.d index 658218a101..66b513e662 100644 --- a/docs/cmdline-opts/ntlm.d +++ b/docs/cmdline-opts/ntlm.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ntlm Help: Use HTTP NTLM authentication Mutexed: basic negotiate digest anyauth diff --git a/docs/cmdline-opts/oauth2-bearer.d b/docs/cmdline-opts/oauth2-bearer.d index 07bb54bde0..e5857b6c6b 100644 --- a/docs/cmdline-opts/oauth2-bearer.d +++ b/docs/cmdline-opts/oauth2-bearer.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: oauth2-bearer Help: OAuth 2 Bearer Token Arg: diff --git a/docs/cmdline-opts/output-dir.d b/docs/cmdline-opts/output-dir.d index 230ebeea58..20adf9fdf0 100644 --- a/docs/cmdline-opts/output-dir.d +++ b/docs/cmdline-opts/output-dir.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: output-dir Arg: Help: Directory to save files in diff --git a/docs/cmdline-opts/output.d b/docs/cmdline-opts/output.d index 15ddd525aa..543d3e3e90 100644 --- a/docs/cmdline-opts/output.d +++ b/docs/cmdline-opts/output.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: output Arg: Short: o diff --git a/docs/cmdline-opts/parallel-immediate.d b/docs/cmdline-opts/parallel-immediate.d index 4f7468de65..40a8c51e16 100644 --- a/docs/cmdline-opts/parallel-immediate.d +++ b/docs/cmdline-opts/parallel-immediate.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: parallel-immediate Help: Do not wait for multiplexing (with --parallel) Added: 7.68.0 diff --git a/docs/cmdline-opts/parallel-max.d b/docs/cmdline-opts/parallel-max.d index 1f22fcb7d2..5e3ad420c4 100644 --- a/docs/cmdline-opts/parallel-max.d +++ b/docs/cmdline-opts/parallel-max.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: parallel-max Arg: Help: Maximum concurrency for parallel transfers diff --git a/docs/cmdline-opts/parallel.d b/docs/cmdline-opts/parallel.d index f2ccaa78e6..d0e9b32195 100644 --- a/docs/cmdline-opts/parallel.d +++ b/docs/cmdline-opts/parallel.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: Z Long: parallel Help: Perform transfers in parallel diff --git a/docs/cmdline-opts/pass.d b/docs/cmdline-opts/pass.d index 621754d613..127786e115 100644 --- a/docs/cmdline-opts/pass.d +++ b/docs/cmdline-opts/pass.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: pass Arg: Help: Pass phrase for the private key diff --git a/docs/cmdline-opts/path-as-is.d b/docs/cmdline-opts/path-as-is.d index 3a82c44099..e9dc2e88e6 100644 --- a/docs/cmdline-opts/path-as-is.d +++ b/docs/cmdline-opts/path-as-is.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: path-as-is Help: Do not squash .. sequences in URL path Added: 7.42.0 diff --git a/docs/cmdline-opts/pinnedpubkey.d b/docs/cmdline-opts/pinnedpubkey.d index b47c42a8fd..89df109b15 100644 --- a/docs/cmdline-opts/pinnedpubkey.d +++ b/docs/cmdline-opts/pinnedpubkey.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: pinnedpubkey Arg: Help: FILE/HASHES Public key to verify peer against diff --git a/docs/cmdline-opts/post301.d b/docs/cmdline-opts/post301.d index 744ef5813a..2c7a1362af 100644 --- a/docs/cmdline-opts/post301.d +++ b/docs/cmdline-opts/post301.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: post301 Help: Do not switch to GET after following a 301 Protocols: HTTP diff --git a/docs/cmdline-opts/post302.d b/docs/cmdline-opts/post302.d index 2c6d4b615c..31c13bd3af 100644 --- a/docs/cmdline-opts/post302.d +++ b/docs/cmdline-opts/post302.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: post302 Help: Do not switch to GET after following a 302 Protocols: HTTP diff --git a/docs/cmdline-opts/post303.d b/docs/cmdline-opts/post303.d index a2fec18c4b..8d856ea6de 100644 --- a/docs/cmdline-opts/post303.d +++ b/docs/cmdline-opts/post303.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: post303 Help: Do not switch to GET after following a 303 Protocols: HTTP diff --git a/docs/cmdline-opts/preproxy.d b/docs/cmdline-opts/preproxy.d index e5dfb7f949..3f10a68e79 100644 --- a/docs/cmdline-opts/preproxy.d +++ b/docs/cmdline-opts/preproxy.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: preproxy Arg: [protocol://]host[:port] Help: Use this proxy first diff --git a/docs/cmdline-opts/progress-bar.d b/docs/cmdline-opts/progress-bar.d index 549acb9b1d..3a7853087a 100644 --- a/docs/cmdline-opts/progress-bar.d +++ b/docs/cmdline-opts/progress-bar.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: # Long: progress-bar Help: Display transfer progress as a bar diff --git a/docs/cmdline-opts/proto-default.d b/docs/cmdline-opts/proto-default.d index 86c59f5c60..f9d4f6d7c7 100644 --- a/docs/cmdline-opts/proto-default.d +++ b/docs/cmdline-opts/proto-default.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proto-default Help: Use PROTOCOL for any URL missing a scheme Arg: diff --git a/docs/cmdline-opts/proto-redir.d b/docs/cmdline-opts/proto-redir.d index d8cd296ffe..ea8c7526e3 100644 --- a/docs/cmdline-opts/proto-redir.d +++ b/docs/cmdline-opts/proto-redir.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proto-redir Arg: Help: Enable/disable PROTOCOLS on redirect diff --git a/docs/cmdline-opts/proto.d b/docs/cmdline-opts/proto.d index 6ff52c4174..94d7243616 100644 --- a/docs/cmdline-opts/proto.d +++ b/docs/cmdline-opts/proto.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proto Arg: Help: Enable/disable PROTOCOLS diff --git a/docs/cmdline-opts/proxy-anyauth.d b/docs/cmdline-opts/proxy-anyauth.d index 80f2b97012..c7cdd040c2 100644 --- a/docs/cmdline-opts/proxy-anyauth.d +++ b/docs/cmdline-opts/proxy-anyauth.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-anyauth Help: Pick any proxy authentication method Added: 7.13.2 diff --git a/docs/cmdline-opts/proxy-basic.d b/docs/cmdline-opts/proxy-basic.d index c651badc10..608c9fae29 100644 --- a/docs/cmdline-opts/proxy-basic.d +++ b/docs/cmdline-opts/proxy-basic.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-basic Help: Use Basic authentication on the proxy See-also: proxy proxy-anyauth proxy-digest diff --git a/docs/cmdline-opts/proxy-cacert.d b/docs/cmdline-opts/proxy-cacert.d index 5c32944758..c05a03c731 100644 --- a/docs/cmdline-opts/proxy-cacert.d +++ b/docs/cmdline-opts/proxy-cacert.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-cacert Help: CA certificate to verify peer against for proxy Arg: diff --git a/docs/cmdline-opts/proxy-capath.d b/docs/cmdline-opts/proxy-capath.d index 0429984f2a..600e06ee8a 100644 --- a/docs/cmdline-opts/proxy-capath.d +++ b/docs/cmdline-opts/proxy-capath.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-capath Help: CA directory to verify peer against for proxy Arg: diff --git a/docs/cmdline-opts/proxy-cert-type.d b/docs/cmdline-opts/proxy-cert-type.d index 9e09fdbbce..520a2b4836 100644 --- a/docs/cmdline-opts/proxy-cert-type.d +++ b/docs/cmdline-opts/proxy-cert-type.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-cert-type Arg: Added: 7.52.0 diff --git a/docs/cmdline-opts/proxy-cert.d b/docs/cmdline-opts/proxy-cert.d index 5eae2a5495..684b52cd78 100644 --- a/docs/cmdline-opts/proxy-cert.d +++ b/docs/cmdline-opts/proxy-cert.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-cert Arg: Help: Set client certificate for proxy diff --git a/docs/cmdline-opts/proxy-ciphers.d b/docs/cmdline-opts/proxy-ciphers.d index aefcc92c0c..2b5c936012 100644 --- a/docs/cmdline-opts/proxy-ciphers.d +++ b/docs/cmdline-opts/proxy-ciphers.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-ciphers Arg: Help: SSL ciphers to use for proxy diff --git a/docs/cmdline-opts/proxy-crlfile.d b/docs/cmdline-opts/proxy-crlfile.d index 3dd0180754..9ece36195e 100644 --- a/docs/cmdline-opts/proxy-crlfile.d +++ b/docs/cmdline-opts/proxy-crlfile.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-crlfile Arg: Help: Set a CRL list for proxy diff --git a/docs/cmdline-opts/proxy-digest.d b/docs/cmdline-opts/proxy-digest.d index 9677e92c57..0bcc9f3037 100644 --- a/docs/cmdline-opts/proxy-digest.d +++ b/docs/cmdline-opts/proxy-digest.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-digest Help: Use Digest authentication on the proxy See-also: proxy proxy-anyauth proxy-basic diff --git a/docs/cmdline-opts/proxy-header.d b/docs/cmdline-opts/proxy-header.d index 8ea2093877..64980ed2c3 100644 --- a/docs/cmdline-opts/proxy-header.d +++ b/docs/cmdline-opts/proxy-header.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-header Arg:
Help: Pass custom header(s) to proxy diff --git a/docs/cmdline-opts/proxy-insecure.d b/docs/cmdline-opts/proxy-insecure.d index 738d42286a..4579246f3d 100644 --- a/docs/cmdline-opts/proxy-insecure.d +++ b/docs/cmdline-opts/proxy-insecure.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-insecure Help: Do HTTPS proxy connections without verifying the proxy Added: 7.52.0 diff --git a/docs/cmdline-opts/proxy-key-type.d b/docs/cmdline-opts/proxy-key-type.d index 0194ba67c6..c7b226dc7e 100644 --- a/docs/cmdline-opts/proxy-key-type.d +++ b/docs/cmdline-opts/proxy-key-type.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-key-type Arg: Help: Private key file type for proxy diff --git a/docs/cmdline-opts/proxy-key.d b/docs/cmdline-opts/proxy-key.d index bf6868a436..044f72e850 100644 --- a/docs/cmdline-opts/proxy-key.d +++ b/docs/cmdline-opts/proxy-key.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-key Help: Private key for HTTPS proxy Arg: diff --git a/docs/cmdline-opts/proxy-negotiate.d b/docs/cmdline-opts/proxy-negotiate.d index 5085a7cb3a..340873aef6 100644 --- a/docs/cmdline-opts/proxy-negotiate.d +++ b/docs/cmdline-opts/proxy-negotiate.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-negotiate Help: Use HTTP Negotiate (SPNEGO) authentication on the proxy Added: 7.17.1 diff --git a/docs/cmdline-opts/proxy-ntlm.d b/docs/cmdline-opts/proxy-ntlm.d index 03d2d179c2..424dc9ce73 100644 --- a/docs/cmdline-opts/proxy-ntlm.d +++ b/docs/cmdline-opts/proxy-ntlm.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-ntlm Help: Use NTLM authentication on the proxy See-also: proxy-negotiate proxy-anyauth diff --git a/docs/cmdline-opts/proxy-pass.d b/docs/cmdline-opts/proxy-pass.d index a513991d07..dbd9779921 100644 --- a/docs/cmdline-opts/proxy-pass.d +++ b/docs/cmdline-opts/proxy-pass.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-pass Arg: Help: Pass phrase for the private key for HTTPS proxy diff --git a/docs/cmdline-opts/proxy-pinnedpubkey.d b/docs/cmdline-opts/proxy-pinnedpubkey.d index 4e168ef6c1..b6c644b051 100644 --- a/docs/cmdline-opts/proxy-pinnedpubkey.d +++ b/docs/cmdline-opts/proxy-pinnedpubkey.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-pinnedpubkey Arg: Help: FILE/HASHES public key to verify proxy with diff --git a/docs/cmdline-opts/proxy-service-name.d b/docs/cmdline-opts/proxy-service-name.d index 230b802d78..7ab263fd0a 100644 --- a/docs/cmdline-opts/proxy-service-name.d +++ b/docs/cmdline-opts/proxy-service-name.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-service-name Arg: Help: SPNEGO proxy service name diff --git a/docs/cmdline-opts/proxy-ssl-allow-beast.d b/docs/cmdline-opts/proxy-ssl-allow-beast.d index d712429e3e..787b50fe29 100644 --- a/docs/cmdline-opts/proxy-ssl-allow-beast.d +++ b/docs/cmdline-opts/proxy-ssl-allow-beast.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-ssl-allow-beast Help: Allow security flaw for interop for HTTPS proxy Added: 7.52.0 diff --git a/docs/cmdline-opts/proxy-ssl-auto-client-cert.d b/docs/cmdline-opts/proxy-ssl-auto-client-cert.d index 77eb535202..ab1d898a36 100644 --- a/docs/cmdline-opts/proxy-ssl-auto-client-cert.d +++ b/docs/cmdline-opts/proxy-ssl-auto-client-cert.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-ssl-auto-client-cert Help: Use auto client certificate for proxy (Schannel) Added: 7.77.0 diff --git a/docs/cmdline-opts/proxy-tls13-ciphers.d b/docs/cmdline-opts/proxy-tls13-ciphers.d index 5ec835c7fe..285e0cbb82 100644 --- a/docs/cmdline-opts/proxy-tls13-ciphers.d +++ b/docs/cmdline-opts/proxy-tls13-ciphers.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-tls13-ciphers Arg: help: TLS 1.3 proxy cipher suites diff --git a/docs/cmdline-opts/proxy-tlsauthtype.d b/docs/cmdline-opts/proxy-tlsauthtype.d index 4d58af5a2b..fbee25fa37 100644 --- a/docs/cmdline-opts/proxy-tlsauthtype.d +++ b/docs/cmdline-opts/proxy-tlsauthtype.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-tlsauthtype Arg: Help: TLS authentication type for HTTPS proxy diff --git a/docs/cmdline-opts/proxy-tlspassword.d b/docs/cmdline-opts/proxy-tlspassword.d index 6b41ed3c99..c74400d98c 100644 --- a/docs/cmdline-opts/proxy-tlspassword.d +++ b/docs/cmdline-opts/proxy-tlspassword.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-tlspassword Arg: Help: TLS password for HTTPS proxy diff --git a/docs/cmdline-opts/proxy-tlsuser.d b/docs/cmdline-opts/proxy-tlsuser.d index 8291ab26ab..8e60cb5858 100644 --- a/docs/cmdline-opts/proxy-tlsuser.d +++ b/docs/cmdline-opts/proxy-tlsuser.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-tlsuser Arg: Help: TLS username for HTTPS proxy diff --git a/docs/cmdline-opts/proxy-tlsv1.d b/docs/cmdline-opts/proxy-tlsv1.d index 7175e61741..65ab3ee257 100644 --- a/docs/cmdline-opts/proxy-tlsv1.d +++ b/docs/cmdline-opts/proxy-tlsv1.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-tlsv1 Help: Use TLSv1 for HTTPS proxy Added: 7.52.0 diff --git a/docs/cmdline-opts/proxy-user.d b/docs/cmdline-opts/proxy-user.d index 81ed55be55..13e127a66a 100644 --- a/docs/cmdline-opts/proxy-user.d +++ b/docs/cmdline-opts/proxy-user.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy-user Short: U Arg: diff --git a/docs/cmdline-opts/proxy.d b/docs/cmdline-opts/proxy.d index 49068b93e5..7d2a4f06e8 100644 --- a/docs/cmdline-opts/proxy.d +++ b/docs/cmdline-opts/proxy.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy Short: x Arg: [protocol://]host[:port] diff --git a/docs/cmdline-opts/proxy1.0.d b/docs/cmdline-opts/proxy1.0.d index 65faf4b35f..07b77826b0 100644 --- a/docs/cmdline-opts/proxy1.0.d +++ b/docs/cmdline-opts/proxy1.0.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxy1.0 Arg: Help: Use HTTP/1.0 proxy on given port diff --git a/docs/cmdline-opts/proxytunnel.d b/docs/cmdline-opts/proxytunnel.d index a62cbb6947..ec44fd758d 100644 --- a/docs/cmdline-opts/proxytunnel.d +++ b/docs/cmdline-opts/proxytunnel.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: proxytunnel Short: p Help: Operate through an HTTP proxy tunnel (using CONNECT) diff --git a/docs/cmdline-opts/pubkey.d b/docs/cmdline-opts/pubkey.d index 277904912d..c1dc99a51c 100644 --- a/docs/cmdline-opts/pubkey.d +++ b/docs/cmdline-opts/pubkey.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: pubkey Arg: Protocols: SFTP SCP diff --git a/docs/cmdline-opts/quote.d b/docs/cmdline-opts/quote.d index 3e74604dea..e410574b72 100644 --- a/docs/cmdline-opts/quote.d +++ b/docs/cmdline-opts/quote.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: quote Arg: Short: Q diff --git a/docs/cmdline-opts/random-file.d b/docs/cmdline-opts/random-file.d index d41b00140e..dea2ec72cd 100644 --- a/docs/cmdline-opts/random-file.d +++ b/docs/cmdline-opts/random-file.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: random-file Arg: Help: File for reading random data from diff --git a/docs/cmdline-opts/range.d b/docs/cmdline-opts/range.d index 7ebf843aa4..5d552b2f17 100644 --- a/docs/cmdline-opts/range.d +++ b/docs/cmdline-opts/range.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: range Short: r Help: Retrieve only the bytes within RANGE diff --git a/docs/cmdline-opts/rate.d b/docs/cmdline-opts/rate.d index cf4a1709ed..148c88f8ae 100644 --- a/docs/cmdline-opts/rate.d +++ b/docs/cmdline-opts/rate.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: rate Arg: Help: Request rate for serial transfers diff --git a/docs/cmdline-opts/raw.d b/docs/cmdline-opts/raw.d index dcf77fc46f..f87e926a55 100644 --- a/docs/cmdline-opts/raw.d +++ b/docs/cmdline-opts/raw.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: raw Help: Do HTTP "raw"; no transfer decoding Added: 7.16.2 diff --git a/docs/cmdline-opts/referer.d b/docs/cmdline-opts/referer.d index 10aa8297e0..fbc2381e10 100644 --- a/docs/cmdline-opts/referer.d +++ b/docs/cmdline-opts/referer.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: referer Short: e Arg: diff --git a/docs/cmdline-opts/remote-header-name.d b/docs/cmdline-opts/remote-header-name.d index b9550deed2..0f22b84625 100644 --- a/docs/cmdline-opts/remote-header-name.d +++ b/docs/cmdline-opts/remote-header-name.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: remote-header-name Short: J Protocols: HTTP diff --git a/docs/cmdline-opts/remote-name-all.d b/docs/cmdline-opts/remote-name-all.d index 80e8a0a2e2..8b2db66a1e 100644 --- a/docs/cmdline-opts/remote-name-all.d +++ b/docs/cmdline-opts/remote-name-all.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: remote-name-all Help: Use the remote file name for all URLs Added: 7.19.0 diff --git a/docs/cmdline-opts/remote-name.d b/docs/cmdline-opts/remote-name.d index 030572503f..49a7aa319a 100644 --- a/docs/cmdline-opts/remote-name.d +++ b/docs/cmdline-opts/remote-name.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: remote-name Short: O Help: Write output to a file named as the remote file diff --git a/docs/cmdline-opts/remote-time.d b/docs/cmdline-opts/remote-time.d index 5728737237..4b384c9377 100644 --- a/docs/cmdline-opts/remote-time.d +++ b/docs/cmdline-opts/remote-time.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: remote-time Short: R Help: Set the remote file's time on the local output diff --git a/docs/cmdline-opts/remove-on-error.d b/docs/cmdline-opts/remove-on-error.d index 01b57f12e7..ebde0eb06e 100644 --- a/docs/cmdline-opts/remove-on-error.d +++ b/docs/cmdline-opts/remove-on-error.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: remove-on-error Help: Remove output file on errors See-also: fail diff --git a/docs/cmdline-opts/request-target.d b/docs/cmdline-opts/request-target.d index d901fd8871..18a386d6e8 100644 --- a/docs/cmdline-opts/request-target.d +++ b/docs/cmdline-opts/request-target.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: request-target Arg: Help: Specify the target for this request diff --git a/docs/cmdline-opts/request.d b/docs/cmdline-opts/request.d index 9a97149fb4..6d804046d1 100644 --- a/docs/cmdline-opts/request.d +++ b/docs/cmdline-opts/request.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: request Short: X Arg: diff --git a/docs/cmdline-opts/resolve.d b/docs/cmdline-opts/resolve.d index cbe2887389..3507b7ea9d 100644 --- a/docs/cmdline-opts/resolve.d +++ b/docs/cmdline-opts/resolve.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: resolve Arg: <[+]host:port:addr[,addr]...> Help: Resolve the host+port to this address diff --git a/docs/cmdline-opts/retry-all-errors.d b/docs/cmdline-opts/retry-all-errors.d index 37fdfc7319..da86a42a7d 100644 --- a/docs/cmdline-opts/retry-all-errors.d +++ b/docs/cmdline-opts/retry-all-errors.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: retry-all-errors Help: Retry all errors (use with --retry) Added: 7.71.0 diff --git a/docs/cmdline-opts/retry-connrefused.d b/docs/cmdline-opts/retry-connrefused.d index 13574e80c9..7517bf7811 100644 --- a/docs/cmdline-opts/retry-connrefused.d +++ b/docs/cmdline-opts/retry-connrefused.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: retry-connrefused Help: Retry on connection refused (use with --retry) Added: 7.52.0 diff --git a/docs/cmdline-opts/retry-delay.d b/docs/cmdline-opts/retry-delay.d index c4970bc8c5..45b0ed9afb 100644 --- a/docs/cmdline-opts/retry-delay.d +++ b/docs/cmdline-opts/retry-delay.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: retry-delay Arg: Help: Wait time between retries diff --git a/docs/cmdline-opts/retry-max-time.d b/docs/cmdline-opts/retry-max-time.d index 88ce20f7dd..40d2421019 100644 --- a/docs/cmdline-opts/retry-max-time.d +++ b/docs/cmdline-opts/retry-max-time.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: retry-max-time Arg: Help: Retry only within this period diff --git a/docs/cmdline-opts/retry.d b/docs/cmdline-opts/retry.d index 428a092e6a..1d4e01c865 100644 --- a/docs/cmdline-opts/retry.d +++ b/docs/cmdline-opts/retry.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: retry Arg: Added: 7.12.3 diff --git a/docs/cmdline-opts/sasl-authzid.d b/docs/cmdline-opts/sasl-authzid.d index 4e2a419a97..a1f035e012 100644 --- a/docs/cmdline-opts/sasl-authzid.d +++ b/docs/cmdline-opts/sasl-authzid.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: sasl-authzid Arg: Help: Identity for SASL PLAIN authentication diff --git a/docs/cmdline-opts/sasl-ir.d b/docs/cmdline-opts/sasl-ir.d index f1289fd764..fb8fb8c3bc 100644 --- a/docs/cmdline-opts/sasl-ir.d +++ b/docs/cmdline-opts/sasl-ir.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: sasl-ir Help: Enable initial response in SASL authentication Added: 7.31.0 diff --git a/docs/cmdline-opts/service-name.d b/docs/cmdline-opts/service-name.d index fd9cb436bb..887a09ebcd 100644 --- a/docs/cmdline-opts/service-name.d +++ b/docs/cmdline-opts/service-name.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: service-name Help: SPNEGO service name Arg: diff --git a/docs/cmdline-opts/show-error.d b/docs/cmdline-opts/show-error.d index c1af391d08..9a5d29e5a1 100644 --- a/docs/cmdline-opts/show-error.d +++ b/docs/cmdline-opts/show-error.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: show-error Short: S Help: Show error even when -s is used diff --git a/docs/cmdline-opts/silent.d b/docs/cmdline-opts/silent.d index 3834ee62ca..f0a788aa38 100644 --- a/docs/cmdline-opts/silent.d +++ b/docs/cmdline-opts/silent.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: silent Short: s Help: Silent mode diff --git a/docs/cmdline-opts/socks4.d b/docs/cmdline-opts/socks4.d index c460d494bd..5c4f4b1b3a 100644 --- a/docs/cmdline-opts/socks4.d +++ b/docs/cmdline-opts/socks4.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: socks4 Arg: Help: SOCKS4 proxy on given host + port diff --git a/docs/cmdline-opts/socks4a.d b/docs/cmdline-opts/socks4a.d index ba56594b0b..4b8c5f72b4 100644 --- a/docs/cmdline-opts/socks4a.d +++ b/docs/cmdline-opts/socks4a.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: socks4a Arg: Help: SOCKS4a proxy on given host + port diff --git a/docs/cmdline-opts/socks5-basic.d b/docs/cmdline-opts/socks5-basic.d index 2e62bec5ad..d5c1b8a62b 100644 --- a/docs/cmdline-opts/socks5-basic.d +++ b/docs/cmdline-opts/socks5-basic.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: socks5-basic Help: Enable username/password auth for SOCKS5 proxies Added: 7.55.0 diff --git a/docs/cmdline-opts/socks5-gssapi-nec.d b/docs/cmdline-opts/socks5-gssapi-nec.d index 09166df22d..3f85b9a078 100644 --- a/docs/cmdline-opts/socks5-gssapi-nec.d +++ b/docs/cmdline-opts/socks5-gssapi-nec.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: socks5-gssapi-nec Help: Compatibility with NEC SOCKS5 server Added: 7.19.4 diff --git a/docs/cmdline-opts/socks5-gssapi-service.d b/docs/cmdline-opts/socks5-gssapi-service.d index 5ce82ac3a4..f092f7d269 100644 --- a/docs/cmdline-opts/socks5-gssapi-service.d +++ b/docs/cmdline-opts/socks5-gssapi-service.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: socks5-gssapi-service Arg: Help: SOCKS5 proxy service name for GSS-API diff --git a/docs/cmdline-opts/socks5-gssapi.d b/docs/cmdline-opts/socks5-gssapi.d index 6620940204..ea2ffe557c 100644 --- a/docs/cmdline-opts/socks5-gssapi.d +++ b/docs/cmdline-opts/socks5-gssapi.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: socks5-gssapi Help: Enable GSS-API auth for SOCKS5 proxies Added: 7.55.0 diff --git a/docs/cmdline-opts/socks5-hostname.d b/docs/cmdline-opts/socks5-hostname.d index 628a2db241..04d8dbf4b5 100644 --- a/docs/cmdline-opts/socks5-hostname.d +++ b/docs/cmdline-opts/socks5-hostname.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: socks5-hostname Arg: Help: SOCKS5 proxy, pass host name to proxy diff --git a/docs/cmdline-opts/socks5.d b/docs/cmdline-opts/socks5.d index bf43652b3e..0959ebdc71 100644 --- a/docs/cmdline-opts/socks5.d +++ b/docs/cmdline-opts/socks5.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: socks5 Arg: Help: SOCKS5 proxy on given host + port diff --git a/docs/cmdline-opts/speed-limit.d b/docs/cmdline-opts/speed-limit.d index 9725647912..413574357c 100644 --- a/docs/cmdline-opts/speed-limit.d +++ b/docs/cmdline-opts/speed-limit.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: speed-limit Short: Y Arg: diff --git a/docs/cmdline-opts/speed-time.d b/docs/cmdline-opts/speed-time.d index 0c6369a2c9..0df1503130 100644 --- a/docs/cmdline-opts/speed-time.d +++ b/docs/cmdline-opts/speed-time.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: speed-time Short: y Arg: diff --git a/docs/cmdline-opts/ssl-allow-beast.d b/docs/cmdline-opts/ssl-allow-beast.d index 5a7fe995fc..361fd24898 100644 --- a/docs/cmdline-opts/ssl-allow-beast.d +++ b/docs/cmdline-opts/ssl-allow-beast.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ssl-allow-beast Help: Allow security flaw to improve interop Added: 7.25.0 diff --git a/docs/cmdline-opts/ssl-auto-client-cert.d b/docs/cmdline-opts/ssl-auto-client-cert.d index 7581bdff68..8c460c09cb 100644 --- a/docs/cmdline-opts/ssl-auto-client-cert.d +++ b/docs/cmdline-opts/ssl-auto-client-cert.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ssl-auto-client-cert Help: Use auto client certificate (Schannel) Added: 7.77.0 diff --git a/docs/cmdline-opts/ssl-no-revoke.d b/docs/cmdline-opts/ssl-no-revoke.d index ba4b661f1a..84b00923ef 100644 --- a/docs/cmdline-opts/ssl-no-revoke.d +++ b/docs/cmdline-opts/ssl-no-revoke.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ssl-no-revoke Help: Disable cert revocation checks (Schannel) Added: 7.44.0 diff --git a/docs/cmdline-opts/ssl-reqd.d b/docs/cmdline-opts/ssl-reqd.d index f8f23c9a05..0c07184353 100644 --- a/docs/cmdline-opts/ssl-reqd.d +++ b/docs/cmdline-opts/ssl-reqd.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ssl-reqd Help: Require SSL/TLS Protocols: FTP IMAP POP3 SMTP LDAP diff --git a/docs/cmdline-opts/ssl-revoke-best-effort.d b/docs/cmdline-opts/ssl-revoke-best-effort.d index aad3ab0b4c..7594783d76 100644 --- a/docs/cmdline-opts/ssl-revoke-best-effort.d +++ b/docs/cmdline-opts/ssl-revoke-best-effort.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ssl-revoke-best-effort Help: Ignore missing/offline cert CRL dist points Added: 7.70.0 diff --git a/docs/cmdline-opts/ssl.d b/docs/cmdline-opts/ssl.d index 83cac5c9d6..e9f23a3852 100644 --- a/docs/cmdline-opts/ssl.d +++ b/docs/cmdline-opts/ssl.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: ssl Help: Try SSL/TLS Protocols: FTP IMAP POP3 SMTP LDAP diff --git a/docs/cmdline-opts/sslv2.d b/docs/cmdline-opts/sslv2.d index f905964490..0a541d0e54 100644 --- a/docs/cmdline-opts/sslv2.d +++ b/docs/cmdline-opts/sslv2.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: 2 Long: sslv2 Tags: Versions diff --git a/docs/cmdline-opts/sslv3.d b/docs/cmdline-opts/sslv3.d index 6599531ce3..ba5291029d 100644 --- a/docs/cmdline-opts/sslv3.d +++ b/docs/cmdline-opts/sslv3.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Short: 3 Long: sslv3 Tags: Versions diff --git a/docs/cmdline-opts/stderr.d b/docs/cmdline-opts/stderr.d index 95b6604543..274c7423fe 100644 --- a/docs/cmdline-opts/stderr.d +++ b/docs/cmdline-opts/stderr.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: stderr Arg: Help: Where to redirect stderr diff --git a/docs/cmdline-opts/styled-output.d b/docs/cmdline-opts/styled-output.d index 364a182442..2cc11e99dc 100644 --- a/docs/cmdline-opts/styled-output.d +++ b/docs/cmdline-opts/styled-output.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: styled-output Help: Enable styled output for HTTP headers Added: 7.61.0 diff --git a/docs/cmdline-opts/suppress-connect-headers.d b/docs/cmdline-opts/suppress-connect-headers.d index de465623be..62e8820505 100644 --- a/docs/cmdline-opts/suppress-connect-headers.d +++ b/docs/cmdline-opts/suppress-connect-headers.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: suppress-connect-headers Help: Suppress proxy CONNECT response headers See-also: dump-header include proxytunnel diff --git a/docs/cmdline-opts/tcp-fastopen.d b/docs/cmdline-opts/tcp-fastopen.d index 7b96b2d81a..36a5e28775 100644 --- a/docs/cmdline-opts/tcp-fastopen.d +++ b/docs/cmdline-opts/tcp-fastopen.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: tcp-fastopen Added: 7.49.0 Help: Use TCP Fast Open diff --git a/docs/cmdline-opts/tcp-nodelay.d b/docs/cmdline-opts/tcp-nodelay.d index a819b27fbd..a62d7f2c2e 100644 --- a/docs/cmdline-opts/tcp-nodelay.d +++ b/docs/cmdline-opts/tcp-nodelay.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: tcp-nodelay Help: Use the TCP_NODELAY option Added: 7.11.2 diff --git a/docs/cmdline-opts/telnet-option.d b/docs/cmdline-opts/telnet-option.d index 50f0d4800d..4eed7acf64 100644 --- a/docs/cmdline-opts/telnet-option.d +++ b/docs/cmdline-opts/telnet-option.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: telnet-option Short: t Arg: diff --git a/docs/cmdline-opts/tftp-blksize.d b/docs/cmdline-opts/tftp-blksize.d index c180569a4d..823f69cac0 100644 --- a/docs/cmdline-opts/tftp-blksize.d +++ b/docs/cmdline-opts/tftp-blksize.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: tftp-blksize Arg: Help: Set TFTP BLKSIZE option diff --git a/docs/cmdline-opts/tftp-no-options.d b/docs/cmdline-opts/tftp-no-options.d index a90655a023..cdff872c37 100644 --- a/docs/cmdline-opts/tftp-no-options.d +++ b/docs/cmdline-opts/tftp-no-options.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: tftp-no-options Help: Do not send any TFTP options Protocols: TFTP diff --git a/docs/cmdline-opts/time-cond.d b/docs/cmdline-opts/time-cond.d index 602d66849c..5fde251810 100644 --- a/docs/cmdline-opts/time-cond.d +++ b/docs/cmdline-opts/time-cond.d @@ -1,3 +1,5 @@ +c: Copyright (C) 1998 - 2022, Daniel Stenberg, , et al. +SPDX-License-Identifier: curl Long: time-cond Short: z Arg: