]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update the copyright notice to reflect that changes have gone in this year
authorColm MacCarthaigh <colm@apache.org>
Mon, 17 Apr 2006 20:09:50 +0000 (20:09 +0000)
committerColm MacCarthaigh <colm@apache.org>
Mon, 17 Apr 2006 20:09:50 +0000 (20:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@394765 13f79535-47bb-0310-9956-ffa450edef68

support/ab.c

index 63914aeefd62f6ed94671ddc17443f6f5348bc22..b3f5800f618f2d6705b64dc9202de03d67363bf9 100644 (file)
@@ -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("<p>\n");
         printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i><br>\n", AP_AB_BASEREVISION, "$Revision$");
         printf(" Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
-        printf(" Copyright 1997-2005 The Apache Software Foundation, http://www.apache.org/<br>\n");
+        printf(" Copyright 1997-2006 The Apache Software Foundation, http://www.apache.org/<br>\n");
         printf("</p>\n<p>\n");
     }
 }