From: Martin Kraemer Date: Mon, 28 May 2001 15:02:20 +0000 (+0000) Subject: Change copyright to include 2001 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c65b5ded16b98f6a04a450e59bc327c935b1756;p=thirdparty%2Fapache%2Fhttpd.git Change copyright to include 2001 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89234 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/support/ab.c b/src/support/ab.c index d9978f413fe..127ba591f3a 100644 --- a/src/support/ab.c +++ b/src/support/ab.c @@ -1356,16 +1356,16 @@ static void test(void) static void copyright(void) { if (!use_html) { - printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.54 $> apache-1.3"); + printf("This is ApacheBench, Version %s\n", VERSION " <$Revision: 1.55 $> apache-1.3"); printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n"); - printf("Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/\n"); + printf("Copyright (c) 1998-2001 The Apache Group, http://www.apache.org/\n"); printf("\n"); } else { printf("

\n"); - printf(" This is ApacheBench, Version %s <%s> apache-1.3
\n", VERSION, "$Revision: 1.54 $"); + printf(" This is ApacheBench, Version %s <%s> apache-1.3
\n", VERSION, "$Revision: 1.55 $"); printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
\n"); - printf(" Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/
\n"); + printf(" Copyright (c) 1998-2001 The Apache Group, http://www.apache.org/
\n"); printf("

\n

\n"); } }