summaryrefslogtreecommitdiffstats
path: root/modules/experimental
diff options
context:
space:
mode:
Diffstat (limited to 'modules/experimental')
-rw-r--r--modules/experimental/cache_cache.c2
-rw-r--r--modules/experimental/cache_cache.h2
-rw-r--r--modules/experimental/cache_hash.c2
-rw-r--r--modules/experimental/cache_hash.h2
-rw-r--r--modules/experimental/cache_pqueue.c2
-rw-r--r--modules/experimental/cache_pqueue.h2
-rw-r--r--modules/experimental/cache_storage.c2
-rw-r--r--modules/experimental/cache_util.c2
-rw-r--r--modules/experimental/mod_auth_ldap.c2
-rw-r--r--modules/experimental/mod_cache.c2
-rw-r--r--modules/experimental/mod_cache.h2
-rw-r--r--modules/experimental/mod_case_filter.c2
-rw-r--r--modules/experimental/mod_case_filter_in.c2
-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_mem_cache.c2
-rw-r--r--modules/experimental/util_ldap.c2
-rw-r--r--modules/experimental/util_ldap_cache.c2
-rw-r--r--modules/experimental/util_ldap_cache.h2
-rw-r--r--modules/experimental/util_ldap_cache_mgr.c2
21 files changed, 21 insertions, 21 deletions
diff --git a/modules/experimental/cache_cache.c b/modules/experimental/cache_cache.c
index b590317132..2305370c23 100644
--- a/modules/experimental/cache_cache.c
+++ b/modules/experimental/cache_cache.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/modules/experimental/cache_cache.h b/modules/experimental/cache_cache.h
index d43d7453cf..acc94a7dee 100644
--- a/modules/experimental/cache_cache.h
+++ b/modules/experimental/cache_cache.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/modules/experimental/cache_hash.c b/modules/experimental/cache_hash.c
index d6c61b2c4b..c51e48e53e 100644
--- a/modules/experimental/cache_hash.c
+++ b/modules/experimental/cache_hash.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/modules/experimental/cache_hash.h b/modules/experimental/cache_hash.h
index 1488c3ef4b..798f45964c 100644
--- a/modules/experimental/cache_hash.h
+++ b/modules/experimental/cache_hash.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/modules/experimental/cache_pqueue.c b/modules/experimental/cache_pqueue.c
index 8aba022220..0ea3d794d4 100644
--- a/modules/experimental/cache_pqueue.c
+++ b/modules/experimental/cache_pqueue.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/modules/experimental/cache_pqueue.h b/modules/experimental/cache_pqueue.h
index 8d165d4144..f01473f332 100644
--- a/modules/experimental/cache_pqueue.h
+++ b/modules/experimental/cache_pqueue.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/modules/experimental/cache_storage.c b/modules/experimental/cache_storage.c
index 84baff8d48..c0d6f28619 100644
--- a/modules/experimental/cache_storage.c
+++ b/modules/experimental/cache_storage.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/modules/experimental/cache_util.c b/modules/experimental/cache_util.c
index 56dd1fcdef..074f56651e 100644
--- a/modules/experimental/cache_util.c
+++ b/modules/experimental/cache_util.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/modules/experimental/mod_auth_ldap.c b/modules/experimental/mod_auth_ldap.c
index 31a7615fa8..e11b524889 100644
--- a/modules/experimental/mod_auth_ldap.c
+++ b/modules/experimental/mod_auth_ldap.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/modules/experimental/mod_cache.c b/modules/experimental/mod_cache.c
index 07d04fb996..d271a33e4a 100644
--- a/modules/experimental/mod_cache.c
+++ b/modules/experimental/mod_cache.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/modules/experimental/mod_cache.h b/modules/experimental/mod_cache.h
index 2338a3e330..3d6cddcc61 100644
--- a/modules/experimental/mod_cache.h
+++ b/modules/experimental/mod_cache.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/modules/experimental/mod_case_filter.c b/modules/experimental/mod_case_filter.c
index 0ac2e6b0f0..89e1e33d3b 100644
--- a/modules/experimental/mod_case_filter.c
+++ b/modules/experimental/mod_case_filter.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/modules/experimental/mod_case_filter_in.c b/modules/experimental/mod_case_filter_in.c
index 92a4c389c8..c894cda920 100644
--- a/modules/experimental/mod_case_filter_in.c
+++ b/modules/experimental/mod_case_filter_in.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/modules/experimental/mod_charset_lite.c b/modules/experimental/mod_charset_lite.c
index 2e8d5fc190..a2de2cd493 100644
--- a/modules/experimental/mod_charset_lite.c
+++ b/modules/experimental/mod_charset_lite.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/modules/experimental/mod_disk_cache.c b/modules/experimental/mod_disk_cache.c
index a4ed19078a..7e3de8aa87 100644
--- a/modules/experimental/mod_disk_cache.c
+++ b/modules/experimental/mod_disk_cache.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/modules/experimental/mod_example.c b/modules/experimental/mod_example.c
index 05df05583e..7e02213266 100644
--- a/modules/experimental/mod_example.c
+++ b/modules/experimental/mod_example.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/modules/experimental/mod_mem_cache.c b/modules/experimental/mod_mem_cache.c
index 1333a42a18..637ce169e4 100644
--- a/modules/experimental/mod_mem_cache.c
+++ b/modules/experimental/mod_mem_cache.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/modules/experimental/util_ldap.c b/modules/experimental/util_ldap.c
index b50d16330e..6746d74a7c 100644
--- a/modules/experimental/util_ldap.c
+++ b/modules/experimental/util_ldap.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/modules/experimental/util_ldap_cache.c b/modules/experimental/util_ldap_cache.c
index 41fe6a8467..ac40694480 100644
--- a/modules/experimental/util_ldap_cache.c
+++ b/modules/experimental/util_ldap_cache.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/modules/experimental/util_ldap_cache.h b/modules/experimental/util_ldap_cache.h
index 34e1c8db1b..06f179eb4a 100644
--- a/modules/experimental/util_ldap_cache.h
+++ b/modules/experimental/util_ldap_cache.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/modules/experimental/util_ldap_cache_mgr.c b/modules/experimental/util_ldap_cache_mgr.c
index b9ff709134..8eedcf8a6f 100644
--- a/modules/experimental/util_ldap_cache_mgr.c
+++ b/modules/experimental/util_ldap_cache_mgr.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.