]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update collective copyright notice in manual
authorRoy T. Fielding <fielding@apache.org>
Wed, 12 Jul 2006 03:55:27 +0000 (03:55 +0000)
committerRoy T. Fielding <fielding@apache.org>
Wed, 12 Jul 2006 03:55:27 +0000 (03:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421105 13f79535-47bb-0310-9956-ffa450edef68

docs/error/README
support/ab.c

index b72d45d75aed19355a832fce9f5c292b5b984bc7..5a589449103f45d91a2654eb70c65794746743a9 100644 (file)
@@ -34,5 +34,3 @@
   (Please see http://httpd.apache.org/docs-project/ if you would
    like to contribute the pages in an additional language.)
 
-
- Copyright (c) 2001-2005 The Apache Software Foundation. All rights reserved.
index 154246a657e0815b0afe1789e9e09e6ddb464ce1..24760df99b3282377d6ccde809965875b65a9140 100644 (file)
@@ -1732,14 +1732,14 @@ static void copyright(void)
     if (!use_html) {
         printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.146 $> apache-2.0");
         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 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> apache-2.0<br>\n", AP_AB_BASEREVISION, "$Revision: 1.146 $");
         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 2006 The Apache Software Foundation, http://www.apache.org/<br>\n");
         printf("</p>\n<p>\n");
     }
 }