summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy T. Fielding <fielding@apache.org>2001-02-16 04:26:53 +0000
committerRoy T. Fielding <fielding@apache.org>2001-02-16 04:26:53 +0000
commit381f88d56a637e003d972082c77db045cd87419c (patch)
tree8accd6c342114bc0f69aef5e4e78d0d2f2b17ca9
parentaae567b7834a4921cf326d05ac8c33a532bba0a5 (diff)
downloadhttpd-381f88d56a637e003d972082c77db045cd87419c.tar.gz
Update copyright to 2001
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88184 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--LICENSE2
-rwxr-xr-xbuild/bsd_makefile2
-rw-r--r--build/build.mk2
-rw-r--r--build/build2.mk2
-rwxr-xr-xbuild/fastgen.sh2
-rw-r--r--build/library.mk2
-rw-r--r--build/ltlib.mk2
-rw-r--r--build/program.mk2
-rw-r--r--build/rules.mk2
-rw-r--r--build/special.mk2
-rwxr-xr-xbuild/sysv_makefile2
-rw-r--r--docs/man/ab.82
-rw-r--r--docs/man/apachectl.82
-rw-r--r--docs/man/apxs.82
-rw-r--r--docs/man/dbmmanage.12
-rw-r--r--docs/man/htdigest.12
-rw-r--r--docs/man/htpasswd.12
-rw-r--r--docs/man/httpd.82
-rw-r--r--docs/man/logresolve.82
-rw-r--r--docs/man/rotatelogs.82
-rw-r--r--docs/man/suexec.82
-rw-r--r--docs/manual/LICENSE2
-rw-r--r--docs/manual/expand.pl2
-rw-r--r--docs/manual/search/manual-index.cgi2
-rw-r--r--include/ap_config.h2
-rw-r--r--include/ap_listen.h2
-rw-r--r--include/ap_mmn.h2
-rw-r--r--include/ap_mpm.h2
-rw-r--r--include/ap_release.h2
-rw-r--r--include/http_config.h2
-rw-r--r--include/http_connection.h2
-rw-r--r--include/http_core.h2
-rw-r--r--include/http_log.h2
-rw-r--r--include/http_main.h2
-rw-r--r--include/http_protocol.h2
-rw-r--r--include/http_request.h2
-rw-r--r--include/http_vhost.h2
-rw-r--r--include/httpd.h2
-rw-r--r--include/mpm_common.h2
-rw-r--r--include/rfc1413.h2
-rw-r--r--include/scoreboard.h2
-rw-r--r--include/util_cfgtree.h2
-rw-r--r--include/util_charset.h2
-rw-r--r--include/util_date.h2
-rw-r--r--include/util_ebcdic.h2
-rw-r--r--include/util_filter.h2
-rw-r--r--include/util_md5.h2
-rw-r--r--include/util_script.h2
-rw-r--r--include/util_uri.h2
-rw-r--r--include/util_xml.h2
-rw-r--r--modules/aaa/mod_access.c2
-rw-r--r--modules/aaa/mod_auth.c2
-rw-r--r--modules/aaa/mod_auth_anon.c2
-rw-r--r--modules/aaa/mod_auth_db.c2
-rw-r--r--modules/aaa/mod_auth_dbm.c2
-rw-r--r--modules/aaa/mod_auth_digest.c2
-rw-r--r--modules/arch/win32/mod_isapi.c2
-rw-r--r--modules/cache/mod_file_cache.c67
-rw-r--r--modules/dav/fs/dbm.c2
-rw-r--r--modules/dav/fs/lock.c2
-rw-r--r--modules/dav/fs/mod_dav_fs.c2
-rw-r--r--modules/dav/fs/repos.c2
-rw-r--r--modules/dav/fs/repos.h2
-rw-r--r--modules/dav/main/liveprop.c2
-rw-r--r--modules/dav/main/mod_dav.c2
-rw-r--r--modules/dav/main/mod_dav.h2
-rw-r--r--modules/dav/main/props.c2
-rw-r--r--modules/dav/main/providers.c2
-rw-r--r--modules/dav/main/std_liveprop.c2
-rw-r--r--modules/dav/main/util.c2
-rw-r--r--modules/dav/main/util_lock.c2
-rw-r--r--modules/echo/mod_echo.c2
-rw-r--r--modules/experimental/mod_cache.c2
-rw-r--r--modules/experimental/mod_cache.h2
-rw-r--r--modules/experimental/mod_charset_lite.c2
-rw-r--r--modules/experimental/mod_disk_cache.c2
-rw-r--r--modules/experimental/mod_example.c2
-rw-r--r--modules/experimental/mod_ext_filter.c2
-rw-r--r--modules/experimental/mod_generic_hook_export.c2
-rw-r--r--modules/experimental/mod_generic_hook_export.h2
-rw-r--r--modules/experimental/mod_generic_hook_import.c2
-rw-r--r--modules/filters/mod_include.c2
-rw-r--r--modules/filters/mod_include.h2
-rw-r--r--modules/generators/mod_asis.c2
-rw-r--r--modules/generators/mod_autoindex.c2
-rw-r--r--modules/generators/mod_cgi.c2
-rw-r--r--modules/generators/mod_cgid.c2
-rw-r--r--modules/generators/mod_info.c2
-rw-r--r--modules/generators/mod_status.c2
-rw-r--r--modules/generators/mod_suexec.c2
-rw-r--r--modules/generators/mod_suexec.h2
-rw-r--r--modules/http/error_bucket.c2
-rw-r--r--modules/http/http_core.c2
-rw-r--r--modules/http/http_protocol.c2
-rw-r--r--modules/http/http_request.c2
-rw-r--r--modules/http/mod_core.h2
-rw-r--r--modules/http/mod_mime.c2
-rw-r--r--modules/loggers/mod_log_config.c2
-rw-r--r--modules/mappers/mod_actions.c2
-rw-r--r--modules/mappers/mod_alias.c2
-rw-r--r--modules/mappers/mod_dir.c2
-rw-r--r--modules/mappers/mod_imap.c2
-rw-r--r--modules/mappers/mod_negotiation.c2
-rw-r--r--modules/mappers/mod_rewrite.c2
-rw-r--r--modules/mappers/mod_rewrite.h2
-rw-r--r--modules/mappers/mod_so.c2
-rw-r--r--modules/mappers/mod_speling.c2
-rw-r--r--modules/mappers/mod_userdir.c2
-rw-r--r--modules/mappers/mod_vhost_alias.c2
-rw-r--r--modules/metadata/mod_cern_meta.c2
-rw-r--r--modules/metadata/mod_env.c2
-rw-r--r--modules/metadata/mod_expires.c2
-rw-r--r--modules/metadata/mod_headers.c2
-rw-r--r--modules/metadata/mod_mime_magic.c2
-rw-r--r--modules/metadata/mod_setenvif.c2
-rw-r--r--modules/metadata/mod_unique_id.c2
-rw-r--r--modules/metadata/mod_usertrack.c2
-rw-r--r--modules/test/mod_autoindex.c2
-rw-r--r--modules/test/mod_rndchunk.c2
-rw-r--r--modules/test/mod_test_util_uri.c2
-rw-r--r--os/beos/beosd.c2
-rw-r--r--os/beos/beosd.h2
-rw-r--r--os/beos/os.c2
-rw-r--r--os/beos/os.h2
-rw-r--r--os/bs2000/bs2login.c2
-rw-r--r--os/bs2000/ebcdic.c2
-rw-r--r--os/bs2000/ebcdic.h2
-rw-r--r--os/bs2000/os-inline.c2
-rw-r--r--os/bs2000/os.c2
-rw-r--r--os/bs2000/os.h2
-rw-r--r--os/os2/os-inline.c2
-rw-r--r--os/os2/os.h2
-rw-r--r--os/os2/util_os2.c2
-rw-r--r--os/tpf/ebcdic.c2
-rw-r--r--os/tpf/ebcdic.h2
-rw-r--r--os/tpf/os-inline.c2
-rw-r--r--os/tpf/os.c2
-rw-r--r--os/tpf/os.h2
-rw-r--r--os/unix/os-inline.c2
-rw-r--r--os/unix/os.h2
-rw-r--r--os/unix/unixd.c2
-rw-r--r--os/unix/unixd.h2
-rw-r--r--os/win32/main_win32.h2
-rw-r--r--os/win32/mod_isapi.c2
-rw-r--r--os/win32/os.h2
-rw-r--r--os/win32/util_win32.c2
-rw-r--r--server/buildmark.c2
-rw-r--r--server/config.c2
-rw-r--r--server/connection.c2
-rw-r--r--server/gen_test_char.c2
-rw-r--r--server/gen_uri_delims.c2
-rw-r--r--server/listen.c2
-rw-r--r--server/log.c2
-rw-r--r--server/main.c2
-rw-r--r--server/mpm/beos/beos.c2
-rw-r--r--server/mpm/beos/beos.h2
-rw-r--r--server/mpm/beos/mpm.h2
-rw-r--r--server/mpm/beos/mpm_default.h2
-rw-r--r--server/mpm/experimental/perchild/mpm.h2
-rw-r--r--server/mpm/experimental/perchild/mpm_default.h2
-rw-r--r--server/mpm/experimental/perchild/perchild.c2
-rw-r--r--server/mpm/mpmt_pthread/mpm.h2
-rw-r--r--server/mpm/mpmt_pthread/mpm_default.h2
-rw-r--r--server/mpm/mpmt_pthread/mpmt_pthread.c2
-rw-r--r--server/mpm/perchild/mpm.h2
-rw-r--r--server/mpm/perchild/mpm_default.h2
-rw-r--r--server/mpm/perchild/perchild.c2
-rw-r--r--server/mpm/prefork/mpm.h2
-rw-r--r--server/mpm/prefork/mpm_default.h2
-rw-r--r--server/mpm/prefork/prefork.c2
-rw-r--r--server/mpm/spmt_os2/mpm.h2
-rw-r--r--server/mpm/spmt_os2/mpm_default.h2
-rw-r--r--server/mpm/spmt_os2/spmt_os2.c2
-rw-r--r--server/mpm/winnt/mpm.h2
-rw-r--r--server/mpm/winnt/mpm_default.h2
-rw-r--r--server/mpm/winnt/mpm_winnt.c2
-rw-r--r--server/mpm/winnt/mpm_winnt.h2
-rw-r--r--server/mpm/winnt/registry.c2
-rw-r--r--server/mpm/winnt/service.c2
-rw-r--r--server/mpm_common.c2
-rw-r--r--server/rfc1413.c2
-rw-r--r--server/scoreboard.c2
-rw-r--r--server/util.c2
-rw-r--r--server/util_cfgtree.c2
-rw-r--r--server/util_charset.c2
-rw-r--r--server/util_date.c2
-rw-r--r--server/util_debug.c2
-rw-r--r--server/util_ebcdic.c2
-rw-r--r--server/util_filter.c2
-rw-r--r--server/util_md5.c2
-rw-r--r--server/util_script.c2
-rw-r--r--server/util_uri.c2
-rw-r--r--server/util_xml.c2
-rw-r--r--server/vhost.c2
-rw-r--r--support/ab.c10
-rw-r--r--support/apachectl.in4
-rw-r--r--support/apxs.in2
-rw-r--r--support/dbmmanage68
-rw-r--r--support/htdigest.c2
-rw-r--r--support/htpasswd.c2
-rw-r--r--support/log_server_status2
-rw-r--r--support/logresolve.pl2
-rw-r--r--support/rotatelogs.c2
-rw-r--r--support/split-logfile2
-rw-r--r--support/suexec.c2
-rw-r--r--support/suexec.h2
206 files changed, 274 insertions, 279 deletions
diff --git a/LICENSE b/LICENSE
index de6706f26e..2395e3927a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/build/bsd_makefile b/build/bsd_makefile
index 1af9677dbd..576f99eb7f 100755
--- a/build/bsd_makefile
+++ b/build/bsd_makefile
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/build/build.mk b/build/build.mk
index 0f3b2024f5..3d2a0cd91a 100644
--- a/build/build.mk
+++ b/build/build.mk
@@ -1,7 +1,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/build/build2.mk b/build/build2.mk
index 83a7299b7a..a49205e60d 100644
--- a/build/build2.mk
+++ b/build/build2.mk
@@ -1,7 +1,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/build/fastgen.sh b/build/fastgen.sh
index 347fb14250..ab4824f573 100755
--- a/build/fastgen.sh
+++ b/build/fastgen.sh
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/build/library.mk b/build/library.mk
index ab8b7a4219..7335c45dc2 100644
--- a/build/library.mk
+++ b/build/library.mk
@@ -1,7 +1,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/build/ltlib.mk b/build/ltlib.mk
index 265680ab41..9b89d9c309 100644
--- a/build/ltlib.mk
+++ b/build/ltlib.mk
@@ -1,7 +1,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/build/program.mk b/build/program.mk
index 9bf948c507..862304a6da 100644
--- a/build/program.mk
+++ b/build/program.mk
@@ -1,7 +1,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/build/rules.mk b/build/rules.mk
index 2fe3da5d3d..9a5c0f2aff 100644
--- a/build/rules.mk
+++ b/build/rules.mk
@@ -1,7 +1,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/build/special.mk b/build/special.mk
index 1f34347124..2dcbe6a041 100644
--- a/build/special.mk
+++ b/build/special.mk
@@ -1,7 +1,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/build/sysv_makefile b/build/sysv_makefile
index 9e430acbc8..2c7033a074 100755
--- a/build/sysv_makefile
+++ b/build/sysv_makefile
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/docs/man/ab.8 b/docs/man/ab.8
index b79bf027a0..bfe8c25f0e 100644
--- a/docs/man/ab.8
+++ b/docs/man/ab.8
@@ -1,7 +1,7 @@
.TH ab 1 "March 2000"
.\" The Apache Software License, Version 1.1
.\"
-.\" Copyright (c) 2000 The Apache Software Foundation. All rights
+.\" Copyright (c) 2000-2001 The Apache Software Foundation. All rights
.\" reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/docs/man/apachectl.8 b/docs/man/apachectl.8
index 307b062444..a683eef29d 100644
--- a/docs/man/apachectl.8
+++ b/docs/man/apachectl.8
@@ -1,7 +1,7 @@
.TH apachectl 1 "September 1997"
.\" The Apache Software License, Version 1.1
.\"
-.\" Copyright (c) 2000 The Apache Software Foundation. All rights
+.\" Copyright (c) 2000-2001 The Apache Software Foundation. All rights
.\" reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/docs/man/apxs.8 b/docs/man/apxs.8
index 1743fa5766..63ff5f5177 100644
--- a/docs/man/apxs.8
+++ b/docs/man/apxs.8
@@ -1,7 +1,7 @@
.TH apxs 8 "April 1998"
.\" The Apache Software License, Version 1.1
.\"
-.\" Copyright (c) 2000 The Apache Software Foundation. All rights
+.\" Copyright (c) 2000-2001 The Apache Software Foundation. All rights
.\" reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/docs/man/dbmmanage.1 b/docs/man/dbmmanage.1
index ec526951fe..fc86f8ebd7 100644
--- a/docs/man/dbmmanage.1
+++ b/docs/man/dbmmanage.1
@@ -1,7 +1,7 @@
.TH dbmmanage 1 "March 1998"
.\" The Apache Software License, Version 1.1
.\"
-.\" Copyright (c) 2000 The Apache Software Foundation. All rights
+.\" Copyright (c) 2000-2001 The Apache Software Foundation. All rights
.\" reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/docs/man/htdigest.1 b/docs/man/htdigest.1
index a1c6cde4c4..98e52bc446 100644
--- a/docs/man/htdigest.1
+++ b/docs/man/htdigest.1
@@ -1,7 +1,7 @@
.TH htdigest 1 "January 2001"
.\" The Apache Software License, Version 1.1
.\"
-.\" Copyright (c) 2000 The Apache Software Foundation. All rights
+.\" Copyright (c) 2000-2001 The Apache Software Foundation. All rights
.\" reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/docs/man/htpasswd.1 b/docs/man/htpasswd.1
index 9c67141e44..ca5059e093 100644
--- a/docs/man/htpasswd.1
+++ b/docs/man/htpasswd.1
@@ -1,7 +1,7 @@
.TH htpasswd 1 "May 2000"
.\" The Apache Software License, Version 1.1
.\"
-.\" Copyright (c) 2000 The Apache Software Foundation. All rights
+.\" Copyright (c) 2000-2001 The Apache Software Foundation. All rights
.\" reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/docs/man/httpd.8 b/docs/man/httpd.8
index bf529f1f99..c5ec4c2b3b 100644
--- a/docs/man/httpd.8
+++ b/docs/man/httpd.8
@@ -1,7 +1,7 @@
.TH httpd 8 "February 1997"
.\" The Apache Software License, Version 1.1
.\"
-.\" Copyright (c) 2000 The Apache Software Foundation. All rights
+.\" Copyright (c) 2000-2001 The Apache Software Foundation. All rights
.\" reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/docs/man/logresolve.8 b/docs/man/logresolve.8
index 2b395600b4..b105b6e04d 100644
--- a/docs/man/logresolve.8
+++ b/docs/man/logresolve.8
@@ -1,7 +1,7 @@
.TH logresolve 8 "March 1998"
.\" The Apache Software License, Version 1.1
.\"
-.\" Copyright (c) 2000 The Apache Software Foundation. All rights
+.\" Copyright (c) 2000-2001 The Apache Software Foundation. All rights
.\" reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/docs/man/rotatelogs.8 b/docs/man/rotatelogs.8
index 016c1bd6ad..465c14bdb5 100644
--- a/docs/man/rotatelogs.8
+++ b/docs/man/rotatelogs.8
@@ -1,7 +1,7 @@
.TH rotatelogs 8 "March 1998"
.\" The Apache Software License, Version 1.1
.\"
-.\" Copyright (c) 2000 The Apache Software Foundation. All rights
+.\" Copyright (c) 2000-2001 The Apache Software Foundation. All rights
.\" reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/docs/man/suexec.8 b/docs/man/suexec.8
index 88d4a524ad..69cb6ed5dd 100644
--- a/docs/man/suexec.8
+++ b/docs/man/suexec.8
@@ -1,7 +1,7 @@
.TH suexec 8 "March 1998"
.\" The Apache Software License, Version 1.1
.\"
-.\" Copyright (c) 2000 The Apache Software Foundation. All rights
+.\" Copyright (c) 2000-2001 The Apache Software Foundation. All rights
.\" reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
diff --git a/docs/manual/LICENSE b/docs/manual/LICENSE
index de6706f26e..2395e3927a 100644
--- a/docs/manual/LICENSE
+++ b/docs/manual/LICENSE
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/docs/manual/expand.pl b/docs/manual/expand.pl
index e2fc2d57b6..782b70a669 100644
--- a/docs/manual/expand.pl
+++ b/docs/manual/expand.pl
@@ -13,7 +13,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/docs/manual/search/manual-index.cgi b/docs/manual/search/manual-index.cgi
index 82854d4031..3c4c8cada4 100644
--- a/docs/manual/search/manual-index.cgi
+++ b/docs/manual/search/manual-index.cgi
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/include/ap_config.h b/include/ap_config.h
index 9ef13bd6ca..6f4b389cb0 100644
--- a/include/ap_config.h
+++ b/include/ap_config.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/ap_listen.h b/include/ap_listen.h
index c9d825194f..9a02a7b22a 100644
--- a/include/ap_listen.h
+++ b/include/ap_listen.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/ap_mmn.h b/include/ap_mmn.h
index bb48a87bea..871c797394 100644
--- a/include/ap_mmn.h
+++ b/include/ap_mmn.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/ap_mpm.h b/include/ap_mpm.h
index a55ff52975..ab527ed400 100644
--- a/include/ap_mpm.h
+++ b/include/ap_mpm.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/ap_release.h b/include/ap_release.h
index 76a6a555cb..ce043f0996 100644
--- a/include/ap_release.h
+++ b/include/ap_release.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/http_config.h b/include/http_config.h
index 4122b5d26a..afad97fc31 100644
--- a/include/http_config.h
+++ b/include/http_config.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/http_connection.h b/include/http_connection.h
index 5bff6bc729..8580b99211 100644
--- a/include/http_connection.h
+++ b/include/http_connection.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/http_core.h b/include/http_core.h
index 7ac253f868..1416c1ccfc 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/http_log.h b/include/http_log.h
index 322f83ffc8..d3fc227c0c 100644
--- a/include/http_log.h
+++ b/include/http_log.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/http_main.h b/include/http_main.h
index 58eeca70ce..cd81404fda 100644
--- a/include/http_main.h
+++ b/include/http_main.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/http_protocol.h b/include/http_protocol.h
index 7acb89e8bb..037b5dd391 100644
--- a/include/http_protocol.h
+++ b/include/http_protocol.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/http_request.h b/include/http_request.h
index ac8d308863..867a3a98a2 100644
--- a/include/http_request.h
+++ b/include/http_request.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/http_vhost.h b/include/http_vhost.h
index 89b55adf87..493d27f38f 100644
--- a/include/http_vhost.h
+++ b/include/http_vhost.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/httpd.h b/include/httpd.h
index c315d14669..dcf4a477d7 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/mpm_common.h b/include/mpm_common.h
index f51d8e8cf9..feeebbaff1 100644
--- a/include/mpm_common.h
+++ b/include/mpm_common.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/rfc1413.h b/include/rfc1413.h
index 4fa5242cba..a96dd7ed6d 100644
--- a/include/rfc1413.h
+++ b/include/rfc1413.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/scoreboard.h b/include/scoreboard.h
index 00002c3ba5..70588a1dba 100644
--- a/include/scoreboard.h
+++ b/include/scoreboard.h
@@ -2,7 +2,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/util_cfgtree.h b/include/util_cfgtree.h
index 1721d71af0..36b967bb95 100644
--- a/include/util_cfgtree.h
+++ b/include/util_cfgtree.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/util_charset.h b/include/util_charset.h
index a9f4c63a48..22b6ff1880 100644
--- a/include/util_charset.h
+++ b/include/util_charset.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/util_date.h b/include/util_date.h
index 400b922034..46dbb6bbf5 100644
--- a/include/util_date.h
+++ b/include/util_date.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/util_ebcdic.h b/include/util_ebcdic.h
index 4f2117d313..7cc01941d4 100644
--- a/include/util_ebcdic.h
+++ b/include/util_ebcdic.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/util_filter.h b/include/util_filter.h
index 7e3858a00c..33b27fdc14 100644
--- a/include/util_filter.h
+++ b/include/util_filter.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/util_md5.h b/include/util_md5.h
index 3585a79bdf..4e3a189ecd 100644
--- a/include/util_md5.h
+++ b/include/util_md5.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/util_script.h b/include/util_script.h
index 4896f17d5f..4e436bf0b1 100644
--- a/include/util_script.h
+++ b/include/util_script.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/util_uri.h b/include/util_uri.h
index e878418418..dec4900ee5 100644
--- a/include/util_uri.h
+++ b/include/util_uri.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/include/util_xml.h b/include/util_xml.h
index 82c2e8fbdd..f2d4d752ce 100644
--- a/include/util_xml.h
+++ b/include/util_xml.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/aaa/mod_access.c b/modules/aaa/mod_access.c
index 4a1afa3bb8..055bc43f0f 100644
--- a/modules/aaa/mod_access.c
+++ b/modules/aaa/mod_access.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/aaa/mod_auth.c b/modules/aaa/mod_auth.c
index 5644340689..422746cf06 100644
--- a/modules/aaa/mod_auth.c
+++ b/modules/aaa/mod_auth.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/aaa/mod_auth_anon.c b/modules/aaa/mod_auth_anon.c
index b6d6e69683..6247013d9b 100644
--- a/modules/aaa/mod_auth_anon.c
+++ b/modules/aaa/mod_auth_anon.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/aaa/mod_auth_db.c b/modules/aaa/mod_auth_db.c
index 1efc977d64..ca56e009b2 100644
--- a/modules/aaa/mod_auth_db.c
+++ b/modules/aaa/mod_auth_db.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/aaa/mod_auth_dbm.c b/modules/aaa/mod_auth_dbm.c
index fed27ec0b4..5cf14f10dd 100644
--- a/modules/aaa/mod_auth_dbm.c
+++ b/modules/aaa/mod_auth_dbm.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c
index 02a121354a..75a42ab59a 100644
--- a/modules/aaa/mod_auth_digest.c
+++ b/modules/aaa/mod_auth_digest.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/arch/win32/mod_isapi.c b/modules/arch/win32/mod_isapi.c
index cae86d605d..34684bd96a 100644
--- a/modules/arch/win32/mod_isapi.c
+++ b/modules/arch/win32/mod_isapi.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/cache/mod_file_cache.c b/modules/cache/mod_file_cache.c
index 6667f1ce7f..cdea4fbf5e 100644
--- a/modules/cache/mod_file_cache.c
+++ b/modules/cache/mod_file_cache.c
@@ -1,58 +1,55 @@
/* ====================================================================
- * Copyright (c) 1998-1999 The Apache Group. All rights reserved.
+ * The Apache Software License, Version 1.1
+ *
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
+ * reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
- * notice, this list of conditions and the following disclaimer.
+ * notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
*
- * 3. All advertising materials mentioning features or use of this
- * software must display the following acknowledgment:
- * "This product includes software developed by the Apache Group
- * for use in the Apache HTTP server project (http://www.apache.org/)."
- *
- * 4. The names "Apache Server" and "Apache Group" must not be used to
- * endorse or promote products derived from this software without
- * prior written permission. For written permission, please contact
- * apache@apache.org.
+ * 3. The end-user documentation included with the redistribution,
+ * if any, must include the following acknowledgment:
+ * "This product includes software developed by the
+ * Apache Software Foundation (http://www.apache.org/)."
+ * Alternately, this acknowledgment may appear in the software itself,
+ * if and wherever such third-party acknowledgments normally appear.
*
- * 5. Products derived from this software may not be called "Apache"
- * nor may "Apache" appear in their names without prior written
- * permission of the Apache Group.
+ * 4. The names "Apache" and "Apache Software Foundation" must
+ * not be used to endorse or promote products derived from this
+ * software without prior written permission. For written
+ * permission, please contact apache@apache.org.
*
- * 6. Redistributions of any form whatsoever must retain the following
- * acknowledgment:
- * "This product includes software developed by the Apache Group
- * for use in the Apache HTTP server project (http://www.apache.org/)."
+ * 5. Products derived from this software may not be called "Apache",
+ * nor may "Apache" appear in their name, without prior written
+ * permission of the Apache Software Foundation.
*
- * THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
- * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
* ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- * OF THE POSSIBILITY OF SUCH DAMAGE.
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
* ====================================================================
*
* This software consists of voluntary contributions made by many
- * individuals on behalf of the Apache Group and was originally based
- * on public domain software written at the National Center for
- * Supercomputing Applications, University of Illinois, Urbana-Champaign.
- * For more information on the Apache Group and the Apache HTTP server
- * project, please see <http://www.apache.org/>.
- *
+ * individuals on behalf of the Apache Software Foundation. For more
+ * information on the Apache Software Foundation, please see
+ * <http://www.apache.org/>.
*/
/*
diff --git a/modules/dav/fs/dbm.c b/modules/dav/fs/dbm.c
index 7bf7070131..d3febb60eb 100644
--- a/modules/dav/fs/dbm.c
+++ b/modules/dav/fs/dbm.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/fs/lock.c b/modules/dav/fs/lock.c
index d5466d1af4..e85350cbc2 100644
--- a/modules/dav/fs/lock.c
+++ b/modules/dav/fs/lock.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/fs/mod_dav_fs.c b/modules/dav/fs/mod_dav_fs.c
index 22c440baf4..98493d7145 100644
--- a/modules/dav/fs/mod_dav_fs.c
+++ b/modules/dav/fs/mod_dav_fs.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/fs/repos.c b/modules/dav/fs/repos.c
index 0a6b094933..f94789a2ee 100644
--- a/modules/dav/fs/repos.c
+++ b/modules/dav/fs/repos.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/fs/repos.h b/modules/dav/fs/repos.h
index 904ea3882a..8e69773286 100644
--- a/modules/dav/fs/repos.h
+++ b/modules/dav/fs/repos.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/main/liveprop.c b/modules/dav/main/liveprop.c
index 5d30e88ae7..639ef4bf85 100644
--- a/modules/dav/main/liveprop.c
+++ b/modules/dav/main/liveprop.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/main/mod_dav.c b/modules/dav/main/mod_dav.c
index 7aa02fd587..63d923c7c2 100644
--- a/modules/dav/main/mod_dav.c
+++ b/modules/dav/main/mod_dav.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/main/mod_dav.h b/modules/dav/main/mod_dav.h
index cf9a1a05d6..097663b3e2 100644
--- a/modules/dav/main/mod_dav.h
+++ b/modules/dav/main/mod_dav.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/main/props.c b/modules/dav/main/props.c
index 49982189b9..9f2c6d7daa 100644
--- a/modules/dav/main/props.c
+++ b/modules/dav/main/props.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/main/providers.c b/modules/dav/main/providers.c
index 3ac6401fbe..b0a18cf5f4 100644
--- a/modules/dav/main/providers.c
+++ b/modules/dav/main/providers.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/main/std_liveprop.c b/modules/dav/main/std_liveprop.c
index d730ee0ca4..e10a5b1b82 100644
--- a/modules/dav/main/std_liveprop.c
+++ b/modules/dav/main/std_liveprop.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/main/util.c b/modules/dav/main/util.c
index 22b1e2282e..dd10686bae 100644
--- a/modules/dav/main/util.c
+++ b/modules/dav/main/util.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/dav/main/util_lock.c b/modules/dav/main/util_lock.c
index cd54fac2fd..2a292666a6 100644
--- a/modules/dav/main/util_lock.c
+++ b/modules/dav/main/util_lock.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/echo/mod_echo.c b/modules/echo/mod_echo.c
index e15c69361a..f182123213 100644
--- a/modules/echo/mod_echo.c
+++ b/modules/echo/mod_echo.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/experimental/mod_cache.c b/modules/experimental/mod_cache.c
index 48767f1f80..3fd54e45a3 100644
--- a/modules/experimental/mod_cache.c
+++ b/modules/experimental/mod_cache.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/experimental/mod_cache.h b/modules/experimental/mod_cache.h
index 5c32b27f8d..7f2cf9b0c1 100644
--- a/modules/experimental/mod_cache.h
+++ b/modules/experimental/mod_cache.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/experimental/mod_charset_lite.c b/modules/experimental/mod_charset_lite.c
index da3d19b9f7..6a5b713eb3 100644
--- a/modules/experimental/mod_charset_lite.c
+++ b/modules/experimental/mod_charset_lite.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/experimental/mod_disk_cache.c b/modules/experimental/mod_disk_cache.c
index bea4b4a41d..ee60739522 100644
--- a/modules/experimental/mod_disk_cache.c
+++ b/modules/experimental/mod_disk_cache.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/experimental/mod_example.c b/modules/experimental/mod_example.c
index 7842026878..5b309f8938 100644
--- a/modules/experimental/mod_example.c
+++ b/modules/experimental/mod_example.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/experimental/mod_ext_filter.c b/modules/experimental/mod_ext_filter.c
index fd96608fc6..fa618b9d57 100644
--- a/modules/experimental/mod_ext_filter.c
+++ b/modules/experimental/mod_ext_filter.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/experimental/mod_generic_hook_export.c b/modules/experimental/mod_generic_hook_export.c
index 72431b38b4..fd7e28de1d 100644
--- a/modules/experimental/mod_generic_hook_export.c
+++ b/modules/experimental/mod_generic_hook_export.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/experimental/mod_generic_hook_export.h b/modules/experimental/mod_generic_hook_export.h
index b9ee314fe5..0f17fbbe2d 100644
--- a/modules/experimental/mod_generic_hook_export.h
+++ b/modules/experimental/mod_generic_hook_export.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/experimental/mod_generic_hook_import.c b/modules/experimental/mod_generic_hook_import.c
index 4fb65abab0..cf060512ea 100644
--- a/modules/experimental/mod_generic_hook_import.c
+++ b/modules/experimental/mod_generic_hook_import.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/filters/mod_include.c b/modules/filters/mod_include.c
index c4d595855a..2f2b67c450 100644
--- a/modules/filters/mod_include.c
+++ b/modules/filters/mod_include.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/filters/mod_include.h b/modules/filters/mod_include.h
index 671251635b..1ef907a135 100644
--- a/modules/filters/mod_include.h
+++ b/modules/filters/mod_include.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/generators/mod_asis.c b/modules/generators/mod_asis.c
index 0347b14137..498e7df147 100644
--- a/modules/generators/mod_asis.c
+++ b/modules/generators/mod_asis.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/generators/mod_autoindex.c b/modules/generators/mod_autoindex.c
index f7bdb1060a..6b8eb5cfa1 100644
--- a/modules/generators/mod_autoindex.c
+++ b/modules/generators/mod_autoindex.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/generators/mod_cgi.c b/modules/generators/mod_cgi.c
index abdd120e29..a189e75c44 100644
--- a/modules/generators/mod_cgi.c
+++ b/modules/generators/mod_cgi.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/generators/mod_cgid.c b/modules/generators/mod_cgid.c
index 84a094386f..c8d2858f94 100644
--- a/modules/generators/mod_cgid.c
+++ b/modules/generators/mod_cgid.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/generators/mod_info.c b/modules/generators/mod_info.c
index 75b72aed2b..6948e1053d 100644
--- a/modules/generators/mod_info.c
+++ b/modules/generators/mod_info.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c
index d83321abd5..637195cf68 100644
--- a/modules/generators/mod_status.c
+++ b/modules/generators/mod_status.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/generators/mod_suexec.c b/modules/generators/mod_suexec.c
index d2e881295d..e902fd2b20 100644
--- a/modules/generators/mod_suexec.c
+++ b/modules/generators/mod_suexec.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/generators/mod_suexec.h b/modules/generators/mod_suexec.h
index e8b13ac7f2..87a77eaa24 100644
--- a/modules/generators/mod_suexec.h
+++ b/modules/generators/mod_suexec.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/http/error_bucket.c b/modules/http/error_bucket.c
index 4ca81d6244..071119882b 100644
--- a/modules/http/error_bucket.c
+++ b/modules/http/error_bucket.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/http/http_core.c b/modules/http/http_core.c
index 09e3dc1bf5..ab0c12d87b 100644
--- a/modules/http/http_core.c
+++ b/modules/http/http_core.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c
index f901d92282..162e1c28ca 100644
--- a/modules/http/http_protocol.c
+++ b/modules/http/http_protocol.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/http/http_request.c b/modules/http/http_request.c
index 14d51d26b4..4b7d0811ab 100644
--- a/modules/http/http_request.c
+++ b/modules/http/http_request.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/http/mod_core.h b/modules/http/mod_core.h
index 91c35e081b..5e6adb2383 100644
--- a/modules/http/mod_core.h
+++ b/modules/http/mod_core.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/http/mod_mime.c b/modules/http/mod_mime.c
index deed283cd4..d72d8efb61 100644
--- a/modules/http/mod_mime.c
+++ b/modules/http/mod_mime.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/loggers/mod_log_config.c b/modules/loggers/mod_log_config.c
index 3318027a50..7d3a701b20 100644
--- a/modules/loggers/mod_log_config.c
+++ b/modules/loggers/mod_log_config.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/mappers/mod_actions.c b/modules/mappers/mod_actions.c
index 1bd74fe2ca..e0cd0ffc9b 100644
--- a/modules/mappers/mod_actions.c
+++ b/modules/mappers/mod_actions.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/mappers/mod_alias.c b/modules/mappers/mod_alias.c
index ea31c3398d..e512dff8f5 100644
--- a/modules/mappers/mod_alias.c
+++ b/modules/mappers/mod_alias.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/mappers/mod_dir.c b/modules/mappers/mod_dir.c
index 7dd48d55dd..212572e020 100644
--- a/modules/mappers/mod_dir.c
+++ b/modules/mappers/mod_dir.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/mappers/mod_imap.c b/modules/mappers/mod_imap.c
index 2fbade814a..51ae6b6e92 100644
--- a/modules/mappers/mod_imap.c
+++ b/modules/mappers/mod_imap.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/mappers/mod_negotiation.c b/modules/mappers/mod_negotiation.c
index c6763bce26..48fb9619cb 100644
--- a/modules/mappers/mod_negotiation.c
+++ b/modules/mappers/mod_negotiation.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/mappers/mod_rewrite.c b/modules/mappers/mod_rewrite.c
index 3f83fb3154..1b47b767f7 100644
--- a/modules/mappers/mod_rewrite.c
+++ b/modules/mappers/mod_rewrite.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/mappers/mod_rewrite.h b/modules/mappers/mod_rewrite.h
index cb2b1f4c12..7d2ca24d06 100644
--- a/modules/mappers/mod_rewrite.h
+++ b/modules/mappers/mod_rewrite.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/mappers/mod_so.c b/modules/mappers/mod_so.c
index df486d2a6f..188654f26e 100644
--- a/modules/mappers/mod_so.c
+++ b/modules/mappers/mod_so.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/mappers/mod_speling.c b/modules/mappers/mod_speling.c
index 89bd047add..d89a86923d 100644
--- a/modules/mappers/mod_speling.c
+++ b/modules/mappers/mod_speling.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/mappers/mod_userdir.c b/modules/mappers/mod_userdir.c
index d7c7299cf1..6708bc51a7 100644
--- a/modules/mappers/mod_userdir.c
+++ b/modules/mappers/mod_userdir.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/mappers/mod_vhost_alias.c b/modules/mappers/mod_vhost_alias.c
index d611fd22f8..cf93fb31b4 100644
--- a/modules/mappers/mod_vhost_alias.c
+++ b/modules/mappers/mod_vhost_alias.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/metadata/mod_cern_meta.c b/modules/metadata/mod_cern_meta.c
index d40a554878..44a1ebae3e 100644
--- a/modules/metadata/mod_cern_meta.c
+++ b/modules/metadata/mod_cern_meta.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/metadata/mod_env.c b/modules/metadata/mod_env.c
index 3b1907ded2..b70065df34 100644
--- a/modules/metadata/mod_env.c
+++ b/modules/metadata/mod_env.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/metadata/mod_expires.c b/modules/metadata/mod_expires.c
index 3c5c972c53..068c03cf2e 100644
--- a/modules/metadata/mod_expires.c
+++ b/modules/metadata/mod_expires.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/metadata/mod_headers.c b/modules/metadata/mod_headers.c
index 009d206f23..d79d0027a2 100644
--- a/modules/metadata/mod_headers.c
+++ b/modules/metadata/mod_headers.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/metadata/mod_mime_magic.c b/modules/metadata/mod_mime_magic.c
index 33d507f913..81b8ebce2c 100644
--- a/modules/metadata/mod_mime_magic.c
+++ b/modules/metadata/mod_mime_magic.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/metadata/mod_setenvif.c b/modules/metadata/mod_setenvif.c
index b09c6ac148..2bb45e7160 100644
--- a/modules/metadata/mod_setenvif.c
+++ b/modules/metadata/mod_setenvif.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/metadata/mod_unique_id.c b/modules/metadata/mod_unique_id.c
index 1e1f6bf1c8..69a54174b4 100644
--- a/modules/metadata/mod_unique_id.c
+++ b/modules/metadata/mod_unique_id.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/metadata/mod_usertrack.c b/modules/metadata/mod_usertrack.c
index 021723acad..0e1cbd880d 100644
--- a/modules/metadata/mod_usertrack.c
+++ b/modules/metadata/mod_usertrack.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/test/mod_autoindex.c b/modules/test/mod_autoindex.c
index dd8ef9ecd4..903eca0986 100644
--- a/modules/test/mod_autoindex.c
+++ b/modules/test/mod_autoindex.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/test/mod_rndchunk.c b/modules/test/mod_rndchunk.c
index d28ff0b8d6..c0d323ff46 100644
--- a/modules/test/mod_rndchunk.c
+++ b/modules/test/mod_rndchunk.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/modules/test/mod_test_util_uri.c b/modules/test/mod_test_util_uri.c
index 3804018572..ff6bead1ea 100644
--- a/modules/test/mod_test_util_uri.c
+++ b/modules/test/mod_test_util_uri.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/beos/beosd.c b/os/beos/beosd.c
index 6699c22eb1..c29be7f1a3 100644
--- a/os/beos/beosd.c
+++ b/os/beos/beosd.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/beos/beosd.h b/os/beos/beosd.h
index 38d6229927..d7252ac99a 100644
--- a/os/beos/beosd.h
+++ b/os/beos/beosd.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/beos/os.c b/os/beos/os.c
index ddadcf238e..13bcfd8a3c 100644
--- a/os/beos/os.c
+++ b/os/beos/os.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/beos/os.h b/os/beos/os.h
index 078bb48bc9..b7dcd1cdd3 100644
--- a/os/beos/os.h
+++ b/os/beos/os.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/bs2000/bs2login.c b/os/bs2000/bs2login.c
index 23a53744b2..523441d440 100644
--- a/os/bs2000/bs2login.c
+++ b/os/bs2000/bs2login.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/bs2000/ebcdic.c b/os/bs2000/ebcdic.c
index 1e118bd114..a6914e9e57 100644
--- a/os/bs2000/ebcdic.c
+++ b/os/bs2000/ebcdic.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/bs2000/ebcdic.h b/os/bs2000/ebcdic.h
index 961648cf49..63821f73ec 100644
--- a/os/bs2000/ebcdic.h
+++ b/os/bs2000/ebcdic.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/bs2000/os-inline.c b/os/bs2000/os-inline.c
index 2147c8ff3e..0fdf3b332d 100644
--- a/os/bs2000/os-inline.c
+++ b/os/bs2000/os-inline.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/bs2000/os.c b/os/bs2000/os.c
index 61100494b8..27d6c22ca9 100644
--- a/os/bs2000/os.c
+++ b/os/bs2000/os.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/bs2000/os.h b/os/bs2000/os.h
index 69feb130e6..ce0f519052 100644
--- a/os/bs2000/os.h
+++ b/os/bs2000/os.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/os2/os-inline.c b/os/os2/os-inline.c
index f9a660d16c..68d9a4035d 100644
--- a/os/os2/os-inline.c
+++ b/os/os2/os-inline.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/os2/os.h b/os/os2/os.h
index d0b49d7345..6199be0c30 100644
--- a/os/os2/os.h
+++ b/os/os2/os.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/os2/util_os2.c b/os/os2/util_os2.c
index 0edec7d4e5..0ecb9dc4fd 100644
--- a/os/os2/util_os2.c
+++ b/os/os2/util_os2.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/tpf/ebcdic.c b/os/tpf/ebcdic.c
index c07aec1505..dc838004e5 100644
--- a/os/tpf/ebcdic.c
+++ b/os/tpf/ebcdic.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/tpf/ebcdic.h b/os/tpf/ebcdic.h
index 861eab52fd..026a888740 100644
--- a/os/tpf/ebcdic.h
+++ b/os/tpf/ebcdic.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/tpf/os-inline.c b/os/tpf/os-inline.c
index 2147c8ff3e..0fdf3b332d 100644
--- a/os/tpf/os-inline.c
+++ b/os/tpf/os-inline.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/tpf/os.c b/os/tpf/os.c
index ff0121b25d..28259deb9c 100644
--- a/os/tpf/os.c
+++ b/os/tpf/os.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/tpf/os.h b/os/tpf/os.h
index 70fcb5ef9b..d64a975e6a 100644
--- a/os/tpf/os.h
+++ b/os/tpf/os.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/unix/os-inline.c b/os/unix/os-inline.c
index 4f93733175..72a2f8d9ef 100644
--- a/os/unix/os-inline.c
+++ b/os/unix/os-inline.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/unix/os.h b/os/unix/os.h
index 75098277b6..f32f92a8ee 100644
--- a/os/unix/os.h
+++ b/os/unix/os.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/unix/unixd.c b/os/unix/unixd.c
index d89b04b915..9cdbd7384f 100644
--- a/os/unix/unixd.c
+++ b/os/unix/unixd.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/unix/unixd.h b/os/unix/unixd.h
index e5032fb727..b3e755355b 100644
--- a/os/unix/unixd.h
+++ b/os/unix/unixd.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/win32/main_win32.h b/os/win32/main_win32.h
index 97459d001d..7256f7f6b3 100644
--- a/os/win32/main_win32.h
+++ b/os/win32/main_win32.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/win32/mod_isapi.c b/os/win32/mod_isapi.c
index cae86d605d..34684bd96a 100644
--- a/os/win32/mod_isapi.c
+++ b/os/win32/mod_isapi.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/win32/os.h b/os/win32/os.h
index 568a776529..560c5963f2 100644
--- a/os/win32/os.h
+++ b/os/win32/os.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/os/win32/util_win32.c b/os/win32/util_win32.c
index 79a3ecc9f7..8923db001b 100644
--- a/os/win32/util_win32.c
+++ b/os/win32/util_win32.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/buildmark.c b/server/buildmark.c
index 1727bb64fe..b25783d097 100644
--- a/server/buildmark.c
+++ b/server/buildmark.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/config.c b/server/config.c
index 5a417fc399..74ace6bd8b 100644
--- a/server/config.c
+++ b/server/config.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/connection.c b/server/connection.c
index bbbc090fbb..e79a3b3ddf 100644
--- a/server/connection.c
+++ b/server/connection.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/gen_test_char.c b/server/gen_test_char.c
index c03215b2a3..5bc1f97f01 100644
--- a/server/gen_test_char.c
+++ b/server/gen_test_char.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/gen_uri_delims.c b/server/gen_uri_delims.c
index d123800e28..df82916083 100644
--- a/server/gen_uri_delims.c
+++ b/server/gen_uri_delims.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/listen.c b/server/listen.c
index 46aafe083a..9c1b023e22 100644
--- a/server/listen.c
+++ b/server/listen.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/log.c b/server/log.c
index 0cfb4dae17..f71746aadb 100644
--- a/server/log.c
+++ b/server/log.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/main.c b/server/main.c
index 688bc7ca29..2edc59f350 100644
--- a/server/main.c
+++ b/server/main.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/beos/beos.c b/server/mpm/beos/beos.c
index 715c80450a..bf8535542d 100644
--- a/server/mpm/beos/beos.c
+++ b/server/mpm/beos/beos.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/beos/beos.h b/server/mpm/beos/beos.h
index c7cffdef24..4b37a65ec9 100644
--- a/server/mpm/beos/beos.h
+++ b/server/mpm/beos/beos.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/beos/mpm.h b/server/mpm/beos/mpm.h
index 20855ac6d1..b0e51c1a7e 100644
--- a/server/mpm/beos/mpm.h
+++ b/server/mpm/beos/mpm.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/beos/mpm_default.h b/server/mpm/beos/mpm_default.h
index eef6c1852a..2517bb8c95 100644
--- a/server/mpm/beos/mpm_default.h
+++ b/server/mpm/beos/mpm_default.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/experimental/perchild/mpm.h b/server/mpm/experimental/perchild/mpm.h
index 84164d70e9..557c9cd0a5 100644
--- a/server/mpm/experimental/perchild/mpm.h
+++ b/server/mpm/experimental/perchild/mpm.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/experimental/perchild/mpm_default.h b/server/mpm/experimental/perchild/mpm_default.h
index 2929bbc6c8..f462ea8f90 100644
--- a/server/mpm/experimental/perchild/mpm_default.h
+++ b/server/mpm/experimental/perchild/mpm_default.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/experimental/perchild/perchild.c b/server/mpm/experimental/perchild/perchild.c
index 15b0ef175e..bce0bbb7fb 100644
--- a/server/mpm/experimental/perchild/perchild.c
+++ b/server/mpm/experimental/perchild/perchild.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/mpmt_pthread/mpm.h b/server/mpm/mpmt_pthread/mpm.h
index b9a1d95b20..b8d82e3ac5 100644
--- a/server/mpm/mpmt_pthread/mpm.h
+++ b/server/mpm/mpmt_pthread/mpm.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/mpmt_pthread/mpm_default.h b/server/mpm/mpmt_pthread/mpm_default.h
index 02dfb47015..c9f2aa476e 100644
--- a/server/mpm/mpmt_pthread/mpm_default.h
+++ b/server/mpm/mpmt_pthread/mpm_default.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c
index c680173eb7..95369310b3 100644
--- a/server/mpm/mpmt_pthread/mpmt_pthread.c
+++ b/server/mpm/mpmt_pthread/mpmt_pthread.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/perchild/mpm.h b/server/mpm/perchild/mpm.h
index 84164d70e9..557c9cd0a5 100644
--- a/server/mpm/perchild/mpm.h
+++ b/server/mpm/perchild/mpm.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/perchild/mpm_default.h b/server/mpm/perchild/mpm_default.h
index 2929bbc6c8..f462ea8f90 100644
--- a/server/mpm/perchild/mpm_default.h
+++ b/server/mpm/perchild/mpm_default.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/perchild/perchild.c b/server/mpm/perchild/perchild.c
index 15b0ef175e..bce0bbb7fb 100644
--- a/server/mpm/perchild/perchild.c
+++ b/server/mpm/perchild/perchild.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/prefork/mpm.h b/server/mpm/prefork/mpm.h
index e6349ece33..df62184d83 100644
--- a/server/mpm/prefork/mpm.h
+++ b/server/mpm/prefork/mpm.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/prefork/mpm_default.h b/server/mpm/prefork/mpm_default.h
index 8e1ca00717..3763037ae6 100644
--- a/server/mpm/prefork/mpm_default.h
+++ b/server/mpm/prefork/mpm_default.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c
index fc64021f96..e8d1469154 100644
--- a/server/mpm/prefork/prefork.c
+++ b/server/mpm/prefork/prefork.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/spmt_os2/mpm.h b/server/mpm/spmt_os2/mpm.h
index 921b197f95..13b0cf5979 100644
--- a/server/mpm/spmt_os2/mpm.h
+++ b/server/mpm/spmt_os2/mpm.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/spmt_os2/mpm_default.h b/server/mpm/spmt_os2/mpm_default.h
index c8d6829199..c554fddf60 100644
--- a/server/mpm/spmt_os2/mpm_default.h
+++ b/server/mpm/spmt_os2/mpm_default.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/spmt_os2/spmt_os2.c b/server/mpm/spmt_os2/spmt_os2.c
index 0036ded4dd..0842432e65 100644
--- a/server/mpm/spmt_os2/spmt_os2.c
+++ b/server/mpm/spmt_os2/spmt_os2.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/winnt/mpm.h b/server/mpm/winnt/mpm.h
index 91e366e8e3..f5215b386a 100644
--- a/server/mpm/winnt/mpm.h
+++ b/server/mpm/winnt/mpm.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/winnt/mpm_default.h b/server/mpm/winnt/mpm_default.h
index 843d758ef6..876503a47d 100644
--- a/server/mpm/winnt/mpm_default.h
+++ b/server/mpm/winnt/mpm_default.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c
index f3556e5f59..0a154982ad 100644
--- a/server/mpm/winnt/mpm_winnt.c
+++ b/server/mpm/winnt/mpm_winnt.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h
index 5e41b1d0b5..281198af4a 100644
--- a/server/mpm/winnt/mpm_winnt.h
+++ b/server/mpm/winnt/mpm_winnt.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/winnt/registry.c b/server/mpm/winnt/registry.c
index d993a018cb..aa23e54a4d 100644
--- a/server/mpm/winnt/registry.c
+++ b/server/mpm/winnt/registry.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c
index 6eb65cf6a8..df7ecec0ea 100644
--- a/server/mpm/winnt/service.c
+++ b/server/mpm/winnt/service.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/mpm_common.c b/server/mpm_common.c
index bda16cb6fe..6ac6868a9e 100644
--- a/server/mpm_common.c
+++ b/server/mpm_common.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/rfc1413.c b/server/rfc1413.c
index 0239b26e01..a7983f694b 100644
--- a/server/rfc1413.c
+++ b/server/rfc1413.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/scoreboard.c b/server/scoreboard.c
index fac57786d9..a0cd9baaf9 100644
--- a/server/scoreboard.c
+++ b/server/scoreboard.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/util.c b/server/util.c
index a8d4ff2adb..b44144e1bd 100644
--- a/server/util.c
+++ b/server/util.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/util_cfgtree.c b/server/util_cfgtree.c
index d647df5237..b8fcad6c9c 100644
--- a/server/util_cfgtree.c
+++ b/server/util_cfgtree.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/util_charset.c b/server/util_charset.c
index 99b5e24cea..f1833b94d6 100644
--- a/server/util_charset.c
+++ b/server/util_charset.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/util_date.c b/server/util_date.c
index 9a53646d31..89ceaa5d8d 100644
--- a/server/util_date.c
+++ b/server/util_date.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/util_debug.c b/server/util_debug.c
index de5f469dbc..f66ecf8d4f 100644
--- a/server/util_debug.c
+++ b/server/util_debug.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/util_ebcdic.c b/server/util_ebcdic.c
index 2e8b6549ec..447ba6ef83 100644
--- a/server/util_ebcdic.c
+++ b/server/util_ebcdic.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/util_filter.c b/server/util_filter.c
index 02343246e3..a7a51922e9 100644
--- a/server/util_filter.c
+++ b/server/util_filter.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/util_md5.c b/server/util_md5.c
index 631f7b579c..9f19d62add 100644
--- a/server/util_md5.c
+++ b/server/util_md5.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/util_script.c b/server/util_script.c
index 9b4975c487..58fcf6be8f 100644
--- a/server/util_script.c
+++ b/server/util_script.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/util_uri.c b/server/util_uri.c
index aa360432ce..2189e9710d 100644
--- a/server/util_uri.c
+++ b/server/util_uri.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/util_xml.c b/server/util_xml.c
index a62230323b..3ea4d53ce7 100644
--- a/server/util_xml.c
+++ b/server/util_xml.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/server/vhost.c b/server/vhost.c
index ab4aa7712d..daaff467d6 100644
--- a/server/vhost.c
+++ b/server/vhost.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/ab.c b/support/ab.c
index f0d804b5cd..48aa24e641 100644
--- a/support/ab.c
+++ b/support/ab.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -903,16 +903,16 @@ static void test(void)
static void copyright(void)
{
if (!use_html) {
- printf("This is ApacheBench, Version %s\n", AB_VERSION " <$Revision: 1.55 $> apache-2.0");
+ printf("This is ApacheBench, Version %s\n", AB_VERSION " <$Revision: 1.56 $> apache-2.0");
printf("Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/\n");
- printf("Copyright (c) 1998-2000 The Apache Software Foundation, http://www.apache.org/\n");
+ printf("Copyright (c) 1998-2001 The Apache Software Foundation, http://www.apache.org/\n");
printf("\n");
}
else {
printf("<p>\n");
- printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AB_VERSION, "$Revision: 1.55 $");
+ printf(" This is ApacheBench, Version %s <i>&lt;%s&gt;</i> apache-2.0<br>\n", AB_VERSION, "$Revision: 1.56 $");
printf(" Copyright (c) 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/<br>\n");
- printf(" Copyright (c) 1998-2000 The Apache Software Foundation, http://www.apache.org/<br>\n");
+ printf(" Copyright (c) 1998-2001 The Apache Software Foundation, http://www.apache.org/<br>\n");
printf("</p>\n<p>\n");
}
}
diff --git a/support/apachectl.in b/support/apachectl.in
index 6f9bc6f7b5..136a81cacb 100644
--- a/support/apachectl.in
+++ b/support/apachectl.in
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (c) 2000 The Apache Software Foundation.
+# Copyright (c) 2000-2001 The Apache Software Foundation.
# See license at the end of this file.
#
# Apache control script designed to allow an easy command line interface
@@ -178,7 +178,7 @@ exit $ERROR
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/support/apxs.in b/support/apxs.in
index 11d8fa5543..baac1044d0 100644
--- a/support/apxs.in
+++ b/support/apxs.in
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/support/dbmmanage b/support/dbmmanage
index 57a303ce91..9b6e8bd208 100644
--- a/support/dbmmanage
+++ b/support/dbmmanage
@@ -1,59 +1,57 @@
#!/usr/local/bin/perl
-
# ====================================================================
-# Copyright (c) 1995-1999 The Apache Group. All rights reserved.
+# The Apache Software License, Version 1.1
+#
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
+# reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
+# notice, this list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in
# the documentation and/or other materials provided with the
# distribution.
#
-# 3. All advertising materials mentioning features or use of this
-# software must display the following acknowledgment:
-# "This product includes software developed by the Apache Group
-# for use in the Apache HTTP server project (http://www.apache.org/)."
+# 3. The end-user documentation included with the redistribution,
+# if any, must include the following acknowledgment:
+# "This product includes software developed by the
+# Apache Software Foundation (http://www.apache.org/)."
+# Alternately, this acknowledgment may appear in the software itself,
+# if and wherever such third-party acknowledgments normally appear.
#
-# 4. The names "Apache Server" and "Apache Group" must not be used to
-# endorse or promote products derived from this software without
-# prior written permission. For written permission, please contact
-# apache@apache.org.
+# 4. The names "Apache" and "Apache Software Foundation" must
+# not be used to endorse or promote products derived from this
+# software without prior written permission. For written
+# permission, please contact apache@apache.org.
#
-# 5. Products derived from this software may not be called "Apache"
-# nor may "Apache" appear in their names without prior written
-# permission of the Apache Group.
+# 5. Products derived from this software may not be called "Apache",
+# nor may "Apache" appear in their name, without prior written
+# permission of the Apache Software Foundation.
#
-# 6. Redistributions of any form whatsoever must retain the following
-# acknowledgment:
-# "This product includes software developed by the Apache Group
-# for use in the Apache HTTP server project (http://www.apache.org/)."
-#
-# THIS SOFTWARE IS PROVIDED BY THE APACHE GROUP ``AS IS'' AND ANY
-# EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
-# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE APACHE GROUP OR
+# THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+# OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+# DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
# ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-# NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
-# STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
-# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
-# OF THE POSSIBILITY OF SUCH DAMAGE.
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+# USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+# OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+# SUCH DAMAGE.
# ====================================================================
#
# This software consists of voluntary contributions made by many
-# individuals on behalf of the Apache Group and was originally based
-# on public domain software written at the National Center for
-# Supercomputing Applications, University of Illinois, Urbana-Champaign.
-# For more information on the Apache Group and the Apache HTTP server
-# project, please see <http://www.apache.org/>.
+# individuals on behalf of the Apache Software Foundation. For more
+# information on the Apache Software Foundation, please see
+# <http://www.apache.org/>.
+#
#for more functionality see the HTTPD::UserAdmin module:
# http://www.perl.com/CPAN/modules/by-module/HTTPD/HTTPD-Tools-x.xx.tar.gz
diff --git a/support/htdigest.c b/support/htdigest.c
index 0dd653a1d2..987bd629a6 100644
--- a/support/htdigest.c
+++ b/support/htdigest.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/htpasswd.c b/support/htpasswd.c
index ed5c071c51..09a690e7db 100644
--- a/support/htpasswd.c
+++ b/support/htpasswd.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/log_server_status b/support/log_server_status
index b64a3ad477..c5cc5c0eff 100644
--- a/support/log_server_status
+++ b/support/log_server_status
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/support/logresolve.pl b/support/logresolve.pl
index af20662c31..3ab194ee5f 100644
--- a/support/logresolve.pl
+++ b/support/logresolve.pl
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/support/rotatelogs.c b/support/rotatelogs.c
index b7db094e7a..4826808743 100644
--- a/support/rotatelogs.c
+++ b/support/rotatelogs.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/split-logfile b/support/split-logfile
index 993fd5763b..4bfbc5f77d 100644
--- a/support/split-logfile
+++ b/support/split-logfile
@@ -2,7 +2,7 @@
# ====================================================================
# The Apache Software License, Version 1.1
#
-# Copyright (c) 2000 The Apache Software Foundation. All rights
+# Copyright (c) 2000-2001 The Apache Software Foundation. All rights
# reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/support/suexec.c b/support/suexec.c
index 3d559cb5e0..c15a266d0c 100644
--- a/support/suexec.c
+++ b/support/suexec.c
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/support/suexec.h b/support/suexec.h
index a55349df50..aa95425f57 100644
--- a/support/suexec.h
+++ b/support/suexec.h
@@ -1,7 +1,7 @@
/* ====================================================================
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2000 The Apache Software Foundation. All rights
+ * Copyright (c) 2000-2001 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without