summaryrefslogtreecommitdiff
path: root/server/mpm
diff options
context:
space:
mode:
Diffstat (limited to 'server/mpm')
-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/event/event.c2
-rw-r--r--server/mpm/experimental/event/fdqueue.c2
-rw-r--r--server/mpm/experimental/event/fdqueue.h2
-rw-r--r--server/mpm/experimental/event/mpm.h2
-rw-r--r--server/mpm/experimental/event/mpm_default.h2
-rw-r--r--server/mpm/experimental/event/pod.c2
-rw-r--r--server/mpm/experimental/event/pod.h2
-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
37 files changed, 37 insertions, 37 deletions
diff --git a/server/mpm/beos/beos.c b/server/mpm/beos/beos.c
index 888c7c0279..8844fa2043 100644
--- a/server/mpm/beos/beos.c
+++ b/server/mpm/beos/beos.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2000-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/beos/beos.h b/server/mpm/beos/beos.h
index 8345d08120..9ff22d5520 100644
--- a/server/mpm/beos/beos.h
+++ b/server/mpm/beos/beos.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2000-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/beos/mpm.h b/server/mpm/beos/mpm.h
index 95630ad361..cb0fb99cff 100644
--- a/server/mpm/beos/mpm.h
+++ b/server/mpm/beos/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2000-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/beos/mpm_default.h b/server/mpm/beos/mpm_default.h
index fbdccabfc0..298a574e7d 100644
--- a/server/mpm/beos/mpm_default.h
+++ b/server/mpm/beos/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2000-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/experimental/event/event.c b/server/mpm/experimental/event/event.c
index 454420c115..a788a51f5f 100644
--- a/server/mpm/experimental/event/event.c
+++ b/server/mpm/experimental/event/event.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/experimental/event/fdqueue.c b/server/mpm/experimental/event/fdqueue.c
index b2cf3a9746..b08dd5db55 100644
--- a/server/mpm/experimental/event/fdqueue.c
+++ b/server/mpm/experimental/event/fdqueue.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/experimental/event/fdqueue.h b/server/mpm/experimental/event/fdqueue.h
index eb74cdb45e..533868ca21 100644
--- a/server/mpm/experimental/event/fdqueue.h
+++ b/server/mpm/experimental/event/fdqueue.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/experimental/event/mpm.h b/server/mpm/experimental/event/mpm.h
index 05f3c7cb98..7493540a99 100644
--- a/server/mpm/experimental/event/mpm.h
+++ b/server/mpm/experimental/event/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/experimental/event/mpm_default.h b/server/mpm/experimental/event/mpm_default.h
index ef2cfe2866..6ce4268bb2 100644
--- a/server/mpm/experimental/event/mpm_default.h
+++ b/server/mpm/experimental/event/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/experimental/event/pod.c b/server/mpm/experimental/event/pod.c
index 7b635d4f8d..847b2d1897 100644
--- a/server/mpm/experimental/event/pod.c
+++ b/server/mpm/experimental/event/pod.c
@@ -1,4 +1,4 @@
-/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2002-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/experimental/event/pod.h b/server/mpm/experimental/event/pod.h
index d037979c19..67fc7cdf0b 100644
--- a/server/mpm/experimental/event/pod.h
+++ b/server/mpm/experimental/event/pod.h
@@ -1,4 +1,4 @@
-/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2002-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/mpmt_os2/mpm.h b/server/mpm/mpmt_os2/mpm.h
index 1e5f4c7747..1c3e9490fb 100644
--- a/server/mpm/mpmt_os2/mpm.h
+++ b/server/mpm/mpmt_os2/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/mpmt_os2/mpm_default.h b/server/mpm/mpmt_os2/mpm_default.h
index 8e807c827b..07798e1527 100644
--- a/server/mpm/mpmt_os2/mpm_default.h
+++ b/server/mpm/mpmt_os2/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/mpmt_os2/mpmt_os2.c b/server/mpm/mpmt_os2/mpmt_os2.c
index f330743bde..0e648cddcf 100644
--- a/server/mpm/mpmt_os2/mpmt_os2.c
+++ b/server/mpm/mpmt_os2/mpmt_os2.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/mpmt_os2/mpmt_os2_child.c b/server/mpm/mpmt_os2/mpmt_os2_child.c
index 0c4e5a9cd7..03351e290c 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-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/netware/mpm.h b/server/mpm/netware/mpm.h
index 93ffa9d729..8c13ba80ed 100644
--- a/server/mpm/netware/mpm.h
+++ b/server/mpm/netware/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/netware/mpm_default.h b/server/mpm/netware/mpm_default.h
index 46b6147261..5a4f951a22 100644
--- a/server/mpm/netware/mpm_default.h
+++ b/server/mpm/netware/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/netware/mpm_netware.c b/server/mpm/netware/mpm_netware.c
index e576c0626d..e838215474 100644
--- a/server/mpm/netware/mpm_netware.c
+++ b/server/mpm/netware/mpm_netware.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/prefork/mpm.h b/server/mpm/prefork/mpm.h
index 23da21213f..6fef84cccf 100644
--- a/server/mpm/prefork/mpm.h
+++ b/server/mpm/prefork/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2000-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/prefork/mpm_default.h b/server/mpm/prefork/mpm_default.h
index fa2fea22e1..82cf052b16 100644
--- a/server/mpm/prefork/mpm_default.h
+++ b/server/mpm/prefork/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c
index 5d1c169411..3f1f2f2b17 100644
--- a/server/mpm/prefork/prefork.c
+++ b/server/mpm/prefork/prefork.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/winnt/Win9xConHook.c b/server/mpm/winnt/Win9xConHook.c
index c2ee611ac7..b7e73eb617 100644
--- a/server/mpm/winnt/Win9xConHook.c
+++ b/server/mpm/winnt/Win9xConHook.c
@@ -1,4 +1,4 @@
-/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2000-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/winnt/Win9xConHook.h b/server/mpm/winnt/Win9xConHook.h
index 479beefffb..06e7099b67 100644
--- a/server/mpm/winnt/Win9xConHook.h
+++ b/server/mpm/winnt/Win9xConHook.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2000-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/winnt/child.c b/server/mpm/winnt/child.c
index b2a64e32b4..85c4fb836e 100644
--- a/server/mpm/winnt/child.c
+++ b/server/mpm/winnt/child.c
@@ -1,4 +1,4 @@
-/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2002-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/winnt/mpm.h b/server/mpm/winnt/mpm.h
index a923563cc1..d71d7647e4 100644
--- a/server/mpm/winnt/mpm.h
+++ b/server/mpm/winnt/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2000-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/winnt/mpm_default.h b/server/mpm/winnt/mpm_default.h
index b2c854aebd..3a545f6fef 100644
--- a/server/mpm/winnt/mpm_default.h
+++ b/server/mpm/winnt/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/winnt/mpm_winnt.c b/server/mpm/winnt/mpm_winnt.c
index 44b2943937..626e63ac13 100644
--- a/server/mpm/winnt/mpm_winnt.c
+++ b/server/mpm/winnt/mpm_winnt.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/winnt/mpm_winnt.h b/server/mpm/winnt/mpm_winnt.h
index b26e26f7e1..a577a8b135 100644
--- a/server/mpm/winnt/mpm_winnt.h
+++ b/server/mpm/winnt/mpm_winnt.h
@@ -1,4 +1,4 @@
-/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/winnt/nt_eventlog.c b/server/mpm/winnt/nt_eventlog.c
index 0772d549dc..6ee3cd3ff6 100644
--- a/server/mpm/winnt/nt_eventlog.c
+++ b/server/mpm/winnt/nt_eventlog.c
@@ -1,4 +1,4 @@
-/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2002-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c
index b05c8b0a2b..2e97d886a1 100644
--- a/server/mpm/winnt/service.c
+++ b/server/mpm/winnt/service.c
@@ -1,4 +1,4 @@
-/* Copyright 1999-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 1999-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/worker/fdqueue.c b/server/mpm/worker/fdqueue.c
index 39274dd56e..cde6febbb4 100644
--- a/server/mpm/worker/fdqueue.c
+++ b/server/mpm/worker/fdqueue.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/worker/fdqueue.h b/server/mpm/worker/fdqueue.h
index 87f12cbd6f..c67501b5fb 100644
--- a/server/mpm/worker/fdqueue.h
+++ b/server/mpm/worker/fdqueue.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/worker/mpm.h b/server/mpm/worker/mpm.h
index 5a10eb0acd..3cd0d9f901 100644
--- a/server/mpm/worker/mpm.h
+++ b/server/mpm/worker/mpm.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/worker/mpm_default.h b/server/mpm/worker/mpm_default.h
index 9bb8d460f7..8e598601fa 100644
--- a/server/mpm/worker/mpm_default.h
+++ b/server/mpm/worker/mpm_default.h
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/worker/pod.c b/server/mpm/worker/pod.c
index a6393ea6ef..a1530902ed 100644
--- a/server/mpm/worker/pod.c
+++ b/server/mpm/worker/pod.c
@@ -1,4 +1,4 @@
-/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2002-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/worker/pod.h b/server/mpm/worker/pod.h
index cfe60f0b27..faa291da94 100644
--- a/server/mpm/worker/pod.h
+++ b/server/mpm/worker/pod.h
@@ -1,4 +1,4 @@
-/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2002-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/server/mpm/worker/worker.c b/server/mpm/worker/worker.c
index 3ecbb03be8..d61faee96b 100644
--- a/server/mpm/worker/worker.c
+++ b/server/mpm/worker/worker.c
@@ -1,4 +1,4 @@
-/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+/* Copyright 2001-2006 The Apache Software Foundation or its licensors, as
* applicable.
*
* Licensed under the Apache License, Version 2.0 (the "License");