diff options
Diffstat (limited to 'modules/experimental')
-rw-r--r-- | modules/experimental/cache_cache.h | 2 | ||||
-rw-r--r-- | modules/experimental/cache_hash.c | 2 | ||||
-rw-r--r-- | modules/experimental/cache_hash.h | 2 | ||||
-rw-r--r-- | modules/experimental/cache_pqueue.c | 2 | ||||
-rw-r--r-- | modules/experimental/cache_pqueue.h | 2 | ||||
-rw-r--r-- | modules/experimental/cache_storage.c | 2 | ||||
-rw-r--r-- | modules/experimental/cache_util.c | 2 | ||||
-rw-r--r-- | modules/experimental/mod_cache.c | 2 | ||||
-rw-r--r-- | modules/experimental/mod_cache.h | 2 | ||||
-rw-r--r-- | modules/experimental/mod_case_filter_in.c | 2 | ||||
-rw-r--r-- | modules/experimental/mod_charset_lite.c | 2 | ||||
-rw-r--r-- | modules/experimental/mod_disk_cache.c | 2 | ||||
-rw-r--r-- | modules/experimental/mod_example.c | 2 | ||||
-rw-r--r-- | modules/experimental/mod_mem_cache.c | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/modules/experimental/cache_cache.h b/modules/experimental/cache_cache.h index 98966a4fbd..950c058d54 100644 --- a/modules/experimental/cache_cache.h +++ b/modules/experimental/cache_cache.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/modules/experimental/cache_hash.c b/modules/experimental/cache_hash.c index 693420dc87..f77b31d39b 100644 --- a/modules/experimental/cache_hash.c +++ b/modules/experimental/cache_hash.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/modules/experimental/cache_hash.h b/modules/experimental/cache_hash.h index 96537ccc54..c3a9f49fa7 100644 --- a/modules/experimental/cache_hash.h +++ b/modules/experimental/cache_hash.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/modules/experimental/cache_pqueue.c b/modules/experimental/cache_pqueue.c index 18edb804d6..fb62c5037e 100644 --- a/modules/experimental/cache_pqueue.c +++ b/modules/experimental/cache_pqueue.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/modules/experimental/cache_pqueue.h b/modules/experimental/cache_pqueue.h index 14d2ccad6c..af9516e34c 100644 --- a/modules/experimental/cache_pqueue.h +++ b/modules/experimental/cache_pqueue.h @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/modules/experimental/cache_storage.c b/modules/experimental/cache_storage.c index b111183223..7a549683cb 100644 --- a/modules/experimental/cache_storage.c +++ b/modules/experimental/cache_storage.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/modules/experimental/cache_util.c b/modules/experimental/cache_util.c index 636b9a1bac..047d7311d4 100644 --- a/modules/experimental/cache_util.c +++ b/modules/experimental/cache_util.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 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 6dd38a8762..50093cd106 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-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 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 e6f208a259..e0d824c77d 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-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/modules/experimental/mod_case_filter_in.c b/modules/experimental/mod_case_filter_in.c index bda8aacf81..4fe779702a 100644 --- a/modules/experimental/mod_case_filter_in.c +++ b/modules/experimental/mod_case_filter_in.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 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 1f39f32a8b..8450af98b7 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-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 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 baba5a299d..82c3ad883e 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-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 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 8229213acc..35185ad9c1 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-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/modules/experimental/mod_mem_cache.c b/modules/experimental/mod_mem_cache.c index ecce72a566..ad515be57d 100644 --- a/modules/experimental/mod_mem_cache.c +++ b/modules/experimental/mod_mem_cache.c @@ -1,7 +1,7 @@ /* ==================================================================== * The Apache Software License, Version 1.1 * - * Copyright (c) 2000-2002 The Apache Software Foundation. All rights + * Copyright (c) 2000-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without |