From c0dcb7649151651856d7347ee79ae887a51c02fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 8 Feb 2004 14:14:53 +0000 Subject: [PATCH] fix copyright dates according the first cehck in git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102592 13f79535-47bb-0310-9956-ffa450edef68 --- support/ab.c | 6 +++--- support/apxs.in | 2 +- support/dbmmanage.in | 2 +- support/htdigest.c | 2 +- support/htpasswd.c | 2 +- support/log_server_status.in | 2 +- support/logresolve.c | 2 +- support/logresolve.pl.in | 2 +- support/phf_abuse_log.cgi.in | 2 +- support/rotatelogs.c | 2 +- support/split-logfile.in | 2 +- support/suexec.c | 2 +- support/suexec.h | 2 +- 13 files changed, 15 insertions(+), 15 deletions(-) diff --git a/support/ab.c b/support/ab.c index eb2ee451bda..7e79eadd4ad 100644 --- a/support/ab.c +++ b/support/ab.c @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -1782,14 +1782,14 @@ static void test(void) static void copyright(void) { if (!use_html) { - printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.135 $> apache-2.0"); + printf("This is ApacheBench, Version %s\n", AP_AB_BASEREVISION " <$Revision: 1.136 $> 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("\n"); } else { printf("

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

\n

\n"); diff --git a/support/apxs.in b/support/apxs.in index e3701779ba7..5a6e7ea1050 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -1,6 +1,6 @@ #!@perlbin@ -w # -# Copyright 2000-2004 Apache Software Foundation +# Copyright 1999-2004 Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/support/dbmmanage.in b/support/dbmmanage.in index ff2234d40e7..f92336f34c0 100644 --- a/support/dbmmanage.in +++ b/support/dbmmanage.in @@ -1,6 +1,6 @@ #!@perlbin@ # -# Copyright 2000-2004 Apache Software Foundation +# Copyright 2001-2004 Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/support/htdigest.c b/support/htdigest.c index 64df72c0ca0..0c49d051fa5 100644 --- a/support/htdigest.c +++ b/support/htdigest.c @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/support/htpasswd.c b/support/htpasswd.c index 3420b589885..756e3a02639 100644 --- a/support/htpasswd.c +++ b/support/htpasswd.c @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/support/log_server_status.in b/support/log_server_status.in index 8c3fa04d953..42758def055 100644 --- a/support/log_server_status.in +++ b/support/log_server_status.in @@ -1,6 +1,6 @@ #!@perlbin@ # -# Copyright 2000-2004 Apache Software Foundation +# Copyright 2001-2004 Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/support/logresolve.c b/support/logresolve.c index 2fa2c18418a..a9dfa0694f4 100644 --- a/support/logresolve.c +++ b/support/logresolve.c @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/support/logresolve.pl.in b/support/logresolve.pl.in index 14487499563..e21a7070aba 100644 --- a/support/logresolve.pl.in +++ b/support/logresolve.pl.in @@ -1,6 +1,6 @@ #!@perlbin@ # -# Copyright 2000-2004 Apache Software Foundation +# Copyright 2001-2004 Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/support/phf_abuse_log.cgi.in b/support/phf_abuse_log.cgi.in index 460fb39daae..6f9639d70c2 100644 --- a/support/phf_abuse_log.cgi.in +++ b/support/phf_abuse_log.cgi.in @@ -1,6 +1,6 @@ #!@perlbin@ # -# Copyright 2000-2004 Apache Software Foundation +# Copyright 2001-2004 Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/support/rotatelogs.c b/support/rotatelogs.c index 56b71dba5a8..7384a89ff6a 100644 --- a/support/rotatelogs.c +++ b/support/rotatelogs.c @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/support/split-logfile.in b/support/split-logfile.in index 6098b2d2f19..5c43a45c5ce 100644 --- a/support/split-logfile.in +++ b/support/split-logfile.in @@ -1,6 +1,6 @@ #!@perlbin@ # -# Copyright 2000-2004 Apache Software Foundation +# Copyright 2001-2004 Apache Software Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/support/suexec.c b/support/suexec.c index 570e14c4339..409956e7a73 100644 --- a/support/suexec.c +++ b/support/suexec.c @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/support/suexec.h b/support/suexec.h index 790e45c41ee..e1cadc3d7f3 100644 --- a/support/suexec.h +++ b/support/suexec.h @@ -1,4 +1,4 @@ -/* Copyright 2000-2004 Apache Software Foundation +/* Copyright 1999-2004 Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- 2.47.3