summaryrefslogtreecommitdiff
path: root/include/curl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-03-19 07:54:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-03-19 07:54:55 +0000
commit974f314f5785156af6983675aeb28313cc8ba2ea (patch)
tree2e3a0ee169807969a2c6ca7d9a72ee3599e42182 /include/curl
parent4cec22fa1951bca18f87e7c8e2621384e90f2af9 (diff)
downloadgnurl-974f314f5785156af6983675aeb28313cc8ba2ea.tar.gz
gnurl-974f314f5785156af6983675aeb28313cc8ba2ea.tar.bz2
gnurl-974f314f5785156af6983675aeb28313cc8ba2ea.zip
copyright string (year) update
Diffstat (limited to 'include/curl')
-rw-r--r--include/curl/curl.h6
-rw-r--r--include/curl/easy.h2
-rw-r--r--include/curl/stdcheaders.h2
-rw-r--r--include/curl/types.h2
4 files changed, 6 insertions, 6 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 68095e502..043e7bce1 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2002, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2002, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* In order to be useful for every potential user, curl and libcurl are
* dual-licensed under the MPL and the MIT/X-derivate licenses.
@@ -624,8 +624,8 @@ CURLcode curl_global_init(long flags);
void curl_global_cleanup(void);
/* This is the version number */
-#define LIBCURL_VERSION "7.9.5-cvs"
-#define LIBCURL_VERSION_NUM 0x070905
+#define LIBCURL_VERSION "7.9.6-pre1"
+#define LIBCURL_VERSION_NUM 0x070906
/* linked-list structure for the CURLOPT_QUOTE option (and other) */
struct curl_slist {
diff --git a/include/curl/easy.h b/include/curl/easy.h
index d3545ffb0..afdcff1dd 100644
--- a/include/curl/easy.h
+++ b/include/curl/easy.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2002, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* In order to be useful for every potential user, curl and libcurl are
* dual-licensed under the MPL and the MIT/X-derivate licenses.
diff --git a/include/curl/stdcheaders.h b/include/curl/stdcheaders.h
index 3fbaaf7b5..ec401ea23 100644
--- a/include/curl/stdcheaders.h
+++ b/include/curl/stdcheaders.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2002, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* In order to be useful for every potential user, curl and libcurl are
* dual-licensed under the MPL and the MIT/X-derivate licenses.
diff --git a/include/curl/types.h b/include/curl/types.h
index 05f73bf53..97e57cb40 100644
--- a/include/curl/types.h
+++ b/include/curl/types.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2002, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* In order to be useful for every potential user, curl and libcurl are
* dual-licensed under the MPL and the MIT/X-derivate licenses.