diff --git a/lib/libcurl.rc b/lib/libcurl.rc index eed602e76e593d5658070eaa948ecb33c5ee949b..ee850f131d036e311875d8ca2edf51ccc3cb73ed 100644 --- a/lib/libcurl.rc +++ b/lib/libcurl.rc @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2007, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -52,7 +52,7 @@ BEGIN VALUE "OriginalFilename", "libcurl.dll\0" VALUE "ProductName", "The cURL library\0" VALUE "ProductVersion", LIBCURL_VERSION "\0" - VALUE "LegalCopyright", "Copyright 1996-2007 by Daniel Stenberg. http://curl.haxx.se/docs/copyright.html\0" + VALUE "LegalCopyright", "Copyright 1996-2008 by Daniel Stenberg. http://curl.haxx.se/docs/copyright.html\0" END END diff --git a/src/curl.rc b/src/curl.rc index 56d972991fce9192d6b21bb5c329721679b09ed6..b0f67ecb0a358afc2bd6a00917d02c3bf41c4d30 100644 --- a/src/curl.rc +++ b/src/curl.rc @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2007, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2008, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -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-2007 by Daniel Stenberg. http://curl.haxx.se/docs/copyright.html\0" + VALUE "LegalCopyright", "Copyright 1996-2008 by Daniel Stenberg. http://curl.haxx.se/docs/copyright.html\0" END END