diff options
author | Gunter Knauf <gk@gknw.de> | 2008-01-24 14:05:56 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-01-24 14:05:56 +0000 |
commit | 6fa72e6417005b33c4754c0afdb52f43d22813bf (patch) | |
tree | 1a790c88b0897761f9ea7f26dceb38fcb5dd539d /include | |
parent | c914e6ea5dad4dc6281b189a9b1f20bc77c223c8 (diff) |
added copyright define to curlver.h.
Diffstat (limited to 'include')
-rw-r--r-- | include/curl/curlver.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/curl/curlver.h b/include/curl/curlver.h index e201fd6fa..c419143a2 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, <daniel@haxx.se>." + /* This is the version number of the libcurl package from which this header file origins: */ #define LIBCURL_VERSION "7.18.0-CVS" |