summaryrefslogtreecommitdiff
path: root/src/curl.rc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-02 14:52:02 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-02 14:52:02 +0100
commitd1ceeb3b5ac012c6b089d256e770e2b571dcfd61 (patch)
tree8d2f3c45f71ead4c1772d09b99e0ab1b7bddcd0f /src/curl.rc
parentb8895509a07fd60677eed53bfce0947aa5a8e409 (diff)
downloadcurl-bagder/www.curl.se.tar.gz
www.curl.se: new project homebagder/www.curl.se
Diffstat (limited to 'src/curl.rc')
-rw-r--r--src/curl.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/curl.rc b/src/curl.rc
index 4dac2ae70..c3a40c5f4 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://www.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://www.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://www.curl.se/docs/copyright.html\0"
END
END