diff options
author | Gunter Knauf <gk@gknw.de> | 2007-01-26 08:53:03 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2007-01-26 08:53:03 +0000 |
commit | 5f5a28d20eb486949c514e37242ae0d09a53af9a (patch) | |
tree | 3aea97c9b32d7e9f4c7e1b84b26df961bbea33f1 | |
parent | 89f9cb4041d033ad8dde18904b382a728aed3f96 (diff) | |
download | curl-5f5a28d20eb486949c514e37242ae0d09a53af9a.tar.gz |
added project header to lib resource file; fixed header copyright.
-rw-r--r-- | lib/libcurl.rc | 22 | ||||
-rw-r--r-- | src/curl.rc | 2 |
2 files changed, 23 insertions, 1 deletions
diff --git a/lib/libcurl.rc b/lib/libcurl.rc index f97fb8fd8..c3945e371 100644 --- a/lib/libcurl.rc +++ b/lib/libcurl.rc @@ -1,3 +1,25 @@ +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) 1998 - 2007, 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 + * are also available at http://curl.haxx.se/docs/copyright.html. + * + * You may opt to use, copy, modify, merge, publish, distribute and/or sell + * copies of the Software, and permit persons to whom the Software is + * furnished to do so, under the terms of the COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + * $Id$ + ***************************************************************************/ #include <winver.h> #include "../include/curl/curlver.h" diff --git a/src/curl.rc b/src/curl.rc index bed48149a..0bb35a490 100644 --- a/src/curl.rc +++ b/src/curl.rc @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2007, 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 |