From: Colm MacCarthaigh Date: Mon, 17 Apr 2006 20:09:50 +0000 (+0000) Subject: Update the copyright notice to reflect that changes have gone in this year X-Git-Tag: 2.3.0~2447 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b910664e7e2f278bed4586b6cdd5e10c9651e67a;p=thirdparty%2Fapache%2Fhttpd.git Update the copyright notice to reflect that changes have gone in this year git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@394765 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/ab.c b/support/ab.c index 63914aeefd6..b3f5800f618 100644 --- a/support/ab.c +++ b/support/ab.c @@ -1760,14 +1760,14 @@ static void copyright(void) if (!use_html) { printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision$>"); printf("Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n"); - printf("Copyright 1997-2005 The Apache Software Foundation, http://www.apache.org/\n"); + printf("Copyright 1997-2006 The Apache Software Foundation, http://www.apache.org/\n"); printf("\n"); } else { printf("

\n"); printf(" This is ApacheBench, Version %s <%s>
\n", AP_AB_BASEREVISION, "$Revision$"); printf(" Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
\n"); - printf(" Copyright 1997-2005 The Apache Software Foundation, http://www.apache.org/
\n"); + printf(" Copyright 1997-2006 The Apache Software Foundation, http://www.apache.org/
\n"); printf("

\n

\n"); } }