copyright: update all copyright lines and remove year ranges

- they are mostly pointless in all major jurisdictions
- many big corporations and projects already don't use them
- saves us from pointless churn
- git keeps history for us
- the year range is kept in COPYING

checksrc is updated to allow non-year using copyright statements

Closes #10205
This commit is contained in:
Daniel Stenberg 2023-01-02 13:51:48 +01:00
parent 3e9c2924d6
commit 2bc1d775f5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1856 changed files with 1965 additions and 2045 deletions

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 2021, 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -5,7 +5,7 @@
;;; | (__| |_| | _ <| |___ ;;; | (__| |_| | _ <| |___
;;; \___|\___/|_| \_\_____| ;;; \___|\___/|_| \_\_____|
;;; ;;;
;;; Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. ;;; Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
;;; ;;;
;;; This software is licensed as described in the file COPYING, which ;;; This software is licensed as described in the file COPYING, which
;;; you should have received as part of this distribution. The terms ;;; you should have received as part of this distribution. The terms

View File

@ -1,4 +1,4 @@
# Copyright (C) 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

2
.gitattributes vendored
View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

2
.github/CODEOWNERS vendored
View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,5 +1,5 @@
<!-- <!--
Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
--> -->

2
.github/FUNDING.yml vendored
View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

2
.github/lock.yml vendored
View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,5 +1,5 @@
#!/usr/bin/perl #!/usr/bin/perl
# Copyright (C) 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl
# #

View File

@ -1,4 +1,4 @@
# Copyright (C) 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl
# #

View File

@ -1,4 +1,4 @@
# Copyright (C) 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl
# #

2
.github/stale.yml vendored
View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org> # SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2023 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,4 +1,4 @@
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl
autoreconf -fi autoreconf -fi

View File

@ -5,98 +5,98 @@ Source: https://curl.se
# Tests # Tests
Files: tests/data/test* tests/certs/* tests/stunnel.pem tests/valgrind.supp Files: tests/data/test* tests/certs/* tests/stunnel.pem tests/valgrind.supp
Copyright: 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
# Markdown documentation in docs/ # Markdown documentation in docs/
Files: docs/*.md Files: docs/*.md
Copyright: 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
# Docs in docs/ # Docs in docs/
Files: docs/FAQ docs/INSTALL docs/INSTALL.cmake docs/KNOWN_BUGS docs/MAIL-ETIQUETTE docs/THANKS docs/TODO docs/cmdline-opts/page-footer docs/libcurl/curl_multi_socket_all.3 docs/libcurl/curl_strnequal.3 docs/libcurl/symbols-in-versions docs/options-in-versions Files: docs/FAQ docs/INSTALL docs/INSTALL.cmake docs/KNOWN_BUGS docs/MAIL-ETIQUETTE docs/THANKS docs/TODO docs/cmdline-opts/page-footer docs/libcurl/curl_multi_socket_all.3 docs/libcurl/curl_strnequal.3 docs/libcurl/symbols-in-versions docs/options-in-versions
Copyright: 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
# Windows # Windows
Files: projects/Windows/* Files: projects/Windows/*
Copyright: 2014 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
# Single files we do not want to edit directly # Single files we do not want to edit directly
Files: CHANGES Files: CHANGES
Copyright: 2019 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: GIT-INFO Files: GIT-INFO
Copyright: 2010 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: RELEASE-NOTES Files: RELEASE-NOTES
Copyright: 2003 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
# checksrc control files # checksrc control files
Files: lib/.checksrc docs/examples/.checksrc tests/libtest/.checksrc Files: lib/.checksrc docs/examples/.checksrc tests/libtest/.checksrc
Copyright: 2021 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: lib/libcurl.plist.in Files: lib/libcurl.plist.in
Copyright: 2022 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: lib/libcurl.vers.in Files: lib/libcurl.vers.in
Copyright: 2011 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: mlc_config.json Files: mlc_config.json
Copyright: 2022 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: packages/OS400/README.OS400 Files: packages/OS400/README.OS400
Copyright: 2007 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: packages/README Files: packages/README
Copyright: 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: packages/vms/build_vms.com Files: packages/vms/build_vms.com
Copyright: 2004 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: packages/vms/curl_release_note_start.txt Files: packages/vms/curl_release_note_start.txt
Copyright: 2013 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: packages/vms/curlmsg.sdl Files: packages/vms/curlmsg.sdl
Copyright: 2004 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: packages/vms/macro32_exactcase.patch Files: packages/vms/macro32_exactcase.patch
Copyright: 2013 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: packages/vms/readme Files: packages/vms/readme
Copyright: 2004 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: plan9/README Files: plan9/README
Copyright: 2020 - 2020 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: projects/wolfssl_override.props Files: projects/wolfssl_override.props
Copyright: 2015 - 2018 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: README Files: README
Copyright: 1999 - 2021 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: .github/ISSUE_TEMPLATE/bug_report.md Files: .github/ISSUE_TEMPLATE/bug_report.md
Copyright: 2020 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl
Files: .mailmap Files: .mailmap
Copyright: 2017 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright: Daniel Stenberg, <daniel@haxx.se>, et al.
License: curl License: curl

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___ * | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____| * \___|\___/|_| \_\_____|
* *
* Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
* *
* This software is licensed as described in the file COPYING, which * This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms * you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -1,6 +1,6 @@
COPYRIGHT AND PERMISSION NOTICE COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 1996 - 2022, Daniel Stenberg, <daniel@haxx.se>, and many Copyright (c) 1996 - 2023, Daniel Stenberg, <daniel@haxx.se>, and many
contributors, see the THANKS file. contributors, see the THANKS file.
All rights reserved. All rights reserved.

View File

@ -1,6 +1,6 @@
COPYRIGHT AND PERMISSION NOTICE COPYRIGHT AND PERMISSION NOTICE
Copyright (c) 1996 - 2022, Daniel Stenberg, <daniel@haxx.se>, and many Copyright (C) Daniel Stenberg, <daniel@haxx.se>, and many
contributors, see the THANKS file. contributors, see the THANKS file.
All rights reserved. All rights reserved.

View File

@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -1,5 +1,5 @@
<!-- <!--
Copyright (C) 1998 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
--> -->

View File

@ -1,5 +1,5 @@
<!-- <!--
Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
--> -->

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -6,7 +6,7 @@ rem * / __| | | | |_) | |
rem * | (__| |_| | _ <| |___ rem * | (__| |_| | _ <| |___
rem * \___|\___/|_| \_\_____| rem * \___|\___/|_| \_\_____|
rem * rem *
rem * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. rem * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
rem * rem *
rem * This software is licensed as described in the file COPYING, which rem * This software is licensed as described in the file COPYING, which
rem * you should have received as part of this distribution. The terms rem * you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms
@ -33,7 +33,7 @@ XC_OVR_ZZ60
CURL_OVERRIDE_AUTOCONF CURL_OVERRIDE_AUTOCONF
dnl configure script copyright dnl configure script copyright
AC_COPYRIGHT([Copyright (c) 1998 - 2022 Daniel Stenberg, <daniel@haxx.se> AC_COPYRIGHT([Copyright (C) Daniel Stenberg, <daniel@haxx.se>
This configure script may be copied, distributed and modified under the This configure script may be copied, distributed and modified under the
terms of the curl license; see COPYING for more details]) terms of the curl license; see COPYING for more details])

View File

@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 2001 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

2
docs/.gitignore vendored
View File

@ -1,4 +1,4 @@
# Copyright (C) 2010 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# SPDX-License-Identifier: curl # SPDX-License-Identifier: curl

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -1,5 +1,5 @@
<!-- <!--
Copyright (C) 2000 - 2022 Daniel Stenberg, <daniel@haxx.se>, et al. Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
--> -->

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -1,5 +1,5 @@
<!-- <!--
Copyright (C) 2000 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
--> -->

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___ # | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____| # \___|\___/|_| \_\_____|
# #
# Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
# #
# This software is licensed as described in the file COPYING, which # This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms # you should have received as part of this distribution. The terms

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: abstract-unix-socket Long: abstract-unix-socket
Arg: <path> Arg: <path>

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: alt-svc Long: alt-svc
Arg: <file name> Arg: <file name>

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: anyauth Long: anyauth
Help: Pick any authentication method Help: Pick any authentication method

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Short: a Short: a
Long: append Long: append

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: aws-sigv4 Long: aws-sigv4
Arg: <provider1[:provider2[:region[:service]]]> Arg: <provider1[:provider2[:region[:service]]]>

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: basic Long: basic
Help: Use HTTP Basic Authentication Help: Use HTTP Basic Authentication

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: cacert Long: cacert
Arg: <file> Arg: <file>

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: capath Long: capath
Arg: <dir> Arg: <dir>

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: cert-status Long: cert-status
Protocols: TLS Protocols: TLS

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: cert-type Long: cert-type
Protocols: TLS Protocols: TLS

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Short: E Short: E
Long: cert Long: cert

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: ciphers Long: ciphers
Arg: <list of ciphers> Arg: <list of ciphers>

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: compressed-ssh Long: compressed-ssh
Help: Enable SSH compression Help: Enable SSH compression

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: compressed Long: compressed
Help: Request compressed response Help: Request compressed response

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: config Long: config
Arg: <file> Arg: <file>

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: connect-timeout Long: connect-timeout
Arg: <fractional seconds> Arg: <fractional seconds>

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Long: connect-to Long: connect-to
Arg: <HOST1:PORT1:HOST2:PORT2> Arg: <HOST1:PORT1:HOST2:PORT2>

View File

@ -1,4 +1,4 @@
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl SPDX-License-Identifier: curl
Short: C Short: C
Long: continue-at Long: continue-at

Some files were not shown because too many files have changed in this diff Show More