From 4af40b3646d3b09f68e419f7ca866ff395d1f897 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 3 Feb 2016 00:19:02 +0100 Subject: [PATCH] URLs: change all http:// URLs to https:// --- CHANGES | 2 +- CHANGES.0 | 412 +++++++++--------- CMake/CurlTests.c | 2 +- CMakeLists.txt | 4 +- Makefile.am | 2 +- Makefile.dist | 2 +- RELEASE-NOTES | 2 +- acinclude.m4 | 2 +- buildconf | 2 +- buildconf.bat | 2 +- configure.ac | 4 +- curl-config.in | 2 +- docs/INSTALL | 2 +- docs/INSTALL.devcpp | 2 +- docs/Makefile.am | 2 +- docs/curl-config.1 | 2 +- docs/curl.1 | 2 +- docs/examples/10-at-a-time.c | 2 +- docs/examples/Makefile.am | 2 +- docs/examples/Makefile.example | 2 +- docs/examples/Makefile.inc | 2 +- docs/examples/Makefile.m32 | 2 +- docs/examples/adddocsref.pl | 2 +- docs/examples/anyauthput.c | 2 +- docs/examples/asiohiper.cpp | 2 +- docs/examples/cacertinmem.c | 2 +- docs/examples/certinfo.c | 2 +- docs/examples/chkspeed.c | 2 +- docs/examples/cookie_interface.c | 2 +- docs/examples/debug.c | 2 +- docs/examples/evhiperfifo.c | 2 +- docs/examples/externalsocket.c | 2 +- docs/examples/fileupload.c | 2 +- docs/examples/ftp-wildcard.c | 2 +- docs/examples/ftpget.c | 2 +- docs/examples/ftpgetinfo.c | 4 +- docs/examples/ftpgetresp.c | 2 +- docs/examples/ftpsget.c | 2 +- docs/examples/ftpupload.c | 2 +- docs/examples/ftpuploadresume.c | 2 +- docs/examples/getinfo.c | 2 +- docs/examples/getinmemory.c | 2 +- docs/examples/getredirect.c | 2 +- docs/examples/ghiper.c | 2 +- docs/examples/hiperfifo.c | 2 +- docs/examples/href_extractor.c | 2 +- docs/examples/htmltidy.c | 2 +- docs/examples/htmltitle.cpp | 2 +- docs/examples/http-post.c | 2 +- docs/examples/http2-download.c | 2 +- docs/examples/http2-serverpush.c | 2 +- docs/examples/http2-upload.c | 2 +- docs/examples/httpcustomheader.c | 2 +- docs/examples/httpput.c | 2 +- docs/examples/https.c | 2 +- docs/examples/imap-append.c | 2 +- docs/examples/imap-copy.c | 2 +- docs/examples/imap-create.c | 2 +- docs/examples/imap-delete.c | 2 +- docs/examples/imap-examine.c | 2 +- docs/examples/imap-fetch.c | 2 +- docs/examples/imap-list.c | 2 +- docs/examples/imap-lsub.c | 2 +- docs/examples/imap-multi.c | 2 +- docs/examples/imap-noop.c | 2 +- docs/examples/imap-search.c | 2 +- docs/examples/imap-ssl.c | 2 +- docs/examples/imap-store.c | 2 +- docs/examples/imap-tls.c | 2 +- docs/examples/makefile.dj | 2 +- docs/examples/multi-app.c | 2 +- docs/examples/multi-debugcallback.c | 2 +- docs/examples/multi-double.c | 2 +- docs/examples/multi-post.c | 2 +- docs/examples/multi-single.c | 2 +- docs/examples/multi-uv.c | 2 +- docs/examples/multithread.c | 4 +- docs/examples/opensslthreadlock.c | 2 +- docs/examples/persistant.c | 2 +- docs/examples/pop3-dele.c | 2 +- docs/examples/pop3-list.c | 2 +- docs/examples/pop3-multi.c | 2 +- docs/examples/pop3-noop.c | 2 +- docs/examples/pop3-retr.c | 2 +- docs/examples/pop3-ssl.c | 2 +- docs/examples/pop3-stat.c | 2 +- docs/examples/pop3-tls.c | 2 +- docs/examples/pop3-top.c | 2 +- docs/examples/pop3-uidl.c | 2 +- docs/examples/post-callback.c | 2 +- docs/examples/postinmemory.c | 2 +- docs/examples/postit2.c | 2 +- docs/examples/progressfunc.c | 2 +- docs/examples/resolve.c | 2 +- docs/examples/sampleconv.c | 2 +- docs/examples/sendrecv.c | 2 +- docs/examples/sepheaders.c | 2 +- docs/examples/sessioninfo.c | 2 +- docs/examples/sftpget.c | 2 +- docs/examples/simple.c | 2 +- docs/examples/simplepost.c | 2 +- docs/examples/simplessl.c | 2 +- docs/examples/smooth-gtk-thread.c | 2 +- docs/examples/smtp-expn.c | 2 +- docs/examples/smtp-mail.c | 2 +- docs/examples/smtp-multi.c | 2 +- docs/examples/smtp-ssl.c | 2 +- docs/examples/smtp-tls.c | 2 +- docs/examples/smtp-vrfy.c | 2 +- docs/examples/synctime.c | 2 +- docs/examples/threaded-ssl.c | 2 +- docs/examples/url2file.c | 2 +- docs/examples/usercertinmem.c | 2 +- docs/examples/version-check.pl | 2 +- docs/examples/xmlstream.c | 2 +- docs/libcurl/Makefile.am | 2 +- docs/libcurl/curl_easy_cleanup.3 | 2 +- docs/libcurl/curl_easy_duphandle.3 | 2 +- docs/libcurl/curl_easy_escape.3 | 2 +- docs/libcurl/curl_easy_getinfo.3 | 2 +- docs/libcurl/curl_easy_init.3 | 2 +- docs/libcurl/curl_easy_pause.3 | 2 +- docs/libcurl/curl_easy_perform.3 | 2 +- docs/libcurl/curl_easy_recv.3 | 2 +- docs/libcurl/curl_easy_reset.3 | 2 +- docs/libcurl/curl_easy_send.3 | 2 +- docs/libcurl/curl_easy_setopt.3 | 2 +- docs/libcurl/curl_easy_strerror.3 | 2 +- docs/libcurl/curl_easy_unescape.3 | 2 +- docs/libcurl/curl_escape.3 | 2 +- docs/libcurl/curl_formadd.3 | 2 +- docs/libcurl/curl_formfree.3 | 2 +- docs/libcurl/curl_formget.3 | 2 +- docs/libcurl/curl_free.3 | 2 +- docs/libcurl/curl_getdate.3 | 2 +- docs/libcurl/curl_getenv.3 | 2 +- docs/libcurl/curl_global_cleanup.3 | 2 +- docs/libcurl/curl_global_init.3 | 2 +- docs/libcurl/curl_global_init_mem.3 | 2 +- docs/libcurl/curl_mprintf.3 | 2 +- docs/libcurl/curl_multi_add_handle.3 | 2 +- docs/libcurl/curl_multi_assign.3 | 2 +- docs/libcurl/curl_multi_cleanup.3 | 2 +- docs/libcurl/curl_multi_fdset.3 | 2 +- docs/libcurl/curl_multi_info_read.3 | 2 +- docs/libcurl/curl_multi_init.3 | 2 +- docs/libcurl/curl_multi_perform.3 | 2 +- docs/libcurl/curl_multi_remove_handle.3 | 2 +- docs/libcurl/curl_multi_setopt.3 | 2 +- docs/libcurl/curl_multi_socket.3 | 2 +- docs/libcurl/curl_multi_socket_action.3 | 2 +- docs/libcurl/curl_multi_strerror.3 | 2 +- docs/libcurl/curl_multi_timeout.3 | 2 +- docs/libcurl/curl_multi_wait.3 | 2 +- docs/libcurl/curl_share_cleanup.3 | 2 +- docs/libcurl/curl_share_init.3 | 2 +- docs/libcurl/curl_share_setopt.3 | 2 +- docs/libcurl/curl_share_strerror.3 | 2 +- docs/libcurl/curl_slist_append.3 | 2 +- docs/libcurl/curl_slist_free_all.3 | 2 +- docs/libcurl/curl_strequal.3 | 2 +- docs/libcurl/curl_unescape.3 | 2 +- docs/libcurl/curl_version.3 | 2 +- docs/libcurl/curl_version_info.3 | 2 +- docs/libcurl/libcurl-easy.3 | 2 +- docs/libcurl/libcurl-errors.3 | 2 +- docs/libcurl/libcurl-multi.3 | 2 +- docs/libcurl/libcurl-share.3 | 2 +- docs/libcurl/libcurl-thread.3 | 2 +- docs/libcurl/libcurl-tutorial.3 | 2 +- docs/libcurl/libcurl.3 | 2 +- docs/libcurl/libcurl.m4 | 2 +- docs/libcurl/mksymbolsmanpage.pl | 4 +- docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 | 2 +- docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3 | 2 +- docs/libcurl/opts/CURLINFO_CERTINFO.3 | 2 +- docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3 | 2 +- docs/libcurl/opts/CURLINFO_CONNECT_TIME.3 | 2 +- .../opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 | 2 +- .../opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3 | 2 +- docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3 | 2 +- docs/libcurl/opts/CURLINFO_COOKIELIST.3 | 2 +- docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3 | 2 +- docs/libcurl/opts/CURLINFO_FILETIME.3 | 2 +- docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3 | 2 +- docs/libcurl/opts/CURLINFO_HEADER_SIZE.3 | 2 +- docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3 | 2 +- docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3 | 2 +- docs/libcurl/opts/CURLINFO_LASTSOCKET.3 | 2 +- docs/libcurl/opts/CURLINFO_LOCAL_IP.3 | 2 +- docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 | 2 +- docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3 | 2 +- docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3 | 2 +- docs/libcurl/opts/CURLINFO_OS_ERRNO.3 | 2 +- docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3 | 2 +- docs/libcurl/opts/CURLINFO_PRIMARY_IP.3 | 2 +- docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 | 2 +- docs/libcurl/opts/CURLINFO_PRIVATE.3 | 2 +- docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3 | 2 +- docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3 | 2 +- docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3 | 2 +- docs/libcurl/opts/CURLINFO_REDIRECT_URL.3 | 2 +- docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3 | 2 +- docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3 | 2 +- docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3 | 2 +- docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3 | 2 +- docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3 | 2 +- docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3 | 2 +- docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3 | 2 +- docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3 | 2 +- docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3 | 2 +- docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3 | 2 +- docs/libcurl/opts/CURLINFO_SSL_ENGINES.3 | 2 +- docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 | 2 +- .../opts/CURLINFO_STARTTRANSFER_TIME.3 | 2 +- docs/libcurl/opts/CURLINFO_TLS_SESSION.3 | 2 +- docs/libcurl/opts/CURLINFO_TOTAL_TIME.3 | 2 +- .../opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 | 2 +- .../CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 | 2 +- docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 | 2 +- .../opts/CURLMOPT_MAX_HOST_CONNECTIONS.3 | 2 +- .../opts/CURLMOPT_MAX_PIPELINE_LENGTH.3 | 2 +- .../opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3 | 2 +- docs/libcurl/opts/CURLMOPT_PIPELINING.3 | 2 +- .../opts/CURLMOPT_PIPELINING_SERVER_BL.3 | 2 +- .../opts/CURLMOPT_PIPELINING_SITE_BL.3 | 2 +- docs/libcurl/opts/CURLMOPT_PUSHDATA.3 | 2 +- docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 | 2 +- docs/libcurl/opts/CURLMOPT_SOCKETDATA.3 | 2 +- docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 | 2 +- docs/libcurl/opts/CURLMOPT_TIMERDATA.3 | 2 +- docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3 | 2 +- docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 | 2 +- docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3 | 2 +- docs/libcurl/opts/CURLOPT_APPEND.3 | 2 +- docs/libcurl/opts/CURLOPT_AUTOREFERER.3 | 2 +- docs/libcurl/opts/CURLOPT_BUFFERSIZE.3 | 2 +- docs/libcurl/opts/CURLOPT_CAINFO.3 | 4 +- docs/libcurl/opts/CURLOPT_CAPATH.3 | 2 +- docs/libcurl/opts/CURLOPT_CERTINFO.3 | 2 +- .../libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 | 2 +- .../libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3 | 2 +- .../opts/CURLOPT_CLOSESOCKETFUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3 | 2 +- docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3 | 2 +- docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 | 2 +- .../opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 | 2 +- .../opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3 | 2 +- .../opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_COOKIE.3 | 2 +- docs/libcurl/opts/CURLOPT_COOKIEFILE.3 | 2 +- docs/libcurl/opts/CURLOPT_COOKIEJAR.3 | 2 +- docs/libcurl/opts/CURLOPT_COOKIELIST.3 | 2 +- docs/libcurl/opts/CURLOPT_COOKIESESSION.3 | 2 +- docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3 | 2 +- docs/libcurl/opts/CURLOPT_CRLF.3 | 2 +- docs/libcurl/opts/CURLOPT_CRLFILE.3 | 2 +- docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3 | 2 +- docs/libcurl/opts/CURLOPT_DEBUGDATA.3 | 4 +- docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3 | 2 +- docs/libcurl/opts/CURLOPT_DIRLISTONLY.3 | 2 +- docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 | 2 +- docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3 | 2 +- docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3 | 2 +- docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3 | 2 +- docs/libcurl/opts/CURLOPT_DNS_SERVERS.3 | 2 +- .../opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3 | 2 +- docs/libcurl/opts/CURLOPT_EGDSOCKET.3 | 2 +- docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 | 2 +- .../opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3 | 2 +- docs/libcurl/opts/CURLOPT_FAILONERROR.3 | 2 +- docs/libcurl/opts/CURLOPT_FILETIME.3 | 2 +- docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3 | 2 +- docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 | 2 +- docs/libcurl/opts/CURLOPT_FORBID_REUSE.3 | 2 +- docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3 | 2 +- docs/libcurl/opts/CURLOPT_FTPPORT.3 | 2 +- docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3 | 2 +- docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3 | 2 +- .../opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3 | 2 +- .../opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3 | 2 +- docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3 | 2 +- .../opts/CURLOPT_FTP_RESPONSE_TIMEOUT.3 | 2 +- docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3 | 2 +- docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3 | 2 +- docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3 | 2 +- docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3 | 2 +- docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3 | 2 +- docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 | 2 +- docs/libcurl/opts/CURLOPT_HEADER.3 | 2 +- docs/libcurl/opts/CURLOPT_HEADERDATA.3 | 2 +- docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_HEADEROPT.3 | 2 +- docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3 | 2 +- docs/libcurl/opts/CURLOPT_HTTPAUTH.3 | 2 +- docs/libcurl/opts/CURLOPT_HTTPGET.3 | 2 +- docs/libcurl/opts/CURLOPT_HTTPHEADER.3 | 2 +- docs/libcurl/opts/CURLOPT_HTTPPOST.3 | 2 +- docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3 | 2 +- .../opts/CURLOPT_HTTP_CONTENT_DECODING.3 | 2 +- .../opts/CURLOPT_HTTP_TRANSFER_DECODING.3 | 2 +- docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 | 2 +- .../opts/CURLOPT_IGNORE_CONTENT_LENGTH.3 | 2 +- docs/libcurl/opts/CURLOPT_INFILESIZE.3 | 2 +- docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3 | 2 +- docs/libcurl/opts/CURLOPT_INTERFACE.3 | 2 +- docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3 | 2 +- .../libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_IOCTLDATA.3 | 2 +- docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_IPRESOLVE.3 | 2 +- docs/libcurl/opts/CURLOPT_ISSUERCERT.3 | 2 +- docs/libcurl/opts/CURLOPT_KEYPASSWD.3 | 2 +- docs/libcurl/opts/CURLOPT_KRBLEVEL.3 | 2 +- docs/libcurl/opts/CURLOPT_LOCALPORT.3 | 2 +- docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3 | 2 +- docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 | 2 +- docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 | 2 +- docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3 | 2 +- docs/libcurl/opts/CURLOPT_MAIL_AUTH.3 | 2 +- docs/libcurl/opts/CURLOPT_MAIL_FROM.3 | 2 +- docs/libcurl/opts/CURLOPT_MAIL_RCPT.3 | 2 +- docs/libcurl/opts/CURLOPT_MAXCONNECTS.3 | 2 +- docs/libcurl/opts/CURLOPT_MAXFILESIZE.3 | 2 +- docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3 | 2 +- docs/libcurl/opts/CURLOPT_MAXREDIRS.3 | 2 +- .../opts/CURLOPT_MAX_RECV_SPEED_LARGE.3 | 2 +- .../opts/CURLOPT_MAX_SEND_SPEED_LARGE.3 | 2 +- docs/libcurl/opts/CURLOPT_NETRC.3 | 2 +- docs/libcurl/opts/CURLOPT_NETRC_FILE.3 | 2 +- .../opts/CURLOPT_NEW_DIRECTORY_PERMS.3 | 2 +- docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3 | 2 +- docs/libcurl/opts/CURLOPT_NOBODY.3 | 2 +- docs/libcurl/opts/CURLOPT_NOPROGRESS.3 | 2 +- docs/libcurl/opts/CURLOPT_NOPROXY.3 | 2 +- docs/libcurl/opts/CURLOPT_NOSIGNAL.3 | 2 +- docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3 | 2 +- .../libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_PASSWORD.3 | 2 +- docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 | 2 +- docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 | 2 +- docs/libcurl/opts/CURLOPT_PIPEWAIT.3 | 2 +- docs/libcurl/opts/CURLOPT_PORT.3 | 2 +- docs/libcurl/opts/CURLOPT_POST.3 | 2 +- docs/libcurl/opts/CURLOPT_POSTFIELDS.3 | 2 +- docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3 | 2 +- .../opts/CURLOPT_POSTFIELDSIZE_LARGE.3 | 2 +- docs/libcurl/opts/CURLOPT_POSTQUOTE.3 | 2 +- docs/libcurl/opts/CURLOPT_POSTREDIR.3 | 2 +- docs/libcurl/opts/CURLOPT_PREQUOTE.3 | 2 +- docs/libcurl/opts/CURLOPT_PRIVATE.3 | 2 +- docs/libcurl/opts/CURLOPT_PROGRESSDATA.3 | 4 +- docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3 | 4 +- docs/libcurl/opts/CURLOPT_PROTOCOLS.3 | 2 +- docs/libcurl/opts/CURLOPT_PROXY.3 | 2 +- docs/libcurl/opts/CURLOPT_PROXYAUTH.3 | 2 +- docs/libcurl/opts/CURLOPT_PROXYHEADER.3 | 2 +- docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3 | 2 +- docs/libcurl/opts/CURLOPT_PROXYPORT.3 | 2 +- docs/libcurl/opts/CURLOPT_PROXYTYPE.3 | 2 +- docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3 | 2 +- docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3 | 2 +- .../libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 | 2 +- .../opts/CURLOPT_PROXY_TRANSFER_MODE.3 | 2 +- docs/libcurl/opts/CURLOPT_PUT.3 | 2 +- docs/libcurl/opts/CURLOPT_QUOTE.3 | 2 +- docs/libcurl/opts/CURLOPT_RANDOM_FILE.3 | 2 +- docs/libcurl/opts/CURLOPT_RANGE.3 | 2 +- docs/libcurl/opts/CURLOPT_READDATA.3 | 2 +- docs/libcurl/opts/CURLOPT_READFUNCTION.3 | 4 +- docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3 | 2 +- docs/libcurl/opts/CURLOPT_REFERER.3 | 2 +- docs/libcurl/opts/CURLOPT_RESOLVE.3 | 2 +- docs/libcurl/opts/CURLOPT_RESUME_FROM.3 | 2 +- docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3 | 2 +- docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3 | 2 +- docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 | 2 +- docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3 | 2 +- docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3 | 2 +- docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3 | 2 +- docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3 | 2 +- docs/libcurl/opts/CURLOPT_SASL_IR.3 | 2 +- docs/libcurl/opts/CURLOPT_SEEKDATA.3 | 2 +- docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 | 2 +- docs/libcurl/opts/CURLOPT_SHARE.3 | 2 +- docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3 | 2 +- docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3 | 2 +- .../opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3 | 2 +- docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 | 2 +- .../opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 | 2 +- docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3 | 2 +- docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3 | 2 +- .../opts/CURLOPT_SSH_PRIVATE_KEYFILE.3 | 2 +- .../libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3 | 2 +- docs/libcurl/opts/CURLOPT_SSLCERT.3 | 2 +- docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 | 2 +- docs/libcurl/opts/CURLOPT_SSLENGINE.3 | 2 +- docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3 | 2 +- docs/libcurl/opts/CURLOPT_SSLKEY.3 | 2 +- docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3 | 2 +- docs/libcurl/opts/CURLOPT_SSLVERSION.3 | 2 +- docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 | 2 +- docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3 | 2 +- docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 | 2 +- docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 | 2 +- docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3 | 2 +- docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3 | 2 +- docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3 | 4 +- .../opts/CURLOPT_SSL_SESSIONID_CACHE.3 | 2 +- docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3 | 2 +- docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 | 2 +- docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3 | 2 +- docs/libcurl/opts/CURLOPT_STDERR.3 | 2 +- docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 | 2 +- docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3 | 2 +- docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3 | 2 +- docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3 | 2 +- docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3 | 2 +- docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3 | 2 +- docs/libcurl/opts/CURLOPT_TCP_NODELAY.3 | 2 +- docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3 | 2 +- docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3 | 2 +- docs/libcurl/opts/CURLOPT_TIMECONDITION.3 | 2 +- docs/libcurl/opts/CURLOPT_TIMEOUT.3 | 2 +- docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3 | 2 +- docs/libcurl/opts/CURLOPT_TIMEVALUE.3 | 2 +- docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3 | 2 +- docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3 | 2 +- docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3 | 2 +- docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3 | 2 +- docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3 | 2 +- docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3 | 2 +- docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3 | 2 +- docs/libcurl/opts/CURLOPT_UPLOAD.3 | 2 +- docs/libcurl/opts/CURLOPT_URL.3 | 2 +- docs/libcurl/opts/CURLOPT_USERAGENT.3 | 2 +- docs/libcurl/opts/CURLOPT_USERNAME.3 | 2 +- docs/libcurl/opts/CURLOPT_USERPWD.3 | 2 +- docs/libcurl/opts/CURLOPT_USE_SSL.3 | 2 +- docs/libcurl/opts/CURLOPT_VERBOSE.3 | 2 +- docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3 | 4 +- docs/libcurl/opts/CURLOPT_WRITEDATA.3 | 4 +- docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3 | 4 +- docs/libcurl/opts/CURLOPT_XFERINFODATA.3 | 4 +- docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3 | 4 +- docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 | 2 +- docs/libcurl/opts/Makefile.am | 2 +- docs/libcurl/opts/template.3 | 2 +- docs/libcurl/symbols.pl | 2 +- docs/mk-ca-bundle.1 | 4 +- include/curl/Makefile.am | 2 +- include/curl/curl.h | 4 +- include/curl/curlbuild.h.cmake | 2 +- include/curl/curlbuild.h.dist | 2 +- include/curl/curlbuild.h.in | 2 +- include/curl/curlrules.h | 2 +- include/curl/curlver.h | 2 +- include/curl/easy.h | 2 +- include/curl/mprintf.h | 2 +- include/curl/multi.h | 2 +- include/curl/stdcheaders.h | 2 +- include/curl/typecheck-gcc.h | 2 +- lib/Makefile.Watcom | 2 +- lib/Makefile.am | 2 +- lib/Makefile.b32 | 2 +- lib/Makefile.inc | 2 +- lib/Makefile.m32 | 2 +- lib/Makefile.netware | 6 +- lib/Makefile.vc6 | 2 +- lib/amigaos.c | 2 +- lib/amigaos.h | 2 +- lib/arpa_telnet.h | 2 +- lib/asyn-ares.c | 2 +- lib/asyn-thread.c | 2 +- lib/asyn.h | 2 +- lib/base64.c | 2 +- lib/checksrc.pl | 2 +- lib/config-amigaos.h | 2 +- lib/config-dos.h | 2 +- lib/config-mac.h | 2 +- lib/config-os400.h | 2 +- lib/config-riscos.h | 2 +- lib/config-symbian.h | 4 +- lib/config-tpf.h | 4 +- lib/config-vxworks.h | 2 +- lib/config-win32.h | 2 +- lib/config-win32ce.h | 2 +- lib/conncache.c | 2 +- lib/conncache.h | 2 +- lib/connect.c | 2 +- lib/connect.h | 2 +- lib/content_encoding.c | 2 +- lib/content_encoding.h | 2 +- lib/cookie.c | 4 +- lib/cookie.h | 2 +- lib/curl_addrinfo.c | 2 +- lib/curl_addrinfo.h | 2 +- lib/curl_base64.h | 2 +- lib/curl_des.c | 2 +- lib/curl_des.h | 2 +- lib/curl_endian.c | 2 +- lib/curl_endian.h | 2 +- lib/curl_fnmatch.c | 2 +- lib/curl_fnmatch.h | 2 +- lib/curl_gethostname.c | 2 +- lib/curl_gethostname.h | 2 +- lib/curl_gssapi.c | 2 +- lib/curl_gssapi.h | 2 +- lib/curl_hmac.h | 2 +- lib/curl_ldap.h | 2 +- lib/curl_md4.h | 2 +- lib/curl_md5.h | 2 +- lib/curl_memory.h | 2 +- lib/curl_memrchr.c | 2 +- lib/curl_memrchr.h | 2 +- lib/curl_multibyte.c | 2 +- lib/curl_multibyte.h | 2 +- lib/curl_ntlm.c | 2 +- lib/curl_ntlm.h | 2 +- lib/curl_ntlm_core.c | 2 +- lib/curl_ntlm_core.h | 2 +- lib/curl_ntlm_msgs.c | 2 +- lib/curl_ntlm_msgs.h | 2 +- lib/curl_ntlm_wb.c | 2 +- lib/curl_ntlm_wb.h | 2 +- lib/curl_printf.h | 2 +- lib/curl_rtmp.c | 2 +- lib/curl_rtmp.h | 2 +- lib/curl_sasl.c | 2 +- lib/curl_sasl.h | 2 +- lib/curl_sasl_gssapi.c | 2 +- lib/curl_sasl_sspi.c | 2 +- lib/curl_sec.h | 2 +- lib/curl_setup.h | 2 +- lib/curl_setup_once.h | 2 +- lib/curl_sspi.c | 2 +- lib/curl_sspi.h | 2 +- lib/curl_threads.c | 2 +- lib/curl_threads.h | 2 +- lib/curlx.h | 2 +- lib/dict.c | 2 +- lib/dict.h | 2 +- lib/dotdot.c | 2 +- lib/dotdot.h | 2 +- lib/easy.c | 2 +- lib/easyif.h | 2 +- lib/escape.c | 2 +- lib/escape.h | 2 +- lib/file.c | 2 +- lib/file.h | 2 +- lib/fileinfo.c | 2 +- lib/fileinfo.h | 2 +- lib/firefox-db2pem.sh | 2 +- lib/formdata.c | 2 +- lib/formdata.h | 2 +- lib/ftp.c | 2 +- lib/ftp.h | 2 +- lib/ftplistparser.c | 2 +- lib/ftplistparser.h | 2 +- lib/getenv.c | 2 +- lib/getinfo.c | 2 +- lib/getinfo.h | 2 +- lib/gopher.c | 2 +- lib/gopher.h | 2 +- lib/hash.c | 2 +- lib/hash.h | 2 +- lib/hmac.c | 2 +- lib/hostasyn.c | 2 +- lib/hostcheck.c | 2 +- lib/hostcheck.h | 2 +- lib/hostip.c | 2 +- lib/hostip.h | 2 +- lib/hostip4.c | 2 +- lib/hostip6.c | 2 +- lib/hostsyn.c | 2 +- lib/http.c | 2 +- lib/http.h | 2 +- lib/http2.c | 2 +- lib/http2.h | 2 +- lib/http_chunks.c | 2 +- lib/http_chunks.h | 2 +- lib/http_digest.c | 2 +- lib/http_digest.h | 2 +- lib/http_negotiate.c | 2 +- lib/http_negotiate.h | 2 +- lib/http_negotiate_sspi.c | 2 +- lib/http_proxy.c | 2 +- lib/http_proxy.h | 2 +- lib/idn_win32.c | 2 +- lib/if2ip.c | 2 +- lib/if2ip.h | 2 +- lib/imap.c | 2 +- lib/imap.h | 2 +- lib/inet_ntop.h | 2 +- lib/inet_pton.h | 2 +- lib/ldap.c | 2 +- lib/libcurl.rc | 6 +- lib/llist.c | 2 +- lib/llist.h | 2 +- lib/makefile.dj | 2 +- lib/md5.c | 2 +- lib/memdebug.c | 2 +- lib/memdebug.h | 2 +- lib/mk-ca-bundle.pl | 2 +- lib/mk-ca-bundle.vbs | 2 +- lib/mprintf.c | 2 +- lib/multi.c | 2 +- lib/multihandle.h | 2 +- lib/multiif.h | 2 +- lib/netrc.c | 2 +- lib/netrc.h | 2 +- lib/non-ascii.c | 2 +- lib/non-ascii.h | 2 +- lib/nonblock.c | 2 +- lib/nonblock.h | 2 +- lib/nwlib.c | 2 +- lib/nwos.c | 2 +- lib/objnames-test08.sh | 2 +- lib/objnames-test10.sh | 2 +- lib/objnames.inc | 2 +- lib/openldap.c | 2 +- lib/parsedate.c | 2 +- lib/parsedate.h | 2 +- lib/pingpong.c | 2 +- lib/pingpong.h | 2 +- lib/pipeline.c | 2 +- lib/pipeline.h | 2 +- lib/pop3.c | 2 +- lib/pop3.h | 2 +- lib/progress.c | 2 +- lib/progress.h | 2 +- lib/rawstr.c | 2 +- lib/rawstr.h | 2 +- lib/rtsp.c | 2 +- lib/rtsp.h | 2 +- lib/select.c | 2 +- lib/select.h | 2 +- lib/sendf.c | 2 +- lib/sendf.h | 2 +- lib/setup-os400.h | 2 +- lib/setup-vms.h | 2 +- lib/share.c | 2 +- lib/share.h | 2 +- lib/sigpipe.h | 2 +- lib/slist.c | 2 +- lib/slist.h | 2 +- lib/smb.c | 2 +- lib/smb.h | 2 +- lib/smtp.c | 2 +- lib/smtp.h | 2 +- lib/sockaddr.h | 2 +- lib/socks.c | 2 +- lib/socks.h | 2 +- lib/socks_gssapi.c | 2 +- lib/socks_sspi.c | 2 +- lib/speedcheck.c | 2 +- lib/speedcheck.h | 2 +- lib/splay.c | 2 +- lib/splay.h | 2 +- lib/ssh.c | 2 +- lib/ssh.h | 2 +- lib/strdup.c | 2 +- lib/strdup.h | 2 +- lib/strequal.c | 2 +- lib/strequal.h | 2 +- lib/strerror.c | 2 +- lib/strerror.h | 2 +- lib/strtok.c | 2 +- lib/strtok.h | 2 +- lib/strtoofft.c | 2 +- lib/strtoofft.h | 2 +- lib/telnet.c | 2 +- lib/telnet.h | 2 +- lib/tftp.c | 2 +- lib/tftp.h | 2 +- lib/timeval.c | 2 +- lib/timeval.h | 2 +- lib/transfer.c | 2 +- lib/transfer.h | 2 +- lib/url.c | 2 +- lib/url.h | 2 +- lib/urldata.h | 2 +- lib/version.c | 2 +- lib/vtls/axtls.c | 2 +- lib/vtls/axtls.h | 2 +- lib/vtls/cyassl.c | 4 +- lib/vtls/cyassl.h | 2 +- lib/vtls/darwinssl.c | 2 +- lib/vtls/darwinssl.h | 2 +- lib/vtls/gskit.c | 2 +- lib/vtls/gskit.h | 2 +- lib/vtls/gtls.c | 2 +- lib/vtls/gtls.h | 2 +- lib/vtls/mbedtls.c | 2 +- lib/vtls/mbedtls.h | 2 +- lib/vtls/nss.c | 2 +- lib/vtls/nssg.h | 2 +- lib/vtls/openssl.c | 2 +- lib/vtls/openssl.h | 2 +- lib/vtls/polarssl.c | 2 +- lib/vtls/polarssl.h | 2 +- lib/vtls/polarssl_threadlock.c | 2 +- lib/vtls/polarssl_threadlock.h | 2 +- lib/vtls/schannel.c | 2 +- lib/vtls/schannel.h | 2 +- lib/vtls/vtls.c | 2 +- lib/vtls/vtls.h | 2 +- lib/warnless.c | 2 +- lib/warnless.h | 2 +- lib/wildcard.c | 2 +- lib/wildcard.h | 2 +- lib/x509asn1.c | 2 +- lib/x509asn1.h | 2 +- libcurl.pc.in | 4 +- m4/curl-compilers.m4 | 2 +- m4/curl-confopts.m4 | 2 +- m4/curl-functions.m4 | 2 +- m4/curl-openssl.m4 | 2 +- m4/curl-reentrant.m4 | 2 +- maketgz | 2 +- packages/AIX/RPM/curl.spec.in | 2 +- packages/Linux/RPM/curl-ssl.spec.in | 2 +- packages/Linux/RPM/curl.spec.in | 2 +- packages/NetWare/get_exp.awk | 2 +- packages/NetWare/get_ver.awk | 2 +- packages/OS400/ccsidcurl.c | 2 +- packages/OS400/ccsidcurl.h | 2 +- packages/OS400/curl.inc.in | 2 +- packages/OS400/os400sys.c | 2 +- packages/OS400/os400sys.h | 2 +- packages/Win32/README | 2 +- packages/Win32/cygwin/README | 4 +- packages/vms/curlmsg.h | 2 +- packages/vms/curlmsg_vms.h | 2 +- projects/build-openssl.bat | 2 +- projects/build-wolfssl.bat | 2 +- projects/checksrc.bat | 2 +- projects/generate.bat | 2 +- scripts/Makefile.am | 2 +- scripts/contributors.sh | 2 +- scripts/contrithanks.sh | 2 +- src/Makefile.Watcom | 2 +- src/Makefile.am | 2 +- src/Makefile.b32 | 2 +- src/Makefile.m32 | 2 +- src/Makefile.netware | 4 +- src/Makefile.vc6 | 2 +- src/curl.rc | 6 +- src/makefile.dj | 2 +- src/mkhelp.pl | 2 +- src/slist_wc.c | 2 +- src/slist_wc.h | 2 +- src/tool_binmode.c | 2 +- src/tool_binmode.h | 2 +- src/tool_bname.c | 2 +- src/tool_bname.h | 2 +- src/tool_cb_dbg.c | 2 +- src/tool_cb_dbg.h | 2 +- src/tool_cb_hdr.c | 2 +- src/tool_cb_hdr.h | 2 +- src/tool_cb_prg.c | 2 +- src/tool_cb_prg.h | 2 +- src/tool_cb_rea.c | 2 +- src/tool_cb_rea.h | 2 +- src/tool_cb_see.c | 2 +- src/tool_cb_see.h | 2 +- src/tool_cb_wrt.c | 2 +- src/tool_cb_wrt.h | 2 +- src/tool_cfgable.c | 2 +- src/tool_cfgable.h | 2 +- src/tool_convert.c | 2 +- src/tool_convert.h | 2 +- src/tool_dirhie.c | 2 +- src/tool_dirhie.h | 2 +- src/tool_doswin.c | 2 +- src/tool_doswin.h | 2 +- src/tool_easysrc.c | 4 +- src/tool_easysrc.h | 2 +- src/tool_formparse.c | 2 +- src/tool_formparse.h | 2 +- src/tool_getparam.c | 2 +- src/tool_getparam.h | 2 +- src/tool_getpass.c | 2 +- src/tool_getpass.h | 2 +- src/tool_help.c | 2 +- src/tool_help.h | 2 +- src/tool_helpers.c | 2 +- src/tool_helpers.h | 2 +- src/tool_homedir.c | 2 +- src/tool_homedir.h | 2 +- src/tool_hugehelp.c.cvs | 2 +- src/tool_hugehelp.h | 2 +- src/tool_libinfo.c | 2 +- src/tool_libinfo.h | 2 +- src/tool_main.c | 2 +- src/tool_main.h | 2 +- src/tool_metalink.c | 2 +- src/tool_metalink.h | 2 +- src/tool_mfiles.c | 2 +- src/tool_mfiles.h | 2 +- src/tool_msgs.c | 2 +- src/tool_msgs.h | 2 +- src/tool_operate.c | 4 +- src/tool_operate.h | 2 +- src/tool_operhlp.c | 2 +- src/tool_operhlp.h | 2 +- src/tool_panykey.c | 2 +- src/tool_panykey.h | 2 +- src/tool_paramhlp.c | 2 +- src/tool_paramhlp.h | 2 +- src/tool_parsecfg.c | 2 +- src/tool_parsecfg.h | 2 +- src/tool_sdecls.h | 2 +- src/tool_setopt.c | 2 +- src/tool_setopt.h | 2 +- src/tool_setup.h | 2 +- src/tool_sleep.c | 2 +- src/tool_sleep.h | 2 +- src/tool_strdup.c | 2 +- src/tool_strdup.h | 2 +- src/tool_urlglob.c | 2 +- src/tool_urlglob.h | 2 +- src/tool_util.c | 2 +- src/tool_util.h | 2 +- src/tool_version.h | 2 +- src/tool_vms.c | 2 +- src/tool_vms.h | 2 +- src/tool_writeenv.c | 2 +- src/tool_writeenv.h | 2 +- src/tool_writeout.c | 2 +- src/tool_writeout.h | 2 +- src/tool_xattr.c | 2 +- src/tool_xattr.h | 2 +- tests/Makefile.am | 2 +- tests/certs/Makefile.am | 2 +- tests/certs/scripts/Makefile.am | 2 +- tests/convsrctest.pl | 2 +- tests/data/Makefile.inc | 2 +- tests/data/test1105 | 2 +- tests/data/test1136 | 2 +- tests/data/test1400 | 2 +- tests/data/test1401 | 2 +- tests/data/test1402 | 2 +- tests/data/test1403 | 2 +- tests/data/test1404 | 2 +- tests/data/test1405 | 2 +- tests/data/test1406 | 2 +- tests/data/test1407 | 2 +- tests/data/test1415 | 2 +- tests/data/test1420 | 2 +- tests/data/test171 | 2 +- tests/data/test172 | 2 +- tests/data/test31 | 2 +- tests/data/test46 | 4 +- tests/data/test506 | 2 +- tests/data/test61 | 2 +- tests/data/test62 | 2 +- tests/data/test73 | 2 +- tests/directories.pm | 2 +- tests/extern-scan.pl | 2 +- tests/ftp.pm | 2 +- tests/ftpserver.pl | 2 +- tests/getpart.pm | 2 +- tests/httpserver.pl | 2 +- tests/keywords.pl | 2 +- tests/libtest/Makefile.am | 2 +- tests/libtest/chkhostname.c | 2 +- tests/libtest/first.c | 2 +- tests/libtest/lib1500.c | 2 +- tests/libtest/lib1501.c | 2 +- tests/libtest/lib1502.c | 2 +- tests/libtest/lib1506.c | 2 +- tests/libtest/lib1507.c | 2 +- tests/libtest/lib1508.c | 2 +- tests/libtest/lib1509.c | 2 +- tests/libtest/lib1510.c | 2 +- tests/libtest/lib1511.c | 2 +- tests/libtest/lib1512.c | 2 +- tests/libtest/lib1513.c | 2 +- tests/libtest/lib1514.c | 2 +- tests/libtest/lib1515.c | 2 +- tests/libtest/lib1520.c | 2 +- tests/libtest/lib1525.c | 2 +- tests/libtest/lib1526.c | 2 +- tests/libtest/lib1527.c | 2 +- tests/libtest/lib1528.c | 2 +- tests/libtest/lib1529.c | 2 +- tests/libtest/lib1530.c | 2 +- tests/libtest/lib1531.c | 2 +- tests/libtest/lib1900.c | 2 +- tests/libtest/lib500.c | 2 +- tests/libtest/lib501.c | 2 +- tests/libtest/lib502.c | 2 +- tests/libtest/lib503.c | 2 +- tests/libtest/lib504.c | 2 +- tests/libtest/lib505.c | 2 +- tests/libtest/lib506.c | 2 +- tests/libtest/lib507.c | 2 +- tests/libtest/lib508.c | 2 +- tests/libtest/lib509.c | 2 +- tests/libtest/lib510.c | 2 +- tests/libtest/lib511.c | 2 +- tests/libtest/lib512.c | 2 +- tests/libtest/lib513.c | 2 +- tests/libtest/lib514.c | 2 +- tests/libtest/lib515.c | 2 +- tests/libtest/lib516.c | 2 +- tests/libtest/lib517.c | 2 +- tests/libtest/lib518.c | 2 +- tests/libtest/lib519.c | 2 +- tests/libtest/lib520.c | 2 +- tests/libtest/lib521.c | 2 +- tests/libtest/lib523.c | 2 +- tests/libtest/lib524.c | 2 +- tests/libtest/lib525.c | 2 +- tests/libtest/lib526.c | 2 +- tests/libtest/lib530.c | 2 +- tests/libtest/lib533.c | 2 +- tests/libtest/lib536.c | 2 +- tests/libtest/lib537.c | 2 +- tests/libtest/lib539.c | 2 +- tests/libtest/lib540.c | 2 +- tests/libtest/lib541.c | 2 +- tests/libtest/lib542.c | 2 +- tests/libtest/lib543.c | 2 +- tests/libtest/lib544.c | 2 +- tests/libtest/lib547.c | 2 +- tests/libtest/lib549.c | 2 +- tests/libtest/lib552.c | 2 +- tests/libtest/lib553.c | 2 +- tests/libtest/lib554.c | 2 +- tests/libtest/lib555.c | 2 +- tests/libtest/lib556.c | 2 +- tests/libtest/lib557.c | 2 +- tests/libtest/lib558.c | 2 +- tests/libtest/lib560.c | 2 +- tests/libtest/lib562.c | 2 +- tests/libtest/lib564.c | 2 +- tests/libtest/lib566.c | 2 +- tests/libtest/lib567.c | 2 +- tests/libtest/lib568.c | 2 +- tests/libtest/lib569.c | 2 +- tests/libtest/lib570.c | 2 +- tests/libtest/lib571.c | 2 +- tests/libtest/lib572.c | 2 +- tests/libtest/lib573.c | 2 +- tests/libtest/lib574.c | 2 +- tests/libtest/lib575.c | 2 +- tests/libtest/lib576.c | 2 +- tests/libtest/lib578.c | 2 +- tests/libtest/lib579.c | 2 +- tests/libtest/lib582.c | 2 +- tests/libtest/lib583.c | 4 +- tests/libtest/lib586.c | 2 +- tests/libtest/lib590.c | 4 +- tests/libtest/lib591.c | 2 +- tests/libtest/lib597.c | 2 +- tests/libtest/lib598.c | 2 +- tests/libtest/lib599.c | 2 +- tests/libtest/libauthretry.c | 2 +- tests/libtest/libntlmconnect.c | 2 +- tests/libtest/sethostname.c | 2 +- tests/libtest/sethostname.h | 2 +- tests/libtest/test.h | 2 +- tests/libtest/testtrace.c | 2 +- tests/libtest/testtrace.h | 2 +- tests/libtest/testutil.c | 2 +- tests/libtest/testutil.h | 2 +- tests/mem-include-scan.pl | 2 +- tests/memanalyze.pl | 2 +- tests/rtspserver.pl | 2 +- tests/runtests.1 | 2 +- tests/runtests.pl | 2 +- tests/secureserver.pl | 2 +- tests/server/Makefile.am | 2 +- tests/server/fake_ntlm.c | 2 +- tests/server/getpart.c | 2 +- tests/server/getpart.h | 2 +- tests/server/resolve.c | 2 +- tests/server/rtspd.c | 2 +- tests/server/server_setup.h | 2 +- tests/server/server_sockaddr.h | 2 +- tests/server/sockfilt.c | 2 +- tests/server/sws.c | 2 +- tests/server/testpart.c | 2 +- tests/server/tftp.h | 2 +- tests/server/util.c | 2 +- tests/server/util.h | 2 +- tests/serverhelp.pm | 2 +- tests/sshhelp.pm | 2 +- tests/sshserver.pl | 2 +- tests/symbol-scan.pl | 2 +- tests/testcurl.1 | 6 +- tests/testcurl.pl | 4 +- tests/tftpserver.pl | 2 +- tests/unit/Makefile.am | 2 +- tests/unit/curlcheck.h | 2 +- tests/unit/unit1300.c | 2 +- tests/unit/unit1301.c | 2 +- tests/unit/unit1302.c | 2 +- tests/unit/unit1303.c | 2 +- tests/unit/unit1304.c | 2 +- tests/unit/unit1305.c | 2 +- tests/unit/unit1307.c | 2 +- tests/unit/unit1308.c | 2 +- tests/unit/unit1309.c | 2 +- tests/unit/unit1330.c | 2 +- tests/unit/unit1394.c | 2 +- tests/unit/unit1395.c | 2 +- tests/unit/unit1396.c | 2 +- tests/unit/unit1398.c | 2 +- tests/unit/unit1600.c | 2 +- tests/unit/unit1601.c | 2 +- tests/unit/unit1602.c | 2 +- tests/unit/unit1603.c | 2 +- tests/valgrind.pm | 2 +- winbuild/Makefile.msvc.names | 2 +- winbuild/MakefileBuild.vc | 2 +- 1026 files changed, 1270 insertions(+), 1270 deletions(-) diff --git a/CHANGES b/CHANGES index ef74158f5f..b73986b5c9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -See http://curl.haxx.se/changes.html for the edited and human readable online +See https://curl.haxx.se/changes.html for the edited and human readable online version of what has changed over the years in different curl releases. Generate a CHANGES file like the one present in evey release like this: diff --git a/CHANGES.0 b/CHANGES.0 index eab26da88e..ca0833e54e 100644 --- a/CHANGES.0 +++ b/CHANGES.0 @@ -40,7 +40,7 @@ Daniel Stenberg (2 June 2010) think addressed the issue better and also uses the connect timeout for the initial part of the SSH/SFTP done during the "protocol connect" phase. - (http://curl.haxx.se/bug/view.cgi?id=3006786) + (https://curl.haxx.se/bug/view.cgi?id=3006786) Yang Tse (2 June 2010) - Added missing new libcurl files to non-configure targets. Adjusted @@ -96,13 +96,13 @@ Daniel Stenberg (21 May 2010) fix the problem) as it now actually allows for easier (future) customization of the timeout. - (http://curl.haxx.se/bug/view.cgi?id=3003705) + (https://curl.haxx.se/bug/view.cgi?id=3003705) - Douglas Kilpatrick filed bug report #3004787 and pointed out that the TFTP code didn't handle block id wraps correctly. His suggested fix inspired the fix I committed. - (http://curl.haxx.se/bug/view.cgi?id=3004787) + (https://curl.haxx.se/bug/view.cgi?id=3004787) Daniel Stenberg (20 May 2010) - Tanguy Fautre brought a fix to allow curl to build with Microsoft VC10. @@ -112,7 +112,7 @@ Daniel Stenberg (18 May 2010) code was not sending the timeout option properly to the server, and suggested a fix. - (http://curl.haxx.se/bug/view.cgi?id=3003005) + (https://curl.haxx.se/bug/view.cgi?id=3003005) Kamil Dudka (16 May 2010) - Pavel Raiskup introduced a new option CURLOPT_FNMATCH_DATA in order to pass @@ -138,14 +138,14 @@ Daniel Stenberg (14 May 2010) never obtain a valid fdset, and thus not drive the multi handle, resulting in a hang. - (http://curl.haxx.se/bug/view.cgi?id=3000052) + (https://curl.haxx.se/bug/view.cgi?id=3000052) - Sebastian V reported bug #3000056 identifying a problem with redirect following. It showed that when curl followed redirects it didn't properly ignore the response body of the 30X response if that response was using compressed Content-Encoding! - (http://curl.haxx.se/bug/view.cgi?id=3000056) + (https://curl.haxx.se/bug/view.cgi?id=3000056) Daniel Stenberg (12 May 2010) - Howard Chu brought support for RTMP. This is powered by the underlying @@ -269,7 +269,7 @@ Daniel Stenberg (15 Apr 2010) unnecesary reverse name lookups in many cases when built to use IPv4 and getaddrinfo(). The logic for IPv6 is now used for IPv4 too. - (http://curl.haxx.se/bug/view.cgi?id=2963679) + (https://curl.haxx.se/bug/view.cgi?id=2963679) Version 7.20.1 (14 April 2010) @@ -340,7 +340,7 @@ Daniel Stenberg (23 Mar 2010) PROXYTUNNEL. He found a case where it would connect fine but bits.tcpconnect was not set correct so libcurl didn't work properly. - (http://curl.haxx.se/bug/view.cgi?id=2963679) + (https://curl.haxx.se/bug/view.cgi?id=2963679) - Akos Pasztory filed debian bug report #572276 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572276 mentioning a problem @@ -382,7 +382,7 @@ Daniel Stenberg (21 Mar 2010) - Ben Greear improved TFTP: the error code returning and the treatment of TSIZE == 0 when uploading. -- We've switched from CVS to git. See http://curl.haxx.se/source.html +- We've switched from CVS to git. See https://curl.haxx.se/source.html Kamil Dudka (19 Mar 2010) - Improved Curl_read() to not ignore the error returned from Curl_ssl_recv(). @@ -391,7 +391,7 @@ Daniel Stenberg (15 Mar 2010) - Constantine Sapuntzakis brought a patch: The problem mentioned on Dec 10 2009 - (http://curl.haxx.se/bug/view.cgi?id=2905220) was only partially fixed. + (https://curl.haxx.se/bug/view.cgi?id=2905220) was only partially fixed. Partially because an easy handle can be associated with many connections in the cache (e.g. if there is a redirect during the lifetime of the easy handle). The previous patch only cleaned up the first one. The new fix now @@ -433,13 +433,13 @@ Daniel Stenberg (2 Mar 2010) CURLOPT_CERTINFO feature leaked memory due to a missing OpenSSL function call. He provided the patch to fix it too. - http://curl.haxx.se/bug/view.cgi?id=2956698 + https://curl.haxx.se/bug/view.cgi?id=2956698 - Markus Duft pointed out in bug #2961796 that even though Interix has a poll() function it doesn't quite work the way we want it so we must disable it, and he also provided a patch for it. - http://curl.haxx.se/bug/view.cgi?id=2961796 + https://curl.haxx.se/bug/view.cgi?id=2961796 - Made the pingpong timeout code properly deal with the response timeout AND the global timeout if set. Also, as was reported in the bug report #2956437 @@ -448,7 +448,7 @@ Daniel Stenberg (2 Mar 2010) that just now. This was a regression compared to 7.19.7 due to the conversion of FTP code over to the generic pingpong concepts. - http://curl.haxx.se/bug/view.cgi?id=2956437 + https://curl.haxx.se/bug/view.cgi?id=2956437 Daniel Stenberg (1 Mar 2010) - Ben Greear provided an update for TFTP that fixes upload. @@ -457,20 +457,20 @@ Daniel Stenberg (1 Mar 2010) OpenSSL based SSL handshaking even though the multi interface was used and there was no good reason for it. - http://curl.haxx.se/bug/view.cgi?id=2958179 + https://curl.haxx.se/bug/view.cgi?id=2958179 Daniel Stenberg (26 Feb 2010) - Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a chunked-encoding trailer. - http://curl.haxx.se/bug/view.cgi?id=2958474 + https://curl.haxx.se/bug/view.cgi?id=2958474 Daniel Fandrich (25 Feb 2010) - Fixed a couple of out of memory leaks and a segfault in the SMTP & IMAP code. Yang Tse (25 Feb 2010) - I fixed bug report #2958074 indicating - (http://curl.haxx.se/bug/view.cgi?id=2958074) that curl on Windows with + (https://curl.haxx.se/bug/view.cgi?id=2958074) that curl on Windows with option --trace-time did not use local time when timestamping trace lines. This could also happen on other systems depending on time souurce. @@ -501,11 +501,11 @@ Yang Tse (14 Feb 2010) Daniel Stenberg (13 Feb 2010) - Martin Hager reported and fixed a problem with a missing quote in libcurl.m4 - (http://curl.haxx.se/bug/view.cgi?id=2951319) + (https://curl.haxx.se/bug/view.cgi?id=2951319) - Tom Donovan fixed the CURL_FORMAT_* defines when building with cmake. - (http://curl.haxx.se/bug/view.cgi?id=2951269) + (https://curl.haxx.se/bug/view.cgi?id=2951269) Daniel Stenberg (12 Feb 2010) - Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses @@ -532,7 +532,7 @@ Daniel Stenberg (9 Feb 2010) This is further detailed and explained in the libcurl security advisory 20100209 at - http://curl.haxx.se/docs/adv_20100209.html + https://curl.haxx.se/docs/adv_20100209.html Daniel Fandrich (3 Feb 2010) - Changed the Watcom makefiles to make them easier to keep in sync with @@ -685,7 +685,7 @@ Daniel Stenberg (9 Jan 2010) SSL_SESSION_free() after each consecutive SSL_get1_session() to avoid introducing a memory leak. - (http://curl.haxx.se/bug/view.cgi?id=2926284) + (https://curl.haxx.se/bug/view.cgi?id=2926284) Daniel Stenberg (7 Jan 2010) - Make sure the progress callback is called repeatedly even during very slow @@ -727,7 +727,7 @@ Daniel Stenberg (26 Dec 2009) - Renato Botelho and Peter Pentchev brought a patch that makes the libcurl headers work correctly even on FreeBSD systems before v8. - (http://curl.haxx.se/bug/view.cgi?id=2916915) + (https://curl.haxx.se/bug/view.cgi?id=2916915) Daniel Stenberg (17 Dec 2009) - David Byron fixed Curl_ossl_cleanup to actually call ENGINE_cleanup when @@ -755,7 +755,7 @@ Daniel Stenberg (15 Dec 2009) from '[protocol]_proxy'. Obviously this broke after 7.19.4. I now also added test case 1106 that verifies this functionality. - (http://curl.haxx.se/bug/view.cgi?id=2913886) + (https://curl.haxx.se/bug/view.cgi?id=2913886) Daniel Stenberg (12 Dec 2009) - IMAP, POP3 and SMTP support and their TLS versions (including IMAPS, POP3S @@ -774,14 +774,14 @@ Daniel Stenberg (10 Dec 2009) Now the retry code retries on all FTP transfer failures that ended with a 4xx response. - (http://curl.haxx.se/bug/view.cgi?id=2911279) + (https://curl.haxx.se/bug/view.cgi?id=2911279) - Constantine Sapuntzakis figured out a case which would lead to libcurl accessing alredy freed memory and thus crash when using HTTPS (with OpenSSL), multi interface and the CURLOPT_DEBUGFUNCTION and a certain order of cleaning things up. I fixed it. - (http://curl.haxx.se/bug/view.cgi?id=2905220) + (https://curl.haxx.se/bug/view.cgi?id=2905220) Daniel Stenberg (7 Dec 2009) - Martin Storsjo made libcurl use the Expect: 100-continue header for posts @@ -856,12 +856,12 @@ Daniel Stenberg (17 Nov 2009) After the curl_easy_cleanup call, there will be curl dns entries hanging around with in_use != 0. - (http://curl.haxx.se/bug/view.cgi?id=2891591) + (https://curl.haxx.se/bug/view.cgi?id=2891591) - Marc Kleine-Budde fixed: curl saved the LDFLAGS set during configure into its pkg-config file. So -Wl stuff ended up in the .pc file, which is really bad, and breaks if there are multiple -Wl in our LDFLAGS (which are in - PTXdist). bug #2893592 (http://curl.haxx.se/bug/view.cgi?id=2893592) + PTXdist). bug #2893592 (https://curl.haxx.se/bug/view.cgi?id=2893592) Kamil Dudka (15 Nov 2009) - David Byron improved the configure script to use pkg-config to find OpenSSL @@ -919,7 +919,7 @@ Yang Tse (11 Nov 2009) Daniel Stenberg (11 Nov 2009) - Constantine Sapuntzakis posted bug #2891595 - (http://curl.haxx.se/bug/view.cgi?id=2891595) which identified how an entry + (https://curl.haxx.se/bug/view.cgi?id=2891595) which identified how an entry in the DNS cache would linger too long if the request that added it was in use that long. He also provided the patch that now makes libcurl capable of still doing a request while the DNS hash entry may get timed out. @@ -980,7 +980,7 @@ Daniel Stenberg (21 Oct 2009) - Attempt to use pkg-config for finding out libssh2 installation details during configure. -- A patch in bug report #2883177 (http://curl.haxx.se/bug/view.cgi?id=2883177) +- A patch in bug report #2883177 (https://curl.haxx.se/bug/view.cgi?id=2883177) by Johan van Selst introduced the --crlfile option to curl, which makes curl tell libcurl about a file with CRL (certificate revocation list) data to read. @@ -995,7 +995,7 @@ Daniel Stenberg (18 Oct 2009) data! - John Dennis filed bug report #2873666 - (http://curl.haxx.se/bug/view.cgi?id=2873666) which identified a problem + (https://curl.haxx.se/bug/view.cgi?id=2873666) which identified a problem which made libcurl loop infinitely when given incorrect credentials when using HTTP GSS negotiate authentication. He also provided a small and simple patch for it. @@ -1006,14 +1006,14 @@ Daniel Stenberg (18 Oct 2009) Yang Tse (17 Oct 2009) - Bug report #2866724 indicated - (http://curl.haxx.se/bug/view.cgi?id=2866724) that curl on Windows failed + (https://curl.haxx.se/bug/view.cgi?id=2866724) that curl on Windows failed when writing files whose file names originally contained characters which are not valid for file names on Windows. Dan Fandrich provided an initial patch and another revised one to fix this issue. Daniel Stenberg (1 Oct 2009) - Tom Mueller correctly reported in bug report #2870221 - (http://curl.haxx.se/bug/view.cgi?id=2870221) that libcurl returned an + (https://curl.haxx.se/bug/view.cgi?id=2870221) that libcurl returned an incorrect return code from the internal trynextip() function which caused him grief. This is a regression that was introduced in 7.19.1 and I find it strange it hasn't hit us harder, but I won't persue into figuring out @@ -1049,7 +1049,7 @@ Kamil Dudka (26 Sep 2009) Daniel Stenberg (25 Sep 2009) - Chris Mumford filed bug report #2861587 - (http://curl.haxx.se/bug/view.cgi?id=2861587) identifying that libcurl used + (https://curl.haxx.se/bug/view.cgi?id=2861587) identifying that libcurl used the OpenSSL function X509_load_crl_file() wrongly and failed if it would load a CRL file with more than one certificate within. This is now fixed. @@ -1128,7 +1128,7 @@ Patrick Monnerat (24 Aug 2009) Daniel Stenberg (24 Aug 2009) - Marc de Bruin pointed out that configure --with-gnutls=PATH didn't work - properly and provided a fix. http://curl.haxx.se/bug/view.cgi?id=2843008 + properly and provided a fix. https://curl.haxx.se/bug/view.cgi?id=2843008 - Eric Wong introduced support for the new option -T. (dot) that makes curl read stdin in a non-blocking fashion. This also brings back -T- (minus) to @@ -1182,7 +1182,7 @@ Daniel Stenberg (11 Aug 2009) in test 311. - Benbuck Nason posted the bug report #2835196 - (http://curl.haxx.se/bug/view.cgi?id=2835196), fixing a few compiler + (https://curl.haxx.se/bug/view.cgi?id=2835196), fixing a few compiler warnings when mixing ints and bools. Daniel Fandrich (10 Aug 2009) @@ -1202,7 +1202,7 @@ Daniel Stenberg (2 Aug 2009) Daniel Stenberg (1 Aug 2009) - Scott Cantor posted the bug report #2829955 - (http://curl.haxx.se/bug/view.cgi?id=2829955) mentioning the recent SSL cert + (https://curl.haxx.se/bug/view.cgi?id=2829955) mentioning the recent SSL cert verification flaw found and exploited by Moxie Marlinspike. The presentation he did at Black Hat is available here: https://www.blackhat.com/html/bh-usa-09/bh-usa-09-archives.html#Marlinspike @@ -1237,7 +1237,7 @@ Daniel Stenberg (27 Jul 2009) Daniel Stenberg (26 Jul 2009) - Johan van Selst posted bug report #2825989 - (http://curl.haxx.se/bug/view.cgi?id=2825989) pointing out that + (https://curl.haxx.se/bug/view.cgi?id=2825989) pointing out that OpenSSL-powered libcurl didn't support the SHA-2 digest algorithm, and provided the solution too: to use OpenSSL_add_all_algorithms() in addition to the older SSLeay_* alternative. OpenSSL_add_all_algorithms was added in @@ -1283,7 +1283,7 @@ Daniel Stenberg (9 Jul 2009) Daniel Stenberg (8 Jul 2009) - Constantine Sapuntzakis posted bug report #2813123 - (http://curl.haxx.se/bug/view.cgi?id=2813123) and an a patch that fixes the + (https://curl.haxx.se/bug/view.cgi?id=2813123) and an a patch that fixes the problem: Url A is accessed using auth. Url A redirects to Url B (on a different @@ -1378,7 +1378,7 @@ Yang Tse (9 Jun 2009) Daniel Stenberg (8 Jun 2009) - Claes Jakobsson provided a patch for libcurl-NSS that fixed a bad refcount issue with client certs that caused issues like segfaults. - http://curl.haxx.se/mail/lib-2009-05/0316.html + https://curl.haxx.se/mail/lib-2009-05/0316.html - Triggered by bug report #2798852 and the patch in there, I fixed configure to detect gnutls build options with pkg-config only and not libgnutls-config @@ -1421,7 +1421,7 @@ Daniel Stenberg (4 June 2009) knows it will just get a 401/407 back. If the app then replaced the Content-Length header, it caused the server to wait for input that libcurl wouldn't send. Aaron Oneal reported this problem in bug report #2799008 - (http://curl.haxx.se/bug/view.cgi?id=2799008) and helped us verify the fix. + (https://curl.haxx.se/bug/view.cgi?id=2799008) and helped us verify the fix. Yang Tse (4 Jun 2009) - Igor Novoseltsev provided patches and information, that after some @@ -1461,7 +1461,7 @@ Daniel Stenberg (27 May 2009) PK11_CreateGenericObject() function. Daniel Stenberg (25 May 2009) -- bug report #2796358 (http://curl.haxx.se/bug/view.cgi?id=2796358) pointed +- bug report #2796358 (https://curl.haxx.se/bug/view.cgi?id=2796358) pointed out that the cookie parser would leak memory when it parses cookies that are received with domain, path etc set multiple times in the same header. While such a cookie is questionable, they occur in the wild and libcurl no longer @@ -1492,7 +1492,7 @@ Daniel Stenberg (11 May 2009) - Balint Szilakszi reported a memory leak when libcurl did gzip decompression of streams that had some parts (legitimately) missing. We now provide and use a proper cleanup function for the content encoding submodule. - http://curl.haxx.se/mail/lib-2009-05/0092.html + https://curl.haxx.se/mail/lib-2009-05/0092.html - Kamil Dudka provided a fix for libcurl-NSS reported by Michael Cronenworth at https://bugzilla.redhat.com/show_bug.cgi?id=453612#c12 @@ -1523,7 +1523,7 @@ Yang Tse (8 May 2009) Daniel Stenberg (8 May 2009) - Constantine Sapuntzakis fixed bug report #2784055 - (http://curl.haxx.se/bug/view.cgi?id=2784055) identifying a problem to + (https://curl.haxx.se/bug/view.cgi?id=2784055) identifying a problem to connect to SOCKS proxies when using the multi interface. It turned out to almost not work at all previously. We need to wait for the TCP connect to be properly verified before doing the SOCKS magic. @@ -1543,7 +1543,7 @@ Daniel Stenberg (7 May 2009) reported in the Debian package. - Vijay G filed bug report #2723236 - (http://curl.haxx.se/bug/view.cgi?id=2723236) identifying a problem with + (https://curl.haxx.se/bug/view.cgi?id=2723236) identifying a problem with libcurl's TFTP code and its lack of dealing with the OACK packet. Yang Tse (5 May 2009) @@ -1557,7 +1557,7 @@ Daniel Stenberg (5 May 2009) Daniel Stenberg (4 May 2009) - Michael Smith posted bug report #2786255 - (http://curl.haxx.se/bug/view.cgi?id=2786255) with a patch, identifying how + (https://curl.haxx.se/bug/view.cgi?id=2786255) with a patch, identifying how libcurl did not deal with SSL session ids properly if the server rejected a re-use of one. Starting now, it will forget the rejected one and remember the new. This change was for OpenSSL only, it is likely that other SSL lib @@ -1597,7 +1597,7 @@ Daniel Stenberg (30 Apr 2009) this bug so I hereby consider it not a bug anymore! Daniel Stenberg (29 Apr 2009) -- Based on bug report #2723219 (http://curl.haxx.se/bug/view.cgi?id=2723219) +- Based on bug report #2723219 (https://curl.haxx.se/bug/view.cgi?id=2723219) I've now made TFTP "connections" not being kept for re-use within libcurl. TFTP is UDP-based so the benefit was really low (if even existing) to begin with so instead of tracking down to fix this problem we instead removed the @@ -1606,12 +1606,12 @@ Daniel Stenberg (29 Apr 2009) Daniel Stenberg (28 Apr 2009) - Constantine Sapuntzakis filed bug report #2783090 - (http://curl.haxx.se/bug/view.cgi?id=2783090) pointing out that on windows + (https://curl.haxx.se/bug/view.cgi?id=2783090) pointing out that on windows we need to grow the SO_SNDBUF buffer somewhat to get really good upload speeds. http://support.microsoft.com/kb/823764 has the details. Friends confirmed that simply adding 32 to CURL_MAX_WRITE_SIZE is enough. -- Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim +- Bug report #2709004 (https://curl.haxx.se/bug/view.cgi?id=2709004) by Tim Chen pointed out how curl couldn't upload with resume when reading from a pipe. @@ -1623,14 +1623,14 @@ Daniel Stenberg (28 Apr 2009) from a stream! Daniel Stenberg (26 Apr 2009) -- Bug report #2779733 (http://curl.haxx.se/bug/view.cgi?id=2779733) by Sven +- Bug report #2779733 (https://curl.haxx.se/bug/view.cgi?id=2779733) by Sven Wegener pointed out that CURLINFO_APPCONNECT_TIME didn't work with the multi interface and provided a patch that fixed the problem! Daniel Stenberg (24 Apr 2009) - Kamil Dudka fixed another NSS-related leak when client certs were used. -- Bug report #2779245 (http://curl.haxx.se/bug/view.cgi?id=2779245) by Rainer +- Bug report #2779245 (https://curl.haxx.se/bug/view.cgi?id=2779245) by Rainer Koenig pointed out that the man page didn't tell that the *_proxy environment variables can be specified lower case or UPPER CASE and the lower case takes precedence, @@ -1647,7 +1647,7 @@ Yang Tse (21 Apr 2009) Daniel Stenberg (20 Apr 2009) - Leanic Lefever reported a crash and did some detailed research on why and - how it occurs (http://curl.haxx.se/mail/lib-2009-04/0289.html). The + how it occurs (https://curl.haxx.se/mail/lib-2009-04/0289.html). The conclusion was that if an error is detected and Curl_done() is called for the connection, ftp_done() could at times return another error code that then would take precedence and that new code confused existing logic that @@ -1670,7 +1670,7 @@ Daniel Stenberg (17 Apr 2009) stderr output after a test run to see that it truly did the right thing. Daniel Stenberg (13 Apr 2009) -- bug report #2727981 (http://curl.haxx.se/bug/view.cgi?id=2727981) by Martin +- bug report #2727981 (https://curl.haxx.se/bug/view.cgi?id=2727981) by Martin Storsjö pointed out how setting CURLOPT_NOBODY to 0 could be downright confusing as it set the method to either GET or HEAD. The example he showed looked like: @@ -1786,7 +1786,7 @@ Daniel Stenberg (8 Mar 2009) when the man pages state that GNUTLS_E_SUCCESS is returned on success and other values indicate error conditions. -- Bill Egert pointed out (http://curl.haxx.se/bug/view.cgi?id=2671602) that +- Bill Egert pointed out (https://curl.haxx.se/bug/view.cgi?id=2671602) that curl didn't use sprintf() in a way that is documented to work in POSIX but since we use our own printf() code (from libcurl) that shouldn't be a problem. Nonetheless I modified the code to not rely on such particular @@ -1820,7 +1820,7 @@ Version 7.19.4 (3 March 2009) Daniel Stenberg (3 Mar 2009) - David Kierznowski notified us about a security flaw - (http://curl.haxx.se/docs/adv_20090303.html also known as CVE-2009-0037) in + (https://curl.haxx.se/docs/adv_20090303.html also known as CVE-2009-0037) in which previous libcurl versions (by design) can be tricked to access an arbitrary local/different file instead of a remote one when CURLOPT_FOLLOWLOCATION is enabled. This flaw is now fixed in this release @@ -1929,7 +1929,7 @@ Daniel Stenberg (11 Feb 2009) the condition in the previous request was unmet. This is typically a time condition set with CURLOPT_TIMECONDITION and was previously not possible to reliably figure out. From bug report #2565128 - (http://curl.haxx.se/bug/view.cgi?id=2565128) filed by Jocelyn Jaubert. + (https://curl.haxx.se/bug/view.cgi?id=2565128) filed by Jocelyn Jaubert. Daniel Fandrich (4 Feb 2009) - Don't add the standard /usr/lib or /usr/include paths to LDFLAGS and CPPFLAGS @@ -1968,7 +1968,7 @@ Daniel Stenberg (31 Jan 2009) Daniel Stenberg (30 Jan 2009) - Scott Cantor filed bug report #2550061 - (http://curl.haxx.se/bug/view.cgi?id=2550061) mentioning that I failed to + (https://curl.haxx.se/bug/view.cgi?id=2550061) mentioning that I failed to properly make sure that the VC9 makefiles got included in the latest release. I've now fixed the release script and verified it so next release will hopefully include them properly! @@ -2012,7 +2012,7 @@ Daniel Stenberg (26 Jan 2009) on the proper action. - Alexey Borzov filed bug report #2535504 - (http://curl.haxx.se/bug/view.cgi?id=2535504) pointing out that realms with + (https://curl.haxx.se/bug/view.cgi?id=2535504) pointing out that realms with quoted quotation marks in HTTP Digest headers didn't work. I've now added test case 1095 that verifies my fix. @@ -2095,7 +2095,7 @@ Daniel Stenberg (13 Jan 2009) SunPro compilers. Daniel Stenberg (12 Jan 2009) -- Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665) +- Based on bug report #2498665 (https://curl.haxx.se/bug/view.cgi?id=2498665) by Daniel Black, I've now added magic to the configure script that makes it use pkg-config to detect gnutls details as well if the existing method (using libgnutls-config) fails. While doing this, I cleaned up and unified @@ -2147,13 +2147,13 @@ Daniel Stenberg (1 Jan 2009) - 'reconf' is removed since we rather have users use 'buildconf' Daniel Stenberg (31 Dec 2008) -- Bas Mevissen reported http://curl.haxx.se/bug/view.cgi?id=2479030 pointing +- Bas Mevissen reported https://curl.haxx.se/bug/view.cgi?id=2479030 pointing out that 'reconf' didn't properly point out the m4 subdirectory when running aclocal. Daniel Stenberg (29 Dec 2008) - Phil Lisiecki filed bug report #2413067 - (http://curl.haxx.se/bug/view.cgi?id=2413067) that identified a problem that + (https://curl.haxx.se/bug/view.cgi?id=2413067) that identified a problem that would cause libcurl to mark a DNS cache entry "in use" eternally if the subsequence TCP connect failed. It would thus never get pruned and refreshed as it should've been. @@ -2218,7 +2218,7 @@ Daniel Stenberg (12 Dec 2008) - More work with Igor Novoseltsev to first fix the remaining stuff for removing easy handles from multi handles when the easy handle is/was within a HTTP pipeline. His bug report #2351653 - (http://curl.haxx.se/bug/view.cgi?id=2351653) was also related and was + (https://curl.haxx.se/bug/view.cgi?id=2351653) was also related and was eventually fixed by a patch by Igor himself. Yang Tse (12 Dec 2008) @@ -2228,7 +2228,7 @@ Yang Tse (12 Dec 2008) Daniel Stenberg (12 Dec 2008) - Mark Karpeles filed bug report #2416182 titled "crash in ConnectionExists when using duphandle+curl_mutli" - (http://curl.haxx.se/bug/view.cgi?id=2416182) which showed that + (https://curl.haxx.se/bug/view.cgi?id=2416182) which showed that curl_easy_duphandle() wrongly also copied the pointer to the connection cache, which was plain wrong and caused a segfault if the handle would be used in a different multi handle than the handle it was duplicated from. @@ -2281,7 +2281,7 @@ Daniel Stenberg (8 Dec 2008) NOT take a 550 response from SIZE as a hint that the file doesn't exist. - Christian Krause filed bug #2221237 - (http://curl.haxx.se/bug/view.cgi?id=2221237) that identified an infinite + (https://curl.haxx.se/bug/view.cgi?id=2221237) that identified an infinite loop during GSS authentication given some specific conditions. With his patience and great feedback I managed to narrow down the problem and eventually fix it although I can't test any of this myself! @@ -2292,13 +2292,13 @@ Daniel Fandrich (3 Dec 2008) Daniel Stenberg (3 Dec 2008) - Igor Novoseltsev filed bug #2351645 - (http://curl.haxx.se/bug/view.cgi?id=2351645) that identified a problem with + (https://curl.haxx.se/bug/view.cgi?id=2351645) that identified a problem with the multi interface that occured if you removed an easy handle while in progress and the handle was used in a HTTP pipeline. - Pawel Kierski pointed out a mistake in the cookie code that could lead to a bad fclose() after a fatal error had occured. - (http://curl.haxx.se/bug/view.cgi?id=2382219) + (https://curl.haxx.se/bug/view.cgi?id=2382219) Daniel Fandrich (25 Nov 2008) - If a HTTP request is Basic and num is already >=1000, the HTTP test @@ -2331,7 +2331,7 @@ Daniel Stenberg (19 Nov 2008) whatever you see fit - Christian Krause reported and fixed a memory leak that would occur with HTTP - GSS/kerberos authentication (http://curl.haxx.se/bug/view.cgi?id=2284386) + GSS/kerberos authentication (https://curl.haxx.se/bug/view.cgi?id=2284386) - Andreas Wurf and Markus Koetter helped me analyze a problem that Andreas got when uploading files to a single FTP server using multiple easy handle @@ -2392,7 +2392,7 @@ Michal Marek (13 Nov 2008) Daniel Stenberg (11 Nov 2008) - Rainer Canavan filed bug #2255627 - (http://curl.haxx.se/bug/view.cgi?id=2255627) which pointed out that a + (https://curl.haxx.se/bug/view.cgi?id=2255627) which pointed out that a program using libcurl's multi interface to download a HTTPS page with a libcurl built powered by OpenSSL, would easily get silly and instead hand over SSL details as data instead of the actual HTTP headers and body. This @@ -2406,7 +2406,7 @@ Daniel Stenberg (11 Nov 2008) unfortunately it didn't trigger it even before this fix! Yang Tse (11 Nov 2008) -- Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) +- Related with bug #2230535 (https://curl.haxx.se/bug/view.cgi?id=2230535) Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now. @@ -2419,7 +2419,7 @@ Yang Tse (6 Nov 2008) - Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one which now also takes a protocol address family argument. -- Bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) pointed out a +- Bug #2230535 (https://curl.haxx.se/bug/view.cgi?id=2230535) pointed out a problem with MSVC 6 makefile that caused a build failure. It was noted that the curl_addrinfo.obj reference was missing. I took the opportunity to sort the list in which this was missing. Issue submitted by John Wilkinson. @@ -2430,7 +2430,7 @@ Daniel Stenberg (4 Nov 2008) - CURLINFO_FILETIME now works for file:// transfers as well Daniel Stenberg (3 Nov 2008) -- Bug #2218480 (http://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a +- Bug #2218480 (https://curl.haxx.se/bug/view.cgi?id=2218480) pointed out a problem with my CURLINFO_PRIMARY_IP fix from October 7th that caused a NULL pointer read. I also took the opportunity to clean up this logic (storing of the connection's IP address) somewhat as we had it stored in two different @@ -2507,7 +2507,7 @@ Daniel Stenberg (16 Oct 2008) Daniel Stenberg (15 Oct 2008) - Pascal Terjan filed bug #2154627 - (http://curl.haxx.se/bug/view.cgi?id=2154627) which pointed out that libcurl + (https://curl.haxx.se/bug/view.cgi?id=2154627) which pointed out that libcurl uses strcasecmp() in multiple places where it causes failures when the Turkish locale is used. This is because 'i' and 'I' isn't the same letter so strcasecmp() on those letters are different in Turkish than in English (or @@ -2524,7 +2524,7 @@ Daniel Fandrich (15 Oct 2008) Daniel Stenberg (15 Oct 2008) - John Wilkinson filed bug #2155496 - (http://curl.haxx.se/bug/view.cgi?id=2155496) pointing out an error case + (https://curl.haxx.se/bug/view.cgi?id=2155496) pointing out an error case without a proper human-readable error message. When a read callback returns a too large value (like when trying to return a negative number) it would trigger and the generic error message then makes the proplem slightly @@ -2545,7 +2545,7 @@ Daniel Fandrich (8 Oct 2008) Daniel Stenberg (8 Oct 2008) - John Wilkinson filed bug #2152270 - (http://curl.haxx.se/bug/view.cgi?id=2152270) which identified and fixed a + (https://curl.haxx.se/bug/view.cgi?id=2152270) which identified and fixed a CURLINFO_REDIRECT_URL memory leak and an additional wrong-doing: Any subsequent transfer with a redirect leaks memory, eventually crashing @@ -2555,7 +2555,7 @@ Daniel Stenberg (8 Oct 2008) that DID occur on some previous transfer to still be reported. - Igor Novoseltsev filed bug #2111613 - (http://curl.haxx.se/bug/view.cgi?id=2111613) that eventually identified a + (https://curl.haxx.se/bug/view.cgi?id=2111613) that eventually identified a flaw in how the multi_socket interface in some cases missed to call the timeout callback when easy interfaces are removed and added within the same millisecond. @@ -2620,13 +2620,13 @@ Daniel Stenberg (29 Sep 2008) downloads! - Maxim Ivanov filed bug report #2107803 - (http://curl.haxx.se/bug/view.cgi?id=2107803) "no CURLINFO_REDIRECT_URL in + (https://curl.haxx.se/bug/view.cgi?id=2107803) "no CURLINFO_REDIRECT_URL in multi mode" together with a patch that fixed the problem. Daniel Stenberg (25 Sep 2008) - Emanuele Bovisio submitted bug report #2126435. We fixed the HTTP Digest auth code to not behave badly when getting a blank realm with - realm="". http://curl.haxx.se/bug/view.cgi?id=2126435 + realm="". https://curl.haxx.se/bug/view.cgi?id=2126435 Daniel Fandrich (23 Sep 2008) - Make sure not to dereference the wrong UrlState proto union member when @@ -2659,14 +2659,14 @@ Daniel Stenberg (23 Sep 2008) Daniel Stenberg (22 Sep 2008) - Made the SOCKS code use the new Curl_read_plain() function to fix the bug - Markus Moeller reported: http://curl.haxx.se/mail/archive-2008-09/0016.html + Markus Moeller reported: https://curl.haxx.se/mail/archive-2008-09/0016.html - recv() errors other than those equal to EAGAIN now cause proper CURLE_RECV_ERROR to get returned. This made test case 160 fail so I've now disabled it until we can figure out another way to exercise that logic. - Michael Goffioul filed bug report #2107377 "Problem with multi + GnuTLS + - proxy" (http://curl.haxx.se/bug/view.cgi?id=2107377) that showed how a multi + proxy" (https://curl.haxx.se/bug/view.cgi?id=2107377) that showed how a multi interface using program didn't work when built with GnuTLS and a CONNECT request was done over a proxy (basically test 502 over a proxy to a HTTPS site). It turned out the ssl connect function would get called twice which @@ -2812,19 +2812,19 @@ Daniel Stenberg (29 Aug 2008) "Connection: close" and actually close the connection after the response-body, libcurl could still have outstanding data to send and it would not properly notice this and stop sending. This caused weirdness and - sad faces. http://curl.haxx.se/bug/view.cgi?id=2080222 + sad faces. https://curl.haxx.se/bug/view.cgi?id=2080222 Note that there are still reasons to consider libcurl's behavior when getting a >= 400 response code while sending data, as Craig Perras' note "http upload: how to stop on error" specifies: - http://curl.haxx.se/mail/archive-2008-08/0138.html + https://curl.haxx.se/mail/archive-2008-08/0138.html Daniel Stenberg (28 Aug 2008) - Dengminwen reported that libcurl would lock a (cookie) share twice (without an unlock in between) for a certain case and that in fact works when using regular windows mutexes but not with pthreads'! Locks should of course not get locked again so this is now fixed. - http://curl.haxx.se/mail/lib-2008-08/0422.html + https://curl.haxx.se/mail/lib-2008-08/0422.html - I'm abandoning the system with the web site mirrors (but keeping download files bing mirrored) and thus I've changed the URL in the cookiejar header @@ -2861,7 +2861,7 @@ Daniel Stenberg (23 Aug 2008) - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multi interface, and the proxy would send Connection: close during the - authentication phase. http://curl.haxx.se/bug/view.cgi?id=2069047 + authentication phase. https://curl.haxx.se/bug/view.cgi?id=2069047 Daniel Fandrich (22 Aug 2008) - Fixed a problem when --dump-header - was given with more than one URL, @@ -2959,13 +2959,13 @@ Daniel Fandrich (11 Aug 2008) Daniel Stenberg (11 Aug 2008) - Constantine Sapuntzakis filed bug report #2042430 - (http://curl.haxx.se/bug/view.cgi?id=2042430) with a patch. "NTLM Windows + (https://curl.haxx.se/bug/view.cgi?id=2042430) with a patch. "NTLM Windows SSPI code is not thread safe". This was due to libcurl using static variables to tell wether to load the necessary SSPI DLL, but now the loading has been moved to the more suitable curl_global_init() call. - Constantine Sapuntzakis filed bug report #2042440 - (http://curl.haxx.se/bug/view.cgi?id=2042440) with a patch. He identified a + (https://curl.haxx.se/bug/view.cgi?id=2042440) with a patch. He identified a problem when using NTLM over a proxy but the end-point does Basic, and then libcurl would do wrong when the host sent "Connection: close" as the proxy's NTLM state was erroneously cleared. @@ -3115,7 +3115,7 @@ Daniel Fandrich (28 Jul 2008) Daniel Stenberg (26 Jul 2008) - David Bau filed bug report #2026240 "CURL_READFUNC_PAUSE leads to buffer - overrun" (http://curl.haxx.se/bug/view.cgi?id=2026240) identifying two + overrun" (https://curl.haxx.se/bug/view.cgi?id=2026240) identifying two problems, and providing the fix for them: - CURL_READFUNC_PAUSE did in fact not pause the _sending_ of data that it is @@ -3208,7 +3208,7 @@ Daniel Fandrich (10 Jul 2008) Yang Tse (10 Jul 2008) - Peter Lamberg filed bug report #2015126: "poll gives WSAEINVAL when POLLPRI - is set in fdset.events" (http://curl.haxx.se/bug/view.cgi?id=2015126) which + is set in fdset.events" (https://curl.haxx.se/bug/view.cgi?id=2015126) which exactly pinpointed the problem only triggered on Windows Vista, provided reference to docs and also a fix. There is much work behind Peter Lamberg's excellent bug report. Thank You! @@ -3276,7 +3276,7 @@ Daniel Stenberg (30 Jun 2008) Yang Tse (29 Jun 2008) - John Lightsey filed bug report #1999181: "CLOCK_MONOTONIC always fails on - some systems" (http://curl.haxx.se/bug/view.cgi?id=1999181). The problem was + some systems" (https://curl.haxx.se/bug/view.cgi?id=1999181). The problem was that the configure script did not use the _POSIX_MONOTONIC_CLOCK feature test macro when checking monotonic clock availability. This is now fixed and the monotonic clock will not be used unless the feature test macro is defined @@ -3427,10 +3427,10 @@ Daniel Stenberg (28 May 2008) - Jeff Weber reported memory leaks with aborted SCP and SFTP transfers and provided excellent repeat recipes. I fixed the cases I managed to reproduce but Jeff still got some (SCP) problems even after these fixes: - http://curl.haxx.se/mail/lib-2008-05/0342.html + https://curl.haxx.se/mail/lib-2008-05/0342.html Daniel Stenberg (26 May 2008) -- Bug report #1973352 (http://curl.haxx.se/bug/view.cgi?id=1973352) identified +- Bug report #1973352 (https://curl.haxx.se/bug/view.cgi?id=1973352) identified how the HTTP redirect following code didn't properly follow to a new URL if the new url was but a query string such as "Location: ?moo=foo". Test case 1031 was added to verify this fix. @@ -3499,7 +3499,7 @@ Daniel Stenberg (4 May 2008) Daniel Stenberg (3 May 2008) - Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice - when using CURL_AUTH_ANY" (http://curl.haxx.se/bug/view.cgi?id=1945240). + when using CURL_AUTH_ANY" (https://curl.haxx.se/bug/view.cgi?id=1945240). The problem was that when libcurl rewound a stream meant for upload when it would prepare for a second request, it could accidentally continue the sending of the rewound data on the first request instead of on the second. @@ -3510,7 +3510,7 @@ Daniel Stenberg (3 May 2008) since libcurl used getprotobyname() and that isn't thread-safe. We now switched to use IPPROTO_TCP unconditionally, but perhaps the proper fix is to detect the thread-safe version of the function and use that. - http://curl.haxx.se/mail/lib-2008-05/0011.html + https://curl.haxx.se/mail/lib-2008-05/0011.html Daniel Stenberg (1 May 2008) - Bart Whiteley provided a patch that made libcurl work properly when an app @@ -3534,9 +3534,9 @@ Daniel Fandrich (28 Apr 2008) Daniel Stenberg (28 Apr 2008) - Norbert Frese filed bug report #1951588: "Problem with curlftpfs and - libcurl" (http://curl.haxx.se/bug/view.cgi?id=1951588) which seems to be an + libcurl" (https://curl.haxx.se/bug/view.cgi?id=1951588) which seems to be an identical report to what Denis Golovan reported in - http://curl.haxx.se/mail/lib-2008-02/0108.html The FTP code didn't reset the + https://curl.haxx.se/mail/lib-2008-02/0108.html The FTP code didn't reset the user/password pointers properly even though there might've been a new struct/cconnection getting used. @@ -3544,8 +3544,8 @@ Daniel Stenberg (26 Apr 2008) - Reverted back to use automake 1.9.6 in the next release (from automake 1.10.1) since it *still* suffers from Solaris-related bugs. Our previous automake 1.10 problem was reported in bug #1701360 - (http://curl.haxx.se/bug/view.cgi?id=1701360) and this recent problem was - bug #1944825 (http://curl.haxx.se/bug/view.cgi?id=1944825). I have not + (https://curl.haxx.se/bug/view.cgi?id=1701360) and this recent problem was + bug #1944825 (https://curl.haxx.se/bug/view.cgi?id=1944825). I have not personally approached the automake team about either one of these but I figure we need a Solaris 10 guy to do it! @@ -3569,7 +3569,7 @@ Daniel Fandrich (18 Apr 2008) Michal Marek (14 Apr 2008) - allow disabling the typechecker by defining CURL_DISABLE_TYPECHECK, as - discussed in http://curl.haxx.se/mail/lib-2008-04/0291.html + discussed in https://curl.haxx.se/mail/lib-2008-04/0291.html Daniel Stenberg (14 Apr 2008) - Stefan Krause reported a case where the OpenSSL handshake phase wasn't @@ -3580,7 +3580,7 @@ Daniel Stenberg (14 Apr 2008) return code in the Negotiate code. - Sandor Feldi reported bug #1942022 - (http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the + (https://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the lib/Makefile.vc[68] makefiles' release-ssl-dll target. - Brock Noland reported that curl behaved differently depending on which order @@ -3708,7 +3708,7 @@ Daniel Stenberg (13 Mar 2008) Daniel Stenberg (11 Mar 2008) - Dmitry Popov filed bug report #1911069 - (http://curl.haxx.se/bug/view.cgi?id=1911069) that identified a race + (https://curl.haxx.se/bug/view.cgi?id=1911069) that identified a race condition in the name resolver code when the DNS cache is shared between multiple easy handles, each running in simultaneous threads that could cause crashes. @@ -3720,8 +3720,8 @@ Daniel Stenberg (11 Mar 2008) Michal Marek (11 Mar 2008) - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only - works in C mode atm (http://curl.haxx.se/mail/lib-2008-02/0267.html , - http://curl.haxx.se/mail/lib-2008-02/0292.html ) + works in C mode atm (https://curl.haxx.se/mail/lib-2008-02/0267.html , + https://curl.haxx.se/mail/lib-2008-02/0292.html ) Daniel Fandrich (10 Mar 2008) - Added tests 618-621 to test SFTP/SCP transfers of more than one file @@ -3768,7 +3768,7 @@ Daniel S (25 Feb 2008) Daniel S (23 Feb 2008) - Sam Listopad provided a patch in feature-request #1900014 - http://curl.haxx.se/bug/feature.cgi?id=1900014 that makes libcurl (built to + https://curl.haxx.se/bug/feature.cgi?id=1900014 that makes libcurl (built to use OpenSSL) support a full chain of certificates in a given PKCS12 certificate. @@ -3780,7 +3780,7 @@ Daniel S (21 Feb 2008) - Zmey Petroff found a crash when libcurl accessed a NULL pointer, which happened if you set the connection cache size to 1 and for example failed to login to an FTP site. Bug report #1896698 - (http://curl.haxx.se/bug/view.cgi?id=1896698) + (https://curl.haxx.se/bug/view.cgi?id=1896698) Daniel S (20 Feb 2008) - Fixed test case 405 to not fail when libcurl is built with GnuTLS @@ -3811,7 +3811,7 @@ Daniel Fandrich (19 Feb 2008) Daniel S (18 Feb 2008) - We're no longer providing a very old ca-bundle in the curl tarball. You can get a fresh one downloaded and created with 'make ca-bundle' or you can get - one from here => http://curl.haxx.se/docs/caextract.html if you want a fresh + one from here => https://curl.haxx.se/docs/caextract.html if you want a fresh new one extracted from Mozilla's recent list of ca certs. The configure option --with-ca-bundle now lets you specify what file to use @@ -3846,7 +3846,7 @@ Daniel S (11 Feb 2008) problems but now they should be fixed. Yang Tse (10 Feb 2008) -- Bug report #1888932 (http://curl.haxx.se/bug/view.cgi?id=1888932) points out +- Bug report #1888932 (https://curl.haxx.se/bug/view.cgi?id=1888932) points out and provides test program that demonstrates that libcurl might not set error description message for error CURLE_COULDNT_RESOLVE_HOST for Windows threaded name resolver builds. Fixed now. @@ -3857,7 +3857,7 @@ Daniel Fandrich (8 Feb 2008) Daniel S (8 Feb 2008) - Mike Hommey filed and fixed bug report #1889856 - (http://curl.haxx.se/bug/view.cgi?id=1889856): When using the gnutls ssl + (https://curl.haxx.se/bug/view.cgi?id=1889856): When using the gnutls ssl layer, cleaning-up and reinitializing curl ends up with https requests failing with "ASN1 parser: Element was not found" errors. Obviously a regression added in 7.16.3. @@ -3923,7 +3923,7 @@ Daniel S (27 Jan 2008) Daniel S (26 Jan 2008) - Kevin Reed filed bug report #1879375 - (http://curl.haxx.se/bug/view.cgi?id=1879375) which describes how libcurl + (https://curl.haxx.se/bug/view.cgi?id=1879375) which describes how libcurl got lost in this scenario: proxy tunnel (or HTTPS over proxy), ask to do any proxy authentication and the proxy replies with an auth (like NTLM) and then closes the connection after that initial informational response. @@ -3986,7 +3986,7 @@ Daniel S (15 Jan 2008) Daniel S (14 Jan 2008) - Joe Malicki filed bug report #1871269 - (http://curl.haxx.se/bug/view.cgi?id=1871269) and we could fix his hang- + (https://curl.haxx.se/bug/view.cgi?id=1871269) and we could fix his hang- problem that occurred when doing a large HTTP POST request with the response-body read from a callback. @@ -4030,7 +4030,7 @@ Daniel S (10 Jan 2008) doing multi-stage HTTP auth with POST/PUT. - Nikitinskit Dmitriy filed bug report #1868255 - (http://curl.haxx.se/bug/view.cgi?id=1868255) with a patch. It identifies + (https://curl.haxx.se/bug/view.cgi?id=1868255) with a patch. It identifies and fixes a problem with parsing WWW-Authenticate: headers with additional spaces in the line that the parser wasn't written to deal with. @@ -4041,7 +4041,7 @@ Daniel S (8 Jan 2008) Daniel S (6 Jan 2008) - Jeff Johnson filed bug report #1863171 - (http://curl.haxx.se/bug/view.cgi?id=1863171) where he pointed out that + (https://curl.haxx.se/bug/view.cgi?id=1863171) where he pointed out that libcurl's date parser didn't accept a +1300 time zone which actually is used fairly often (like New Zealand's Dailight Savings Time), so I modified the parser to now accept up to and including -1400 to +1400. @@ -4097,13 +4097,13 @@ Daniel S (1 Jan 2008) Daniel S (27 Dec 2007) - Dmitry Kurochkin mentioned a flaw - (http://curl.haxx.se/mail/lib-2007-12/0252.html) in detect_proxy() which + (https://curl.haxx.se/mail/lib-2007-12/0252.html) in detect_proxy() which failed to set the bits.proxy variable properly when an environment variable told libcurl to use a http proxy. Daniel S (26 Dec 2007) - In an attempt to repeat the problem in bug report #1850730 - (http://curl.haxx.se/bug/view.cgi?id=1850730) I wrote up test case 552. The + (https://curl.haxx.se/bug/view.cgi?id=1850730) I wrote up test case 552. The test is doing a 70K POST with a read callback and an ioctl callback over a proxy requiring Digest auth. The test case code is more or less identical to the test recipe code provided by Spacen Jasset (who submitted the bug @@ -4111,7 +4111,7 @@ Daniel S (26 Dec 2007) Daniel S (25 Dec 2007) - Gary Maxwell filed bug report #1856628 - (http://curl.haxx.se/bug/view.cgi?id=1856628) and provided a fix for the + (https://curl.haxx.se/bug/view.cgi?id=1856628) and provided a fix for the (small) memory leak in the SSL session ID caching code. It happened when a previous entry in the cache was re-used. @@ -4125,7 +4125,7 @@ Yang Tse (18 Dec 2007) if no build target has been defined we will target WinXP when building curl/libcurl with MSVC 9.0 (VS2008). -- (http://curl.haxx.se/mail/archive-2007-12/0039.html) reported and fixed +- (https://curl.haxx.se/mail/archive-2007-12/0039.html) reported and fixed a file truncation problem on Windows build targets triggered when retrying a download with curl. @@ -4136,7 +4136,7 @@ Daniel S (17 Dec 2007) Daniel S (13 Dec 2007) - David Wright filed bug report #1849764 - (http://curl.haxx.se/bug/view.cgi?id=1849764) with an included fix. He + (https://curl.haxx.se/bug/view.cgi?id=1849764) with an included fix. He identified a problem for re-used connections that previously had sent Expect: 100-continue and in some situations the subsequent POST (that didn't use Expect:) still had the internal flag set for its use. David's fix (that @@ -4149,7 +4149,7 @@ Daniel S (12 Dec 2007) Daniel S (9 Dec 2007) - Andrew Moise filed bug report #1847501 - (http://curl.haxx.se/bug/view.cgi?id=1847501) and pointed out a memcpy() + (https://curl.haxx.se/bug/view.cgi?id=1847501) and pointed out a memcpy() that should be memmove() in the convert_lineends() function. Daniel S (8 Dec 2007) @@ -4178,7 +4178,7 @@ Daniel S (5 Dec 2007) Daniel S (3 Dec 2007) - Ray Pekowski filed bug report #1842029 - (http://curl.haxx.se/bug/view.cgi?id=1842029) in which he identified a + (https://curl.haxx.se/bug/view.cgi?id=1842029) in which he identified a problem with SSL session caching that prevent it from working, and provided the associated fix! @@ -4263,7 +4263,7 @@ Daniel S (16 Nov 2007) callback was used, as it could wrongly pass on a bad size for the outgoing HTTP header. The bad size would be a very large value as it was a wrapped size_t content. This happened when the whole HTTP request failed to get sent - in one single send. http://curl.haxx.se/mail/lib-2007-11/0165.html + in one single send. https://curl.haxx.se/mail/lib-2007-11/0165.html Daniel S (15 Nov 2007) - Fixed yet another remaining problem with doing SFTP directory listings on a @@ -4282,7 +4282,7 @@ Daniel S (13 Nov 2007) persistent connection. Mentioned by Immanuel Gregoire on the mailing list. Daniel S (12 Nov 2007) -- Bug report #1830637 (http://curl.haxx.se/bug/view.cgi?id=1830637), which was +- Bug report #1830637 (https://curl.haxx.se/bug/view.cgi?id=1830637), which was forwarded from the Gentoo bug tracker by Daniel Black and was originally submitted by Robin Johnson, pointed out that libcurl would do bad memory references when it failed and bailed out before the handler thing was @@ -4291,12 +4291,12 @@ Daniel S (12 Nov 2007) member. Yang Tse (10 Nov 2007) -- Vikram Saxena (http://curl.haxx.se/mail/lib-2007-11/0096.html) pointed out +- Vikram Saxena (https://curl.haxx.se/mail/lib-2007-11/0096.html) pointed out that the pollfd struct was being multi defined when using VS2008. This is now fixed in /curl/lib/select.h Daniel S (8 Nov 2007) -- Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed +- Bug report #1823487 (https://curl.haxx.se/bug/view.cgi?id=1823487) pointed out that SFTP requests didn't use persistent connections. Neither did SCP ones. I gave the SSH code a good beating and now both SCP and SFTP should use persistent connections fine. I also did a bunch of indent changes as @@ -4308,7 +4308,7 @@ Dan F (6 Nov 2007) is now as little as one per segment. Yang Tse (6 Nov 2007) -- Bug report #1824894 (http://curl.haxx.se/bug/view.cgi?id=1824894) pointed +- Bug report #1824894 (https://curl.haxx.se/bug/view.cgi?id=1824894) pointed out a problem in curl.h when building C++ apps with MSVC. To fix it, the inclusion of header files in curl.h is moved outside of the C++ extern "C" linkage block. @@ -4383,7 +4383,7 @@ Daniel S (24 October 2007) accordingly. Daniel S (23 October 2007) -- Bug report #1812190 (http://curl.haxx.se/bug/view.cgi?id=1812190) points out +- Bug report #1812190 (https://curl.haxx.se/bug/view.cgi?id=1812190) points out that libcurl tried to re-use connections a bit too much when using non-SSL protocols tunneled over a HTTP proxy. @@ -4405,7 +4405,7 @@ Daniel S (22 October 2007) A long-term goal is of course to somehow get rid of how the reqdata struct is used, as it is too error-prone. -- Bug report #1815530 (http://curl.haxx.se/bug/view.cgi?id=1815530) points out +- Bug report #1815530 (https://curl.haxx.se/bug/view.cgi?id=1815530) points out that specifying a proxy with a trailing slash didn't work (unless it also contained a port number). @@ -4574,7 +4574,7 @@ Dan F (13 September 2007) Version 7.17.0 (13 September 2007) Daniel S (12 September 2007) -- Bug report #1792649 (http://curl.haxx.se/bug/view.cgi?id=1792649) pointed +- Bug report #1792649 (https://curl.haxx.se/bug/view.cgi?id=1792649) pointed out a problem with doing an empty upload over FTP on a re-used connection. I added test case 541 to reproduce it and to verify the fix. @@ -4593,7 +4593,7 @@ Dan F (5 September 2007) Daniel S (5 September 2007) - Continued the work on a fix for #1779054 - (http://curl.haxx.se/bug/view.cgi?id=1779054). My previous fix from August + (https://curl.haxx.se/bug/view.cgi?id=1779054). My previous fix from August 24 was not complete (either) but could accidentally "forget" parts of a server response which led to faulty server response time-out errors. @@ -4668,7 +4668,7 @@ Dan F (28 August 2007) - Some minor internal type and const changes based on a splint scan. Daniel S (24 August 2007) -- Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed +- Bug report #1779054 (https://curl.haxx.se/bug/view.cgi?id=1779054) pointed out that libcurl didn't deal with large responses from server commands, when the single response was consisting of multiple lines but of a total size of 16KB or more. Dan Fandrich improved the ftp test script and provided test @@ -4680,12 +4680,12 @@ Patrick M (23 August 2007) See packages/OS400/README.OS400. Daniel S (23 August 2007) -- Bug report #1779751 (http://curl.haxx.se/bug/view.cgi?id=1779751) pointed +- Bug report #1779751 (https://curl.haxx.se/bug/view.cgi?id=1779751) pointed out that doing first a file:// upload and then an FTP upload crashed libcurl or at best caused furious valgrind complaints. Fixed now! Daniel S (22 August 2007) -- Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointed +- Bug report #1779054 (https://curl.haxx.se/bug/view.cgi?id=1779054) pointed out that libcurl didn't deal with very long (>16K) FTP server response lines properly. Starting now, libcurl will chop them off (thus the client app will not get the full line) but survive and deal with them fine otherwise. Test @@ -4699,12 +4699,12 @@ Daniel S (20 August 2007) Daniel S (18 August 2007) - Robson Braga Araujo filed bug report #1776232 - (http://curl.haxx.se/bug/view.cgi?id=1776232) about libcurl calling + (https://curl.haxx.se/bug/view.cgi?id=1776232) about libcurl calling Curl_client_write(), passing on a const string that the caller may not modify and yet it does (on some platforms). - Robson Braga Araujo filed bug report #1776235 - (http://curl.haxx.se/bug/view.cgi?id=1776235) about ftp requests with NOBODY + (https://curl.haxx.se/bug/view.cgi?id=1776235) about ftp requests with NOBODY on a directory would do a "SIZE (null)" request. This is now fixed and test case 1000 was added to verify. @@ -4746,7 +4746,7 @@ Daniel S (3 August 2007) Daniel S (2 August 2007) - Scott Cantor filed bug report #1766320 - (http://curl.haxx.se/bug/view.cgi?id=1766320) pointing out that the libcurl + (https://curl.haxx.se/bug/view.cgi?id=1766320) pointing out that the libcurl code accessed two curl_easy_setopt() options (CURLOPT_DNS_CACHE_TIMEOUT and CURLOPT_DNS_USE_GLOBAL_CACHE) as ints even though they're documented to be passed in as longs, and that makes a difference on 64 bit architectures. @@ -4782,7 +4782,7 @@ Daniel S (31 July 2007) Daniel S (29 July 2007) - Jayesh A Shah filed bug report #1759542 - (http://curl.haxx.se/bug/view.cgi?id=1759542) identifying a rather serious + (https://curl.haxx.se/bug/view.cgi?id=1759542) identifying a rather serious problem with FTPS: libcurl closed the data connection socket and then later in the flow it would call the SSL layer to do SSL shutdown which then would use a socket that had already been closed - so if the application had opened @@ -4842,7 +4842,7 @@ Daniel S (20 July 2007) - James Housley fixed the SFTP PWD command to work. - Ralf S. Engelschall filed bug report #1757328 - (http://curl.haxx.se/bug/view.cgi?id=1757328) and submitted a patch. It + (https://curl.haxx.se/bug/view.cgi?id=1757328) and submitted a patch. It turns out we broke login to FTP servers that don't require (nor understand) PASS after the USER command. The breakage was done as part of the krb5 commit so a krb-using person needs to verify that the current version now @@ -4864,7 +4864,7 @@ Daniel S (17 July 2007) Daniel S (13 July 2007) - Colin Hogben filed bug report #1750274 - (http://curl.haxx.se/bug/view.cgi?id=1750274) and submitted a patch for the + (https://curl.haxx.se/bug/view.cgi?id=1750274) and submitted a patch for the case where libcurl did a connect attempt to a non-listening port and didn't provide a human readable error string back. @@ -4914,7 +4914,7 @@ Version 7.16.4 (10 July 2007) Daniel S (10 July 2007) - Kees Cook notified us about a security flaw - (http://curl.haxx.se/docs/adv_20070710.html) in which libcurl failed to + (https://curl.haxx.se/docs/adv_20070710.html) in which libcurl failed to properly reject some outdated or not yet valid server certificates when built with GnuTLS. Kees also provided the patch. @@ -4960,8 +4960,8 @@ Daniel S (25 June 2007) Version 7.16.3 (25 June 2007) Daniel S (23 June 2007) -- As reported by "Tro" in http://curl.haxx.se/mail/lib-2007-06/0161.html and - http://curl.haxx.se/mail/lib-2007-06/0238.html, libcurl didn't properly do +- As reported by "Tro" in https://curl.haxx.se/mail/lib-2007-06/0161.html and + https://curl.haxx.se/mail/lib-2007-06/0238.html, libcurl didn't properly do no-body requests on FTP files on re-used connections properly, or at least it didn't provide the info back in the header callback properly in the subsequent requests. @@ -4973,14 +4973,14 @@ Daniel S (21 June 2007) Daniel S (20 June 2007) - Adam Piggott filed bug report #1740263 - (http://curl.haxx.se/bug/view.cgi?id=1740263). Adam discovered that when + (https://curl.haxx.se/bug/view.cgi?id=1740263). Adam discovered that when getting a large amount of URLs with curl, they were fetched slower and slower... which turned out to be because the --libcurl data collecting which wrongly always was enabled, but no longer is... Daniel S (18 June 2007) - Robson Braga Araujo filed bug report #1739100 - (http://curl.haxx.se/bug/view.cgi?id=1739100) that mentioned that libcurl + (https://curl.haxx.se/bug/view.cgi?id=1739100) that mentioned that libcurl could not actually list the contents of the root directory of a given FTP server if the login directory isn't root. I fixed the problem and added three test cases (one is disabled for now since I identified KNOWN_BUGS #44, @@ -5014,9 +5014,9 @@ Daniel S (14 June 2007) very important) - Dave Vasilevsky filed bug report #1736875 - (http://curl.haxx.se/bug/view.cgi?id=1736875) almost simultanouesly as Dan + (https://curl.haxx.se/bug/view.cgi?id=1736875) almost simultanouesly as Dan Fandrich mentioned a related build problem on the libcurl mailing list: - http://curl.haxx.se/mail/lib-2007-06/0131.html. Both problems had the same + https://curl.haxx.se/mail/lib-2007-06/0131.html. Both problems had the same reason: the definitions of the POLL* defines and the pollfd struct in the libcurl code was depending on HAVE_POLL instead of HAVE_SYS_POLL_H. @@ -5026,7 +5026,7 @@ Daniel S (13 June 2007) ones. - Rich Rauenzahn filed bug report #1733119 - (http://curl.haxx.se/bug/view.cgi?id=1733119) and we collaborated on the + (https://curl.haxx.se/bug/view.cgi?id=1733119) and we collaborated on the fix. The problem is that for 64bit HPUX builds, several socket-related functions would still assume int (32 bit) arguments and not socklen_t (64 bit) ones. @@ -5079,16 +5079,16 @@ Daniel S (27 May 2007) Daniel S (25 May 2007) - Rob Crittenden fixed bug #1705802 - (http://curl.haxx.se/bug/view.cgi?id=1705802), which was filed by Daniel + (https://curl.haxx.se/bug/view.cgi?id=1705802), which was filed by Daniel Black identifying several FTP-SSL test cases fail when we build libcurl with NSS for TLS/SSL. Listed as #42 in KNOWN_BUGS. Daniel S (24 May 2007) - Song Ma filed bug report #1724016 - (http://curl.haxx.se/bug/view.cgi?id=1724016) noticing that downloading + (https://curl.haxx.se/bug/view.cgi?id=1724016) noticing that downloading glob-ranges for TFTP was broken in CVS. Fixed now. -- 'mytx' in bug report #1723194 (http://curl.haxx.se/bug/view.cgi?id=1723194) +- 'mytx' in bug report #1723194 (https://curl.haxx.se/bug/view.cgi?id=1723194) pointed out that the warnf() function in the curl tool didn't properly deal with the cases when excessively long words were used in the string to chop up. @@ -5101,14 +5101,14 @@ Daniel S (22 May 2007) Daniel S (18 May 2007) - Feng Tu reported that curl -w did wrong on TFTP transfers in bug report - #1715394 (http://curl.haxx.se/bug/view.cgi?id=1715394), and the + #1715394 (https://curl.haxx.se/bug/view.cgi?id=1715394), and the transfer-related info "variables" were indeed overwritten with zeroes wrongly and have now been adjusted. The upload size still isn't accurate. Daniel S (17 May 2007) - Feng Tu pointed out a division by zero error in the TFTP connect timeout code for timeouts less than five seconds, and also provided a fix for it. - Bug report #1715392 (http://curl.haxx.se/bug/view.cgi?id=1715392) + Bug report #1715392 (https://curl.haxx.se/bug/view.cgi?id=1715392) Dan F (16 May 2007) - Added support for compiling under Minix 3.1.3 using ACK. @@ -5217,13 +5217,13 @@ Daniel S (22 April 2007) the man page now. - Daniel Black filed bug #1705177 - (http://curl.haxx.se/bug/view.cgi?id=1705177) where --without-ssl + (https://curl.haxx.se/bug/view.cgi?id=1705177) where --without-ssl --with-gnutl outputs a warning about SSL not being enabled even though GnuTLS was found and used. Daniel S (21 April 2007) - Daniel Black filed bug #1704675 - (http://curl.haxx.se/bug/view.cgi?id=1704675) identifying a double-free + (https://curl.haxx.se/bug/view.cgi?id=1704675) identifying a double-free problem in the SSL-dealing layer, telling GnuTLS to free NULL credentials on closedown after a failure and a bad #ifdef for NSS when closing down SSL. @@ -5274,7 +5274,7 @@ Daniel S (12 April 2007) - Song Ma found a memory leak in the if2ip code if you pass in an interface name longer than the name field of the ifreq struct (typically 6 bytes), as then it wouldn't close the used dummy socket. Bug #1698974 - (http://curl.haxx.se/bug/view.cgi?id=1698974) + (https://curl.haxx.se/bug/view.cgi?id=1698974) Version 7.16.2 (11 April 2007) @@ -5429,7 +5429,7 @@ Daniel (9 March 2007) - Justin Fletcher fixed a file descriptor leak in the curl tool when trying to upload a file it couldn't open. Bug #1676581 - (http://curl.haxx.se/bug/view.cgi?id=1676581) + (https://curl.haxx.se/bug/view.cgi?id=1676581) Dan F (9 March 2007) - Updated the test harness to check for protocol support before running each @@ -5684,7 +5684,7 @@ Daniel (3 January 2007) Daniel (2 January 2007) - Victor Snezhko helped us fix bug report #1603712 - (http://curl.haxx.se/bug/view.cgi?id=1603712) (known bug #36) --limit-rate + (https://curl.haxx.se/bug/view.cgi?id=1603712) (known bug #36) --limit-rate (CURLOPT_MAX_SEND_SPEED_LARGE and CURLOPT_MAX_RECV_SPEED_LARGE) are broken on Windows (since 7.16.0, but that's when they were introduced as previous to that the limiting logic was made in the application only and not in the @@ -5717,7 +5717,7 @@ Daniel (22 December 2006) Daniel (21 December 2006) - Robson Braga Araujo reported bug #1618359 - (http://curl.haxx.se/bug/view.cgi?id=1618359) and subsequently provided a + (https://curl.haxx.se/bug/view.cgi?id=1618359) and subsequently provided a patch for it: when downloading 2 zero byte files in a row, curl 7.16.0 enters an infinite loop, while curl 7.16.1-20061218 does one additional unnecessary request. @@ -5745,7 +5745,7 @@ Daniel (11 December 2006) Daniel (6 December 2006) - Sebastien Willemijns reported bug #1603712 - (http://curl.haxx.se/bug/view.cgi?id=1603712) which is about connections + (https://curl.haxx.se/bug/view.cgi?id=1603712) which is about connections getting cut off prematurely when --limit-rate is used. While I found no such problems in my tests nor in my reading of the code, I found that the --limit-rate code was severly flawed (since it was moved into the lib, since @@ -5766,7 +5766,7 @@ Daniel (5 December 2006) the code. - Jared Lundell filed bug report #1604956 - (http://curl.haxx.se/bug/view.cgi?id=1604956) which identified setting + (https://curl.haxx.se/bug/view.cgi?id=1604956) which identified setting CURLOPT_MAXCONNECTS to zero caused libcurl to SIGSEGV. Starting now, libcurl will always internally use no less than 1 entry in the connection cache. @@ -5774,12 +5774,12 @@ Daniel (5 December 2006) the 7.16.0 release. - Martin Skinner brought back bug report #1230118 to haunt us once again. - (http://curl.haxx.se/bug/view.cgi?id=1230118) curl_getdate() did not work + (https://curl.haxx.se/bug/view.cgi?id=1230118) curl_getdate() did not work properly for all input dates on Windows. It was mostly seen on some TZ time zones using DST. Luckily, Martin also provided a fix. - Alexey Simak filed bug report #1600447 - (http://curl.haxx.se/bug/view.cgi?id=1600447) in which he noted that active + (https://curl.haxx.se/bug/view.cgi?id=1600447) in which he noted that active FTP connections don't work with the multi interface. The problem is here that the multi interface state machine has a state during which it can wait for the data connection to connect, but the active connection is not done in @@ -5829,7 +5829,7 @@ Daniel (24 November 2006) - James Housley did lots of work and introduced SFTP downloads. Daniel (13 November 2006) -- Ron in bug #1595348 (http://curl.haxx.se/bug/view.cgi?id=1595348) pointed +- Ron in bug #1595348 (https://curl.haxx.se/bug/view.cgi?id=1595348) pointed out a stack overwrite (and the corresponding fix) on 64bit Windows when dealing with HTTP chunked encoding. @@ -5987,7 +5987,7 @@ Daniel (29 September 2006) version info for the lib. Daniel (28 September 2006) -- Reported in #1561470 (http://curl.haxx.se/bug/view.cgi?id=1561470), libcurl +- Reported in #1561470 (https://curl.haxx.se/bug/view.cgi?id=1561470), libcurl would crash if a bad function sequence was used when shutting down after using the multi interface (i.e using easy_cleanup after multi_cleanup) so precautions have been added to make sure it doesn't any more - test case 529 @@ -6014,7 +6014,7 @@ Daniel (23 September 2006) Daniel (21 September 2006) - Added test case 531 in an attempt to repeat bug report #1561470 - (http://curl.haxx.se/bug/view.cgi?id=1561470) that is said to crash when an + (https://curl.haxx.se/bug/view.cgi?id=1561470) that is said to crash when an FTP upload fails with the multi interface. It did not, but I made a failed upload still assume the control connection to be fine. @@ -6080,7 +6080,7 @@ Daniel (6 September 2006) This is a major change. Daniel (4 September 2006) -- Dmitry Rechkin (http://curl.haxx.se/bug/view.cgi?id=1551412) provided a +- Dmitry Rechkin (https://curl.haxx.se/bug/view.cgi?id=1551412) provided a patch that while not fixing things very nicely, it does make the SOCKS5 proxy connection slightly better as it now acknowledges the timeout for connection and it no longer segfaults in the case when SOCKS requires @@ -6147,12 +6147,12 @@ Version 7.15.5 (7 August 2006) Daniel (2 August 2006) - Mark Lentczner fixed how libcurl was not properly doing chunked encoding if the header "Transfer-Encoding: chunked" was set by the application. - http://curl.haxx.se/bug/view.cgi?id=1531838 + https://curl.haxx.se/bug/view.cgi?id=1531838 Daniel (1 August 2006) - Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror() an unknown error number on glibc systems. - http://curl.haxx.se/bug/view.cgi?id=1532289 + https://curl.haxx.se/bug/view.cgi?id=1532289 Daniel (31 July 2006) - *ALERT* curl_multi_socket() and curl_multi_socket_all() got modified @@ -6384,7 +6384,7 @@ Daniel (8 May 2006) Daniel (5 May 2006) - Roland Blom filed bug report #1481217 - (http://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele + (https://curl.haxx.se/bug/view.cgi?id=1481217), with follow-ups by Michele Bini and David Byron. libcurl previously wrongly used GetLastError() on windows to get error details after socket-related function calls, when it really should use WSAGetLastError() instead. @@ -6395,7 +6395,7 @@ Daniel (5 May 2006) Daniel (4 May 2006) - Mark Eichin submitted bug report #1480821 - (http://curl.haxx.se/bug/view.cgi?id=1480821) He found and identified a + (https://curl.haxx.se/bug/view.cgi?id=1480821) He found and identified a problem with how libcurl dealt with GnuTLS and a case where gnutls returned GNUTLS_E_AGAIN indicating it would block. It would then return an unexpected return code, making Curl_ssl_send() confuse the upper layer - causing random @@ -6445,7 +6445,7 @@ Daniel (19 April 2006) attempt from April 10. Daniel (11 April 2006) -- #1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a bad +- #1468330 (https://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a bad typecast in the curl tool leading to a crash with (64bit?) VS2005 (at least) since the struct timeval field tv_sec is an int while time_t is 64bit. @@ -6454,7 +6454,7 @@ Daniel (10 April 2006) CURLOPT_TIMEOUT, the _longer_ time would wrongly be used for the SSL connection time-out! -- I merged my hiper patch (http://curl.haxx.se/libcurl/hiper/) into the main +- I merged my hiper patch (https://curl.haxx.se/libcurl/hiper/) into the main sources. See the lib/README.multi_socket for implementation story with details. Don't expect it to work fully yet. I don't intend to blow any whistles or ring any bells about it until I'm more convinced it works at @@ -6470,7 +6470,7 @@ Daniel (7 April 2006) Daniel (5 April 2006) - Michele Bini modified the NTLM code to work for his "weird IIS case" - (http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash + (https://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash function in addition to the LM one and making some other adjustments in the order the different parts of the data block are sent in the Type-2 reply. Inspiration for this work was taken from the Firefox NTLM implementation. @@ -6480,7 +6480,7 @@ Daniel (5 April 2006) the test cases now only compare parts of that chunk. Daniel (28 March 2006) -- #1451929 (http://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that +- #1451929 (https://curl.haxx.se/bug/view.cgi?id=1451929) detailed a bug that occurred when asking libcurl to follow HTTP redirects and the original URL had more than one question mark (?). Added test case 276 to verify. @@ -6589,7 +6589,7 @@ Version 7.15.2 (27 February 2006) Daniel (22 February 2006) - Lots of work and analysis by "xbx___" in bug #1431750 - (http://curl.haxx.se/bug/view.cgi?id=1431750) helped me identify and fix two + (https://curl.haxx.se/bug/view.cgi?id=1431750) helped me identify and fix two different but related bugs: 1) Removing an easy handle from a multi handle before the transfer is done @@ -6679,7 +6679,7 @@ Daniel (19 January 2006) (built IPv4-only) didn't work. Daniel (18 January 2006) -- As reported in bug #1408742 (http://curl.haxx.se/bug/view.cgi?id=1408742), +- As reported in bug #1408742 (https://curl.haxx.se/bug/view.cgi?id=1408742), the configure script complained about a missing "missing" script if you ran configure within a path whose name included one or more spaces. This is due to a flaw in automake (1.9.6 and earlier). I've now worked around it by @@ -6799,7 +6799,7 @@ Daniel (12 December 2005) Version 7.15.1 (7 December 2005) Daniel (6 December 2005) -- Full text here: http://curl.haxx.se/docs/adv_20051207.html Pointed out by +- Full text here: https://curl.haxx.se/docs/adv_20051207.html Pointed out by Stefan Esser. VULNERABILITY @@ -6851,7 +6851,7 @@ Daniel (16 November 2005) Daniel (14 November 2005) - Quagmire reported that he needed to raise a NTLM buffer for SSPI to work properly for a case, and so we did. We raised it even for non-SSPI builds - but it should not do any harm. http://curl.haxx.se/bug/view.cgi?id=1356715 + but it should not do any harm. https://curl.haxx.se/bug/view.cgi?id=1356715 - Jan Kunder's debian bug report http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=338680 identified a weird @@ -6875,12 +6875,12 @@ Daniel (13 November 2005) Daniel (12 November 2005) - Eugene Kotlyarov found out that cygwin's poll() function isn't doing things - right: http://curl.haxx.se/mail/archive-2005-11/0045.html so we now disable + right: https://curl.haxx.se/mail/archive-2005-11/0045.html so we now disable poll() and use select() on cygwin too (we already do the same choice on Mac OS X) - Dima Barsky patched problem #1348930: the GnuTLS code completely ignored - client certificates! (http://curl.haxx.se/bug/view.cgi?id=1348930). + client certificates! (https://curl.haxx.se/bug/view.cgi?id=1348930). Daniel (10 November 2005) - David Lang fixed IPv6 support for TFTP! @@ -6931,14 +6931,14 @@ Daniel (31 October 2005) Daniel (27 October 2005) - Nis Jorgensen filed bug report #1338648 - (http://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a + (https://curl.haxx.se/bug/view.cgi?id=1338648) which really is more of a feature request, but anyway. It pointed out that --max-redirs did not allow it to be set to 0, which then would return an error code on the first Location: found. Based on Nis' patch, now libcurl supports CURLOPT_MAXREDIRS set to 0, or -1 for infinity. Added test case 274 to verify. - tommink[at]post.pl reported in bug report #1337723 - (http://curl.haxx.se/bug/view.cgi?id=1337723) that curl could not upload + (https://curl.haxx.se/bug/view.cgi?id=1337723) that curl could not upload binary data from stdin on Windows if the data contained control-Z (hex 1a) since that is treated as end-of-file when read in text mode. Gisle Vanem pointed out the fix, and I made both -T and --data-binary take advantage of @@ -6952,7 +6952,7 @@ Daniel (27 October 2005) Daniel (25 October 2005) - Amol Pattekar reported a bug with great detail and a fine example in bug - #1326306 (http://curl.haxx.se/bug/view.cgi?id=1326306). When using the multi + #1326306 (https://curl.haxx.se/bug/view.cgi?id=1326306). When using the multi interface and connecting to a host with multiple IP addresses, and one of the addresses fails to connect (the server must exist and respond, just not accept connections) libcurl leaks a socket descriptor. Thanks to the fine @@ -6960,7 +6960,7 @@ Daniel (25 October 2005) Daniel (22 October 2005) - Dima Barsky reported a problem with GnuTLS-enabled libcurl in bug report - #1334338 (http://curl.haxx.se/bug/view.cgi?id=1334338). When reading an SSL + #1334338 (https://curl.haxx.se/bug/view.cgi?id=1334338). When reading an SSL stream from a server and the server requests a "rehandshake", the current code simply returns this as an error. I have no good way to test this, but I've added a crude attempt of dealing with this situation slightly better - @@ -6972,11 +6972,11 @@ Daniel (22 October 2005) Daniel (21 October 2005) - "Ofer" reported a problem when libcurl re-used a connection and failed to do it, it could then accidentally actually crash. Presumably, this concerns FTP - connections. http://curl.haxx.se/bug/view.cgi?id=1330310 + connections. https://curl.haxx.se/bug/view.cgi?id=1330310 - Temprimus improved the MSVC makefile so that the static debug SSL libs are linked to the executable and not to the libcurld.lib - http://curl.haxx.se/bug/view.cgi?id=1326676 + https://curl.haxx.se/bug/view.cgi?id=1326676 - Bradford Bruce made the windows resolver code properly return CURLE_COULDNT_RESOLVE_PROXY and CURLE_COULDNT_RESOLVE_HOST on resolving @@ -6991,7 +6991,7 @@ Daniel (20 October 2005) - Temprimus improved the MSVC makefile: "makes a build option available so if you set rtlibcfg=static for the make, then it would build with /MT. The default behaviour is /MD (the original)." - http://curl.haxx.se/bug/view.cgi?id=1326665 + https://curl.haxx.se/bug/view.cgi?id=1326665 Daniel (14 October 2005) - Reverted the LIBCURL_VERSION_NUM change from October 6. As Dave Dribin @@ -7013,7 +7013,7 @@ Daniel (12 October 2005) appropriate HTTP 30x response code) and the new URL contains a URL with a user name and domain name that together are longer than 192 bytes - See http://curl.haxx.se/docs/security.html for further details and updates + See https://curl.haxx.se/docs/security.html for further details and updates Daniel (5 October 2005) - Darryl House reported a problem with using -z to download files from FTP. @@ -7029,7 +7029,7 @@ Daniel (4 October 2005) the MEST and CEST time zones. Daniel (27 September 2005) -- David Yan filed bug #1299181 (http://curl.haxx.se/bug/view.cgi?id=1299181) +- David Yan filed bug #1299181 (https://curl.haxx.se/bug/view.cgi?id=1299181) that identified a silly problem with Content-Range: headers with the 'bytes' keyword written in a different case than all lowercase! It would cause a segfault! @@ -7179,7 +7179,7 @@ Daniel (9 August 2005) Daniel (8 August 2005) - Jon Grubbs filed bug report #1249962 - (http://curl.haxx.se/bug/view.cgi?id=1249962) which identified a problem + (https://curl.haxx.se/bug/view.cgi?id=1249962) which identified a problem with NTLM on a HTTP proxy if an FTP URL was given. libcurl now properly switches to pure HTTP internally when an HTTP proxy is used, even for FTP URLs. The problem would also occur with other multi-pass auth methods. @@ -7212,7 +7212,7 @@ Daniel (12 July 2005) Daniel (5 July 2005) - Gisle Vanem came up with a nice little work-around for bug #1230118 - (http://curl.haxx.se/bug/view.cgi?id=1230118). It seems the Windows (MSVC) + (https://curl.haxx.se/bug/view.cgi?id=1230118). It seems the Windows (MSVC) libc time functions may return data one hour off if TZ is not set and automatic DST adjustment is enabled. This made curl_getdate() return wrong value, and it also concerned internal cookie expirations etc. @@ -7252,8 +7252,8 @@ Daniel (22 June 2005) Daniel (14 June 2005) - Gisle Vanem fixed a potential thread handle leak. Bug report #1216500 - (http://curl.haxx.se/bug/view.cgi?id=1216500). Comment in - http://curl.haxx.se/mail/lib-2005-06/0059.html + (https://curl.haxx.se/bug/view.cgi?id=1216500). Comment in + https://curl.haxx.se/mail/lib-2005-06/0059.html Daniel (13 June 2005) - Made buildconf run libtoolize in the ares dir too (inspired by Tupone's @@ -7281,7 +7281,7 @@ Daniel (6 June 2005) Daniel (3 June 2005) - Added docs/libcurl/getinfo-times, based on feedback from 'Edi': - http://curl.haxx.se/feedback/display.cgi?id=11178325798299&support=yes + https://curl.haxx.se/feedback/display.cgi?id=11178325798299&support=yes - Andres Garcia provided yet another text mode patch for several test cases so that they do text comparisions better on Windows (newline-wise). @@ -7289,7 +7289,7 @@ Daniel (3 June 2005) Daniel (1 June 2005) - The configure check for c-ares now adds the cares lib before the other libs, to make it build fine with mingw. Inspired by Tupone Alfredo's bug report - and patch: http://curl.haxx.se/bug/view.cgi?id=1212940 + and patch: https://curl.haxx.se/bug/view.cgi?id=1212940 Daniel (31 May 2005) - Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6 @@ -7324,7 +7324,7 @@ Daniel (20 May 2005) Daniel (18 May 2005) - John McGowan identified a problem in bug report #1204435 - (http://curl.haxx.se/bug/view.cgi?id=1204435) with malformed URLs like + (https://curl.haxx.se/bug/view.cgi?id=1204435) with malformed URLs like "http://somehost?data" as it added a slash too much in the request ("GET /?data/"...). Added test case 260 to verify. @@ -7350,7 +7350,7 @@ Daniel (12 May 2005) over a proxy that uses NTLM authentication, libcurl failed to use NTLM again properly (the auth method was accidentally reset to the same as had been set for host auth, which defaults to Basic). Bug report #1200661 - (http://curl.haxx.se/bug/view.cgi?id=1200661) identified the the problem and + (https://curl.haxx.se/bug/view.cgi?id=1200661) identified the the problem and the fix. - If -z/--time-cond is used with an invalid date syntax, this is no longer @@ -7389,7 +7389,7 @@ Daniel (11 May 2005) Daniel (10 May 2005) - Half-baked attempt to bail out if select() returns _only_ errorfds when the transfer is in progress. An attempt to fix Allan's problem. See - http://curl.haxx.se/mail/lib-2005-05/0073.html and the rest of that thread + https://curl.haxx.se/mail/lib-2005-05/0073.html and the rest of that thread for details. I'm still not sure this is the right fix, but... @@ -7719,7 +7719,7 @@ Daniel (10 February 2005) Daniel (9 February 2005) - David Byron fixed his SSL problems, initially mentioned here: - http://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use + https://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use SSL_pending() as we should. - Converted lots of FTP code to a statemachine, so that the multi interface @@ -7931,7 +7931,7 @@ Daniel (11 January 2005) using a custom Host: header and curl fails to send a request on a re-used persistent connection and thus creates a new connection and resends it. It then sent two Host: headers. Cyrill's analysis was posted here: - http://curl.haxx.se/mail/archive-2005-01/0022.html + https://curl.haxx.se/mail/archive-2005-01/0022.html - Bruce Mitchener identified (bug report #1099640) the never-ending SOCKS5 problem with the version byte and the check for bad versions. Bruce has lots @@ -8487,7 +8487,7 @@ Daniel (16 September 2004) http://bsdftpd-ssl.sc.ru/" which accordingly doesn't properly work with curl when "AUTH SSL" is issued (although the server responds fine and everything) but requires that curl issues "AUTH TLS" instead. See - http://curl.haxx.se/feedback/display.cgi?id=10951944937603&support=yes + https://curl.haxx.se/feedback/display.cgi?id=10951944937603&support=yes Introducing CURLOPT_FTPSSLAUTH that allows the application to select which of the AUTH strings to attempt first. @@ -9656,7 +9656,7 @@ Daniel (19 February 2004) curlx_strtoll() function. This is made to allow the app to use existing code, but without polluting the libcurl API. Further explanations posted here: - http://curl.haxx.se/mail/lib-2004-02/0215.html + https://curl.haxx.se/mail/lib-2004-02/0215.html Daniel (18 February 2004) - Fixed buildconf to not use "which" as AIX and Tru64 have what have been @@ -9758,7 +9758,7 @@ Daniel (5 February 2004) messages when bailing out in the that function. - Tor Arntsen now provides AIX and IRIX (using gcc, xlc and the MIPSPro - compilers) automated build logs (http://curl.haxx.se/auto/) and we've fixed + compilers) automated build logs (https://curl.haxx.se/auto/) and we've fixed numerous minor quirks to make less warnings appear. Daniel (4 February 2004) @@ -10107,7 +10107,7 @@ Daniel (19 November) problems related to ftp partial downloads: if a partial transfer is detected, we must close the connection as we cannot know in what state it is anymore. This looks like a ProFTPD bug: - http://curl.haxx.se/mail/lib-2003-11/0079.html + https://curl.haxx.se/mail/lib-2003-11/0079.html Daniel (17 November) - Maciej W. Rozycki made the configure script use a cache variable for the @@ -10808,7 +10808,7 @@ Daniel (23 June) comments and clarified the current code more. Using the new knowledge, we should be able to make the NTLM stuff work even better. Eric's original URL: http://davenport.sourceforge.net/ntlm.html - Version stored and provided at curl site: http://curl.haxx.se/rfc/ntlm.html + Version stored and provided at curl site: https://curl.haxx.se/rfc/ntlm.html - Fixed the minor compile problems pre3 had if built without GSSAPI and/or SSL. @@ -11494,7 +11494,7 @@ Version 7.10.3-pre4 (9 Jan 2003) Daniel (9 Jan 2003) - Updated lib/share.c quite a bit to match the design document at - http://curl.haxx.se/dev/sharing.txt a lot more. + https://curl.haxx.se/dev/sharing.txt a lot more. I'll try to update the document soonish. share.c is still not actually used by libcurl, but the API is slowly getting there and we can start @@ -11935,7 +11935,7 @@ Daniel (4 Sep 2002) Daniel (3 Sep 2002) - Updated all source code headers to use MIT-license references only, and - point to the COPYING file and the http://curl.haxx.se/docs/copyright.html + point to the COPYING file and the https://curl.haxx.se/docs/copyright.html URL. I've cut out all references to MPL that I could find. - Corected the makefiles to not always use -lz when linking @@ -12503,7 +12503,7 @@ Daniel (22 March 2002) windows makefiles. - Jon Dillon provided us with several good-looking curl images for - promotion. View them here http://curl.haxx.se/icons.html + promotion. View them here https://curl.haxx.se/icons.html Daniel (20 March 2002) - Peter Verhas found out that CRLF replacement in uploads was not working. I @@ -12971,7 +12971,7 @@ Daniel (9 January 2002) - Posted the curl questionnaire on the web site. If you haven't posted your opinions there yet, go there and do it now while it is still there: - http://curl.haxx.se/q/ + https://curl.haxx.se/q/ - Georg Horn quickly found out that the SSL reading no longer worked as supposed since the switch to non-blocking sockets. I've made a quick patch @@ -13379,7 +13379,7 @@ Daniel (1 November 2001) - Minor updates to the FAQ, added a brand new section to the web site about the name issue (who owns "curl"? will someone sue us? etc etc): - http://curl.haxx.se/legal/thename.html + https://curl.haxx.se/legal/thename.html Version 7.9.1-pre7 @@ -16359,7 +16359,7 @@ Daniel (17 January 2000): progress deal better with larger files and added a "Time" field which shows the time spent on the download so far. - I'm now using the CVS repository on sourceforge.net, which also allows web - browsing. See http://curl.haxx.nu. + browsing. See https://curl.haxx.nu. Daniel (10 January 2000): - Renumbered some enums in curl/curl.h since tag number 35 was used twice! @@ -16748,7 +16748,7 @@ Version 5.10 - I corrected a few minor things that made the compiler complain when -Wall -pedantic was used. - - I'm moving the official curl web page to http://curl.haxx.nu. I think it + - I'm moving the official curl web page to https://curl.haxx.nu. I think it will make it easier to remember as it is a lot shorter and less cryptic. The old one still works and shows the same info. diff --git a/CMake/CurlTests.c b/CMake/CurlTests.c index 3c712325fd..ceff39151c 100644 --- a/CMake/CurlTests.c +++ b/CMake/CurlTests.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/CMakeLists.txt b/CMakeLists.txt index 36ce0946e9..06f18cf598 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is @@ -64,7 +64,7 @@ message(STATUS "curl version=[${CURL_VERSION}]") # SET(PACKAGE_NAME "curl") # SET(PACKAGE_VERSION "-") # SET(PACKAGE_STRING "curl-") -# SET(PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/") +# SET(PACKAGE_BUGREPORT "a suitable curl mailing list => https://curl.haxx.se/mail/") set(OPERATING_SYSTEM "${CMAKE_SYSTEM_NAME}") set(OS "\"${CMAKE_SYSTEM_NAME}\"") diff --git a/Makefile.am b/Makefile.am index 3974988892..09c463140b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/Makefile.dist b/Makefile.dist index 393a09d47d..329e4f3a88 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2ccc81d9df..7f1e86dacb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,7 +16,7 @@ This release includes the following bugfixes: This release includes the following known bugs: - o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html) + o see docs/KNOWN_BUGS (https://curl.haxx.se/docs/knownbugs.html) This release would not have looked like this without help, code, reports and advice from friends like these: diff --git a/acinclude.m4 b/acinclude.m4 index 567b81b22c..ce61ca6b58 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/buildconf b/buildconf index 705f0d34ea..0d998c2bfc 100755 --- a/buildconf +++ b/buildconf @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/buildconf.bat b/buildconf.bat index 771aa6fba3..e09d67ea89 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -10,7 +10,7 @@ rem * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. rem * 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 * are also available at http://curl.haxx.se/docs/copyright.html. +rem * are also available at https://curl.haxx.se/docs/copyright.html. rem * rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell rem * copies of the Software, and permit persons to whom the Software is diff --git a/configure.ac b/configure.ac index 4e1442f07f..4c9862fc4f 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is @@ -24,7 +24,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) dnl We don't know the version number "statically" so we use a dash here -AC_INIT([curl], [-], [a suitable curl mailing list: http://curl.haxx.se/mail/]) +AC_INIT([curl], [-], [a suitable curl mailing list: https://curl.haxx.se/mail/]) XC_OVR_ZZ50 XC_OVR_ZZ60 diff --git a/curl-config.in b/curl-config.in index 9398722416..af484b4457 100644 --- a/curl-config.in +++ b/curl-config.in @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/docs/INSTALL b/docs/INSTALL index 8fc4d5ff52..d316a1ae50 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -706,7 +706,7 @@ NetWare Builds automatically created 8 times a day from current git are here: http://www.gknw.net/mirror/curl/autobuilds/ the status of these builds can be viewed at the autobuild table: - http://curl.haxx.se/dev/builds.html + https://curl.haxx.se/dev/builds.html eCos ==== diff --git a/docs/INSTALL.devcpp b/docs/INSTALL.devcpp index ee2d7036f7..f989d5295e 100644 --- a/docs/INSTALL.devcpp +++ b/docs/INSTALL.devcpp @@ -248,7 +248,7 @@ SSL Files openssl-0.9.7e-win32-bin.zip for the minimalist package of the openssl-0.9.7e binaries ported to MS Windows 95/98/NT/XP using the MingW32/GCC-3.1 development environment. The file may be downloaded at -http://curl.haxx.se/download/. +https://curl.haxx.se/download/. 2- Open the above zip file. You will find two files - SDL.dll, SDL_mixer.dll. Install them in the directory C:\WINDOWS\SYSTEM32 for Win 9x diff --git a/docs/Makefile.am b/docs/Makefile.am index 5822ad224f..c1fa5661b6 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/docs/curl-config.1 b/docs/curl-config.1 index 14a9d2ba87..4c1e323c6c 100644 --- a/docs/curl-config.1 +++ b/docs/curl-config.1 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/curl.1 b/docs/curl.1 index 496b00aef6..3f51ffeb6b 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/10-at-a-time.c b/docs/examples/10-at-a-time.c index f43dc75e0f..554d3c066f 100644 --- a/docs/examples/10-at-a-time.c +++ b/docs/examples/10-at-a-time.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index 8e2bc9a835..a7721cc006 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/Makefile.example b/docs/examples/Makefile.example index dfd117873a..17e614ea17 100644 --- a/docs/examples/Makefile.example +++ b/docs/examples/Makefile.example @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/Makefile.inc b/docs/examples/Makefile.inc index 2944967b2e..8ce6f57f0c 100644 --- a/docs/examples/Makefile.inc +++ b/docs/examples/Makefile.inc @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/Makefile.m32 b/docs/examples/Makefile.m32 index 7be640c1e7..e75b6d1308 100644 --- a/docs/examples/Makefile.m32 +++ b/docs/examples/Makefile.m32 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/adddocsref.pl b/docs/examples/adddocsref.pl index 2dcc24b63b..efebfe2bc7 100755 --- a/docs/examples/adddocsref.pl +++ b/docs/examples/adddocsref.pl @@ -2,7 +2,7 @@ # pass files as argument(s) -my $docroot="http://curl.haxx.se/libcurl/c"; +my $docroot="https://curl.haxx.se/libcurl/c"; for $f (@ARGV) { open(NEW, ">$f.new"); diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c index 2962645b92..851d6c5114 100644 --- a/docs/examples/anyauthput.c +++ b/docs/examples/anyauthput.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/asiohiper.cpp b/docs/examples/asiohiper.cpp index ff4134856b..c9bb999554 100644 --- a/docs/examples/asiohiper.cpp +++ b/docs/examples/asiohiper.cpp @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/cacertinmem.c b/docs/examples/cacertinmem.c index 67fd382b15..be40e8b01f 100644 --- a/docs/examples/cacertinmem.c +++ b/docs/examples/cacertinmem.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/certinfo.c b/docs/examples/certinfo.c index 7ec70ee1cd..de2e31088e 100644 --- a/docs/examples/certinfo.c +++ b/docs/examples/certinfo.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/chkspeed.c b/docs/examples/chkspeed.c index bae8ea6b8c..443a32914b 100644 --- a/docs/examples/chkspeed.c +++ b/docs/examples/chkspeed.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/cookie_interface.c b/docs/examples/cookie_interface.c index b67051c795..f54dd589e3 100644 --- a/docs/examples/cookie_interface.c +++ b/docs/examples/cookie_interface.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/debug.c b/docs/examples/debug.c index 6baab44051..5b9af0415d 100644 --- a/docs/examples/debug.c +++ b/docs/examples/debug.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/evhiperfifo.c b/docs/examples/evhiperfifo.c index 5a60c8d2cf..ab4d00b308 100644 --- a/docs/examples/evhiperfifo.c +++ b/docs/examples/evhiperfifo.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/externalsocket.c b/docs/examples/externalsocket.c index cae5ccc728..bc08c6f819 100644 --- a/docs/examples/externalsocket.c +++ b/docs/examples/externalsocket.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/fileupload.c b/docs/examples/fileupload.c index b695a2a612..363fae6949 100644 --- a/docs/examples/fileupload.c +++ b/docs/examples/fileupload.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/ftp-wildcard.c b/docs/examples/ftp-wildcard.c index ae0855cb8a..7787003ca1 100644 --- a/docs/examples/ftp-wildcard.c +++ b/docs/examples/ftp-wildcard.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/ftpget.c b/docs/examples/ftpget.c index 8ec7d73367..2b0c8587e1 100644 --- a/docs/examples/ftpget.c +++ b/docs/examples/ftpget.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/ftpgetinfo.c b/docs/examples/ftpgetinfo.c index baea7d8e15..981411cb9a 100644 --- a/docs/examples/ftpgetinfo.c +++ b/docs/examples/ftpgetinfo.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -65,7 +65,7 @@ int main(void) res = curl_easy_perform(curl); if(CURLE_OK == res) { - /* http://curl.haxx.se/libcurl/c/curl_easy_getinfo.html */ + /* https://curl.haxx.se/libcurl/c/curl_easy_getinfo.html */ res = curl_easy_getinfo(curl, CURLINFO_FILETIME, &filetime); if((CURLE_OK == res) && (filetime >= 0)) { time_t file_time = (time_t)filetime; diff --git a/docs/examples/ftpgetresp.c b/docs/examples/ftpgetresp.c index 76c512bb36..70d13548ee 100644 --- a/docs/examples/ftpgetresp.c +++ b/docs/examples/ftpgetresp.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/ftpsget.c b/docs/examples/ftpsget.c index 2c1fd3e995..d53f088479 100644 --- a/docs/examples/ftpsget.c +++ b/docs/examples/ftpsget.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/ftpupload.c b/docs/examples/ftpupload.c index b4fc79f992..129c27a28f 100644 --- a/docs/examples/ftpupload.c +++ b/docs/examples/ftpupload.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/ftpuploadresume.c b/docs/examples/ftpuploadresume.c index 1a24f7cbd6..06827ca52e 100644 --- a/docs/examples/ftpuploadresume.c +++ b/docs/examples/ftpuploadresume.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/getinfo.c b/docs/examples/getinfo.c index 7f578df432..5585564cee 100644 --- a/docs/examples/getinfo.c +++ b/docs/examples/getinfo.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/getinmemory.c b/docs/examples/getinmemory.c index 2cf201e967..fb79478389 100644 --- a/docs/examples/getinmemory.c +++ b/docs/examples/getinmemory.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/getredirect.c b/docs/examples/getredirect.c index acd68cce06..347b1e9bc0 100644 --- a/docs/examples/getredirect.c +++ b/docs/examples/getredirect.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/ghiper.c b/docs/examples/ghiper.c index 0621d3eefe..b25f552106 100644 --- a/docs/examples/ghiper.c +++ b/docs/examples/ghiper.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/hiperfifo.c b/docs/examples/hiperfifo.c index 1b5d4f5f5d..4231074e3b 100644 --- a/docs/examples/hiperfifo.c +++ b/docs/examples/hiperfifo.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/href_extractor.c b/docs/examples/href_extractor.c index f2c324e3c5..3dd4aa7430 100644 --- a/docs/examples/href_extractor.c +++ b/docs/examples/href_extractor.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/htmltidy.c b/docs/examples/htmltidy.c index c1d9508dac..8df5d8fead 100644 --- a/docs/examples/htmltidy.c +++ b/docs/examples/htmltidy.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/htmltitle.cpp b/docs/examples/htmltitle.cpp index d91b505aa6..180a72122e 100644 --- a/docs/examples/htmltitle.cpp +++ b/docs/examples/htmltitle.cpp @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/http-post.c b/docs/examples/http-post.c index a213c398f7..017545271d 100644 --- a/docs/examples/http-post.c +++ b/docs/examples/http-post.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/http2-download.c b/docs/examples/http2-download.c index d4f111cf14..4b31da078c 100644 --- a/docs/examples/http2-download.c +++ b/docs/examples/http2-download.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/http2-serverpush.c b/docs/examples/http2-serverpush.c index 1a27d21c34..2de2bd0f24 100644 --- a/docs/examples/http2-serverpush.c +++ b/docs/examples/http2-serverpush.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/http2-upload.c b/docs/examples/http2-upload.c index cc9883b558..9e146f0494 100644 --- a/docs/examples/http2-upload.c +++ b/docs/examples/http2-upload.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/httpcustomheader.c b/docs/examples/httpcustomheader.c index e742db969a..d22b7bc5da 100644 --- a/docs/examples/httpcustomheader.c +++ b/docs/examples/httpcustomheader.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/httpput.c b/docs/examples/httpput.c index 71191164fb..3a71f40357 100644 --- a/docs/examples/httpput.c +++ b/docs/examples/httpput.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/https.c b/docs/examples/https.c index 2d5909eaab..cca83fee55 100644 --- a/docs/examples/https.c +++ b/docs/examples/https.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-append.c b/docs/examples/imap-append.c index c2fe2ab1f7..5daa5ecf53 100644 --- a/docs/examples/imap-append.c +++ b/docs/examples/imap-append.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-copy.c b/docs/examples/imap-copy.c index 0b283ea600..4c3b640b95 100644 --- a/docs/examples/imap-copy.c +++ b/docs/examples/imap-copy.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-create.c b/docs/examples/imap-create.c index 26a86f7301..8f72cb8fe8 100644 --- a/docs/examples/imap-create.c +++ b/docs/examples/imap-create.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-delete.c b/docs/examples/imap-delete.c index 3f55562b43..bd9d1a4905 100644 --- a/docs/examples/imap-delete.c +++ b/docs/examples/imap-delete.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-examine.c b/docs/examples/imap-examine.c index 45b7ccc453..4287f8a108 100644 --- a/docs/examples/imap-examine.c +++ b/docs/examples/imap-examine.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-fetch.c b/docs/examples/imap-fetch.c index 4c833d3816..89113f454c 100644 --- a/docs/examples/imap-fetch.c +++ b/docs/examples/imap-fetch.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-list.c b/docs/examples/imap-list.c index ee97a12adf..291e1e6716 100644 --- a/docs/examples/imap-list.c +++ b/docs/examples/imap-list.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-lsub.c b/docs/examples/imap-lsub.c index 0a1b5b2e4b..d130c3d518 100644 --- a/docs/examples/imap-lsub.c +++ b/docs/examples/imap-lsub.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-multi.c b/docs/examples/imap-multi.c index a890bce4df..bbecf49765 100644 --- a/docs/examples/imap-multi.c +++ b/docs/examples/imap-multi.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-noop.c b/docs/examples/imap-noop.c index 7b3b4b0713..566890efa4 100644 --- a/docs/examples/imap-noop.c +++ b/docs/examples/imap-noop.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-search.c b/docs/examples/imap-search.c index b5e24cc3f6..f1261e1ecd 100644 --- a/docs/examples/imap-search.c +++ b/docs/examples/imap-search.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-ssl.c b/docs/examples/imap-ssl.c index 79b8df1b97..afd69b7c64 100644 --- a/docs/examples/imap-ssl.c +++ b/docs/examples/imap-ssl.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-store.c b/docs/examples/imap-store.c index e900f4b494..8479457b11 100644 --- a/docs/examples/imap-store.c +++ b/docs/examples/imap-store.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/imap-tls.c b/docs/examples/imap-tls.c index 89fc2f6afa..3708451363 100644 --- a/docs/examples/imap-tls.c +++ b/docs/examples/imap-tls.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/makefile.dj b/docs/examples/makefile.dj index 4a239b37a2..af761130cf 100644 --- a/docs/examples/makefile.dj +++ b/docs/examples/makefile.dj @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/multi-app.c b/docs/examples/multi-app.c index 6dcb68b567..421b8f4a99 100644 --- a/docs/examples/multi-app.c +++ b/docs/examples/multi-app.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/multi-debugcallback.c b/docs/examples/multi-debugcallback.c index 6769024ac4..67020baea2 100644 --- a/docs/examples/multi-debugcallback.c +++ b/docs/examples/multi-debugcallback.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/multi-double.c b/docs/examples/multi-double.c index d652e7ca82..2f3fd9ee82 100644 --- a/docs/examples/multi-double.c +++ b/docs/examples/multi-double.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/multi-post.c b/docs/examples/multi-post.c index 115dc0ceb8..d3ab6d51d2 100644 --- a/docs/examples/multi-post.c +++ b/docs/examples/multi-post.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/multi-single.c b/docs/examples/multi-single.c index 1df9444273..72bb3fc7e8 100644 --- a/docs/examples/multi-single.c +++ b/docs/examples/multi-single.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/multi-uv.c b/docs/examples/multi-uv.c index 3d6e6de729..dfa1ad2db0 100644 --- a/docs/examples/multi-uv.c +++ b/docs/examples/multi-uv.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/multithread.c b/docs/examples/multithread.c index 23d5d8aad7..a8fb6e2637 100644 --- a/docs/examples/multithread.c +++ b/docs/examples/multithread.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -40,7 +40,7 @@ */ const char * const urls[NUMT]= { - "http://curl.haxx.se/", + "https://curl.haxx.se/", "ftp://cool.haxx.se/", "http://www.contactor.se/", "www.haxx.se" diff --git a/docs/examples/opensslthreadlock.c b/docs/examples/opensslthreadlock.c index 03ec1f29b8..9bf1fcc0ed 100644 --- a/docs/examples/opensslthreadlock.c +++ b/docs/examples/opensslthreadlock.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/persistant.c b/docs/examples/persistant.c index 3e6af18f2c..a1e614bdba 100644 --- a/docs/examples/persistant.c +++ b/docs/examples/persistant.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/pop3-dele.c b/docs/examples/pop3-dele.c index d0d2a49e93..144978353d 100644 --- a/docs/examples/pop3-dele.c +++ b/docs/examples/pop3-dele.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/pop3-list.c b/docs/examples/pop3-list.c index 49dd19ed3d..b530a0446b 100644 --- a/docs/examples/pop3-list.c +++ b/docs/examples/pop3-list.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/pop3-multi.c b/docs/examples/pop3-multi.c index 85a36922d7..9beccfee2f 100644 --- a/docs/examples/pop3-multi.c +++ b/docs/examples/pop3-multi.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/pop3-noop.c b/docs/examples/pop3-noop.c index 7eda5ba2e8..bc162d0c92 100644 --- a/docs/examples/pop3-noop.c +++ b/docs/examples/pop3-noop.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/pop3-retr.c b/docs/examples/pop3-retr.c index c28cdc9c7c..b36ddb55c3 100644 --- a/docs/examples/pop3-retr.c +++ b/docs/examples/pop3-retr.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/pop3-ssl.c b/docs/examples/pop3-ssl.c index bed2d5056d..f0d4e269d2 100644 --- a/docs/examples/pop3-ssl.c +++ b/docs/examples/pop3-ssl.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/pop3-stat.c b/docs/examples/pop3-stat.c index d4297f2515..46a0a451c2 100644 --- a/docs/examples/pop3-stat.c +++ b/docs/examples/pop3-stat.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/pop3-tls.c b/docs/examples/pop3-tls.c index 2c4f635772..d6d57439d4 100644 --- a/docs/examples/pop3-tls.c +++ b/docs/examples/pop3-tls.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/pop3-top.c b/docs/examples/pop3-top.c index 831e7a5e8a..f452b41272 100644 --- a/docs/examples/pop3-top.c +++ b/docs/examples/pop3-top.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/pop3-uidl.c b/docs/examples/pop3-uidl.c index f947f1fa6c..f127120e4b 100644 --- a/docs/examples/pop3-uidl.c +++ b/docs/examples/pop3-uidl.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/post-callback.c b/docs/examples/post-callback.c index a2f0427fec..f4cd50c0be 100644 --- a/docs/examples/post-callback.c +++ b/docs/examples/post-callback.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/postinmemory.c b/docs/examples/postinmemory.c index edeb84e692..9dd4cb637b 100644 --- a/docs/examples/postinmemory.c +++ b/docs/examples/postinmemory.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/postit2.c b/docs/examples/postit2.c index 0f8dd98bbd..b4853f3ac0 100644 --- a/docs/examples/postit2.c +++ b/docs/examples/postit2.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/progressfunc.c b/docs/examples/progressfunc.c index b1adf3c83e..ab34ef988d 100644 --- a/docs/examples/progressfunc.c +++ b/docs/examples/progressfunc.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/resolve.c b/docs/examples/resolve.c index cc58bebba7..15e343f9e9 100644 --- a/docs/examples/resolve.c +++ b/docs/examples/resolve.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/sampleconv.c b/docs/examples/sampleconv.c index 466c40cc7b..1505ef2c6e 100644 --- a/docs/examples/sampleconv.c +++ b/docs/examples/sampleconv.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/sendrecv.c b/docs/examples/sendrecv.c index 9bc2371caf..728b5fd65b 100644 --- a/docs/examples/sendrecv.c +++ b/docs/examples/sendrecv.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/sepheaders.c b/docs/examples/sepheaders.c index 94cbd909cc..6ffeb72028 100644 --- a/docs/examples/sepheaders.c +++ b/docs/examples/sepheaders.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/sessioninfo.c b/docs/examples/sessioninfo.c index 94e8884c95..11c87cd1b1 100644 --- a/docs/examples/sessioninfo.c +++ b/docs/examples/sessioninfo.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/sftpget.c b/docs/examples/sftpget.c index dec91fde95..1ca7448e2b 100644 --- a/docs/examples/sftpget.c +++ b/docs/examples/sftpget.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/simple.c b/docs/examples/simple.c index e6c70ed6f2..7226f4b948 100644 --- a/docs/examples/simple.c +++ b/docs/examples/simple.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/simplepost.c b/docs/examples/simplepost.c index 985d7397f4..99df057dd2 100644 --- a/docs/examples/simplepost.c +++ b/docs/examples/simplepost.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/simplessl.c b/docs/examples/simplessl.c index 509f1aaa0f..4f0d26ab5d 100644 --- a/docs/examples/simplessl.c +++ b/docs/examples/simplessl.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/smooth-gtk-thread.c b/docs/examples/smooth-gtk-thread.c index a367da05b2..b0d297a217 100644 --- a/docs/examples/smooth-gtk-thread.c +++ b/docs/examples/smooth-gtk-thread.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/smtp-expn.c b/docs/examples/smtp-expn.c index 0454433c74..fb0ed1d12b 100644 --- a/docs/examples/smtp-expn.c +++ b/docs/examples/smtp-expn.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/smtp-mail.c b/docs/examples/smtp-mail.c index a1abaa352c..3b1c25fa1a 100644 --- a/docs/examples/smtp-mail.c +++ b/docs/examples/smtp-mail.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/smtp-multi.c b/docs/examples/smtp-multi.c index 936c56b9c8..79db7ab303 100644 --- a/docs/examples/smtp-multi.c +++ b/docs/examples/smtp-multi.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/smtp-ssl.c b/docs/examples/smtp-ssl.c index bb77d68f7a..8bcc7ced9a 100644 --- a/docs/examples/smtp-ssl.c +++ b/docs/examples/smtp-ssl.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/smtp-tls.c b/docs/examples/smtp-tls.c index c9f5c99c1b..3ba9d2d2c0 100644 --- a/docs/examples/smtp-tls.c +++ b/docs/examples/smtp-tls.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/smtp-vrfy.c b/docs/examples/smtp-vrfy.c index 9bd0cdf620..4e0623fb8d 100644 --- a/docs/examples/smtp-vrfy.c +++ b/docs/examples/smtp-vrfy.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/synctime.c b/docs/examples/synctime.c index 69535ca1c5..70dfc808bd 100644 --- a/docs/examples/synctime.c +++ b/docs/examples/synctime.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/threaded-ssl.c b/docs/examples/threaded-ssl.c index d73766ac06..312c9d7377 100644 --- a/docs/examples/threaded-ssl.c +++ b/docs/examples/threaded-ssl.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/url2file.c b/docs/examples/url2file.c index a357a3120e..52de7a852b 100644 --- a/docs/examples/url2file.c +++ b/docs/examples/url2file.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/usercertinmem.c b/docs/examples/usercertinmem.c index 43716eaeea..d6ccc973a3 100644 --- a/docs/examples/usercertinmem.c +++ b/docs/examples/usercertinmem.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/version-check.pl b/docs/examples/version-check.pl index 92f0808d61..074e50d8cb 100755 --- a/docs/examples/version-check.pl +++ b/docs/examples/version-check.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/docs/examples/xmlstream.c b/docs/examples/xmlstream.c index 1b3c6b6bdd..3ed5c1985a 100644 --- a/docs/examples/xmlstream.c +++ b/docs/examples/xmlstream.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/Makefile.am b/docs/libcurl/Makefile.am index 2083ed6522..88c4f8dc75 100644 --- a/docs/libcurl/Makefile.am +++ b/docs/libcurl/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_cleanup.3 b/docs/libcurl/curl_easy_cleanup.3 index e8cd55095a..cc5990e21c 100644 --- a/docs/libcurl/curl_easy_cleanup.3 +++ b/docs/libcurl/curl_easy_cleanup.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_duphandle.3 b/docs/libcurl/curl_easy_duphandle.3 index 34cba58c4a..262cebd321 100644 --- a/docs/libcurl/curl_easy_duphandle.3 +++ b/docs/libcurl/curl_easy_duphandle.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_escape.3 b/docs/libcurl/curl_easy_escape.3 index 95da515389..d2b6cd2861 100644 --- a/docs/libcurl/curl_easy_escape.3 +++ b/docs/libcurl/curl_easy_escape.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index 9050778f42..093e8880f8 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_init.3 b/docs/libcurl/curl_easy_init.3 index 4f7f0042fa..371a3b81cf 100644 --- a/docs/libcurl/curl_easy_init.3 +++ b/docs/libcurl/curl_easy_init.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_pause.3 b/docs/libcurl/curl_easy_pause.3 index 22498cfadf..cb794040fd 100644 --- a/docs/libcurl/curl_easy_pause.3 +++ b/docs/libcurl/curl_easy_pause.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_perform.3 b/docs/libcurl/curl_easy_perform.3 index fc8c59e57f..e0a88cbcfe 100644 --- a/docs/libcurl/curl_easy_perform.3 +++ b/docs/libcurl/curl_easy_perform.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_recv.3 b/docs/libcurl/curl_easy_recv.3 index 13012da242..aed40b9517 100644 --- a/docs/libcurl/curl_easy_recv.3 +++ b/docs/libcurl/curl_easy_recv.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_reset.3 b/docs/libcurl/curl_easy_reset.3 index cb69bddfba..0bafb64ac7 100644 --- a/docs/libcurl/curl_easy_reset.3 +++ b/docs/libcurl/curl_easy_reset.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_send.3 b/docs/libcurl/curl_easy_send.3 index 146cb85d94..c1c4ce4a59 100644 --- a/docs/libcurl/curl_easy_send.3 +++ b/docs/libcurl/curl_easy_send.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 961ea55496..eea407b8c5 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_strerror.3 b/docs/libcurl/curl_easy_strerror.3 index 557d467685..ac94122077 100644 --- a/docs/libcurl/curl_easy_strerror.3 +++ b/docs/libcurl/curl_easy_strerror.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_easy_unescape.3 b/docs/libcurl/curl_easy_unescape.3 index c804b401c8..06fd6fcb54 100644 --- a/docs/libcurl/curl_easy_unescape.3 +++ b/docs/libcurl/curl_easy_unescape.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_escape.3 b/docs/libcurl/curl_escape.3 index dca08083f9..03f02d3236 100644 --- a/docs/libcurl/curl_escape.3 +++ b/docs/libcurl/curl_escape.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_formadd.3 b/docs/libcurl/curl_formadd.3 index fa98292165..716d82bbbc 100644 --- a/docs/libcurl/curl_formadd.3 +++ b/docs/libcurl/curl_formadd.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_formfree.3 b/docs/libcurl/curl_formfree.3 index fd19491c79..e651b8e870 100644 --- a/docs/libcurl/curl_formfree.3 +++ b/docs/libcurl/curl_formfree.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_formget.3 b/docs/libcurl/curl_formget.3 index 5781bce121..635c487f56 100644 --- a/docs/libcurl/curl_formget.3 +++ b/docs/libcurl/curl_formget.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_free.3 b/docs/libcurl/curl_free.3 index 9e5570fa4a..5bbf74535f 100644 --- a/docs/libcurl/curl_free.3 +++ b/docs/libcurl/curl_free.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_getdate.3 b/docs/libcurl/curl_getdate.3 index 2e7d7aa7f2..d09980d09f 100644 --- a/docs/libcurl/curl_getdate.3 +++ b/docs/libcurl/curl_getdate.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_getenv.3 b/docs/libcurl/curl_getenv.3 index 33554476a1..c6bee98db3 100644 --- a/docs/libcurl/curl_getenv.3 +++ b/docs/libcurl/curl_getenv.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_global_cleanup.3 b/docs/libcurl/curl_global_cleanup.3 index 83a54e467c..d232263e77 100644 --- a/docs/libcurl/curl_global_cleanup.3 +++ b/docs/libcurl/curl_global_cleanup.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_global_init.3 b/docs/libcurl/curl_global_init.3 index 2e489c1a8f..c578414de0 100644 --- a/docs/libcurl/curl_global_init.3 +++ b/docs/libcurl/curl_global_init.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_global_init_mem.3 b/docs/libcurl/curl_global_init_mem.3 index 0e8c0fa552..7252cf9fac 100644 --- a/docs/libcurl/curl_global_init_mem.3 +++ b/docs/libcurl/curl_global_init_mem.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_mprintf.3 b/docs/libcurl/curl_mprintf.3 index cbf10e1ab0..6c986cad03 100644 --- a/docs/libcurl/curl_mprintf.3 +++ b/docs/libcurl/curl_mprintf.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_add_handle.3 b/docs/libcurl/curl_multi_add_handle.3 index 1561b1e4c9..4c294f5a60 100644 --- a/docs/libcurl/curl_multi_add_handle.3 +++ b/docs/libcurl/curl_multi_add_handle.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_assign.3 b/docs/libcurl/curl_multi_assign.3 index 0a2378de33..75cb86b4cb 100644 --- a/docs/libcurl/curl_multi_assign.3 +++ b/docs/libcurl/curl_multi_assign.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_cleanup.3 b/docs/libcurl/curl_multi_cleanup.3 index 50bc8adbd5..07d9216054 100644 --- a/docs/libcurl/curl_multi_cleanup.3 +++ b/docs/libcurl/curl_multi_cleanup.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_fdset.3 b/docs/libcurl/curl_multi_fdset.3 index 908ef55f9e..beef4deb46 100644 --- a/docs/libcurl/curl_multi_fdset.3 +++ b/docs/libcurl/curl_multi_fdset.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_info_read.3 b/docs/libcurl/curl_multi_info_read.3 index 03be341b27..736183df3d 100644 --- a/docs/libcurl/curl_multi_info_read.3 +++ b/docs/libcurl/curl_multi_info_read.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_init.3 b/docs/libcurl/curl_multi_init.3 index ca9374e151..e84eb768f3 100644 --- a/docs/libcurl/curl_multi_init.3 +++ b/docs/libcurl/curl_multi_init.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_perform.3 b/docs/libcurl/curl_multi_perform.3 index 3ec1fadecb..d2ae541cf0 100644 --- a/docs/libcurl/curl_multi_perform.3 +++ b/docs/libcurl/curl_multi_perform.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_remove_handle.3 b/docs/libcurl/curl_multi_remove_handle.3 index c819fc9e2b..b9daae9b19 100644 --- a/docs/libcurl/curl_multi_remove_handle.3 +++ b/docs/libcurl/curl_multi_remove_handle.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_setopt.3 b/docs/libcurl/curl_multi_setopt.3 index 956519323e..d27c524415 100644 --- a/docs/libcurl/curl_multi_setopt.3 +++ b/docs/libcurl/curl_multi_setopt.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_socket.3 b/docs/libcurl/curl_multi_socket.3 index 6b262f2927..77d2a4f92c 100644 --- a/docs/libcurl/curl_multi_socket.3 +++ b/docs/libcurl/curl_multi_socket.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_socket_action.3 b/docs/libcurl/curl_multi_socket_action.3 index 35d41e6874..6285e6f521 100644 --- a/docs/libcurl/curl_multi_socket_action.3 +++ b/docs/libcurl/curl_multi_socket_action.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_strerror.3 b/docs/libcurl/curl_multi_strerror.3 index 40d0974c5e..b5aa7afb3d 100644 --- a/docs/libcurl/curl_multi_strerror.3 +++ b/docs/libcurl/curl_multi_strerror.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_timeout.3 b/docs/libcurl/curl_multi_timeout.3 index f0c9079660..6f9e818b28 100644 --- a/docs/libcurl/curl_multi_timeout.3 +++ b/docs/libcurl/curl_multi_timeout.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_multi_wait.3 b/docs/libcurl/curl_multi_wait.3 index 45c2e8c953..593e4b371c 100644 --- a/docs/libcurl/curl_multi_wait.3 +++ b/docs/libcurl/curl_multi_wait.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_share_cleanup.3 b/docs/libcurl/curl_share_cleanup.3 index 3af1707bb1..0b265e86e8 100644 --- a/docs/libcurl/curl_share_cleanup.3 +++ b/docs/libcurl/curl_share_cleanup.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_share_init.3 b/docs/libcurl/curl_share_init.3 index 4833a8a83e..545ba038fe 100644 --- a/docs/libcurl/curl_share_init.3 +++ b/docs/libcurl/curl_share_init.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_share_setopt.3 b/docs/libcurl/curl_share_setopt.3 index c196743ff3..cbdbdc558e 100644 --- a/docs/libcurl/curl_share_setopt.3 +++ b/docs/libcurl/curl_share_setopt.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_share_strerror.3 b/docs/libcurl/curl_share_strerror.3 index f1bc398671..faa5299d18 100644 --- a/docs/libcurl/curl_share_strerror.3 +++ b/docs/libcurl/curl_share_strerror.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_slist_append.3 b/docs/libcurl/curl_slist_append.3 index 1a0a65796e..9015e0f610 100644 --- a/docs/libcurl/curl_slist_append.3 +++ b/docs/libcurl/curl_slist_append.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_slist_free_all.3 b/docs/libcurl/curl_slist_free_all.3 index fab3d6080a..31d81da91c 100644 --- a/docs/libcurl/curl_slist_free_all.3 +++ b/docs/libcurl/curl_slist_free_all.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_strequal.3 b/docs/libcurl/curl_strequal.3 index ce575d7acc..a745f7eb60 100644 --- a/docs/libcurl/curl_strequal.3 +++ b/docs/libcurl/curl_strequal.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_unescape.3 b/docs/libcurl/curl_unescape.3 index 56de945370..061fbbf5c9 100644 --- a/docs/libcurl/curl_unescape.3 +++ b/docs/libcurl/curl_unescape.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_version.3 b/docs/libcurl/curl_version.3 index 03922c93cb..4acd73aabf 100644 --- a/docs/libcurl/curl_version.3 +++ b/docs/libcurl/curl_version.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/curl_version_info.3 b/docs/libcurl/curl_version_info.3 index ff68890ac5..5244c21b82 100644 --- a/docs/libcurl/curl_version_info.3 +++ b/docs/libcurl/curl_version_info.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/libcurl-easy.3 b/docs/libcurl/libcurl-easy.3 index f8506a2621..d112632faa 100644 --- a/docs/libcurl/libcurl-easy.3 +++ b/docs/libcurl/libcurl-easy.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/libcurl-errors.3 b/docs/libcurl/libcurl-errors.3 index 5aa8876d5a..5d525382a9 100644 --- a/docs/libcurl/libcurl-errors.3 +++ b/docs/libcurl/libcurl-errors.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index b745b72347..a7f3dbbfcd 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/libcurl-share.3 b/docs/libcurl/libcurl-share.3 index b46eedaee7..c7cd655481 100644 --- a/docs/libcurl/libcurl-share.3 +++ b/docs/libcurl/libcurl-share.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/libcurl-thread.3 b/docs/libcurl/libcurl-thread.3 index ff67a1d996..c272211021 100644 --- a/docs/libcurl/libcurl-thread.3 +++ b/docs/libcurl/libcurl-thread.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/libcurl-tutorial.3 b/docs/libcurl/libcurl-tutorial.3 index 5065379010..3c9bb60f4d 100644 --- a/docs/libcurl/libcurl-tutorial.3 +++ b/docs/libcurl/libcurl-tutorial.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/libcurl.3 b/docs/libcurl/libcurl.3 index e7709c04d0..6618734b43 100644 --- a/docs/libcurl/libcurl.3 +++ b/docs/libcurl/libcurl.3 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/libcurl.m4 b/docs/libcurl/libcurl.m4 index f6ebdd239a..a2373e8daf 100644 --- a/docs/libcurl/libcurl.m4 +++ b/docs/libcurl/libcurl.m4 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/docs/libcurl/mksymbolsmanpage.pl b/docs/libcurl/mksymbolsmanpage.pl index 1bca4d071b..21053c4088 100644 --- a/docs/libcurl/mksymbolsmanpage.pl +++ b/docs/libcurl/mksymbolsmanpage.pl @@ -10,7 +10,7 @@ # * # * This software is licensed as described in the file COPYING, which # * you should have received as part of this distribution. The terms -# * are also available at http://curl.haxx.se/docs/copyright.html. +# * are also available at https://curl.haxx.se/docs/copyright.html. # * # * You may opt to use, copy, modify, merge, publish, distribute and/or sell # * copies of the Software, and permit persons to whom the Software is @@ -39,7 +39,7 @@ print <
. diff --git a/include/curl/Makefile.am b/include/curl/Makefile.am index 86e8b78344..7c924fcb5a 100644 --- a/include/curl/Makefile.am +++ b/include/curl/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/include/curl/curl.h b/include/curl/curl.h index 84229bb698..6d9eba72c4 100644 --- a/include/curl/curl.h +++ b/include/curl/curl.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -24,7 +24,7 @@ /* * If you have libcurl problems, all docs and details are found here: - * http://curl.haxx.se/libcurl/ + * https://curl.haxx.se/libcurl/ * * curl-library mailing list subscription and unsubscription web interface: * http://cool.haxx.se/mailman/listinfo/curl-library/ diff --git a/include/curl/curlbuild.h.cmake b/include/curl/curlbuild.h.cmake index 60bc7a70ec..b07a06042f 100644 --- a/include/curl/curlbuild.h.cmake +++ b/include/curl/curlbuild.h.cmake @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/include/curl/curlbuild.h.dist b/include/curl/curlbuild.h.dist index 7bbaba9f8f..0a6a2c2c00 100644 --- a/include/curl/curlbuild.h.dist +++ b/include/curl/curlbuild.h.dist @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/include/curl/curlbuild.h.in b/include/curl/curlbuild.h.in index e29f195d25..0743655d53 100644 --- a/include/curl/curlbuild.h.in +++ b/include/curl/curlbuild.h.in @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/include/curl/curlrules.h b/include/curl/curlrules.h index 7c2ede35b6..1a9013342e 100644 --- a/include/curl/curlrules.h +++ b/include/curl/curlrules.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/include/curl/curlver.h b/include/curl/curlver.h index 085113c5fb..79cd93bf0b 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/include/curl/easy.h b/include/curl/easy.h index c1e3e76096..afc766cd2d 100644 --- a/include/curl/easy.h +++ b/include/curl/easy.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/include/curl/mprintf.h b/include/curl/mprintf.h index c6b0d7679a..de8c962481 100644 --- a/include/curl/mprintf.h +++ b/include/curl/mprintf.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/include/curl/multi.h b/include/curl/multi.h index 36e2e940ec..0fbbd96f09 100644 --- a/include/curl/multi.h +++ b/include/curl/multi.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/include/curl/stdcheaders.h b/include/curl/stdcheaders.h index ad82ef6335..6f0f7f3435 100644 --- a/include/curl/stdcheaders.h +++ b/include/curl/stdcheaders.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/include/curl/typecheck-gcc.h b/include/curl/typecheck-gcc.h index 2e24db0ff5..6ec8bcfd4f 100644 --- a/include/curl/typecheck-gcc.h +++ b/include/curl/typecheck-gcc.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/Makefile.Watcom b/lib/Makefile.Watcom index 231cfbf7c9..b5928b842d 100644 --- a/lib/Makefile.Watcom +++ b/lib/Makefile.Watcom @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/lib/Makefile.am b/lib/Makefile.am index ef8d124e7f..6f5317a64e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/lib/Makefile.b32 b/lib/Makefile.b32 index c5a148adae..1914a94101 100644 --- a/lib/Makefile.b32 +++ b/lib/Makefile.b32 @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 74176f96fa..39884d0b15 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 598a77abc4..fbc38de216 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 16319a0dd1..789670fb40 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is @@ -87,7 +87,7 @@ endif TARGET = libcurl VERSION = $(LIBCURL_VERSION) COPYR = Copyright (C) $(LIBCURL_COPYRIGHT_STR) -DESCR = cURL libcurl $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se +DESCR = cURL libcurl $(LIBCURL_VERSION_STR) ($(LIBARCH)) - https://curl.haxx.se MTSAFE = YES STACK = 64000 SCREEN = none @@ -501,7 +501,7 @@ curl_config.h: Makefile.netware @echo $(DL)#error This $(notdir $@) is created for NetWare platform!$(DL) >> $@ @echo $(DL)#endif$(DL) >> $@ @echo $(DL)#define VERSION "$(LIBCURL_VERSION_STR)"$(DL) >> $@ - @echo $(DL)#define PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/"$(DL) >> $@ + @echo $(DL)#define PACKAGE_BUGREPORT "a suitable curl mailing list => https://curl.haxx.se/mail/"$(DL) >> $@ ifeq ($(LIBARCH),CLIB) @echo $(DL)#define OS "i586-pc-clib-NetWare"$(DL) >> $@ @echo $(DL)#define NETDB_USE_INTERNET 1$(DL) >> $@ diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index c34c3dbc70..ba903c9db8 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/lib/amigaos.c b/lib/amigaos.c index e3ff85f98e..e2fe35d1fb 100644 --- a/lib/amigaos.c +++ b/lib/amigaos.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/amigaos.h b/lib/amigaos.h index 76578be868..02bee16107 100644 --- a/lib/amigaos.h +++ b/lib/amigaos.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/arpa_telnet.h b/lib/arpa_telnet.h index 098d9a92f7..ec238729dd 100644 --- a/lib/arpa_telnet.h +++ b/lib/arpa_telnet.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/asyn-ares.c b/lib/asyn-ares.c index 98ecdfd71c..adb1a238a7 100644 --- a/lib/asyn-ares.c +++ b/lib/asyn-ares.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/asyn-thread.c b/lib/asyn-thread.c index bd47d5ad5b..83ce0ce4ed 100644 --- a/lib/asyn-thread.c +++ b/lib/asyn-thread.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/asyn.h b/lib/asyn.h index 1b681ea122..416510f95f 100644 --- a/lib/asyn.h +++ b/lib/asyn.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/base64.c b/lib/base64.c index 6b87eed400..2212115b81 100644 --- a/lib/base64.c +++ b/lib/base64.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/checksrc.pl b/lib/checksrc.pl index ddd0b36236..0c16746216 100755 --- a/lib/checksrc.pl +++ b/lib/checksrc.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/lib/config-amigaos.h b/lib/config-amigaos.h index 04b18b7446..74f5f5278f 100644 --- a/lib/config-amigaos.h +++ b/lib/config-amigaos.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/config-dos.h b/lib/config-dos.h index 288bd1db31..f2c9ff4035 100644 --- a/lib/config-dos.h +++ b/lib/config-dos.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/config-mac.h b/lib/config-mac.h index ee7a6590c8..3c12bdfacc 100644 --- a/lib/config-mac.h +++ b/lib/config-mac.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/config-os400.h b/lib/config-os400.h index 1e622281d5..fe5b864d64 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/config-riscos.h b/lib/config-riscos.h index e400577895..0379524fb3 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/config-symbian.h b/lib/config-symbian.h index a40e3d8e08..2603a46b46 100644 --- a/lib/config-symbian.h +++ b/lib/config-symbian.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -658,7 +658,7 @@ /* Define to the address where bug reports for this package should be sent. */ /*#define PACKAGE_BUGREPORT \ - "a suitable curl mailing list => http://curl.haxx.se/mail/"*/ + "a suitable curl mailing list => https://curl.haxx.se/mail/"*/ /* Define to the full name of this package. */ /*#define PACKAGE_NAME "curl"*/ diff --git a/lib/config-tpf.h b/lib/config-tpf.h index d6b8cc2f2d..d1714fdfc4 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -580,7 +580,7 @@ /* Define to the address where bug reports for this package should be sent. */ #define PACKAGE_BUGREPORT \ - "a suitable curl mailing list => http://curl.haxx.se/mail/" + "a suitable curl mailing list => https://curl.haxx.se/mail/" /* Define to the full name of this package. */ #define PACKAGE_NAME "curl" diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index d889efcd8c..780a4a225f 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/config-win32.h b/lib/config-win32.h index 1e6330463a..3920e1fc9d 100644 --- a/lib/config-win32.h +++ b/lib/config-win32.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index a723fd1887..383948576d 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/conncache.c b/lib/conncache.c index c712ed7b95..6e03caf3c9 100644 --- a/lib/conncache.c +++ b/lib/conncache.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/conncache.h b/lib/conncache.h index 59181bf3de..b1dadf9906 100644 --- a/lib/conncache.h +++ b/lib/conncache.h @@ -12,7 +12,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/connect.c b/lib/connect.c index 88041dd806..6a16b2da84 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/connect.h b/lib/connect.h index c643281512..7ef6c7ed73 100644 --- a/lib/connect.h +++ b/lib/connect.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/content_encoding.c b/lib/content_encoding.c index c68e6e5f52..2d30816c15 100644 --- a/lib/content_encoding.c +++ b/lib/content_encoding.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/content_encoding.h b/lib/content_encoding.h index 501f6c8ceb..3fadd28997 100644 --- a/lib/content_encoding.h +++ b/lib/content_encoding.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/cookie.c b/lib/cookie.c index 57a0441f6d..d62f446b59 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -1292,7 +1292,7 @@ static int cookie_output(struct CookieInfo *c, const char *dumphere) char *format_ptr; fputs("# Netscape HTTP Cookie File\n" - "# http://curl.haxx.se/docs/http-cookies.html\n" + "# https://curl.haxx.se/docs/http-cookies.html\n" "# This file was generated by libcurl! Edit at your own risk.\n\n", out); diff --git a/lib/cookie.h b/lib/cookie.h index bd890827c7..74a9224ec8 100644 --- a/lib/cookie.h +++ b/lib/cookie.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_addrinfo.c b/lib/curl_addrinfo.c index 17ee958584..cc60ddb664 100644 --- a/lib/curl_addrinfo.c +++ b/lib/curl_addrinfo.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_addrinfo.h b/lib/curl_addrinfo.h index ad804dbb04..01f2864785 100644 --- a/lib/curl_addrinfo.h +++ b/lib/curl_addrinfo.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_base64.h b/lib/curl_base64.h index 92896fec15..c262417673 100644 --- a/lib/curl_base64.h +++ b/lib/curl_base64.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_des.c b/lib/curl_des.c index 62f7f6008b..3c7e529a7b 100644 --- a/lib/curl_des.c +++ b/lib/curl_des.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_des.h b/lib/curl_des.h index 061e912713..632c384324 100644 --- a/lib/curl_des.h +++ b/lib/curl_des.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_endian.c b/lib/curl_endian.c index bcd66ed84b..76deca6aa5 100644 --- a/lib/curl_endian.c +++ b/lib/curl_endian.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_endian.h b/lib/curl_endian.h index e384279fa3..df8398c8c8 100644 --- a/lib/curl_endian.h +++ b/lib/curl_endian.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_fnmatch.c b/lib/curl_fnmatch.c index 1e53918d86..53240078ac 100644 --- a/lib/curl_fnmatch.c +++ b/lib/curl_fnmatch.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_fnmatch.h b/lib/curl_fnmatch.h index 6335d03123..69ffe392fd 100644 --- a/lib/curl_fnmatch.h +++ b/lib/curl_fnmatch.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_gethostname.c b/lib/curl_gethostname.c index ded1e6f948..2591fd8863 100644 --- a/lib/curl_gethostname.c +++ b/lib/curl_gethostname.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_gethostname.h b/lib/curl_gethostname.h index 48740f62af..07517c5359 100644 --- a/lib/curl_gethostname.h +++ b/lib/curl_gethostname.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_gssapi.c b/lib/curl_gssapi.c index 9baece5ad0..75af670367 100644 --- a/lib/curl_gssapi.c +++ b/lib/curl_gssapi.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_gssapi.h b/lib/curl_gssapi.h index 19aab64e60..c1642a8b61 100644 --- a/lib/curl_gssapi.h +++ b/lib/curl_gssapi.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_hmac.h b/lib/curl_hmac.h index 9b65c8c2a1..41703b42fc 100644 --- a/lib/curl_hmac.h +++ b/lib/curl_hmac.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_ldap.h b/lib/curl_ldap.h index 93fb4b07af..27d03810fb 100644 --- a/lib/curl_ldap.h +++ b/lib/curl_ldap.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_md4.h b/lib/curl_md4.h index 13c79034d6..8c26d1222a 100644 --- a/lib/curl_md4.h +++ b/lib/curl_md4.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_md5.h b/lib/curl_md5.h index 9c0e0b5eee..5f70c96346 100644 --- a/lib/curl_md5.h +++ b/lib/curl_md5.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_memory.h b/lib/curl_memory.h index bc744ccd84..fcd177cd50 100644 --- a/lib/curl_memory.h +++ b/lib/curl_memory.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_memrchr.c b/lib/curl_memrchr.c index 6722c6a20c..1be27e5c8c 100644 --- a/lib/curl_memrchr.c +++ b/lib/curl_memrchr.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_memrchr.h b/lib/curl_memrchr.h index 324c73a7b8..747509c45a 100644 --- a/lib/curl_memrchr.h +++ b/lib/curl_memrchr.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_multibyte.c b/lib/curl_multibyte.c index 403d005378..e2078e05a4 100644 --- a/lib/curl_multibyte.c +++ b/lib/curl_multibyte.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_multibyte.h b/lib/curl_multibyte.h index dc7ed4c39d..615f5c086c 100644 --- a/lib/curl_multibyte.h +++ b/lib/curl_multibyte.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_ntlm.c b/lib/curl_ntlm.c index 53d89d0e25..d4842e468a 100644 --- a/lib/curl_ntlm.c +++ b/lib/curl_ntlm.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_ntlm.h b/lib/curl_ntlm.h index 947eac20d4..d186bbe370 100644 --- a/lib/curl_ntlm.h +++ b/lib/curl_ntlm.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_ntlm_core.c b/lib/curl_ntlm_core.c index db13781a2c..fe976c97c8 100644 --- a/lib/curl_ntlm_core.c +++ b/lib/curl_ntlm_core.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_ntlm_core.h b/lib/curl_ntlm_core.h index 3a763592ae..cf37dc811a 100644 --- a/lib/curl_ntlm_core.h +++ b/lib/curl_ntlm_core.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_ntlm_msgs.c b/lib/curl_ntlm_msgs.c index 7f07decb87..32c9116814 100644 --- a/lib/curl_ntlm_msgs.c +++ b/lib/curl_ntlm_msgs.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_ntlm_msgs.h b/lib/curl_ntlm_msgs.h index 2a71431991..b9026f87c0 100644 --- a/lib/curl_ntlm_msgs.h +++ b/lib/curl_ntlm_msgs.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_ntlm_wb.c b/lib/curl_ntlm_wb.c index b2a5fb3438..93d0eecd2a 100644 --- a/lib/curl_ntlm_wb.c +++ b/lib/curl_ntlm_wb.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_ntlm_wb.h b/lib/curl_ntlm_wb.h index 828bb57670..aba3d469c3 100644 --- a/lib/curl_ntlm_wb.h +++ b/lib/curl_ntlm_wb.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_printf.h b/lib/curl_printf.h index 086923f1d4..49857cdb0d 100644 --- a/lib/curl_printf.h +++ b/lib/curl_printf.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_rtmp.c b/lib/curl_rtmp.c index 2938972880..467660359d 100644 --- a/lib/curl_rtmp.c +++ b/lib/curl_rtmp.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_rtmp.h b/lib/curl_rtmp.h index 4a9e9e60c2..3306e22005 100644 --- a/lib/curl_rtmp.h +++ b/lib/curl_rtmp.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c index 6c1858421e..f6677ece7f 100644 --- a/lib/curl_sasl.c +++ b/lib/curl_sasl.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_sasl.h b/lib/curl_sasl.h index 2a8cc35c70..468e0fe73c 100644 --- a/lib/curl_sasl.h +++ b/lib/curl_sasl.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_sasl_gssapi.c b/lib/curl_sasl_gssapi.c index 5ff8939346..6777b55b24 100644 --- a/lib/curl_sasl_gssapi.c +++ b/lib/curl_sasl_gssapi.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_sasl_sspi.c b/lib/curl_sasl_sspi.c index 6fb7b5f520..1678e37865 100644 --- a/lib/curl_sasl_sspi.c +++ b/lib/curl_sasl_sspi.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_sec.h b/lib/curl_sec.h index 6c48da243b..3f94e1444b 100644 --- a/lib/curl_sec.h +++ b/lib/curl_sec.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_setup.h b/lib/curl_setup.h index 5f85b4fbad..44a9e55110 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_setup_once.h b/lib/curl_setup_once.h index 69d6d47902..4da83499af 100644 --- a/lib/curl_setup_once.h +++ b/lib/curl_setup_once.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_sspi.c b/lib/curl_sspi.c index 070424dd13..04eac489b7 100644 --- a/lib/curl_sspi.c +++ b/lib/curl_sspi.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_sspi.h b/lib/curl_sspi.h index f990780b14..2bbf9477bb 100644 --- a/lib/curl_sspi.h +++ b/lib/curl_sspi.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_threads.c b/lib/curl_threads.c index f9b812ea00..59d881143f 100644 --- a/lib/curl_threads.c +++ b/lib/curl_threads.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curl_threads.h b/lib/curl_threads.h index 0f3191abd5..8cbac63a78 100644 --- a/lib/curl_threads.h +++ b/lib/curl_threads.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/curlx.h b/lib/curlx.h index 979e7d7a13..448a34ff38 100644 --- a/lib/curlx.h +++ b/lib/curlx.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/dict.c b/lib/dict.c index 06d76992e8..2e7cb4778d 100644 --- a/lib/dict.c +++ b/lib/dict.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/dict.h b/lib/dict.h index 44fd9d49d5..12c0f3394d 100644 --- a/lib/dict.h +++ b/lib/dict.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/dotdot.c b/lib/dotdot.c index 1734efe6b8..c7f42b1cc3 100644 --- a/lib/dotdot.c +++ b/lib/dotdot.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/dotdot.h b/lib/dotdot.h index cd57822baf..fac8e6f2ad 100644 --- a/lib/dotdot.h +++ b/lib/dotdot.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/easy.c b/lib/easy.c index 48961d6da9..d529da870c 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/easyif.h b/lib/easyif.h index 043ff437d4..65333494c1 100644 --- a/lib/easyif.h +++ b/lib/easyif.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/escape.c b/lib/escape.c index 24abb930be..3da6c0cea5 100644 --- a/lib/escape.c +++ b/lib/escape.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/escape.h b/lib/escape.h index 731b13655f..a6e2967b3a 100644 --- a/lib/escape.h +++ b/lib/escape.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/file.c b/lib/file.c index 175b10731e..d47bda1b3c 100644 --- a/lib/file.c +++ b/lib/file.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/file.h b/lib/file.h index 997474bc75..c12ae0e09e 100644 --- a/lib/file.h +++ b/lib/file.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/fileinfo.c b/lib/fileinfo.c index 0904937aa6..144c65b1d8 100644 --- a/lib/fileinfo.c +++ b/lib/fileinfo.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/fileinfo.h b/lib/fileinfo.h index b0e5e59e12..5324f1a404 100644 --- a/lib/fileinfo.h +++ b/lib/fileinfo.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/firefox-db2pem.sh b/lib/firefox-db2pem.sh index 3f5fe75ff9..7d691ff6b9 100644 --- a/lib/firefox-db2pem.sh +++ b/lib/firefox-db2pem.sh @@ -10,7 +10,7 @@ # * # * This software is licensed as described in the file COPYING, which # * you should have received as part of this distribution. The terms -# * are also available at http://curl.haxx.se/docs/copyright.html. +# * are also available at https://curl.haxx.se/docs/copyright.html. # * # * You may opt to use, copy, modify, merge, publish, distribute and/or sell # * copies of the Software, and permit persons to whom the Software is diff --git a/lib/formdata.c b/lib/formdata.c index 113e582a3b..5ccb9d8b71 100644 --- a/lib/formdata.c +++ b/lib/formdata.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/formdata.h b/lib/formdata.h index 05621e3e88..3fe1e83bdd 100644 --- a/lib/formdata.h +++ b/lib/formdata.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/ftp.c b/lib/ftp.c index 21db56c8ef..b5a7f55fa7 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/ftp.h b/lib/ftp.h index 833447bcba..7495e3e079 100644 --- a/lib/ftp.h +++ b/lib/ftp.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/ftplistparser.c b/lib/ftplistparser.c index d87c4c526a..abbf76e27d 100644 --- a/lib/ftplistparser.c +++ b/lib/ftplistparser.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/ftplistparser.h b/lib/ftplistparser.h index 96764e2a41..8128887c0b 100644 --- a/lib/ftplistparser.h +++ b/lib/ftplistparser.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/getenv.c b/lib/getenv.c index 36215aab0a..50bb79f536 100644 --- a/lib/getenv.c +++ b/lib/getenv.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/getinfo.c b/lib/getinfo.c index 2a08897391..0b801fd7ef 100644 --- a/lib/getinfo.c +++ b/lib/getinfo.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/getinfo.h b/lib/getinfo.h index 3879ff73a8..4c2c16848d 100644 --- a/lib/getinfo.h +++ b/lib/getinfo.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/gopher.c b/lib/gopher.c index e23425506a..19f2f5a890 100644 --- a/lib/gopher.c +++ b/lib/gopher.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/gopher.h b/lib/gopher.h index 38bbc4b738..501c990a85 100644 --- a/lib/gopher.h +++ b/lib/gopher.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/hash.c b/lib/hash.c index 9f83426be3..a0889783d7 100644 --- a/lib/hash.c +++ b/lib/hash.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/hash.h b/lib/hash.h index b13a236bb1..57a17f02ab 100644 --- a/lib/hash.h +++ b/lib/hash.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/hmac.c b/lib/hmac.c index 0d2d5f45d1..664c774181 100644 --- a/lib/hmac.c +++ b/lib/hmac.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/hostasyn.c b/lib/hostasyn.c index 17b8be072c..c96734a5af 100644 --- a/lib/hostasyn.c +++ b/lib/hostasyn.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/hostcheck.c b/lib/hostcheck.c index 62a26e4f27..ab640fe6a6 100644 --- a/lib/hostcheck.c +++ b/lib/hostcheck.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/hostcheck.h b/lib/hostcheck.h index f4a517a8e8..86e3b96a97 100644 --- a/lib/hostcheck.h +++ b/lib/hostcheck.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/hostip.c b/lib/hostip.c index 82f3897f9c..a4bde568fc 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/hostip.h b/lib/hostip.h index d5b44bc9e7..37ccd96e11 100644 --- a/lib/hostip.h +++ b/lib/hostip.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/hostip4.c b/lib/hostip4.c index 37b036911d..25c4529655 100644 --- a/lib/hostip4.c +++ b/lib/hostip4.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/hostip6.c b/lib/hostip6.c index 6ab131a8cb..14d0c2527b 100644 --- a/lib/hostip6.c +++ b/lib/hostip6.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/hostsyn.c b/lib/hostsyn.c index fb1de35cea..db4c82fcc2 100644 --- a/lib/hostsyn.c +++ b/lib/hostsyn.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http.c b/lib/http.c index f2a644fb5d..53c6cf8898 100644 --- a/lib/http.c +++ b/lib/http.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http.h b/lib/http.h index a35a0af239..5000df448f 100644 --- a/lib/http.h +++ b/lib/http.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http2.c b/lib/http2.c index 44387b6f50..91abbf04ed 100644 --- a/lib/http2.c +++ b/lib/http2.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http2.h b/lib/http2.h index b9743806cb..2d073347ed 100644 --- a/lib/http2.h +++ b/lib/http2.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http_chunks.c b/lib/http_chunks.c index 7e91b37dcf..53091738a0 100644 --- a/lib/http_chunks.c +++ b/lib/http_chunks.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http_chunks.h b/lib/http_chunks.h index 0489eb859e..3a8b4ddf37 100644 --- a/lib/http_chunks.h +++ b/lib/http_chunks.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http_digest.c b/lib/http_digest.c index 929e2c60f3..11809d0cc5 100644 --- a/lib/http_digest.c +++ b/lib/http_digest.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http_digest.h b/lib/http_digest.h index d13d563749..49aad897c2 100644 --- a/lib/http_digest.h +++ b/lib/http_digest.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c index a1baf29c30..4a808f8f38 100644 --- a/lib/http_negotiate.c +++ b/lib/http_negotiate.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http_negotiate.h b/lib/http_negotiate.h index a8eb98016d..acbbf6ae5f 100644 --- a/lib/http_negotiate.h +++ b/lib/http_negotiate.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http_negotiate_sspi.c b/lib/http_negotiate_sspi.c index a50ea96f10..7371f97d01 100644 --- a/lib/http_negotiate_sspi.c +++ b/lib/http_negotiate_sspi.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http_proxy.c b/lib/http_proxy.c index 4373d62849..46727e5503 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/http_proxy.h b/lib/http_proxy.h index 9c4f0207de..fd04330333 100644 --- a/lib/http_proxy.h +++ b/lib/http_proxy.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/idn_win32.c b/lib/idn_win32.c index b369723406..5b79ff7b2e 100644 --- a/lib/idn_win32.c +++ b/lib/idn_win32.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/if2ip.c b/lib/if2ip.c index 0e2d71dbe6..63bea541d7 100644 --- a/lib/if2ip.c +++ b/lib/if2ip.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/if2ip.h b/lib/if2ip.h index 78bb0bd596..f3a7ff0b2f 100644 --- a/lib/if2ip.h +++ b/lib/if2ip.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/imap.c b/lib/imap.c index a7409f7040..c75ccf9ad6 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/imap.h b/lib/imap.h index 3189daa3cf..e6b9b8944e 100644 --- a/lib/imap.h +++ b/lib/imap.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/inet_ntop.h b/lib/inet_ntop.h index cc4bdbb89a..9f44612710 100644 --- a/lib/inet_ntop.h +++ b/lib/inet_ntop.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/inet_pton.h b/lib/inet_pton.h index 43c5491430..9188d9598f 100644 --- a/lib/inet_pton.h +++ b/lib/inet_pton.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/ldap.c b/lib/ldap.c index 4d91282260..4f4c7072a8 100644 --- a/lib/ldap.c +++ b/lib/ldap.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/libcurl.rc b/lib/libcurl.rc index 47b944ac86..50b365dbbf 100644 --- a/lib/libcurl.rc +++ b/lib/libcurl.rc @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -44,7 +44,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "The cURL library, http://curl.haxx.se/\0" + VALUE "CompanyName", "The cURL library, https://curl.haxx.se/\0" VALUE "FileDescription", "libcurl Shared Library\0" VALUE "FileVersion", LIBCURL_VERSION "\0" VALUE "InternalName", "libcurl\0" @@ -52,7 +52,7 @@ BEGIN VALUE "ProductName", "The cURL library\0" VALUE "ProductVersion", LIBCURL_VERSION "\0" VALUE "LegalCopyright", "© " LIBCURL_COPYRIGHT "\0" - VALUE "License", "http://curl.haxx.se/docs/copyright.html\0" + VALUE "License", "https://curl.haxx.se/docs/copyright.html\0" END END diff --git a/lib/llist.c b/lib/llist.c index 40bb628379..04b23e77c3 100644 --- a/lib/llist.c +++ b/lib/llist.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/llist.h b/lib/llist.h index 27ddb719a5..39ff408eeb 100644 --- a/lib/llist.h +++ b/lib/llist.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/makefile.dj b/lib/makefile.dj index a64dd78f4c..2331afe313 100644 --- a/lib/makefile.dj +++ b/lib/makefile.dj @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/lib/md5.c b/lib/md5.c index b604c109fa..6df07dc06d 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/memdebug.c b/lib/memdebug.c index dd8889b2db..59a0fe982e 100644 --- a/lib/memdebug.c +++ b/lib/memdebug.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/memdebug.h b/lib/memdebug.h index 8f2ffc240f..ce1a842af0 100644 --- a/lib/memdebug.h +++ b/lib/memdebug.h @@ -12,7 +12,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index c2080e9525..5a1435c522 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -10,7 +10,7 @@ # * # * This software is licensed as described in the file COPYING, which # * you should have received as part of this distribution. The terms -# * are also available at http://curl.haxx.se/docs/copyright.html. +# * are also available at https://curl.haxx.se/docs/copyright.html. # * # * You may opt to use, copy, modify, merge, publish, distribute and/or sell # * copies of the Software, and permit persons to whom the Software is diff --git a/lib/mk-ca-bundle.vbs b/lib/mk-ca-bundle.vbs index 2d82e7d88c..b0d9427794 100755 --- a/lib/mk-ca-bundle.vbs +++ b/lib/mk-ca-bundle.vbs @@ -9,7 +9,7 @@ '* '* This software is licensed as described in the file COPYING, which '* you should have received as part of this distribution. The terms -'* are also available at http://curl.haxx.se/docs/copyright.html. +'* are also available at https://curl.haxx.se/docs/copyright.html. '* '* You may opt to use, copy, modify, merge, publish, distribute and/or sell '* copies of the Software, and permit persons to whom the Software is diff --git a/lib/mprintf.c b/lib/mprintf.c index 23070a7649..cd1b568564 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/multi.c b/lib/multi.c index 14152be208..069412d4e8 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/multihandle.h b/lib/multihandle.h index 6c24f50f1e..fc81a55401 100644 --- a/lib/multihandle.h +++ b/lib/multihandle.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/multiif.h b/lib/multiif.h index e6323adf56..b229f53eed 100644 --- a/lib/multiif.h +++ b/lib/multiif.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/netrc.c b/lib/netrc.c index 06f8ea15a4..541310e2be 100644 --- a/lib/netrc.c +++ b/lib/netrc.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/netrc.h b/lib/netrc.h index a145601148..d980166e6b 100644 --- a/lib/netrc.h +++ b/lib/netrc.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/non-ascii.c b/lib/non-ascii.c index 6ccb4499e7..205ff04ba2 100644 --- a/lib/non-ascii.c +++ b/lib/non-ascii.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/non-ascii.h b/lib/non-ascii.h index 8b4b7c22e8..f3e2049e4e 100644 --- a/lib/non-ascii.h +++ b/lib/non-ascii.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/nonblock.c b/lib/nonblock.c index 189fc5dea2..b764278a51 100644 --- a/lib/nonblock.c +++ b/lib/nonblock.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/nonblock.h b/lib/nonblock.h index b540ae46f6..98cdc25ab9 100644 --- a/lib/nonblock.h +++ b/lib/nonblock.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/nwlib.c b/lib/nwlib.c index bd3f27eaca..7feb8fc3b5 100644 --- a/lib/nwlib.c +++ b/lib/nwlib.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/nwos.c b/lib/nwos.c index 23ff2a7172..28137e9190 100644 --- a/lib/nwos.c +++ b/lib/nwos.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/objnames-test08.sh b/lib/objnames-test08.sh index 82bf4f9710..485975765c 100755 --- a/lib/objnames-test08.sh +++ b/lib/objnames-test08.sh @@ -10,7 +10,7 @@ # * # * This software is licensed as described in the file COPYING, which # * you should have received as part of this distribution. The terms -# * are also available at http://curl.haxx.se/docs/copyright.html. +# * are also available at https://curl.haxx.se/docs/copyright.html. # * # * You may opt to use, copy, modify, merge, publish, distribute and/or sell # * copies of the Software, and permit persons to whom the Software is diff --git a/lib/objnames-test10.sh b/lib/objnames-test10.sh index 2d85b8f517..62184b8640 100755 --- a/lib/objnames-test10.sh +++ b/lib/objnames-test10.sh @@ -10,7 +10,7 @@ # * # * This software is licensed as described in the file COPYING, which # * you should have received as part of this distribution. The terms -# * are also available at http://curl.haxx.se/docs/copyright.html. +# * are also available at https://curl.haxx.se/docs/copyright.html. # * # * You may opt to use, copy, modify, merge, publish, distribute and/or sell # * copies of the Software, and permit persons to whom the Software is diff --git a/lib/objnames.inc b/lib/objnames.inc index 8778492b49..b895528afd 100644 --- a/lib/objnames.inc +++ b/lib/objnames.inc @@ -9,7 +9,7 @@ # * # * This software is licensed as described in the file COPYING, which # * you should have received as part of this distribution. The terms -# * are also available at http://curl.haxx.se/docs/copyright.html. +# * are also available at https://curl.haxx.se/docs/copyright.html. # * # * You may opt to use, copy, modify, merge, publish, distribute and/or sell # * copies of the Software, and permit persons to whom the Software is diff --git a/lib/openldap.c b/lib/openldap.c index e479ebc753..7241bb9066 100644 --- a/lib/openldap.c +++ b/lib/openldap.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/parsedate.c b/lib/parsedate.c index 3e168f5ab9..dfcf855c80 100644 --- a/lib/parsedate.c +++ b/lib/parsedate.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/parsedate.h b/lib/parsedate.h index ade0f4f602..2e59eb17c2 100644 --- a/lib/parsedate.h +++ b/lib/parsedate.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/pingpong.c b/lib/pingpong.c index 1670792728..5fea5dee7d 100644 --- a/lib/pingpong.c +++ b/lib/pingpong.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/pingpong.h b/lib/pingpong.h index b925ab98e1..2f649d5bfb 100644 --- a/lib/pingpong.h +++ b/lib/pingpong.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/pipeline.c b/lib/pipeline.c index 1b38836cb0..e4400fdde5 100644 --- a/lib/pipeline.c +++ b/lib/pipeline.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/pipeline.h b/lib/pipeline.h index bf229f199b..a39dfa8dec 100644 --- a/lib/pipeline.h +++ b/lib/pipeline.h @@ -12,7 +12,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/pop3.c b/lib/pop3.c index b96baf609b..73e1cb2e4a 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/pop3.h b/lib/pop3.h index 7bc53aaf5a..2d9610168e 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/progress.c b/lib/progress.c index b46e274059..713ab08523 100644 --- a/lib/progress.c +++ b/lib/progress.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/progress.h b/lib/progress.h index a1e6f1a234..ea00afa91f 100644 --- a/lib/progress.h +++ b/lib/progress.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/rawstr.c b/lib/rawstr.c index 31633b9fab..7aa1a46c94 100644 --- a/lib/rawstr.c +++ b/lib/rawstr.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/rawstr.h b/lib/rawstr.h index b491460d0f..4af00f14ad 100644 --- a/lib/rawstr.h +++ b/lib/rawstr.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/rtsp.c b/lib/rtsp.c index f8e6b23dc2..24bf801d90 100644 --- a/lib/rtsp.c +++ b/lib/rtsp.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/rtsp.h b/lib/rtsp.h index 3ffa70cc6c..5a8d5556fc 100644 --- a/lib/rtsp.h +++ b/lib/rtsp.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/select.c b/lib/select.c index 5d16397475..abf55d878f 100644 --- a/lib/select.c +++ b/lib/select.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/select.h b/lib/select.h index c00afe166f..695bb69cc8 100644 --- a/lib/select.h +++ b/lib/select.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/sendf.c b/lib/sendf.c index ea666e90fe..eca764f73c 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/sendf.h b/lib/sendf.h index 86f06cf9ba..48e9444c6d 100644 --- a/lib/sendf.h +++ b/lib/sendf.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/setup-os400.h b/lib/setup-os400.h index fae8567df5..e32b72f21f 100644 --- a/lib/setup-os400.h +++ b/lib/setup-os400.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/setup-vms.h b/lib/setup-vms.h index 520a35daac..4b78e0bf04 100644 --- a/lib/setup-vms.h +++ b/lib/setup-vms.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/share.c b/lib/share.c index 17202486c1..01503e06ea 100644 --- a/lib/share.c +++ b/lib/share.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/share.h b/lib/share.h index 8e6629b7be..d23d3a040d 100644 --- a/lib/share.h +++ b/lib/share.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/sigpipe.h b/lib/sigpipe.h index e8d2acd6ee..6559c74242 100644 --- a/lib/sigpipe.h +++ b/lib/sigpipe.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/slist.c b/lib/slist.c index 9c0b2a58ad..37ce97cbdb 100644 --- a/lib/slist.c +++ b/lib/slist.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/slist.h b/lib/slist.h index ea7dcc48b6..b3f498c35f 100644 --- a/lib/slist.h +++ b/lib/slist.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/smb.c b/lib/smb.c index 8e2c1647ba..2c33c11740 100644 --- a/lib/smb.c +++ b/lib/smb.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/smb.h b/lib/smb.h index 7852fa1de2..1a4f66e5a8 100644 --- a/lib/smb.h +++ b/lib/smb.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/smtp.c b/lib/smtp.c index dada087a93..7102ffbf35 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/smtp.h b/lib/smtp.h index 9fbe0c5bf9..6ebec18392 100644 --- a/lib/smtp.h +++ b/lib/smtp.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/sockaddr.h b/lib/sockaddr.h index 6a2151c9d2..95ba4c3c97 100644 --- a/lib/sockaddr.h +++ b/lib/sockaddr.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/socks.c b/lib/socks.c index 0934ee7ca0..e7d42e77b6 100644 --- a/lib/socks.c +++ b/lib/socks.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/socks.h b/lib/socks.h index 29e3bf03f4..a44ada6beb 100644 --- a/lib/socks.h +++ b/lib/socks.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/socks_gssapi.c b/lib/socks_gssapi.c index 8e575c279c..09457aecd7 100644 --- a/lib/socks_gssapi.c +++ b/lib/socks_gssapi.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/socks_sspi.c b/lib/socks_sspi.c index a7708b2d4f..356772e1f0 100644 --- a/lib/socks_sspi.c +++ b/lib/socks_sspi.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/speedcheck.c b/lib/speedcheck.c index ac7447c410..4706d2dff4 100644 --- a/lib/speedcheck.c +++ b/lib/speedcheck.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/speedcheck.h b/lib/speedcheck.h index 786cd1215a..e1921d66bf 100644 --- a/lib/speedcheck.h +++ b/lib/speedcheck.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/splay.c b/lib/splay.c index b87b6cfe26..7aa2e4bac3 100644 --- a/lib/splay.c +++ b/lib/splay.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/splay.h b/lib/splay.h index 5f9ef24cc6..1af9414de0 100644 --- a/lib/splay.h +++ b/lib/splay.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/ssh.c b/lib/ssh.c index 198a230af7..10bf54639c 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/ssh.h b/lib/ssh.h index b3cc54cca8..6a5e731394 100644 --- a/lib/ssh.h +++ b/lib/ssh.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/strdup.c b/lib/strdup.c index 5685b81384..30a42f3d90 100644 --- a/lib/strdup.c +++ b/lib/strdup.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/strdup.h b/lib/strdup.h index 23a71f863c..4c48ca4127 100644 --- a/lib/strdup.h +++ b/lib/strdup.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/strequal.c b/lib/strequal.c index 5f2f508e21..01c3784422 100644 --- a/lib/strequal.c +++ b/lib/strequal.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/strequal.h b/lib/strequal.h index 117a305b76..ff56df51fd 100644 --- a/lib/strequal.h +++ b/lib/strequal.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/strerror.c b/lib/strerror.c index c8adb93d9c..d222a1fc0a 100644 --- a/lib/strerror.c +++ b/lib/strerror.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/strerror.h b/lib/strerror.h index f1b22210ac..ae8c96bd4a 100644 --- a/lib/strerror.h +++ b/lib/strerror.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/strtok.c b/lib/strtok.c index 0d31351f48..460eb87e51 100644 --- a/lib/strtok.c +++ b/lib/strtok.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/strtok.h b/lib/strtok.h index 1147d70d3c..90b831eb67 100644 --- a/lib/strtok.h +++ b/lib/strtok.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/strtoofft.c b/lib/strtoofft.c index 03a97e8c4d..6d5d2d5c52 100644 --- a/lib/strtoofft.c +++ b/lib/strtoofft.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/strtoofft.h b/lib/strtoofft.h index 75c73d483d..f4039f3a3b 100644 --- a/lib/strtoofft.h +++ b/lib/strtoofft.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/telnet.c b/lib/telnet.c index 2086aa3965..4ebc49252a 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/telnet.h b/lib/telnet.h index ddb9e5473d..419a399b7b 100644 --- a/lib/telnet.h +++ b/lib/telnet.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/tftp.c b/lib/tftp.c index 4c5796f551..040d967b0b 100644 --- a/lib/tftp.c +++ b/lib/tftp.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/tftp.h b/lib/tftp.h index 117b40f62d..c2325b2327 100644 --- a/lib/tftp.h +++ b/lib/tftp.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/timeval.c b/lib/timeval.c index 45731ac59f..edd47af2b7 100644 --- a/lib/timeval.c +++ b/lib/timeval.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/timeval.h b/lib/timeval.h index 3f1b9ea70d..50c31a252c 100644 --- a/lib/timeval.h +++ b/lib/timeval.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/transfer.c b/lib/transfer.c index d6e1f4dc1c..1d06493bbc 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/transfer.h b/lib/transfer.h index b0676df2bd..52b762abf4 100644 --- a/lib/transfer.h +++ b/lib/transfer.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/url.c b/lib/url.c index 42bf1eb1d0..576b8e88c8 100644 --- a/lib/url.c +++ b/lib/url.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/url.h b/lib/url.h index f9667cbc3b..bb85e9bb39 100644 --- a/lib/url.h +++ b/lib/url.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/urldata.h b/lib/urldata.h index 775da1e192..e7341ac0f1 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/version.c b/lib/version.c index 7c72946525..7f14fa5cad 100644 --- a/lib/version.c +++ b/lib/version.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/axtls.c b/lib/vtls/axtls.c index 1038432b94..d9c5f9935c 100644 --- a/lib/vtls/axtls.c +++ b/lib/vtls/axtls.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/axtls.h b/lib/vtls/axtls.h index 223ecb8c96..b9d441f1af 100644 --- a/lib/vtls/axtls.h +++ b/lib/vtls/axtls.h @@ -12,7 +12,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/cyassl.c b/lib/vtls/cyassl.c index e762d339fe..f6b57af68c 100644 --- a/lib/vtls/cyassl.c +++ b/lib/vtls/cyassl.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -33,7 +33,7 @@ #define WOLFSSL_OPTIONS_IGNORE_SYS /* CyaSSL's version.h, which should contain only the version, should come before all other CyaSSL includes and be immediately followed by build config -aka options.h. http://curl.haxx.se/mail/lib-2015-04/0069.html */ +aka options.h. https://curl.haxx.se/mail/lib-2015-04/0069.html */ #include #if defined(HAVE_CYASSL_OPTIONS_H) && (LIBCYASSL_VERSION_HEX > 0x03004008) #if defined(CYASSL_API) || defined(WOLFSSL_API) diff --git a/lib/vtls/cyassl.h b/lib/vtls/cyassl.h index 167de74f39..52a5e15aeb 100644 --- a/lib/vtls/cyassl.h +++ b/lib/vtls/cyassl.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/darwinssl.c b/lib/vtls/darwinssl.c index 03adcef28c..ed587eb374 100644 --- a/lib/vtls/darwinssl.c +++ b/lib/vtls/darwinssl.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/darwinssl.h b/lib/vtls/darwinssl.h index 3bb69c01a4..8b185b67fc 100644 --- a/lib/vtls/darwinssl.h +++ b/lib/vtls/darwinssl.h @@ -12,7 +12,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/gskit.c b/lib/vtls/gskit.c index a5b7ea2033..a9a8a91864 100644 --- a/lib/vtls/gskit.c +++ b/lib/vtls/gskit.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/gskit.h b/lib/vtls/gskit.h index af31fafad4..41483cba62 100644 --- a/lib/vtls/gskit.h +++ b/lib/vtls/gskit.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/gtls.c b/lib/vtls/gtls.c index 59cd7fb113..03c6083ad1 100644 --- a/lib/vtls/gtls.c +++ b/lib/vtls/gtls.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/gtls.h b/lib/vtls/gtls.h index 0afd9b94aa..965f7cf1f5 100644 --- a/lib/vtls/gtls.h +++ b/lib/vtls/gtls.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c index 26959e0419..cc71f59d92 100644 --- a/lib/vtls/mbedtls.c +++ b/lib/vtls/mbedtls.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/mbedtls.h b/lib/vtls/mbedtls.h index de386285df..fcf483ff31 100644 --- a/lib/vtls/mbedtls.h +++ b/lib/vtls/mbedtls.h @@ -12,7 +12,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/nss.c b/lib/vtls/nss.c index aacdd6c851..722ea88ef5 100644 --- a/lib/vtls/nss.c +++ b/lib/vtls/nss.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/nssg.h b/lib/vtls/nssg.h index 5fd72751d1..601168c219 100644 --- a/lib/vtls/nssg.h +++ b/lib/vtls/nssg.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index e5589e325e..c719de5c60 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/openssl.h b/lib/vtls/openssl.h index 27738cc301..c8e32af0bd 100644 --- a/lib/vtls/openssl.h +++ b/lib/vtls/openssl.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/polarssl.c b/lib/vtls/polarssl.c index e7bcf2f9be..fcce60f051 100644 --- a/lib/vtls/polarssl.c +++ b/lib/vtls/polarssl.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/polarssl.h b/lib/vtls/polarssl.h index b10193a3b2..1ab5a841f8 100644 --- a/lib/vtls/polarssl.h +++ b/lib/vtls/polarssl.h @@ -12,7 +12,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/polarssl_threadlock.c b/lib/vtls/polarssl_threadlock.c index 70b4e66c5f..3b0ebf8866 100644 --- a/lib/vtls/polarssl_threadlock.c +++ b/lib/vtls/polarssl_threadlock.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/polarssl_threadlock.h b/lib/vtls/polarssl_threadlock.h index 6e04aa0dcc..dda5359b81 100644 --- a/lib/vtls/polarssl_threadlock.h +++ b/lib/vtls/polarssl_threadlock.h @@ -12,7 +12,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index a5366e13a0..f5c1ff52dc 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/schannel.h b/lib/vtls/schannel.h index 5329584839..a314b34f9a 100644 --- a/lib/vtls/schannel.h +++ b/lib/vtls/schannel.h @@ -12,7 +12,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/vtls.c b/lib/vtls/vtls.c index 96ff61301d..bcc958a095 100644 --- a/lib/vtls/vtls.c +++ b/lib/vtls/vtls.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/vtls/vtls.h b/lib/vtls/vtls.h index e3cd5142f5..c79b9e69d9 100644 --- a/lib/vtls/vtls.h +++ b/lib/vtls/vtls.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/warnless.c b/lib/warnless.c index 8c130d34c5..ed06c99a76 100644 --- a/lib/warnless.c +++ b/lib/warnless.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/warnless.h b/lib/warnless.h index ad77d3c20b..499d0a0ab9 100644 --- a/lib/warnless.h +++ b/lib/warnless.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/wildcard.c b/lib/wildcard.c index 6f55839dbe..2163073044 100644 --- a/lib/wildcard.c +++ b/lib/wildcard.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/wildcard.h b/lib/wildcard.h index 16c80ecbed..7d66992b16 100644 --- a/lib/wildcard.h +++ b/lib/wildcard.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/x509asn1.c b/lib/x509asn1.c index 728562692d..dbe57c7b7f 100644 --- a/lib/x509asn1.c +++ b/lib/x509asn1.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/lib/x509asn1.h b/lib/x509asn1.h index eb23e506a8..e6a1e24440 100644 --- a/lib/x509asn1.h +++ b/lib/x509asn1.h @@ -12,7 +12,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/libcurl.pc.in b/libcurl.pc.in index fdfaec916b..feea1cd91a 100644 --- a/libcurl.pc.in +++ b/libcurl.pc.in @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is @@ -31,7 +31,7 @@ supported_protocols="@SUPPORT_PROTOCOLS@" supported_features="@SUPPORT_FEATURES@" Name: libcurl -URL: http://curl.haxx.se/ +URL: https://curl.haxx.se/ Description: Library to transfer files with ftp, http, etc. Version: @CURLVERSION@ Libs: -L${libdir} -lcurl diff --git a/m4/curl-compilers.m4 b/m4/curl-compilers.m4 index f1a634bfff..27ed9dd479 100644 --- a/m4/curl-compilers.m4 +++ b/m4/curl-compilers.m4 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/m4/curl-confopts.m4 b/m4/curl-confopts.m4 index 6a7521b053..a396be60bd 100644 --- a/m4/curl-confopts.m4 +++ b/m4/curl-confopts.m4 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4 index 0f8fb2a646..ed263ba9a3 100644 --- a/m4/curl-functions.m4 +++ b/m4/curl-functions.m4 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/m4/curl-openssl.m4 b/m4/curl-openssl.m4 index 5f5f87ae8f..20c3126589 100644 --- a/m4/curl-openssl.m4 +++ b/m4/curl-openssl.m4 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/m4/curl-reentrant.m4 b/m4/curl-reentrant.m4 index 842cc4056d..e32d3f8a70 100644 --- a/m4/curl-reentrant.m4 +++ b/m4/curl-reentrant.m4 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/maketgz b/maketgz index 561c2ee25f..0607d8ff93 100755 --- a/maketgz +++ b/maketgz @@ -13,7 +13,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/packages/AIX/RPM/curl.spec.in b/packages/AIX/RPM/curl.spec.in index 366cfa07bb..c64a0b759a 100644 --- a/packages/AIX/RPM/curl.spec.in +++ b/packages/AIX/RPM/curl.spec.in @@ -16,7 +16,7 @@ License: MIT/X derivate Vendor: Daniel Stenberg Group: Applications/Internet Source: %{name}-%{version}.tar.bz2 -URL: http://curl.haxx.se/ +URL: https://curl.haxx.se/ Provides: curl BuildRoot: %{_tmppath}/%{name}-%{version}-root Prefix: %{_prefix} diff --git a/packages/Linux/RPM/curl-ssl.spec.in b/packages/Linux/RPM/curl-ssl.spec.in index 287a3a5c47..5b45bb1a28 100644 --- a/packages/Linux/RPM/curl-ssl.spec.in +++ b/packages/Linux/RPM/curl-ssl.spec.in @@ -14,7 +14,7 @@ Vendor: Daniel Stenberg Packager: Troy Engel Group: Utilities/Console Source: %{tarball}-%{version}.tar.gz -URL: http://curl.haxx.se/ +URL: https://curl.haxx.se/ Provides: curl Obsoletes: curl BuildRoot: %{_tmppath}/%{tarball}-%{version}-root diff --git a/packages/Linux/RPM/curl.spec.in b/packages/Linux/RPM/curl.spec.in index 2382f578df..59577b04f5 100644 --- a/packages/Linux/RPM/curl.spec.in +++ b/packages/Linux/RPM/curl.spec.in @@ -14,7 +14,7 @@ Vendor: Daniel Stenberg Packager: Loic Dachary Group: Utilities/Console Source: %{name}-%{version}.tar.gz -URL: http://curl.haxx.se/ +URL: https://curl.haxx.se/ BuildRoot: /tmp/%{name}-%{version}-root %description diff --git a/packages/NetWare/get_exp.awk b/packages/NetWare/get_exp.awk index 5bd8a0cd8f..566e891e01 100644 --- a/packages/NetWare/get_exp.awk +++ b/packages/NetWare/get_exp.awk @@ -9,7 +9,7 @@ # * # * This software is licensed as described in the file COPYING, which # * you should have received as part of this distribution. The terms -# * are also available at http://curl.haxx.se/docs/copyright.html. +# * are also available at https://curl.haxx.se/docs/copyright.html. # * # * You may opt to use, copy, modify, merge, publish, distribute and/or sell # * copies of the Software, and permit persons to whom the Software is diff --git a/packages/NetWare/get_ver.awk b/packages/NetWare/get_ver.awk index 91affbb499..03ee5ec622 100644 --- a/packages/NetWare/get_ver.awk +++ b/packages/NetWare/get_ver.awk @@ -9,7 +9,7 @@ # * # * This software is licensed as described in the file COPYING, which # * you should have received as part of this distribution. The terms -# * are also available at http://curl.haxx.se/docs/copyright.html. +# * are also available at https://curl.haxx.se/docs/copyright.html. # * # * You may opt to use, copy, modify, merge, publish, distribute and/or sell # * copies of the Software, and permit persons to whom the Software is diff --git a/packages/OS400/ccsidcurl.c b/packages/OS400/ccsidcurl.c index acb91b20c0..a32bc5df0a 100644 --- a/packages/OS400/ccsidcurl.c +++ b/packages/OS400/ccsidcurl.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/packages/OS400/ccsidcurl.h b/packages/OS400/ccsidcurl.h index cb15cced89..5bd24cf364 100644 --- a/packages/OS400/ccsidcurl.h +++ b/packages/OS400/ccsidcurl.h @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index f0fec4b308..d34981635f 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/packages/OS400/os400sys.c b/packages/OS400/os400sys.c index 4be1deaa51..89837bdc13 100644 --- a/packages/OS400/os400sys.c +++ b/packages/OS400/os400sys.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/packages/OS400/os400sys.h b/packages/OS400/os400sys.h index 114469222a..c98e198ccc 100644 --- a/packages/OS400/os400sys.h +++ b/packages/OS400/os400sys.h @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/packages/Win32/README b/packages/Win32/README index 266e4eaf39..eb5d0a6a52 100644 --- a/packages/Win32/README +++ b/packages/Win32/README @@ -3,7 +3,7 @@ Author: J DESCRIPTION (If you're only looking for precompiled win32 binaries, go visit -http://curl.haxx.se/download.html) +https://curl.haxx.se/download.html) Packaging of the curl binaries for Win32 should at this point in time be based on the InfoZip (zip/unzip) archiver family as the de-facto standard for diff --git a/packages/Win32/cygwin/README b/packages/Win32/cygwin/README index 7457f7397a..a0811de760 100644 --- a/packages/Win32/cygwin/README +++ b/packages/Win32/cygwin/README @@ -16,8 +16,8 @@ Dependencies: Canonical Homepage and Downloads: - http://curl.haxx.se/ - http://curl.haxx.se/download.html + https://curl.haxx.se/ + https://curl.haxx.se/download.html Cygwin specific source files (a .README template and a Makefile diff --git a/packages/vms/curlmsg.h b/packages/vms/curlmsg.h index 0473be6f27..2cb32ec1cc 100644 --- a/packages/vms/curlmsg.h +++ b/packages/vms/curlmsg.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/packages/vms/curlmsg_vms.h b/packages/vms/curlmsg_vms.h index 3976973a3a..3aef9cfea7 100644 --- a/packages/vms/curlmsg_vms.h +++ b/packages/vms/curlmsg_vms.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/projects/build-openssl.bat b/projects/build-openssl.bat index 19b7357cfb..205b0c321a 100644 --- a/projects/build-openssl.bat +++ b/projects/build-openssl.bat @@ -10,7 +10,7 @@ rem * Copyright (C) 2012 - 2015, Steve Holme, . rem * 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 * are also available at http://curl.haxx.se/docs/copyright.html. +rem * are also available at https://curl.haxx.se/docs/copyright.html. rem * rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell rem * copies of the Software, and permit persons to whom the Software is diff --git a/projects/build-wolfssl.bat b/projects/build-wolfssl.bat index 52f714d6aa..849357fcc0 100644 --- a/projects/build-wolfssl.bat +++ b/projects/build-wolfssl.bat @@ -11,7 +11,7 @@ rem * Copyright (C) 2015, Jay Satiro, . rem * 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 * are also available at http://curl.haxx.se/docs/copyright.html. +rem * are also available at https://curl.haxx.se/docs/copyright.html. rem * rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell rem * copies of the Software, and permit persons to whom the Software is diff --git a/projects/checksrc.bat b/projects/checksrc.bat index fa7a7fbedf..39291f654a 100644 --- a/projects/checksrc.bat +++ b/projects/checksrc.bat @@ -10,7 +10,7 @@ rem * Copyright (C) 2014 - 2015, Steve Holme, . rem * 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 * are also available at http://curl.haxx.se/docs/copyright.html. +rem * are also available at https://curl.haxx.se/docs/copyright.html. rem * rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell rem * copies of the Software, and permit persons to whom the Software is diff --git a/projects/generate.bat b/projects/generate.bat index b2e3fb5e58..16826e02de 100644 --- a/projects/generate.bat +++ b/projects/generate.bat @@ -10,7 +10,7 @@ rem * Copyright (C) 2014 - 2015, Steve Holme, . rem * 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 * are also available at http://curl.haxx.se/docs/copyright.html. +rem * are also available at https://curl.haxx.se/docs/copyright.html. rem * rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell rem * copies of the Software, and permit persons to whom the Software is diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 57724205f9..ef41454427 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/scripts/contributors.sh b/scripts/contributors.sh index 0840bfab04..a7aba1c8d7 100755 --- a/scripts/contributors.sh +++ b/scripts/contributors.sh @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh index b7a16ca5d6..c82431662e 100755 --- a/scripts/contrithanks.sh +++ b/scripts/contrithanks.sh @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index cfbb6b3a70..f1ddc29fae 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/src/Makefile.am b/src/Makefile.am index c1280f7b82..05297e388a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/src/Makefile.b32 b/src/Makefile.b32 index e5eea3ad4a..a60b3db74b 100644 --- a/src/Makefile.b32 +++ b/src/Makefile.b32 @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/src/Makefile.m32 b/src/Makefile.m32 index d5ce5c76c3..44925f551b 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/src/Makefile.netware b/src/Makefile.netware index 0474601852..3e4f6546d9 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is @@ -102,7 +102,7 @@ endif TARGET = curl VERSION = $(LIBCURL_VERSION) COPYR = Copyright (C) $(LIBCURL_COPYRIGHT_STR) -DESCR = cURL $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se +DESCR = cURL $(LIBCURL_VERSION_STR) ($(LIBARCH)) - https://curl.haxx.se MTSAFE = YES STACK = 64000 SCREEN = $(TARGET) commandline utility diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 3c3a93619d..08ea74e5fa 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/src/curl.rc b/src/curl.rc index 3db59bd3cd..30ae44493b 100644 --- a/src/curl.rc +++ b/src/curl.rc @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -44,7 +44,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "cURL, http://curl.haxx.se/\0" + VALUE "CompanyName", "cURL, https://curl.haxx.se/\0" VALUE "FileDescription", "The cURL executable\0" VALUE "FileVersion", CURL_VERSION "\0" VALUE "InternalName", "curl\0" @@ -52,7 +52,7 @@ BEGIN VALUE "ProductName", "The cURL executable\0" VALUE "ProductVersion", CURL_VERSION "\0" VALUE "LegalCopyright", "© " CURL_COPYRIGHT "\0" - VALUE "License", "http://curl.haxx.se/docs/copyright.html\0" + VALUE "License", "https://curl.haxx.se/docs/copyright.html\0" END END diff --git a/src/makefile.dj b/src/makefile.dj index bc26a6f38c..6a6c8f95fa 100644 --- a/src/makefile.dj +++ b/src/makefile.dj @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/src/mkhelp.pl b/src/mkhelp.pl index 088a09a06a..74a4b82e25 100644 --- a/src/mkhelp.pl +++ b/src/mkhelp.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/src/slist_wc.c b/src/slist_wc.c index d715bb21fa..5233b1b3b8 100644 --- a/src/slist_wc.c +++ b/src/slist_wc.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/slist_wc.h b/src/slist_wc.h index 88fa142ee9..d8943122c1 100644 --- a/src/slist_wc.h +++ b/src/slist_wc.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_binmode.c b/src/tool_binmode.c index 5495ba4e37..5ca64cd58c 100644 --- a/src/tool_binmode.c +++ b/src/tool_binmode.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_binmode.h b/src/tool_binmode.h index b5cb08d55a..8b445ae669 100644 --- a/src/tool_binmode.h +++ b/src/tool_binmode.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_bname.c b/src/tool_bname.c index 277830546e..5cc5c15dfe 100644 --- a/src/tool_bname.c +++ b/src/tool_bname.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_bname.h b/src/tool_bname.h index 69cf92c1bf..61b97b4925 100644 --- a/src/tool_bname.h +++ b/src/tool_bname.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_dbg.c b/src/tool_cb_dbg.c index f52714683c..97a5c92d36 100644 --- a/src/tool_cb_dbg.c +++ b/src/tool_cb_dbg.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_dbg.h b/src/tool_cb_dbg.h index d0ed7b0d4a..7ac15cf9be 100644 --- a/src/tool_cb_dbg.h +++ b/src/tool_cb_dbg.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_hdr.c b/src/tool_cb_hdr.c index 0fca39ffac..f86397a23f 100644 --- a/src/tool_cb_hdr.c +++ b/src/tool_cb_hdr.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_hdr.h b/src/tool_cb_hdr.h index bd50431393..bb54bbb888 100644 --- a/src/tool_cb_hdr.h +++ b/src/tool_cb_hdr.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_prg.c b/src/tool_cb_prg.c index 9e3c5fb4e4..eae80fe12c 100644 --- a/src/tool_cb_prg.c +++ b/src/tool_cb_prg.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_prg.h b/src/tool_cb_prg.h index c635be8030..d62b4a073c 100644 --- a/src/tool_cb_prg.h +++ b/src/tool_cb_prg.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_rea.c b/src/tool_cb_rea.c index 4565a15d6d..88137ae74a 100644 --- a/src/tool_cb_rea.c +++ b/src/tool_cb_rea.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_rea.h b/src/tool_cb_rea.h index 4294166a72..5fbc793f6c 100644 --- a/src/tool_cb_rea.h +++ b/src/tool_cb_rea.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_see.c b/src/tool_cb_see.c index 2f49e1d96d..621d440f4f 100644 --- a/src/tool_cb_see.c +++ b/src/tool_cb_see.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_see.h b/src/tool_cb_see.h index ceb22d65cb..b07741da69 100644 --- a/src/tool_cb_see.h +++ b/src/tool_cb_see.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_wrt.c b/src/tool_cb_wrt.c index 9be393ff21..0413457622 100644 --- a/src/tool_cb_wrt.c +++ b/src/tool_cb_wrt.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cb_wrt.h b/src/tool_cb_wrt.h index ecbefa8083..fc60be0fcd 100644 --- a/src/tool_cb_wrt.h +++ b/src/tool_cb_wrt.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cfgable.c b/src/tool_cfgable.c index 6cd22815a3..6c2aced554 100644 --- a/src/tool_cfgable.c +++ b/src/tool_cfgable.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_cfgable.h b/src/tool_cfgable.h index b92a273d11..3632560afb 100644 --- a/src/tool_cfgable.h +++ b/src/tool_cfgable.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_convert.c b/src/tool_convert.c index ecce036a09..d0f5dcb004 100644 --- a/src/tool_convert.c +++ b/src/tool_convert.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_convert.h b/src/tool_convert.h index 32d473f97a..d1b1d23273 100644 --- a/src/tool_convert.h +++ b/src/tool_convert.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_dirhie.c b/src/tool_dirhie.c index b6a8067c94..b65db41104 100644 --- a/src/tool_dirhie.c +++ b/src/tool_dirhie.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_dirhie.h b/src/tool_dirhie.h index 5f19575d49..cc67687de2 100644 --- a/src/tool_dirhie.h +++ b/src/tool_dirhie.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_doswin.c b/src/tool_doswin.c index 73dc9d0bbf..6cad193ce1 100644 --- a/src/tool_doswin.c +++ b/src/tool_doswin.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_doswin.h b/src/tool_doswin.h index fc83f16bbb..3607e90355 100644 --- a/src/tool_doswin.h +++ b/src/tool_doswin.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_easysrc.c b/src/tool_easysrc.c index b1ee305121..c2dccf9fb1 100644 --- a/src/tool_easysrc.c +++ b/src/tool_easysrc.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -48,7 +48,7 @@ int easysrc_slist_count = 0; static const char *const srchead[]={ "/********* Sample code generated by the curl command line tool **********", " * All curl_easy_setopt() options are documented at:", - " * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html", + " * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html", " ************************************************************************/", "#include ", "", diff --git a/src/tool_easysrc.h b/src/tool_easysrc.h index 45a61e88c7..54607b861a 100644 --- a/src/tool_easysrc.h +++ b/src/tool_easysrc.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_formparse.c b/src/tool_formparse.c index f26f2595c6..76c27a3429 100644 --- a/src/tool_formparse.c +++ b/src/tool_formparse.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_formparse.h b/src/tool_formparse.h index f7736264c3..ce7a292564 100644 --- a/src/tool_formparse.h +++ b/src/tool_formparse.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_getparam.c b/src/tool_getparam.c index d123e231ba..164881a579 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_getparam.h b/src/tool_getparam.h index 3544975124..0c85c69047 100644 --- a/src/tool_getparam.h +++ b/src/tool_getparam.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_getpass.c b/src/tool_getpass.c index 0f7ed01f74..8e3e5fa86d 100644 --- a/src/tool_getpass.c +++ b/src/tool_getpass.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_getpass.h b/src/tool_getpass.h index d4fc7e2319..95dd779354 100644 --- a/src/tool_getpass.h +++ b/src/tool_getpass.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_help.c b/src/tool_help.c index bbb2f66be2..1af1ad100f 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_help.h b/src/tool_help.h index 9ef50069ac..43432d7140 100644 --- a/src/tool_help.h +++ b/src/tool_help.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_helpers.c b/src/tool_helpers.c index 5661ac9d91..fef14596f5 100644 --- a/src/tool_helpers.c +++ b/src/tool_helpers.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_helpers.h b/src/tool_helpers.h index 117334cbc4..9ede16e64b 100644 --- a/src/tool_helpers.h +++ b/src/tool_helpers.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_homedir.c b/src/tool_homedir.c index 73a66f8f6e..ccf04b596a 100644 --- a/src/tool_homedir.c +++ b/src/tool_homedir.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_homedir.h b/src/tool_homedir.h index d58861555a..98d94b8e5e 100644 --- a/src/tool_homedir.h +++ b/src/tool_homedir.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_hugehelp.c.cvs b/src/tool_hugehelp.c.cvs index 5895900c2f..2499a4836e 100644 --- a/src/tool_hugehelp.c.cvs +++ b/src/tool_hugehelp.c.cvs @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_hugehelp.h b/src/tool_hugehelp.h index 442579e5db..16520b6eef 100644 --- a/src/tool_hugehelp.h +++ b/src/tool_hugehelp.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_libinfo.c b/src/tool_libinfo.c index a8ffb8f6db..5db85480ee 100644 --- a/src/tool_libinfo.c +++ b/src/tool_libinfo.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_libinfo.h b/src/tool_libinfo.h index 5c149d916f..298df80137 100644 --- a/src/tool_libinfo.h +++ b/src/tool_libinfo.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_main.c b/src/tool_main.c index 9a5cebade0..7e742ffcab 100644 --- a/src/tool_main.c +++ b/src/tool_main.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_main.h b/src/tool_main.h index 9a7972fdd7..c97c3607f9 100644 --- a/src/tool_main.h +++ b/src/tool_main.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_metalink.c b/src/tool_metalink.c index 5873adf6ad..9a6465e676 100644 --- a/src/tool_metalink.c +++ b/src/tool_metalink.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_metalink.h b/src/tool_metalink.h index 3685906816..7ee2736a69 100644 --- a/src/tool_metalink.h +++ b/src/tool_metalink.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_mfiles.c b/src/tool_mfiles.c index 3eda45f91a..d862d4140a 100644 --- a/src/tool_mfiles.c +++ b/src/tool_mfiles.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_mfiles.h b/src/tool_mfiles.h index 1ea6f4a47e..827f40065e 100644 --- a/src/tool_mfiles.h +++ b/src/tool_mfiles.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_msgs.c b/src/tool_msgs.c index 565e283813..1454903ad4 100644 --- a/src/tool_msgs.c +++ b/src/tool_msgs.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_msgs.h b/src/tool_msgs.h index e8ad259c51..e84c1b247e 100644 --- a/src/tool_msgs.h +++ b/src/tool_msgs.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_operate.c b/src/tool_operate.c index b2d9d838e1..b8ce2c45ce 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -98,7 +98,7 @@ CURLcode curl_easy_perform_ev(CURL *easy); #endif #define CURL_CA_CERT_ERRORMSG1 \ - "More details here: http://curl.haxx.se/docs/sslcerts.html\n\n" \ + "More details here: https://curl.haxx.se/docs/sslcerts.html\n\n" \ "curl performs SSL certificate verification by default, " \ "using a \"bundle\"\n" \ " of Certificate Authority (CA) public keys (CA certs). If the default\n" \ diff --git a/src/tool_operate.h b/src/tool_operate.h index 1d5c1a96f8..c54fe3fca7 100644 --- a/src/tool_operate.h +++ b/src/tool_operate.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_operhlp.c b/src/tool_operhlp.c index abf949617f..387dcb628a 100644 --- a/src/tool_operhlp.c +++ b/src/tool_operhlp.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_operhlp.h b/src/tool_operhlp.h index 8fcaad6987..446c56067d 100644 --- a/src/tool_operhlp.h +++ b/src/tool_operhlp.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_panykey.c b/src/tool_panykey.c index d8718e3289..14e1e05c58 100644 --- a/src/tool_panykey.c +++ b/src/tool_panykey.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_panykey.h b/src/tool_panykey.h index 50b15d2db1..9d64418e2d 100644 --- a/src/tool_panykey.h +++ b/src/tool_panykey.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_paramhlp.c b/src/tool_paramhlp.c index c1baed5f0f..f2e68da5d3 100644 --- a/src/tool_paramhlp.c +++ b/src/tool_paramhlp.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_paramhlp.h b/src/tool_paramhlp.h index 646caec056..89a99b2bb2 100644 --- a/src/tool_paramhlp.h +++ b/src/tool_paramhlp.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_parsecfg.c b/src/tool_parsecfg.c index 39b43eef43..d9454c23a2 100644 --- a/src/tool_parsecfg.c +++ b/src/tool_parsecfg.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_parsecfg.h b/src/tool_parsecfg.h index c3b19d544a..b676ec3c6f 100644 --- a/src/tool_parsecfg.h +++ b/src/tool_parsecfg.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_sdecls.h b/src/tool_sdecls.h index 53aa243d73..a56390e594 100644 --- a/src/tool_sdecls.h +++ b/src/tool_sdecls.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_setopt.c b/src/tool_setopt.c index ff8d407191..690ce14a61 100644 --- a/src/tool_setopt.c +++ b/src/tool_setopt.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_setopt.h b/src/tool_setopt.h index b32adf9886..7cd38751c4 100644 --- a/src/tool_setopt.h +++ b/src/tool_setopt.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_setup.h b/src/tool_setup.h index 3d7c158090..90b01d7e9c 100644 --- a/src/tool_setup.h +++ b/src/tool_setup.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_sleep.c b/src/tool_sleep.c index d023b325dc..d878512ac4 100644 --- a/src/tool_sleep.c +++ b/src/tool_sleep.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_sleep.h b/src/tool_sleep.h index 115a4e4047..6c51a93076 100644 --- a/src/tool_sleep.h +++ b/src/tool_sleep.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_strdup.c b/src/tool_strdup.c index a0bbe88b2a..cb4a1c5f6a 100644 --- a/src/tool_strdup.c +++ b/src/tool_strdup.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_strdup.h b/src/tool_strdup.h index 83c8102c30..f84b202e0a 100644 --- a/src/tool_strdup.h +++ b/src/tool_strdup.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_urlglob.c b/src/tool_urlglob.c index 133725242b..0b714af801 100644 --- a/src/tool_urlglob.c +++ b/src/tool_urlglob.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_urlglob.h b/src/tool_urlglob.h index 62c1abdd6d..c3be948f84 100644 --- a/src/tool_urlglob.h +++ b/src/tool_urlglob.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_util.c b/src/tool_util.c index 6c26414d1e..8af15ff0c9 100644 --- a/src/tool_util.c +++ b/src/tool_util.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_util.h b/src/tool_util.h index d8bb036691..8f72d6261b 100644 --- a/src/tool_util.h +++ b/src/tool_util.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_version.h b/src/tool_version.h index 569526bfea..04f45671ef 100644 --- a/src/tool_version.h +++ b/src/tool_version.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_vms.c b/src/tool_vms.c index 4a6a6f58e2..de08627515 100644 --- a/src/tool_vms.c +++ b/src/tool_vms.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_vms.h b/src/tool_vms.h index 1afd75ec8c..6656a59965 100644 --- a/src/tool_vms.h +++ b/src/tool_vms.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_writeenv.c b/src/tool_writeenv.c index b28f35a8d9..c1bfcbe2f9 100644 --- a/src/tool_writeenv.c +++ b/src/tool_writeenv.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_writeenv.h b/src/tool_writeenv.h index c0a952fe0c..55daf48892 100644 --- a/src/tool_writeenv.h +++ b/src/tool_writeenv.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_writeout.c b/src/tool_writeout.c index 63db90c964..414fcbea9e 100644 --- a/src/tool_writeout.c +++ b/src/tool_writeout.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_writeout.h b/src/tool_writeout.h index 4dd3a75a5c..8d3f645ff8 100644 --- a/src/tool_writeout.h +++ b/src/tool_writeout.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_xattr.c b/src/tool_xattr.c index da0cad67ad..f49fd57183 100644 --- a/src/tool_xattr.c +++ b/src/tool_xattr.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/src/tool_xattr.h b/src/tool_xattr.h index 3f8f585e4b..56bd9e4a0f 100644 --- a/src/tool_xattr.h +++ b/src/tool_xattr.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/Makefile.am b/tests/Makefile.am index eac455aee2..942ab8fb8f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/certs/Makefile.am b/tests/certs/Makefile.am index bd0bbbb7ca..7e7f1fa3d7 100644 --- a/tests/certs/Makefile.am +++ b/tests/certs/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/certs/scripts/Makefile.am b/tests/certs/scripts/Makefile.am index ffc1449b7d..db4a90f54e 100644 --- a/tests/certs/scripts/Makefile.am +++ b/tests/certs/scripts/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/convsrctest.pl b/tests/convsrctest.pl index ee442394c8..11237448f6 100755 --- a/tests/convsrctest.pl +++ b/tests/convsrctest.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index 3694062130..7321ad543a 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/data/test1105 b/tests/data/test1105 index 95647753f1..76ac4500a1 100644 --- a/tests/data/test1105 +++ b/tests/data/test1105 @@ -55,7 +55,7 @@ userid=myname&password=mypassword # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. 127.0.0.1 FALSE /we/want/ FALSE 0 foobar name diff --git a/tests/data/test1136 b/tests/data/test1136 index ee631d4142..e42ca06a62 100644 --- a/tests/data/test1136 +++ b/tests/data/test1136 @@ -53,7 +53,7 @@ http://www.example.ck/1136 http://www.ck/1136 http://z-1.compute-1.amazonaws.com # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .www.example.ck TRUE / FALSE 0 test2 allowed2 diff --git a/tests/data/test1400 b/tests/data/test1400 index be458bd982..0ee7370217 100644 --- a/tests/data/test1400 +++ b/tests/data/test1400 @@ -55,7 +55,7 @@ $_ = '' if /CURLOPT_HTTP_VERSION/ /********* Sample code generated by the curl command line tool ********** * All curl_easy_setopt() options are documented at: - * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html + * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html ************************************************************************/ #include diff --git a/tests/data/test1401 b/tests/data/test1401 index 6144bd82d3..602b09acca 100644 --- a/tests/data/test1401 +++ b/tests/data/test1401 @@ -62,7 +62,7 @@ $_ = '' if /CURLOPT_HTTP_VERSION/ /********* Sample code generated by the curl command line tool ********** * All curl_easy_setopt() options are documented at: - * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html + * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html ************************************************************************/ #include diff --git a/tests/data/test1402 b/tests/data/test1402 index 00395fc3c9..0c2199e3ba 100644 --- a/tests/data/test1402 +++ b/tests/data/test1402 @@ -60,7 +60,7 @@ $_ = '' if /CURLOPT_HTTP_VERSION/ /********* Sample code generated by the curl command line tool ********** * All curl_easy_setopt() options are documented at: - * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html + * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html ************************************************************************/ #include diff --git a/tests/data/test1403 b/tests/data/test1403 index 85188d8f87..98f238f9db 100644 --- a/tests/data/test1403 +++ b/tests/data/test1403 @@ -57,7 +57,7 @@ $_ = '' if /CURLOPT_HTTP_VERSION/ /********* Sample code generated by the curl command line tool ********** * All curl_easy_setopt() options are documented at: - * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html + * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html ************************************************************************/ #include diff --git a/tests/data/test1404 b/tests/data/test1404 index 0f59c496ca..a159e49d4a 100644 --- a/tests/data/test1404 +++ b/tests/data/test1404 @@ -92,7 +92,7 @@ $_ = '' if /CURLOPT_HTTP_VERSION/ /********* Sample code generated by the curl command line tool ********** * All curl_easy_setopt() options are documented at: - * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html + * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html ************************************************************************/ #include diff --git a/tests/data/test1405 b/tests/data/test1405 index 5868afa582..f223954cfc 100644 --- a/tests/data/test1405 +++ b/tests/data/test1405 @@ -58,7 +58,7 @@ QUIT /********* Sample code generated by the curl command line tool ********** * All curl_easy_setopt() options are documented at: - * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html + * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html ************************************************************************/ #include diff --git a/tests/data/test1406 b/tests/data/test1406 index 8c6de5c1a0..c7e4cd41c8 100644 --- a/tests/data/test1406 +++ b/tests/data/test1406 @@ -57,7 +57,7 @@ body /********* Sample code generated by the curl command line tool ********** * All curl_easy_setopt() options are documented at: - * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html + * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html ************************************************************************/ #include diff --git a/tests/data/test1407 b/tests/data/test1407 index 8ec9b441e2..8f8cb2aa94 100644 --- a/tests/data/test1407 +++ b/tests/data/test1407 @@ -44,7 +44,7 @@ QUIT /********* Sample code generated by the curl command line tool ********** * All curl_easy_setopt() options are documented at: - * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html + * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html ************************************************************************/ #include diff --git a/tests/data/test1415 b/tests/data/test1415 index d97dfcea98..5604404079 100644 --- a/tests/data/test1415 +++ b/tests/data/test1415 @@ -63,7 +63,7 @@ Proxy-Connection: Keep-Alive # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .example.com TRUE / FALSE 0 test1value test1 diff --git a/tests/data/test1420 b/tests/data/test1420 index 8894045d49..7a868062eb 100644 --- a/tests/data/test1420 +++ b/tests/data/test1420 @@ -50,7 +50,7 @@ A005 LOGOUT /********* Sample code generated by the curl command line tool ********** * All curl_easy_setopt() options are documented at: - * http://curl.haxx.se/libcurl/c/curl_easy_setopt.html + * https://curl.haxx.se/libcurl/c/curl_easy_setopt.html ************************************************************************/ #include diff --git a/tests/data/test171 b/tests/data/test171 index 147be0a8ef..09e48b70af 100644 --- a/tests/data/test171 +++ b/tests/data/test171 @@ -49,7 +49,7 @@ Proxy-Connection: Keep-Alive # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .z.x.com TRUE / FALSE 0 XToken xt diff --git a/tests/data/test172 b/tests/data/test172 index 3d53418962..ad3628429e 100644 --- a/tests/data/test172 +++ b/tests/data/test172 @@ -31,7 +31,7 @@ http://%HOSTIP:%HTTPPORT/we/want/172 -b log/jar172.txt -b "tool=curl; name=fool" # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .%HOSTIP TRUE /silly/ FALSE 0 ismatch this diff --git a/tests/data/test31 b/tests/data/test31 index 7cf556c0cf..2289d56d77 100644 --- a/tests/data/test31 +++ b/tests/data/test31 @@ -97,7 +97,7 @@ Accept: */* # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. 127.0.0.1 FALSE /silly/ FALSE 0 ismatch this diff --git a/tests/data/test46 b/tests/data/test46 index b6ebe802e8..1b9af63198 100644 --- a/tests/data/test46 +++ b/tests/data/test46 @@ -46,7 +46,7 @@ TZ=GMT # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This is generated by libcurl! Do not edit. www.fake.come FALSE / FALSE 1022144953 cookiecliente si @@ -71,7 +71,7 @@ Cookie: empty=; mooo2=indeed2; mooo=indeed # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. www.fake.come FALSE / FALSE 1022144953 cookiecliente si diff --git a/tests/data/test506 b/tests/data/test506 index 07bbdeaf3b..f1939fe524 100644 --- a/tests/data/test506 +++ b/tests/data/test506 @@ -212,7 +212,7 @@ http://%HOSTIP:%HTTPPORT/506 # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .host.foo.com TRUE / FALSE 1896263787 injected yes diff --git a/tests/data/test61 b/tests/data/test61 index abc97895a0..74b8f64287 100644 --- a/tests/data/test61 +++ b/tests/data/test61 @@ -62,7 +62,7 @@ Accept: */* # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. #HttpOnly_.foo.com TRUE /we/want/ FALSE 2054030187 test yes diff --git a/tests/data/test62 b/tests/data/test62 index 51b88709ea..add2a6a5d3 100644 --- a/tests/data/test62 +++ b/tests/data/test62 @@ -33,7 +33,7 @@ http://%HOSTIP:%HTTPPORT/we/want/62 http://%HOSTIP:%HTTPPORT/we/want?hoge=fuga - # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. #HttpOnly_.foo.com TRUE /we/want/ FALSE 2054030187 test yes diff --git a/tests/data/test73 b/tests/data/test73 index a23546d42a..70408a8658 100644 --- a/tests/data/test73 +++ b/tests/data/test73 @@ -46,7 +46,7 @@ Accept: */* # Netscape HTTP Cookie File -# http://curl.haxx.se/docs/http-cookies.html +# https://curl.haxx.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .NOT_DISCLOSED.se TRUE / FALSE 0 IPCZQX01af0fca5c 000010008168c200d25dfc4b diff --git a/tests/directories.pm b/tests/directories.pm index 6cbb963bcc..e3327c1280 100644 --- a/tests/directories.pm +++ b/tests/directories.pm @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/extern-scan.pl b/tests/extern-scan.pl index 49d0c86b09..7a5c29140d 100755 --- a/tests/extern-scan.pl +++ b/tests/extern-scan.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/ftp.pm b/tests/ftp.pm index 2e125e293b..f4a4acedd4 100644 --- a/tests/ftp.pm +++ b/tests/ftp.pm @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index 4807a1fef1..01a7df865b 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/getpart.pm b/tests/getpart.pm index 0729cf492a..5198b5fa30 100644 --- a/tests/getpart.pm +++ b/tests/getpart.pm @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/httpserver.pl b/tests/httpserver.pl index b60dadc3b1..0be5667fe5 100755 --- a/tests/httpserver.pl +++ b/tests/httpserver.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/keywords.pl b/tests/keywords.pl index c61df774cd..33748bd374 100755 --- a/tests/keywords.pl +++ b/tests/keywords.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/Makefile.am b/tests/libtest/Makefile.am index d255b222b3..87ee56ede8 100644 --- a/tests/libtest/Makefile.am +++ b/tests/libtest/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/chkhostname.c b/tests/libtest/chkhostname.c index 168294ab6b..02a4eefaa4 100644 --- a/tests/libtest/chkhostname.c +++ b/tests/libtest/chkhostname.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/first.c b/tests/libtest/first.c index 79c73fda73..4714395ea5 100644 --- a/tests/libtest/first.c +++ b/tests/libtest/first.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1500.c b/tests/libtest/lib1500.c index 08b917fcc7..89983613d7 100644 --- a/tests/libtest/lib1500.c +++ b/tests/libtest/lib1500.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1501.c b/tests/libtest/lib1501.c index 01a382e823..f9bd9663b3 100644 --- a/tests/libtest/lib1501.c +++ b/tests/libtest/lib1501.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1502.c b/tests/libtest/lib1502.c index 2b50c47335..2336a8d3a7 100644 --- a/tests/libtest/lib1502.c +++ b/tests/libtest/lib1502.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1506.c b/tests/libtest/lib1506.c index b61c4db796..0551f04b79 100644 --- a/tests/libtest/lib1506.c +++ b/tests/libtest/lib1506.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1507.c b/tests/libtest/lib1507.c index 5bb61b3b48..5340c57a90 100644 --- a/tests/libtest/lib1507.c +++ b/tests/libtest/lib1507.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1508.c b/tests/libtest/lib1508.c index 72f26d1203..f536422cb2 100644 --- a/tests/libtest/lib1508.c +++ b/tests/libtest/lib1508.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1509.c b/tests/libtest/lib1509.c index f67c7d6ea6..df428a0d00 100644 --- a/tests/libtest/lib1509.c +++ b/tests/libtest/lib1509.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1510.c b/tests/libtest/lib1510.c index d19a7b5f0c..3d791e01ef 100644 --- a/tests/libtest/lib1510.c +++ b/tests/libtest/lib1510.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1511.c b/tests/libtest/lib1511.c index a46f9ab5bf..bec3167116 100644 --- a/tests/libtest/lib1511.c +++ b/tests/libtest/lib1511.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1512.c b/tests/libtest/lib1512.c index 86372aac68..759898737f 100644 --- a/tests/libtest/lib1512.c +++ b/tests/libtest/lib1512.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1513.c b/tests/libtest/lib1513.c index 7a9a1a0f42..d0123f1f60 100644 --- a/tests/libtest/lib1513.c +++ b/tests/libtest/lib1513.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1514.c b/tests/libtest/lib1514.c index ec8f8a3254..b4ab9dcc3c 100644 --- a/tests/libtest/lib1514.c +++ b/tests/libtest/lib1514.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1515.c b/tests/libtest/lib1515.c index 11c57aa2ff..db0d09ed65 100644 --- a/tests/libtest/lib1515.c +++ b/tests/libtest/lib1515.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1520.c b/tests/libtest/lib1520.c index c6d2e820a8..a4ce79b506 100644 --- a/tests/libtest/lib1520.c +++ b/tests/libtest/lib1520.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1525.c b/tests/libtest/lib1525.c index 957b4295e0..270a002b56 100644 --- a/tests/libtest/lib1525.c +++ b/tests/libtest/lib1525.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1526.c b/tests/libtest/lib1526.c index ec21fb00a8..0ebd8edad7 100644 --- a/tests/libtest/lib1526.c +++ b/tests/libtest/lib1526.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1527.c b/tests/libtest/lib1527.c index 1122d8ec0e..e3ba106130 100644 --- a/tests/libtest/lib1527.c +++ b/tests/libtest/lib1527.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1528.c b/tests/libtest/lib1528.c index 94a7cd024f..cd953d6f55 100644 --- a/tests/libtest/lib1528.c +++ b/tests/libtest/lib1528.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1529.c b/tests/libtest/lib1529.c index 3def142aff..3333ae698a 100644 --- a/tests/libtest/lib1529.c +++ b/tests/libtest/lib1529.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1530.c b/tests/libtest/lib1530.c index 76231c97f2..d1ca34c2a5 100644 --- a/tests/libtest/lib1530.c +++ b/tests/libtest/lib1530.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1531.c b/tests/libtest/lib1531.c index a0612a9d90..438408dfb3 100644 --- a/tests/libtest/lib1531.c +++ b/tests/libtest/lib1531.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib1900.c b/tests/libtest/lib1900.c index 2f64742a15..f52a9c2d16 100644 --- a/tests/libtest/lib1900.c +++ b/tests/libtest/lib1900.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib500.c b/tests/libtest/lib500.c index 4d622084eb..e249d9f9db 100644 --- a/tests/libtest/lib500.c +++ b/tests/libtest/lib500.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib501.c b/tests/libtest/lib501.c index 26275f9776..b1b9ad413d 100644 --- a/tests/libtest/lib501.c +++ b/tests/libtest/lib501.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib502.c b/tests/libtest/lib502.c index 554583ae2a..7cf6415a61 100644 --- a/tests/libtest/lib502.c +++ b/tests/libtest/lib502.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib503.c b/tests/libtest/lib503.c index 50277f7d35..2eb2874836 100644 --- a/tests/libtest/lib503.c +++ b/tests/libtest/lib503.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib504.c b/tests/libtest/lib504.c index 358fc98dc8..5573420599 100644 --- a/tests/libtest/lib504.c +++ b/tests/libtest/lib504.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib505.c b/tests/libtest/lib505.c index 9592e0fa94..79c3bc79b1 100644 --- a/tests/libtest/lib505.c +++ b/tests/libtest/lib505.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib506.c b/tests/libtest/lib506.c index 6dcc36d3c1..4ee384f04a 100644 --- a/tests/libtest/lib506.c +++ b/tests/libtest/lib506.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib507.c b/tests/libtest/lib507.c index 87c21defbd..74879929be 100644 --- a/tests/libtest/lib507.c +++ b/tests/libtest/lib507.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib508.c b/tests/libtest/lib508.c index 7f37309207..5b2ff1f295 100644 --- a/tests/libtest/lib508.c +++ b/tests/libtest/lib508.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib509.c b/tests/libtest/lib509.c index a3de51e968..1f9e3e4994 100644 --- a/tests/libtest/lib509.c +++ b/tests/libtest/lib509.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib510.c b/tests/libtest/lib510.c index c60b2caf61..f84af76c05 100644 --- a/tests/libtest/lib510.c +++ b/tests/libtest/lib510.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib511.c b/tests/libtest/lib511.c index 6be2d2f76c..81dc75311b 100644 --- a/tests/libtest/lib511.c +++ b/tests/libtest/lib511.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib512.c b/tests/libtest/lib512.c index 19da18b4fc..14241dd020 100644 --- a/tests/libtest/lib512.c +++ b/tests/libtest/lib512.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib513.c b/tests/libtest/lib513.c index 7aab3b1c8d..6462ac7d59 100644 --- a/tests/libtest/lib513.c +++ b/tests/libtest/lib513.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib514.c b/tests/libtest/lib514.c index 953e90dff1..916ed6b932 100644 --- a/tests/libtest/lib514.c +++ b/tests/libtest/lib514.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib515.c b/tests/libtest/lib515.c index 4e96c4a8d8..d982145ac8 100644 --- a/tests/libtest/lib515.c +++ b/tests/libtest/lib515.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib516.c b/tests/libtest/lib516.c index a9590948dd..4c04af63ff 100644 --- a/tests/libtest/lib516.c +++ b/tests/libtest/lib516.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c index ba49ec41ec..2f68ebd24b 100644 --- a/tests/libtest/lib517.c +++ b/tests/libtest/lib517.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib518.c b/tests/libtest/lib518.c index 23f7f17c61..94343f67ce 100644 --- a/tests/libtest/lib518.c +++ b/tests/libtest/lib518.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib519.c b/tests/libtest/lib519.c index b720c8feee..a95bc3c1aa 100644 --- a/tests/libtest/lib519.c +++ b/tests/libtest/lib519.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib520.c b/tests/libtest/lib520.c index 9ffaa4f921..556b66b304 100644 --- a/tests/libtest/lib520.c +++ b/tests/libtest/lib520.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib521.c b/tests/libtest/lib521.c index 93c306864b..d15add773f 100644 --- a/tests/libtest/lib521.c +++ b/tests/libtest/lib521.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib523.c b/tests/libtest/lib523.c index 0fdc83db62..3272df42a4 100644 --- a/tests/libtest/lib523.c +++ b/tests/libtest/lib523.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib524.c b/tests/libtest/lib524.c index 6f56df9b01..e5ab187e0d 100644 --- a/tests/libtest/lib524.c +++ b/tests/libtest/lib524.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib525.c b/tests/libtest/lib525.c index ca128cb9c6..8290cad04c 100644 --- a/tests/libtest/lib525.c +++ b/tests/libtest/lib525.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib526.c b/tests/libtest/lib526.c index 9db04dba70..0ce7ebbe18 100644 --- a/tests/libtest/lib526.c +++ b/tests/libtest/lib526.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib530.c b/tests/libtest/lib530.c index e60d117294..a3e2d0cb58 100644 --- a/tests/libtest/lib530.c +++ b/tests/libtest/lib530.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib533.c b/tests/libtest/lib533.c index fdc18a1eb9..706b269fe3 100644 --- a/tests/libtest/lib533.c +++ b/tests/libtest/lib533.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib536.c b/tests/libtest/lib536.c index e3ae402b71..f3ba5734ce 100644 --- a/tests/libtest/lib536.c +++ b/tests/libtest/lib536.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib537.c b/tests/libtest/lib537.c index 5da537995c..88cbceaec8 100644 --- a/tests/libtest/lib537.c +++ b/tests/libtest/lib537.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib539.c b/tests/libtest/lib539.c index 053d298060..c6ca0d2582 100644 --- a/tests/libtest/lib539.c +++ b/tests/libtest/lib539.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib540.c b/tests/libtest/lib540.c index ac0ebe60b7..62d8dfd1d3 100644 --- a/tests/libtest/lib540.c +++ b/tests/libtest/lib540.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib541.c b/tests/libtest/lib541.c index 6015d2f06a..64c7d20f59 100644 --- a/tests/libtest/lib541.c +++ b/tests/libtest/lib541.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib542.c b/tests/libtest/lib542.c index 84f493f3e2..0d0d574fc5 100644 --- a/tests/libtest/lib542.c +++ b/tests/libtest/lib542.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib543.c b/tests/libtest/lib543.c index b4a31ca9ad..3672483899 100644 --- a/tests/libtest/lib543.c +++ b/tests/libtest/lib543.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib544.c b/tests/libtest/lib544.c index 7e2f73518e..9bd80d8755 100644 --- a/tests/libtest/lib544.c +++ b/tests/libtest/lib544.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib547.c b/tests/libtest/lib547.c index c82bc3f232..c282be1869 100644 --- a/tests/libtest/lib547.c +++ b/tests/libtest/lib547.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib549.c b/tests/libtest/lib549.c index a1568c88f4..961a4ba5b2 100644 --- a/tests/libtest/lib549.c +++ b/tests/libtest/lib549.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib552.c b/tests/libtest/lib552.c index 2cc942ad4f..408b60cdb8 100644 --- a/tests/libtest/lib552.c +++ b/tests/libtest/lib552.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib553.c b/tests/libtest/lib553.c index cb1cefd5e6..96d5699015 100644 --- a/tests/libtest/lib553.c +++ b/tests/libtest/lib553.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib554.c b/tests/libtest/lib554.c index c54d99e867..23f0e2397c 100644 --- a/tests/libtest/lib554.c +++ b/tests/libtest/lib554.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib555.c b/tests/libtest/lib555.c index 49a81bf577..fea4ea48c8 100644 --- a/tests/libtest/lib555.c +++ b/tests/libtest/lib555.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib556.c b/tests/libtest/lib556.c index a4b4b93bb9..3c1ff0ebba 100644 --- a/tests/libtest/lib556.c +++ b/tests/libtest/lib556.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib557.c b/tests/libtest/lib557.c index b88285217c..2c0d5e0e9e 100644 --- a/tests/libtest/lib557.c +++ b/tests/libtest/lib557.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib558.c b/tests/libtest/lib558.c index 1286a1d111..39475635be 100644 --- a/tests/libtest/lib558.c +++ b/tests/libtest/lib558.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib560.c b/tests/libtest/lib560.c index e8be1c7bdd..8fa0c2de27 100644 --- a/tests/libtest/lib560.c +++ b/tests/libtest/lib560.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib562.c b/tests/libtest/lib562.c index a5f0ea5348..b5c3970d9e 100644 --- a/tests/libtest/lib562.c +++ b/tests/libtest/lib562.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib564.c b/tests/libtest/lib564.c index 2a0a56658e..1822931bc8 100644 --- a/tests/libtest/lib564.c +++ b/tests/libtest/lib564.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib566.c b/tests/libtest/lib566.c index ba839d65f9..fc03d4e7d2 100644 --- a/tests/libtest/lib566.c +++ b/tests/libtest/lib566.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib567.c b/tests/libtest/lib567.c index 573529cd86..080efb1a39 100644 --- a/tests/libtest/lib567.c +++ b/tests/libtest/lib567.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib568.c b/tests/libtest/lib568.c index b6f5ab7caa..3dfb948873 100644 --- a/tests/libtest/lib568.c +++ b/tests/libtest/lib568.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib569.c b/tests/libtest/lib569.c index bc48872766..909a12cdaf 100644 --- a/tests/libtest/lib569.c +++ b/tests/libtest/lib569.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib570.c b/tests/libtest/lib570.c index 178f58f966..db44985534 100644 --- a/tests/libtest/lib570.c +++ b/tests/libtest/lib570.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib571.c b/tests/libtest/lib571.c index d8dad396bb..95c868485c 100644 --- a/tests/libtest/lib571.c +++ b/tests/libtest/lib571.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib572.c b/tests/libtest/lib572.c index fd547b8b33..9e7a9feca2 100644 --- a/tests/libtest/lib572.c +++ b/tests/libtest/lib572.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib573.c b/tests/libtest/lib573.c index 9c3338776f..527c19b616 100644 --- a/tests/libtest/lib573.c +++ b/tests/libtest/lib573.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib574.c b/tests/libtest/lib574.c index afb2bceaef..6baeb00b92 100644 --- a/tests/libtest/lib574.c +++ b/tests/libtest/lib574.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib575.c b/tests/libtest/lib575.c index 942df68c57..186170cfc5 100644 --- a/tests/libtest/lib575.c +++ b/tests/libtest/lib575.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib576.c b/tests/libtest/lib576.c index 61bb61325d..692faf3927 100644 --- a/tests/libtest/lib576.c +++ b/tests/libtest/lib576.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib578.c b/tests/libtest/lib578.c index a39b31772a..9189d6e4f6 100644 --- a/tests/libtest/lib578.c +++ b/tests/libtest/lib578.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib579.c b/tests/libtest/lib579.c index 0e8bd2f153..fc9f79168b 100644 --- a/tests/libtest/lib579.c +++ b/tests/libtest/lib579.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib582.c b/tests/libtest/lib582.c index 4c3ea6f60c..738aa63c27 100644 --- a/tests/libtest/lib582.c +++ b/tests/libtest/lib582.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib583.c b/tests/libtest/lib583.c index ad5a5cea79..9af48d280d 100644 --- a/tests/libtest/lib583.c +++ b/tests/libtest/lib583.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -21,7 +21,7 @@ ***************************************************************************/ /* * This test case is based on the sample code provided by Saqib Ali - * http://curl.haxx.se/mail/lib-2011-03/0066.html + * https://curl.haxx.se/mail/lib-2011-03/0066.html */ #include "test.h" diff --git a/tests/libtest/lib586.c b/tests/libtest/lib586.c index a1412b5f3b..3965c7461c 100644 --- a/tests/libtest/lib586.c +++ b/tests/libtest/lib586.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib590.c b/tests/libtest/lib590.c index 68603c65ea..44409afa6b 100644 --- a/tests/libtest/lib590.c +++ b/tests/libtest/lib590.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is @@ -23,7 +23,7 @@ /* Based on a bug report recipe by Rene Bernhardt in - http://curl.haxx.se/mail/lib-2011-10/0323.html + https://curl.haxx.se/mail/lib-2011-10/0323.html It is reproducible by the following steps: diff --git a/tests/libtest/lib591.c b/tests/libtest/lib591.c index 5cd4644e30..7d50f894cf 100644 --- a/tests/libtest/lib591.c +++ b/tests/libtest/lib591.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib597.c b/tests/libtest/lib597.c index a27cefd5ba..493d4d8dc2 100644 --- a/tests/libtest/lib597.c +++ b/tests/libtest/lib597.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib598.c b/tests/libtest/lib598.c index e9c1ad776f..215ab57779 100644 --- a/tests/libtest/lib598.c +++ b/tests/libtest/lib598.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/lib599.c b/tests/libtest/lib599.c index 08c536c721..20b0891670 100644 --- a/tests/libtest/lib599.c +++ b/tests/libtest/lib599.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/libauthretry.c b/tests/libtest/libauthretry.c index 103a89c71d..eabe5bfbeb 100644 --- a/tests/libtest/libauthretry.c +++ b/tests/libtest/libauthretry.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/libntlmconnect.c b/tests/libtest/libntlmconnect.c index 509b6711d7..a9609673db 100644 --- a/tests/libtest/libntlmconnect.c +++ b/tests/libtest/libntlmconnect.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/sethostname.c b/tests/libtest/sethostname.c index 9da6a67307..210a60018c 100644 --- a/tests/libtest/sethostname.c +++ b/tests/libtest/sethostname.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/sethostname.h b/tests/libtest/sethostname.h index 032eaa0786..1a1c0775b0 100644 --- a/tests/libtest/sethostname.h +++ b/tests/libtest/sethostname.h @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/test.h b/tests/libtest/test.h index 468eda98a0..f724e42798 100644 --- a/tests/libtest/test.h +++ b/tests/libtest/test.h @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/testtrace.c b/tests/libtest/testtrace.c index 8d9c6b814d..958719f618 100644 --- a/tests/libtest/testtrace.c +++ b/tests/libtest/testtrace.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/testtrace.h b/tests/libtest/testtrace.h index 73d2489a41..fafdf2992e 100644 --- a/tests/libtest/testtrace.h +++ b/tests/libtest/testtrace.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/testutil.c b/tests/libtest/testutil.c index b18a60734f..2ff06b19d2 100644 --- a/tests/libtest/testutil.c +++ b/tests/libtest/testutil.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/libtest/testutil.h b/tests/libtest/testutil.h index a236970a67..0bc5e03b7a 100644 --- a/tests/libtest/testutil.h +++ b/tests/libtest/testutil.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/mem-include-scan.pl b/tests/mem-include-scan.pl index 676df25e91..8922bd4a37 100644 --- a/tests/mem-include-scan.pl +++ b/tests/mem-include-scan.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/memanalyze.pl b/tests/memanalyze.pl index 701cf161cb..35d1c7ef7d 100755 --- a/tests/memanalyze.pl +++ b/tests/memanalyze.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/rtspserver.pl b/tests/rtspserver.pl index 07a588ecd6..bddccb9194 100755 --- a/tests/rtspserver.pl +++ b/tests/rtspserver.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/runtests.1 b/tests/runtests.1 index cb765a6411..5576b2fd8d 100644 --- a/tests/runtests.1 +++ b/tests/runtests.1 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is diff --git a/tests/runtests.pl b/tests/runtests.pl index 6def307d9f..3f4fbbd443 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/secureserver.pl b/tests/secureserver.pl index 6276110440..c770fa5a75 100755 --- a/tests/secureserver.pl +++ b/tests/secureserver.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/Makefile.am b/tests/server/Makefile.am index ab5802025b..cc779e6443 100644 --- a/tests/server/Makefile.am +++ b/tests/server/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/fake_ntlm.c b/tests/server/fake_ntlm.c index 799f573afc..5b4d4fe987 100644 --- a/tests/server/fake_ntlm.c +++ b/tests/server/fake_ntlm.c @@ -10,7 +10,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/getpart.c b/tests/server/getpart.c index f773dd0583..0642564ebc 100644 --- a/tests/server/getpart.c +++ b/tests/server/getpart.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/getpart.h b/tests/server/getpart.h index 25320b08b5..2773685197 100644 --- a/tests/server/getpart.h +++ b/tests/server/getpart.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/resolve.c b/tests/server/resolve.c index 39849e7bf6..8cd0c260df 100644 --- a/tests/server/resolve.c +++ b/tests/server/resolve.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/rtspd.c b/tests/server/rtspd.c index 0293f59cf4..0838ce2b76 100644 --- a/tests/server/rtspd.c +++ b/tests/server/rtspd.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/server_setup.h b/tests/server/server_setup.h index 59e369586b..76c462369b 100644 --- a/tests/server/server_setup.h +++ b/tests/server/server_setup.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/server_sockaddr.h b/tests/server/server_sockaddr.h index 3f4cd67d78..bbcab83460 100644 --- a/tests/server/server_sockaddr.h +++ b/tests/server/server_sockaddr.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/sockfilt.c b/tests/server/sockfilt.c index 3c549997d0..b6e1caab65 100644 --- a/tests/server/sockfilt.c +++ b/tests/server/sockfilt.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/sws.c b/tests/server/sws.c index 9ad54e4a80..ffed3838d9 100644 --- a/tests/server/sws.c +++ b/tests/server/sws.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/testpart.c b/tests/server/testpart.c index 912096f0b9..86854f6451 100644 --- a/tests/server/testpart.c +++ b/tests/server/testpart.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/tftp.h b/tests/server/tftp.h index 0650efe6ae..3cdd6e6d0e 100644 --- a/tests/server/tftp.h +++ b/tests/server/tftp.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/util.c b/tests/server/util.c index 06f3ce10de..535554c9b3 100644 --- a/tests/server/util.c +++ b/tests/server/util.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/server/util.h b/tests/server/util.h index 8d2e582c27..2a19a613ba 100644 --- a/tests/server/util.h +++ b/tests/server/util.h @@ -11,7 +11,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/serverhelp.pm b/tests/serverhelp.pm index 220fba9267..8b2779d15a 100644 --- a/tests/serverhelp.pm +++ b/tests/serverhelp.pm @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/sshhelp.pm b/tests/sshhelp.pm index 914879b4ca..b6294bad7e 100644 --- a/tests/sshhelp.pm +++ b/tests/sshhelp.pm @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/sshserver.pl b/tests/sshserver.pl index d8c2d6f152..77554643f6 100755 --- a/tests/sshserver.pl +++ b/tests/sshserver.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/symbol-scan.pl b/tests/symbol-scan.pl index 89f5eeff9a..5d570d8a8d 100644 --- a/tests/symbol-scan.pl +++ b/tests/symbol-scan.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/testcurl.1 b/tests/testcurl.1 index ecea911b77..958b5f2d8a 100644 --- a/tests/testcurl.1 +++ b/tests/testcurl.1 @@ -9,7 +9,7 @@ .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms -.\" * are also available at http://curl.haxx.se/docs/copyright.html. +.\" * are also available at https://curl.haxx.se/docs/copyright.html. .\" * .\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell .\" * copies of the Software, and permit persons to whom the Software is @@ -32,7 +32,7 @@ crontab job or similar at a regular interval. The output is suitable to be mailed to curl-autocompile@haxx.se to be dealt with automatically (make sure the subject includes the word "autobuild" as the mail gets silently discarded otherwise). The most current build status (with a reasonable backlog) will be -published on the curl site, at http://curl.haxx.se/auto/ +published on the curl site, at https://curl.haxx.se/auto/ \fIoptions\fP may be omitted. See \fI--setup\fP for what happens then. @@ -79,7 +79,7 @@ Specify your target environment. Recognized strings include 'vc', 'mingw32', .SH "INITIAL SETUP" First you make a checkout from git (or you write a script that downloads daily snapshots automatically, find inspiration at -http://curl.haxx.se/auto/autocurl.txt): +https://curl.haxx.se/auto/autocurl.txt): .nf $ mkdir daily-curl diff --git a/tests/testcurl.pl b/tests/testcurl.pl index 2b9e0831c6..dc35a026d0 100755 --- a/tests/testcurl.pl +++ b/tests/testcurl.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is @@ -32,7 +32,7 @@ # curl-autocompile@haxx.se to be dealt with automatically (make sure the # subject includes the word "autobuild" as the mail gets silently discarded # otherwise). The most current build status (with a resonable backlog) will -# be published on the curl site, at http://curl.haxx.se/auto/ +# be published on the curl site, at https://curl.haxx.se/auto/ # USAGE: # testcurl.pl [options] [curl-daily-name] > output diff --git a/tests/tftpserver.pl b/tests/tftpserver.pl index 60fc32d194..a4c4e47c01 100755 --- a/tests/tftpserver.pl +++ b/tests/tftpserver.pl @@ -10,7 +10,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 4b47f728be..33af1ec0e3 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/curlcheck.h b/tests/unit/curlcheck.h index 2e3746bdcd..22f05c1880 100644 --- a/tests/unit/curlcheck.h +++ b/tests/unit/curlcheck.h @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1300.c b/tests/unit/unit1300.c index 2b8341683c..2040f702b8 100644 --- a/tests/unit/unit1300.c +++ b/tests/unit/unit1300.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1301.c b/tests/unit/unit1301.c index 47df481a83..a50fc67d63 100644 --- a/tests/unit/unit1301.c +++ b/tests/unit/unit1301.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1302.c b/tests/unit/unit1302.c index 412a71f01e..165c7081a0 100644 --- a/tests/unit/unit1302.c +++ b/tests/unit/unit1302.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1303.c b/tests/unit/unit1303.c index b48a6250cb..70be2a8628 100644 --- a/tests/unit/unit1303.c +++ b/tests/unit/unit1303.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1304.c b/tests/unit/unit1304.c index 12b0273666..8c306e44ed 100644 --- a/tests/unit/unit1304.c +++ b/tests/unit/unit1304.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1305.c b/tests/unit/unit1305.c index 9db488812c..c99435d686 100644 --- a/tests/unit/unit1305.c +++ b/tests/unit/unit1305.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1307.c b/tests/unit/unit1307.c index c26e80cd0b..89f49832f0 100644 --- a/tests/unit/unit1307.c +++ b/tests/unit/unit1307.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1308.c b/tests/unit/unit1308.c index 80e6c57b0f..968bcff212 100644 --- a/tests/unit/unit1308.c +++ b/tests/unit/unit1308.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1309.c b/tests/unit/unit1309.c index 1304ba18e9..3cf6eefbdc 100644 --- a/tests/unit/unit1309.c +++ b/tests/unit/unit1309.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1330.c b/tests/unit/unit1330.c index 31caf3004b..e6431bbba6 100644 --- a/tests/unit/unit1330.c +++ b/tests/unit/unit1330.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1394.c b/tests/unit/unit1394.c index a3ef8faeb1..3818016dd5 100644 --- a/tests/unit/unit1394.c +++ b/tests/unit/unit1394.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1395.c b/tests/unit/unit1395.c index cfbba37d7f..13f464134f 100644 --- a/tests/unit/unit1395.c +++ b/tests/unit/unit1395.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1396.c b/tests/unit/unit1396.c index b18d7a8e22..8a78c9502b 100644 --- a/tests/unit/unit1396.c +++ b/tests/unit/unit1396.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1398.c b/tests/unit/unit1398.c index e579a62e1a..e9cc6753c2 100644 --- a/tests/unit/unit1398.c +++ b/tests/unit/unit1398.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1600.c b/tests/unit/unit1600.c index 6803cf336e..2769e90459 100644 --- a/tests/unit/unit1600.c +++ b/tests/unit/unit1600.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1601.c b/tests/unit/unit1601.c index 5f5900243f..91c850c9ed 100644 --- a/tests/unit/unit1601.c +++ b/tests/unit/unit1601.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1602.c b/tests/unit/unit1602.c index 982d67b4ac..63815551cf 100644 --- a/tests/unit/unit1602.c +++ b/tests/unit/unit1602.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/unit/unit1603.c b/tests/unit/unit1603.c index 7d4a7105cf..ffcd756e22 100644 --- a/tests/unit/unit1603.c +++ b/tests/unit/unit1603.c @@ -9,7 +9,7 @@ * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.haxx.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is diff --git a/tests/valgrind.pm b/tests/valgrind.pm index f811993ea4..838183b442 100644 --- a/tests/valgrind.pm +++ b/tests/valgrind.pm @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/winbuild/Makefile.msvc.names b/winbuild/Makefile.msvc.names index 56c81ad722..13eafac81c 100644 --- a/winbuild/Makefile.msvc.names +++ b/winbuild/Makefile.msvc.names @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 28d40baa0c..44076b9bae 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -9,7 +9,7 @@ # # This software is licensed as described in the file COPYING, which # you should have received as part of this distribution. The terms -# are also available at http://curl.haxx.se/docs/copyright.html. +# are also available at https://curl.haxx.se/docs/copyright.html. # # You may opt to use, copy, modify, merge, publish, distribute and/or sell # copies of the Software, and permit persons to whom the Software is -- GitLab