From: Roy T. Fielding Date: Wed, 12 Jul 2006 03:55:27 +0000 (+0000) Subject: update collective copyright notice in manual X-Git-Tag: 2.2.3~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66e3eaa43a5bf6483495586fb46e2dccb60f4342;p=thirdparty%2Fapache%2Fhttpd.git update collective copyright notice in manual git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@421105 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/error/README b/docs/error/README index b72d45d75ae..5a589449103 100644 --- a/docs/error/README +++ b/docs/error/README @@ -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. diff --git a/support/ab.c b/support/ab.c index 154246a657e..24760df99b3 100644 --- a/support/ab.c +++ b/support/ab.c @@ -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("

\n"); printf(" This is ApacheBench, Version %s <%s> apache-2.0
\n", AP_AB_BASEREVISION, "$Revision: 1.146 $"); 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

\n"); } }