From 4af40b3646d3b09f68e419f7ca866ff395d1f897 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 3 Feb 2016 00:19:02 +0100 Subject: URLs: change all http:// URLs to https:// --- 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 +- 92 files changed, 97 insertions(+), 97 deletions(-) (limited to 'src') diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index cfbb6b3a7..f1ddc29fa 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 c1280f7b8..05297e388 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 e5eea3ad4..a60b3db74 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 d5ce5c76c..44925f551 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 047460185..3e4f6546d 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 3c3a93619..08ea74e5f 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 3db59bd3c..30ae44493 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 bc26a6f38..6a6c8f95f 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 088a09a06..74a4b82e2 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 d715bb21f..5233b1b3b 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 88fa142ee..d8943122c 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 5495ba4e3..5ca64cd58 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 b5cb08d55..8b445ae66 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 277830546..5cc5c15df 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 69cf92c1b..61b97b492 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 f52714683..97a5c92d3 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 d0ed7b0d4..7ac15cf9b 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 0fca39ffa..f86397a23 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 bd5043139..bb54bbb88 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 9e3c5fb4e..eae80fe12 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 c635be803..d62b4a073 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 4565a15d6..88137ae74 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 4294166a7..5fbc793f6 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 2f49e1d96..621d440f4 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 ceb22d65c..b07741da6 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 9be393ff2..041345762 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 ecbefa808..fc60be0fc 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 6cd22815a..6c2aced55 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 b92a273d1..3632560af 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 ecce036a0..d0f5dcb00 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 32d473f97..d1b1d2327 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 b6a8067c9..b65db4110 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 5f19575d4..cc67687de 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 73dc9d0bb..6cad193ce 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 fc83f16bb..3607e9035 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 b1ee30512..c2dccf9fb 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 45a61e88c..54607b861 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 f26f2595c..76c27a342 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 f7736264c..ce7a29256 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 d123e231b..164881a57 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 354497512..0c85c6904 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 0f7ed01f7..8e3e5fa86 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 d4fc7e231..95dd77935 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 bbb2f66be..1af1ad100 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 9ef50069a..43432d714 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 5661ac9d9..fef14596f 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 117334cbc..9ede16e64 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 73a66f8f6..ccf04b596 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 d58861555..98d94b8e5 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 5895900c2..2499a4836 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 442579e5d..16520b6ee 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 a8ffb8f6d..5db85480e 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 5c149d916..298df8013 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 9a5cebade..7e742ffca 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 9a7972fdd..c97c3607f 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 5873adf6a..9a6465e67 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 368590681..7ee2736a6 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 3eda45f91..d862d4140 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 1ea6f4a47..827f40065 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 565e28381..1454903ad 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 e8ad259c5..e84c1b247 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 b2d9d838e..b8ce2c45c 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 1d5c1a96f..c54fe3fca 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 abf949617..387dcb628 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 8fcaad698..446c56067 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 d8718e328..14e1e05c5 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 50b15d2db..9d64418e2 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 c1baed5f0..f2e68da5d 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 646caec05..89a99b2bb 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 39b43eef4..d9454c23a 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 c3b19d544..b676ec3c6 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 53aa243d7..a56390e59 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 ff8d40719..690ce14a6 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 b32adf988..7cd38751c 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 3d7c15809..90b01d7e9 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 d023b325d..d878512ac 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 115a4e404..6c51a9307 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 a0bbe88b2..cb4a1c5f6 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 83c8102c3..f84b202e0 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 133725242..0b714af80 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 62c1abdd6..c3be948f8 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 6c26414d1..8af15ff0c 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 d8bb03669..8f72d6261 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 569526bfe..04f45671e 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 4a6a6f58e..de0862751 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 1afd75ec8..6656a5996 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 b28f35a8d..c1bfcbe2f 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 c0a952fe0..55daf4889 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 63db90c96..414fcbea9 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 4dd3a75a5..8d3f645ff 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 da0cad67a..f49fd5718 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 3f8f585e4..56bd9e4a0 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 -- cgit v1.2.3