diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-04 14:02:01 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-04 23:59:47 +0100 |
commit | 4d2f8006777d6354d9b62eae38ebd0a0256d0f94 (patch) | |
tree | 31f6a88fdf1b3d96f52f7e5c008a7e966c7d218d /src/curl.rc | |
parent | 0673cb4d2d97360c68a6ac237eab14fc154bc384 (diff) | |
download | curl-4d2f8006777d6354d9b62eae38ebd0a0256d0f94.tar.gz |
curl.se: new home
Closes #6172
Diffstat (limited to 'src/curl.rc')
-rw-r--r-- | src/curl.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/curl.rc b/src/curl.rc index 4dac2ae70..71a701d46 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 https://curl.haxx.se/docs/copyright.html. + * are also available at https://curl.se/docs/copyright.html. * * You 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, https://curl.haxx.se/\0" + VALUE "CompanyName", "curl, https://curl.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", "\xa9 " CURL_COPYRIGHT "\0" /* a9: Copyright symbol */ - VALUE "License", "https://curl.haxx.se/docs/copyright.html\0" + VALUE "License", "https://curl.se/docs/copyright.html\0" END END |