]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Change copyright to include 2001
authorMartin Kraemer <martin@apache.org>
Mon, 28 May 2001 15:02:20 +0000 (15:02 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 28 May 2001 15:02:20 +0000 (15:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@89234 13f79535-47bb-0310-9956-ffa450edef68

src/support/ab.c

index d9978f413fea8673deeb154c4ab82787089ec81b..127ba591f3a3b523717c90f04a7111203887a711 100644 (file)
@@ -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("<p>\n");
-       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.54 $");
+       printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-1.3<br>\n", VERSION, "$Revision: 1.55 $");
        printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
-       printf(" Copyright (c) 1998-1999 The Apache Group, http://www.apache.org/<br>\n");
+       printf(" Copyright (c) 1998-2001 The Apache Group, http://www.apache.org/<br>\n");
        printf("</p>\n<p>\n");
     }
 }