summaryrefslogtreecommitdiff
path: root/modules/cache
diff options
context:
space:
mode:
Diffstat (limited to 'modules/cache')
-rw-r--r--modules/cache/cache_cache.c2
-rw-r--r--modules/cache/cache_cache.h2
-rw-r--r--modules/cache/cache_hash.c2
-rw-r--r--modules/cache/cache_hash.h2
-rw-r--r--modules/cache/cache_pqueue.c2
-rw-r--r--modules/cache/cache_pqueue.h2
-rw-r--r--modules/cache/cache_storage.c2
-rw-r--r--modules/cache/cache_util.c2
-rw-r--r--modules/cache/mod_cache.c2
-rw-r--r--modules/cache/mod_cache.h2
-rw-r--r--modules/cache/mod_disk_cache.c2
-rw-r--r--modules/cache/mod_disk_cache.h2
-rw-r--r--modules/cache/mod_file_cache.c2
-rw-r--r--modules/cache/mod_mem_cache.c2
14 files changed, 14 insertions, 14 deletions
diff --git a/modules/cache/cache_cache.c b/modules/cache/cache_cache.c
index 16237986a7..ecf2646250 100644
--- a/modules/cache/cache_cache.c
+++ b/modules/cache/cache_cache.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/modules/cache/cache_cache.h b/modules/cache/cache_cache.h
index 83963f99f3..d9daedc622 100644
--- a/modules/cache/cache_cache.h
+++ b/modules/cache/cache_cache.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/modules/cache/cache_hash.c b/modules/cache/cache_hash.c
index 2953138a2c..2df849863d 100644
--- a/modules/cache/cache_hash.c
+++ b/modules/cache/cache_hash.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/modules/cache/cache_hash.h b/modules/cache/cache_hash.h
index 837750327d..3a10ba895e 100644
--- a/modules/cache/cache_hash.h
+++ b/modules/cache/cache_hash.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/modules/cache/cache_pqueue.c b/modules/cache/cache_pqueue.c
index 97d0133bf6..e806344336 100644
--- a/modules/cache/cache_pqueue.c
+++ b/modules/cache/cache_pqueue.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/modules/cache/cache_pqueue.h b/modules/cache/cache_pqueue.h
index e4caa16ba1..6afd7deb30 100644
--- a/modules/cache/cache_pqueue.h
+++ b/modules/cache/cache_pqueue.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/modules/cache/cache_storage.c b/modules/cache/cache_storage.c
index ad8e10b648..94beaffc68 100644
--- a/modules/cache/cache_storage.c
+++ b/modules/cache/cache_storage.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/modules/cache/cache_util.c b/modules/cache/cache_util.c
index f01bddfec3..e1cec91ee2 100644
--- a/modules/cache/cache_util.c
+++ b/modules/cache/cache_util.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/modules/cache/mod_cache.c b/modules/cache/mod_cache.c
index c89f50358e..d4c4082d65 100644
--- a/modules/cache/mod_cache.c
+++ b/modules/cache/mod_cache.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/modules/cache/mod_cache.h b/modules/cache/mod_cache.h
index 0e16e19580..bf8aacb0f0 100644
--- a/modules/cache/mod_cache.h
+++ b/modules/cache/mod_cache.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/modules/cache/mod_disk_cache.c b/modules/cache/mod_disk_cache.c
index bf34279271..2ad6fd0e88 100644
--- a/modules/cache/mod_disk_cache.c
+++ b/modules/cache/mod_disk_cache.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/modules/cache/mod_disk_cache.h b/modules/cache/mod_disk_cache.h
index 7a1ff0801a..85d3bbb3f0 100644
--- a/modules/cache/mod_disk_cache.h
+++ b/modules/cache/mod_disk_cache.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/modules/cache/mod_file_cache.c b/modules/cache/mod_file_cache.c
index 705dc4d73a..881f8c0e4d 100644
--- a/modules/cache/mod_file_cache.c
+++ b/modules/cache/mod_file_cache.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/modules/cache/mod_mem_cache.c b/modules/cache/mod_mem_cache.c
index 8a2e019464..275650ac40 100644
--- a/modules/cache/mod_mem_cache.c
+++ b/modules/cache/mod_mem_cache.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");