From: Gunter Knauf Date: Fri, 26 Jan 2007 08:53:03 +0000 (+0000) Subject: added project header to lib resource file; fixed header copyright. X-Git-Tag: curl-7_16_1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f5a28d20eb486949c514e37242ae0d09a53af9a;p=curl added project header to lib resource file; fixed header copyright. --- 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, , 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 #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, , et al. + * Copyright (C) 1998 - 2007, 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