From b910664e7e2f278bed4586b6cdd5e10c9651e67a Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Mon, 17 Apr 2006 20:09:50 +0000 Subject: [PATCH] Update the copyright notice to reflect that changes have gone in this year git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@394765 13f79535-47bb-0310-9956-ffa450edef68 --- support/ab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/support/ab.c b/support/ab.c index 63914aeefd6..b3f5800f618 100644 --- a/support/ab.c +++ b/support/ab.c @@ -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("

\n"); printf(" This is ApacheBench, Version %s <%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

\n"); } } -- 2.47.2