diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-01-28 11:48:41 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-01-28 11:48:41 +0000 |
commit | 267836e83cf19b3a8d6d412a6061cc75a02c916b (patch) | |
tree | 0460903067044471ad4ab5c9d0363895a8a89759 /configure.ac | |
parent | 87fdfe770d054d06cd4548cd300866915caad4af (diff) | |
download | curl-267836e83cf19b3a8d6d412a6061cc75a02c916b.tar.gz |
updated copyright year in the generated configure
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dfb6d298a..b34ef784c 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ dnl We don't know the version number "statically" so we use a dash here AC_INIT(curl, [-], [a suitable curl mailing list => http://curl.haxx.se/mail/]) dnl configure script copyright -AC_COPYRIGHT([Copyright (c) 1998 - 2007 Daniel Stenberg, <daniel@haxx.se> +AC_COPYRIGHT([Copyright (c) 1998 - 2008 Daniel Stenberg, <daniel@haxx.se> This configure script may be copied, distributed and modified under the terms of the curl license; see COPYING for more details]) |