From: Gunter Knauf Date: Thu, 24 Jan 2008 14:05:56 +0000 (+0000) Subject: added copyright define to curlver.h. X-Git-Tag: curl-7_18_0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fa72e6417005b33c4754c0afdb52f43d22813bf;p=thirdparty%2Fcurl.git added copyright define to curlver.h. --- diff --git a/include/curl/curlver.h b/include/curl/curlver.h index e201fd6faa..c419143a24 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -26,6 +26,9 @@ /* This header file contains nothing but libcurl version info, generated by a script at release-time. This was made its own header file in 7.11.2 */ +/* This is the global package copyright */ +#define LIBCURL_COPYRIGHT "1996 - 2008 Daniel Stenberg, ." + /* This is the version number of the libcurl package from which this header file origins: */ #define LIBCURL_VERSION "7.18.0-CVS"