summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2004-02-09 21:40:53 +0100
committerAndré Malo <nd@apache.org>2004-02-09 21:40:53 +0100
commiteeb57c17ad18ef199c662ba1265e2a4de22d3422 (patch)
tree7c28639233de3cfe3d8fc42080e6db4e44056913 /server
parentfix name of The Apache Software Foundation (diff)
downloadapache2-eeb57c17ad18ef199c662ba1265e2a4de22d3422.tar.xz
apache2-eeb57c17ad18ef199c662ba1265e2a4de22d3422.zip
fix name of The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102619 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/buildmark.c2
-rw-r--r--server/config.c2
-rw-r--r--server/connection.c2
-rw-r--r--server/core.c2
-rw-r--r--server/error_bucket.c2
-rw-r--r--server/gen_test_char.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/leader/leader.c2
-rw-r--r--server/mpm/experimental/leader/mpm.h2
-rw-r--r--server/mpm/experimental/leader/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/experimental/threadpool/mpm.h2
-rw-r--r--server/mpm/experimental/threadpool/mpm_default.h2
-rw-r--r--server/mpm/experimental/threadpool/pod.c2
-rw-r--r--server/mpm/experimental/threadpool/pod.h2
-rw-r--r--server/mpm/experimental/threadpool/threadpool.c2
-rw-r--r--server/mpm/mpmt_os2/mpm.h2
-rw-r--r--server/mpm/mpmt_os2/mpm_default.h2
-rw-r--r--server/mpm/mpmt_os2/mpmt_os2.c2
-rw-r--r--server/mpm/mpmt_os2/mpmt_os2_child.c2
-rw-r--r--server/mpm/netware/mpm.h2
-rw-r--r--server/mpm/netware/mpm_default.h2
-rw-r--r--server/mpm/netware/mpm_netware.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/winnt/Win9xConHook.c2
-rw-r--r--server/mpm/winnt/Win9xConHook.h2
-rw-r--r--server/mpm/winnt/child.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/nt_eventlog.c2
-rw-r--r--server/mpm/winnt/service.c2
-rw-r--r--server/mpm/worker/fdqueue.c2
-rw-r--r--server/mpm/worker/fdqueue.h2
-rw-r--r--server/mpm/worker/mpm.h2
-rw-r--r--server/mpm/worker/mpm_default.h2
-rw-r--r--server/mpm/worker/pod.c2
-rw-r--r--server/mpm/worker/pod.h2
-rw-r--r--server/mpm/worker/worker.c2
-rw-r--r--server/mpm_common.c2
-rw-r--r--server/protocol.c2
-rw-r--r--server/provider.c2
-rw-r--r--server/request.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_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_time.c2
-rw-r--r--server/util_xml.c2
-rw-r--r--server/vhost.c2
66 files changed, 66 insertions, 66 deletions
diff --git a/server/buildmark.c b/server/buildmark.c
index 950aad44e9..62cccdf487 100644
--- a/server/buildmark.c
+++ b/server/buildmark.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/config.c b/server/config.c
index 676bd7dc14..48fa546d93 100644
--- a/server/config.c
+++ b/server/config.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/connection.c b/server/connection.c
index debe713a74..0f9ac746cc 100644
--- a/server/connection.c
+++ b/server/connection.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/core.c b/server/core.c
index df49924f24..826e5fe2db 100644
--- a/server/core.c
+++ b/server/core.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/error_bucket.c b/server/error_bucket.c
index d1fc2d300b..a9f01a0849 100644
--- a/server/error_bucket.c
+++ b/server/error_bucket.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/gen_test_char.c b/server/gen_test_char.c
index 97a5ecf105..d3c1ab85b6 100644
--- a/server/gen_test_char.c
+++ b/server/gen_test_char.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/listen.c b/server/listen.c
index 53d7f31d2c..56a99751bc 100644
--- a/server/listen.c
+++ b/server/listen.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/log.c b/server/log.c
index 59ba1336a7..278717d9d1 100644
--- a/server/log.c
+++ b/server/log.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/main.c b/server/main.c
index 1a71e53720..b5022fd63e 100644
--- a/server/main.c
+++ b/server/main.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/beos/beos.c b/server/mpm/beos/beos.c
index 0993a46da1..37d04837be 100644
--- a/server/mpm/beos/beos.c
+++ b/server/mpm/beos/beos.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/beos/beos.h b/server/mpm/beos/beos.h
index 4f501eaa1a..8ca7d0dd34 100644
--- a/server/mpm/beos/beos.h
+++ b/server/mpm/beos/beos.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/beos/mpm.h b/server/mpm/beos/mpm.h
index e25e15db86..3e35434f20 100644
--- a/server/mpm/beos/mpm.h
+++ b/server/mpm/beos/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/beos/mpm_default.h b/server/mpm/beos/mpm_default.h
index 50cec9ee2b..17c2733ddd 100644
--- a/server/mpm/beos/mpm_default.h
+++ b/server/mpm/beos/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/experimental/leader/leader.c b/server/mpm/experimental/leader/leader.c
index 7c5d89d78e..ccb0c39f34 100644
--- a/server/mpm/experimental/leader/leader.c
+++ b/server/mpm/experimental/leader/leader.c
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/experimental/leader/mpm.h b/server/mpm/experimental/leader/mpm.h
index bfd47c0e02..e9e51438dc 100644
--- a/server/mpm/experimental/leader/mpm.h
+++ b/server/mpm/experimental/leader/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/experimental/leader/mpm_default.h b/server/mpm/experimental/leader/mpm_default.h
index 59bdab8c98..5aaebd324f 100644
--- a/server/mpm/experimental/leader/mpm_default.h
+++ b/server/mpm/experimental/leader/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/experimental/perchild/mpm.h b/server/mpm/experimental/perchild/mpm.h
index 705a932a73..95f3eb35f3 100644
--- a/server/mpm/experimental/perchild/mpm.h
+++ b/server/mpm/experimental/perchild/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/experimental/perchild/mpm_default.h b/server/mpm/experimental/perchild/mpm_default.h
index d930bb3fbc..d779e052c6 100644
--- a/server/mpm/experimental/perchild/mpm_default.h
+++ b/server/mpm/experimental/perchild/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/experimental/perchild/perchild.c b/server/mpm/experimental/perchild/perchild.c
index 90d48b0da7..f73c0f1b43 100644
--- a/server/mpm/experimental/perchild/perchild.c
+++ b/server/mpm/experimental/perchild/perchild.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/experimental/threadpool/mpm.h b/server/mpm/experimental/threadpool/mpm.h
index a65f8e4e29..afdcce5210 100644
--- a/server/mpm/experimental/threadpool/mpm.h
+++ b/server/mpm/experimental/threadpool/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/experimental/threadpool/mpm_default.h b/server/mpm/experimental/threadpool/mpm_default.h
index 59bdab8c98..5aaebd324f 100644
--- a/server/mpm/experimental/threadpool/mpm_default.h
+++ b/server/mpm/experimental/threadpool/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/experimental/threadpool/pod.c b/server/mpm/experimental/threadpool/pod.c
index 6a98696971..7248768793 100644
--- a/server/mpm/experimental/threadpool/pod.c
+++ b/server/mpm/experimental/threadpool/pod.c
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/experimental/threadpool/pod.h b/server/mpm/experimental/threadpool/pod.h
index 7e510e952a..f2204a4850 100644
--- a/server/mpm/experimental/threadpool/pod.h
+++ b/server/mpm/experimental/threadpool/pod.h
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/experimental/threadpool/threadpool.c b/server/mpm/experimental/threadpool/threadpool.c
index c27cfd3398..7277915a73 100644
--- a/server/mpm/experimental/threadpool/threadpool.c
+++ b/server/mpm/experimental/threadpool/threadpool.c
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/mpmt_os2/mpm.h b/server/mpm/mpmt_os2/mpm.h
index 7e8f64547e..3b8944040e 100644
--- a/server/mpm/mpmt_os2/mpm.h
+++ b/server/mpm/mpmt_os2/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/mpmt_os2/mpm_default.h b/server/mpm/mpmt_os2/mpm_default.h
index a70b06c700..640b01360c 100644
--- a/server/mpm/mpmt_os2/mpm_default.h
+++ b/server/mpm/mpmt_os2/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/mpmt_os2/mpmt_os2.c b/server/mpm/mpmt_os2/mpmt_os2.c
index 94c04ce9dc..90e774a2fe 100644
--- a/server/mpm/mpmt_os2/mpmt_os2.c
+++ b/server/mpm/mpmt_os2/mpmt_os2.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/mpmt_os2/mpmt_os2_child.c b/server/mpm/mpmt_os2/mpmt_os2_child.c
index 2128a22624..b69d9f2f9a 100644
--- a/server/mpm/mpmt_os2/mpmt_os2_child.c
+++ b/server/mpm/mpmt_os2/mpmt_os2_child.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/netware/mpm.h b/server/mpm/netware/mpm.h
index 59bf61eacc..129f74f71a 100644
--- a/server/mpm/netware/mpm.h
+++ b/server/mpm/netware/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/netware/mpm_default.h b/server/mpm/netware/mpm_default.h
index 8d4cf487a6..8f1aac7ace 100644
--- a/server/mpm/netware/mpm_default.h
+++ b/server/mpm/netware/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/netware/mpm_netware.c b/server/mpm/netware/mpm_netware.c
index 1bcdfaaa29..3fcdacce7c 100644
--- a/server/mpm/netware/mpm_netware.c
+++ b/server/mpm/netware/mpm_netware.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/prefork/mpm.h b/server/mpm/prefork/mpm.h
index 3b0acb087c..64c1114866 100644
--- a/server/mpm/prefork/mpm.h
+++ b/server/mpm/prefork/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/prefork/mpm_default.h b/server/mpm/prefork/mpm_default.h
index d05462dd72..03f62b32e1 100644
--- a/server/mpm/prefork/mpm_default.h
+++ b/server/mpm/prefork/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c
index ea93427b6c..76fdef60eb 100644
--- a/server/mpm/prefork/prefork.c
+++ b/server/mpm/prefork/prefork.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/winnt/Win9xConHook.c b/server/mpm/winnt/Win9xConHook.c
index 35b3f11b29..862ec9c435 100644
--- a/server/mpm/winnt/Win9xConHook.c
+++ b/server/mpm/winnt/Win9xConHook.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/winnt/Win9xConHook.h b/server/mpm/winnt/Win9xConHook.h
index f4b568d1fe..5c8c599d4c 100644
--- a/server/mpm/winnt/Win9xConHook.h
+++ b/server/mpm/winnt/Win9xConHook.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c
index 0156eb86a3..7d5766cdfc 100644
--- a/server/mpm/winnt/child.c
+++ b/server/mpm/winnt/child.c
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/winnt/mpm.h b/server/mpm/winnt/mpm.h
index 8906dcb324..354d581b78 100644
--- a/server/mpm/winnt/mpm.h
+++ b/server/mpm/winnt/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/winnt/mpm_default.h b/server/mpm/winnt/mpm_default.h
index 8a98a90f9b..65c264c7c5 100644
--- a/server/mpm/winnt/mpm_default.h
+++ b/server/mpm/winnt/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c
index 188d0946ae..c4a8e6ee5b 100644
--- a/server/mpm/winnt/mpm_winnt.c
+++ b/server/mpm/winnt/mpm_winnt.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h
index 99176f297a..c153778d0a 100644
--- a/server/mpm/winnt/mpm_winnt.h
+++ b/server/mpm/winnt/mpm_winnt.h
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/winnt/nt_eventlog.c b/server/mpm/winnt/nt_eventlog.c
index 2d5c31850f..79abcaea4b 100644
--- a/server/mpm/winnt/nt_eventlog.c
+++ b/server/mpm/winnt/nt_eventlog.c
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c
index 6b71c6abac..dc81c2a55a 100644
--- a/server/mpm/winnt/service.c
+++ b/server/mpm/winnt/service.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/worker/fdqueue.c b/server/mpm/worker/fdqueue.c
index 3761025bf3..b747c63e9b 100644
--- a/server/mpm/worker/fdqueue.c
+++ b/server/mpm/worker/fdqueue.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/worker/fdqueue.h b/server/mpm/worker/fdqueue.h
index 0150fdd275..13e7c5710b 100644
--- a/server/mpm/worker/fdqueue.h
+++ b/server/mpm/worker/fdqueue.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/worker/mpm.h b/server/mpm/worker/mpm.h
index 5b3db5ede6..b152569dd2 100644
--- a/server/mpm/worker/mpm.h
+++ b/server/mpm/worker/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/worker/mpm_default.h b/server/mpm/worker/mpm_default.h
index e753822419..2d3869e4fc 100644
--- a/server/mpm/worker/mpm_default.h
+++ b/server/mpm/worker/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/worker/pod.c b/server/mpm/worker/pod.c
index da50bdc690..2c3117bf03 100644
--- a/server/mpm/worker/pod.c
+++ b/server/mpm/worker/pod.c
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/worker/pod.h b/server/mpm/worker/pod.h
index 7e510e952a..f2204a4850 100644
--- a/server/mpm/worker/pod.h
+++ b/server/mpm/worker/pod.h
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c
index 2f851ace99..90ca74119c 100644
--- a/server/mpm/worker/worker.c
+++ b/server/mpm/worker/worker.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/mpm_common.c b/server/mpm_common.c
index a2e89c9ab3..5ccbaff4e5 100644
--- a/server/mpm_common.c
+++ b/server/mpm_common.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/protocol.c b/server/protocol.c
index a6d67ea862..5da65f977c 100644
--- a/server/protocol.c
+++ b/server/protocol.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/provider.c b/server/provider.c
index 3b80e15131..87fbaade5f 100644
--- a/server/provider.c
+++ b/server/provider.c
@@ -1,4 +1,4 @@
-/* Copyright 2002-2004 Apache Software Foundation
+/* Copyright 2002-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/request.c b/server/request.c
index e62a702866..c158dcbfa5 100644
--- a/server/request.c
+++ b/server/request.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/scoreboard.c b/server/scoreboard.c
index b8ea3217ae..da1bf95fd6 100644
--- a/server/scoreboard.c
+++ b/server/scoreboard.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/util.c b/server/util.c
index 6580363b93..23a968ee28 100644
--- a/server/util.c
+++ b/server/util.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/util_cfgtree.c b/server/util_cfgtree.c
index 80436f45e5..984a1ce751 100644
--- a/server/util_cfgtree.c
+++ b/server/util_cfgtree.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/util_charset.c b/server/util_charset.c
index 24cea599fe..7c329018b7 100644
--- a/server/util_charset.c
+++ b/server/util_charset.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/util_debug.c b/server/util_debug.c
index 7d2573b03c..37a92ab634 100644
--- a/server/util_debug.c
+++ b/server/util_debug.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/util_ebcdic.c b/server/util_ebcdic.c
index 6012b85bff..56715b8f00 100644
--- a/server/util_ebcdic.c
+++ b/server/util_ebcdic.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/util_filter.c b/server/util_filter.c
index 26cb3d63d0..def0eb0422 100644
--- a/server/util_filter.c
+++ b/server/util_filter.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/util_md5.c b/server/util_md5.c
index 1a1c6af7ec..67805f9d7e 100644
--- a/server/util_md5.c
+++ b/server/util_md5.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/util_script.c b/server/util_script.c
index 1967a64194..a8afaf9a65 100644
--- a/server/util_script.c
+++ b/server/util_script.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/util_time.c b/server/util_time.c
index 6f26e2a9f1..0235af7095 100644
--- a/server/util_time.c
+++ b/server/util_time.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2004 Apache Software Foundation
+/* Copyright 2001-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/util_xml.c b/server/util_xml.c
index e3fff7391e..a8bd36d25f 100644
--- a/server/util_xml.c
+++ b/server/util_xml.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2004 Apache Software Foundation
+/* Copyright 2000-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/server/vhost.c b/server/vhost.c
index e13ff1a9b9..73f03d1eec 100644
--- a/server/vhost.c
+++ b/server/vhost.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2004 Apache Software Foundation
+/* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.