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:// --- lib/libcurl.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/libcurl.rc') diff --git a/lib/libcurl.rc b/lib/libcurl.rc index 47b944ac8..50b365dbb 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 -- cgit v1.2.1