You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2006/04/17 22:09:51 UTC

svn commit: r394765 - /httpd/httpd/trunk/support/ab.c

Author: colm
Date: Mon Apr 17 13:09:50 2006
New Revision: 394765

URL: http://svn.apache.org/viewcvs?rev=394765&view=rev
Log:
Update the copyright notice to reflect that changes have gone in this year

Modified:
    httpd/httpd/trunk/support/ab.c

Modified: httpd/httpd/trunk/support/ab.c
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/support/ab.c?rev=394765&r1=394764&r2=394765&view=diff
==============================================================================
--- httpd/httpd/trunk/support/ab.c (original)
+++ httpd/httpd/trunk/support/ab.c Mon Apr 17 13:09:50 2006
@@ -1760,14 +1760,14 @@
     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");
     }
 }