diff options
author | Colm MacCarthaigh <colm@apache.org> | 2006-04-17 22:09:50 +0200 |
---|---|---|
committer | Colm MacCarthaigh <colm@apache.org> | 2006-04-17 22:09:50 +0200 |
commit | b910664e7e2f278bed4586b6cdd5e10c9651e67a (patch) | |
tree | f402a6c2c8879b5cd6ab5c74f50b382992f12049 /support/ab.c | |
parent | Update one of the more important copyright notices prior to any 2006 (diff) | |
download | apache2-b910664e7e2f278bed4586b6cdd5e10c9651e67a.tar.xz apache2-b910664e7e2f278bed4586b6cdd5e10c9651e67a.zip |
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
Diffstat (limited to '')
-rw-r--r-- | support/ab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/ab.c b/support/ab.c index 63914aeefd..b3f5800f61 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("<p>\n"); printf(" This is ApacheBench, Version %s <i><%s></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"); } } |