diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-03-09 08:49:40 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-03-09 23:05:44 +0100 |
commit | 8a26a8d8330e947a893b83f0f4de8dedeb468b7c (patch) | |
tree | 4fcfc0ac69d91a2b951293259a83e52598daf50e | |
parent | a9aeedcdbeba4bf305ab7e2bf9b76818381d384e (diff) |
configure: update the copyright year in the output
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ba9d55912..d6f4fb293 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_INIT([curl], [-], [a suitable curl mailing list: http://curl.haxx.se/mail/]) CURL_OVERRIDE_AUTOCONF dnl configure script copyright -AC_COPYRIGHT([Copyright (c) 1998 - 2010 Daniel Stenberg, <daniel@haxx.se> +AC_COPYRIGHT([Copyright (c) 1998 - 2011 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]) |