mirror of
https://github.com/curl/curl.git
synced 2026-07-24 17:27:16 +03:00
s/cURL/curl
The tool was never called cURL, only the project. But even so, we have more and more over time switched to just use lower case.
This commit is contained in:
parent
88753c1e89
commit
0f1996321f
15 changed files with 36 additions and 36 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -44,12 +44,12 @@ BEGIN
|
|||
BEGIN
|
||||
BLOCK "040904b0"
|
||||
BEGIN
|
||||
VALUE "CompanyName", "cURL, https://curl.haxx.se/\0"
|
||||
VALUE "FileDescription", "The cURL executable\0"
|
||||
VALUE "CompanyName", "curl, https://curl.haxx.se/\0"
|
||||
VALUE "FileDescription", "The curl executable\0"
|
||||
VALUE "FileVersion", CURL_VERSION "\0"
|
||||
VALUE "InternalName", "curl\0"
|
||||
VALUE "OriginalFilename", "curl.exe\0"
|
||||
VALUE "ProductName", "The cURL executable\0"
|
||||
VALUE "ProductName", "The curl executable\0"
|
||||
VALUE "ProductVersion", CURL_VERSION "\0"
|
||||
VALUE "LegalCopyright", "© " CURL_COPYRIGHT "\0"
|
||||
VALUE "License", "https://curl.haxx.se/docs/copyright.html\0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue