Skip to content

Commit

Permalink
URLs: change http to https in many places
Browse files Browse the repository at this point in the history
Closes curl#754
  • Loading branch information
vszakats authored and bagder committed Apr 6, 2016
1 parent 9c08b4f commit a24f71a
Show file tree
Hide file tree
Showing 19 changed files with 227 additions and 227 deletions.
2 changes: 1 addition & 1 deletion docs/INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ GnuTLS https://www.gnu.org/software/gnutls/
Heimdal http://www.h5l.org/
libidn https://www.gnu.org/software/libidn/
libmetalink https://launchpad.net/libmetalink/
libssh2 http://www.libssh2.org/
libssh2 https://www.libssh2.org/
MIT Kerberos http://web.mit.edu/kerberos/www/dist/
NSS https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS
OpenLDAP http://www.openldap.org/
Expand Down
2 changes: 1 addition & 1 deletion docs/LICENSE-MIXING
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ OpenLDAP http://www.openldap.org/software/release/license.html
libcurl uses OpenLDAP as a shared library only, I have not heard of
anyone that ships OpenLDAP linked with libcurl in an app.

libssh2 http://www.libssh2.org/
libssh2 https://www.libssh2.org/

(Used for scp and sftp support) libssh2 uses a Modified BSD-style
license.
Expand Down
4 changes: 2 additions & 2 deletions docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
.\" * | (__| |_| | _ <| |___
.\" * \___|\___/|_| \_\_____|
.\" *
.\" * Copyright (C) 1998 - 2014, Daniel Stenberg, <[email protected]>, et al.
.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <[email protected]>, et al.
.\" *
.\" * This software is licensed as described in the file COPYING, which
.\" * you should have received as part of this distribution. The terms
.\" * are also available at http://curl.haxx.se/docs/copyright.html.
.\" * are also available at https://curl.haxx.se/docs/copyright.html.
.\" *
.\" * You may opt to use, copy, modify, merge, publish, distribute and/or sell
.\" * copies of the Software, and permit persons to whom the Software is
Expand Down
2 changes: 1 addition & 1 deletion lib/curl_ntlm_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* NTLM details:
*
* http://davenport.sourceforge.net/ntlm.html
* http://www.innovation.ch/java/ntlm.html
* https://www.innovation.ch/java/ntlm.html
*/

#if !defined(USE_WINDOWS_SSPI) || defined(USE_WIN32_CRYPTO)
Expand Down
2 changes: 1 addition & 1 deletion lib/curl_ntlm_wb.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* NTLM details:
*
* http://davenport.sourceforge.net/ntlm.html
* http://www.innovation.ch/java/ntlm.html
* https://www.innovation.ch/java/ntlm.html
*/

#define DEBUG_ME 0
Expand Down
2 changes: 1 addition & 1 deletion lib/http_ntlm.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* NTLM details:
*
* http://davenport.sourceforge.net/ntlm.html
* http://www.innovation.ch/java/ntlm.html
* https://www.innovation.ch/java/ntlm.html
*/

#define DEBUG_ME 0
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/cleartext.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at http://curl.haxx.se/docs/copyright.html.
* are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/cram.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at http://curl.haxx.se/docs/copyright.html.
* are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/digest.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at http://curl.haxx.se/docs/copyright.html.
* are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/digest.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/digest_sspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/krb5_sspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at http://curl.haxx.se/docs/copyright.html.
* are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/ntlm.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* NTLM details:
*
* http://davenport.sourceforge.net/ntlm.html
* http://www.innovation.ch/java/ntlm.html
* https://www.innovation.ch/java/ntlm.html
*/

#define DEBUG_ME 0
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/oauth2.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at http://curl.haxx.se/docs/copyright.html.
* are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/spnego_gssapi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at http://curl.haxx.se/docs/copyright.html.
* are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/spnego_sspi.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at http://curl.haxx.se/docs/copyright.html.
* are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/vauth.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
* are also available at http://curl.haxx.se/docs/copyright.html.
* are also available at https://curl.haxx.se/docs/copyright.html.
*
* You may opt to use, copy, modify, merge, publish, distribute and/or sell
* copies of the Software, and permit persons to whom the Software is
Expand Down
2 changes: 1 addition & 1 deletion lib/vauth/vauth.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit a24f71a

Please sign in to comment.