From d0e05bada9e432bfef2bdb5df9afb5c0e5f288f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 8 Feb 2004 12:07:22 +0000 Subject: [PATCH] fix copyright dates according to the first check in git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102565 13f79535-47bb-0310-9956-ffa450edef68 --- modules/generators/mod_asis.c | 2 +- modules/generators/mod_autoindex.c | 2 +- modules/generators/mod_cgi.c | 2 +- modules/generators/mod_cgi.h | 2 +- modules/generators/mod_cgid.c | 2 +- modules/generators/mod_info.c | 2 +- modules/generators/mod_status.c | 2 +- modules/generators/mod_suexec.h | 2 +- modules/http/http_core.c | 2 +- modules/http/http_protocol.c | 2 +- modules/http/http_request.c | 2 +- modules/http/mod_core.h | 2 +- modules/http/mod_mime.c | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/modules/generators/mod_asis.c b/modules/generators/mod_asis.c index 2f31d0c42bf..449b98110bd 100644 --- a/modules/generators/mod_asis.c +++ b/modules/generators/mod_asis.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/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c index 18653a05057..de46a58cb41 100644 --- a/modules/generators/mod_autoindex.c +++ b/modules/generators/mod_autoindex.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/modules/generators/mod_cgi.c b/modules/generators/mod_cgi.c index 2d3b5114cd1..6725dfc59ef 100644 --- a/modules/generators/mod_cgi.c +++ b/modules/generators/mod_cgi.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/modules/generators/mod_cgi.h b/modules/generators/mod_cgi.h index 9d58d999955..8d21113b534 100644 --- a/modules/generators/mod_cgi.h +++ b/modules/generators/mod_cgi.h @@ -1,4 +1,4 @@ -/* 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/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c index c27f7e17e3e..39edfc0b2c0 100644 --- a/modules/generators/mod_cgid.c +++ b/modules/generators/mod_cgid.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/modules/generators/mod_info.c b/modules/generators/mod_info.c index a680a209041..bf8bba849e8 100644 --- a/modules/generators/mod_info.c +++ b/modules/generators/mod_info.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/modules/generators/mod_status.c b/modules/generators/mod_status.c index b2552bc3dcc..888f60c2380 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.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/modules/generators/mod_suexec.h b/modules/generators/mod_suexec.h index d43c50165fd..47003b78398 100644 --- a/modules/generators/mod_suexec.h +++ b/modules/generators/mod_suexec.h @@ -1,4 +1,4 @@ -/* 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/modules/http/http_core.c b/modules/http/http_core.c index fac6fb95ac0..5313cbcd082 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.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/modules/http/http_protocol.c b/modules/http/http_protocol.c index ee74f2a4fba..e46b64a6a0d 100644 --- a/modules/http/http_protocol.c +++ b/modules/http/http_protocol.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/modules/http/http_request.c b/modules/http/http_request.c index 49844a76b15..c9b0dbdf5b7 100644 --- a/modules/http/http_request.c +++ b/modules/http/http_request.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/modules/http/mod_core.h b/modules/http/mod_core.h index 7f6a7558980..944f39089b9 100644 --- a/modules/http/mod_core.h +++ b/modules/http/mod_core.h @@ -1,4 +1,4 @@ -/* 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/modules/http/mod_mime.c b/modules/http/mod_mime.c index 7ced1e71b11..9d1f951bb3f 100644 --- a/modules/http/mod_mime.c +++ b/modules/http/mod_mime.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. -- 2.47.3