]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl.rc: switch out the copyright symbol for plain ASCII
authorJay Satiro <raysatiro@yahoo.com>
Sat, 25 Nov 2023 19:21:20 +0000 (14:21 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 26 Nov 2023 23:42:02 +0000 (18:42 -0500)
.. like we already do for libcurl.rc.

libcurl.rc copyright symbol used to cause a "non-ascii 8-bit codepoint"
warning so it was switched to ascii.

Ref: https://github.com/curl/curl/commit/1ca62bb5#commitcomment-133474972

Suggested-by: Robert Southee
Closes https://github.com/curl/curl/pull/12403

src/curl.rc

index 11d5284296bb1531a0c766aa7389bab3fad5d1d6..6fcaf353e402a4be7cac5ea8777f7f643ae4377e 100644 (file)
@@ -53,7 +53,7 @@ BEGIN
       VALUE "OriginalFilename", "curl.exe\0"
       VALUE "ProductName",      "The curl executable\0"
       VALUE "ProductVersion",   CURL_VERSION "\0"
-      VALUE "LegalCopyright",   "\xa9 " CURL_COPYRIGHT "\0"  /* a9: Copyright symbol */
+      VALUE "LegalCopyright",   "Copyright (C) " CURL_COPYRIGHT "\0"
       VALUE "License",          "https://curl.se/docs/copyright.html\0"
     END
   END