From: Roy T. Fielding Date: Mon, 3 Jan 2005 00:38:24 +0000 (+0000) Subject: Update copyright notice to new format to show what needs X-Git-Tag: 2.1.3~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1db8f31359b84c9a687c27d349caa6690cd1e0ba;p=thirdparty%2Fapache%2Fhttpd.git Update copyright notice to new format to show what needs to be done for all of trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@123918 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/ab.c b/support/ab.c index c623a141b21..343fd6aabd9 100644 --- a/support/ab.c +++ b/support/ab.c @@ -1,4 +1,5 @@ -/* Copyright 1999-2004 The Apache Software Foundation +/* Copyright 1996-2005 The Apache Software Foundation or its licensors, + * as applicable. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1796,15 +1797,15 @@ 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 (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n"); - printf("Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/\n"); + 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("\n"); } else { printf("

\n"); printf(" This is ApacheBench, Version %s <%s> apache-2.0
\n", AP_AB_BASEREVISION, "$Revision: 1.146 $"); - printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
\n"); - printf(" Copyright (c) 1998-2002 The Apache Software Foundation, http://www.apache.org/
\n"); + 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("

\n

\n"); } }