diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-03-19 07:54:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-03-19 07:54:55 +0000 |
commit | 974f314f5785156af6983675aeb28313cc8ba2ea (patch) | |
tree | 2e3a0ee169807969a2c6ca7d9a72ee3599e42182 /src | |
parent | 4cec22fa1951bca18f87e7c8e2621384e90f2af9 (diff) |
copyright string (year) update
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 | ||||
-rw-r--r-- | src/setup.h | 2 | ||||
-rw-r--r-- | src/urlglob.c | 2 | ||||
-rw-r--r-- | src/urlglob.h | 2 | ||||
-rw-r--r-- | src/version.h | 2 | ||||
-rw-r--r-- | src/writeout.c | 2 | ||||
-rw-r--r-- | src/writeout.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/main.c b/src/main.c index 3ed17c57b..4a3f487cd 100644 --- a/src/main.c +++ b/src/main.c @@ -5,7 +5,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. diff --git a/src/setup.h b/src/setup.h index 087c9cede..395f8e7b5 100644 --- a/src/setup.h +++ b/src/setup.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2001, 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/src/urlglob.c b/src/urlglob.c index 4ab3258b2..66afd0c1e 100644 --- a/src/urlglob.c +++ b/src/urlglob.c @@ -5,7 +5,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. diff --git a/src/urlglob.h b/src/urlglob.h index ae86c15e7..c45fe64ed 100644 --- a/src/urlglob.h +++ b/src/urlglob.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/src/version.h b/src/version.h index ec1798c84..ee085e5ed 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ #define CURL_NAME "curl" -#define CURL_VERSION "7.9.5" +#define CURL_VERSION "7.9.6-pre1" #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") " diff --git a/src/writeout.c b/src/writeout.c index 70457929c..c0be70b2f 100644 --- a/src/writeout.c +++ b/src/writeout.c @@ -5,7 +5,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/src/writeout.h b/src/writeout.h index 4ef94bf19..6590234e8 100644 --- a/src/writeout.h +++ b/src/writeout.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. |