diff options
author | Gunter Knauf <gk@gknw.de> | 2008-01-24 14:10:59 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-01-24 14:10:59 +0000 |
commit | e32251369893c8ed6d1b3da5aadd704abd93a56a (patch) | |
tree | 762a4ee17c1f367fff0efd0b9d13bd60b129ecc8 /lib/libcurl.rc | |
parent | 6fa72e6417005b33c4754c0afdb52f43d22813bf (diff) | |
download | curl-e32251369893c8ed6d1b3da5aadd704abd93a56a.tar.gz |
use copyright define instead of hardcoded string.
Diffstat (limited to 'lib/libcurl.rc')
-rw-r--r-- | lib/libcurl.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcurl.rc b/lib/libcurl.rc index ee850f131..161a45df7 100644 --- a/lib/libcurl.rc +++ b/lib/libcurl.rc @@ -52,7 +52,8 @@ BEGIN VALUE "OriginalFilename", "libcurl.dll\0" VALUE "ProductName", "The cURL library\0" VALUE "ProductVersion", LIBCURL_VERSION "\0" - VALUE "LegalCopyright", "Copyright 1996-2008 by Daniel Stenberg. http://curl.haxx.se/docs/copyright.html\0" + VALUE "LegalCopyright", "© " LIBCURL_COPYRIGHT "\0" + VALUE "License", "http://curl.haxx.se/docs/copyright.html\0" END END |