aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-01-25 13:17:20 +0000
committerGunter Knauf <gk@gknw.de>2007-01-25 13:17:20 +0000
commit2b7bcf2505b5f976905edbe1e5ff3e86593bc07b (patch)
tree47038ec76c9a70aa763c81ee3c2b4310d623d837
parent5aefdd93cbe6169b9ba6174d93fe759b7adbfdf2 (diff)
fixed copyright for new year.
-rw-r--r--lib/libcurl.rc2
-rw-r--r--src/curl.rc2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurl.rc b/lib/libcurl.rc
index 4bde34e22..f97fb8fd8 100644
--- a/lib/libcurl.rc
+++ b/lib/libcurl.rc
@@ -30,7 +30,7 @@ BEGIN
VALUE "OriginalFilename", "libcurl.dll\0"
VALUE "ProductName", "The cURL library\0"
VALUE "ProductVersion", LIBCURL_VERSION "\0"
- VALUE "LegalCopyright", "Copyright 1996-2005 by Daniel Stenberg. http://curl.haxx.se/docs/copyright.html\0"
+ VALUE "LegalCopyright", "Copyright 1996-2007 by Daniel Stenberg. http://curl.haxx.se/docs/copyright.html\0"
END
END
diff --git a/src/curl.rc b/src/curl.rc
index b513a56cf..bed48149a 100644
--- a/src/curl.rc
+++ b/src/curl.rc
@@ -52,7 +52,7 @@ BEGIN
VALUE "OriginalFilename", "curl.exe\0"
VALUE "ProductName", "The cURL executable\0"
VALUE "ProductVersion", CURL_VERSION "\0"
- VALUE "LegalCopyright", "Copyright 1996-2006 by Daniel Stenberg. http://curl.haxx.se/docs/copyright.html\0"
+ VALUE "LegalCopyright", "Copyright 1996-2007 by Daniel Stenberg. http://curl.haxx.se/docs/copyright.html\0"
END
END