]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update our copyright for this year.
authorRoy T. Fielding <fielding@apache.org>
Wed, 13 Mar 2002 20:48:07 +0000 (20:48 +0000)
committerRoy T. Fielding <fielding@apache.org>
Wed, 13 Mar 2002 20:48:07 +0000 (20:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@93918 13f79535-47bb-0310-9956-ffa450edef68

30 files changed:
Makefile.in
config.m4
mod_ssl.c
mod_ssl.h
ssl_engine_config.c
ssl_engine_dh.c
ssl_engine_ext.c
ssl_engine_init.c
ssl_engine_io.c
ssl_engine_kernel.c
ssl_engine_log.c
ssl_engine_mutex.c
ssl_engine_pphrase.c
ssl_engine_rand.c
ssl_engine_vars.c
ssl_expr.c
ssl_expr.h
ssl_expr_eval.c
ssl_expr_parse.y
ssl_expr_scan.c
ssl_expr_scan.l
ssl_scache.c
ssl_scache_dbm.c
ssl_scache_shmcb.c
ssl_scache_shmht.c
ssl_util.c
ssl_util_ssl.c
ssl_util_ssl.h
ssl_util_table.c
ssl_util_table.h

index 282cbb6c43d8e265b4ee538fe3b4128c6f3d60cb..14cccddc18040268ef0cbe37866e04e4db583c60 100644 (file)
@@ -1,7 +1,7 @@
 ## ====================================================================
 ## The Apache Software License, Version 1.1
 ##
-## Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+## Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
 ## reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
index 19da9890fe83a4903f30d2bb27262e42101bf20e..3841cafd568eb6d5e059013b2ab04943b5853e6e 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -1,7 +1,7 @@
 dnl ## ====================================================================
 dnl ## The Apache Software License, Version 1.1
 dnl ##  
-dnl ## Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+dnl ## Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
 dnl ## reserved.
 dnl ##
 dnl ## Redistribution and use in source and binary forms, with or without
index 6466d35b31857df5afe628a76ef33934dd935183..45f72bb10cf72d62d57dd09b5eef37506697d96f 100644 (file)
--- a/mod_ssl.c
+++ b/mod_ssl.c
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 3e372191a90ec4b3856eaf5b40fafd9251cedf62..84a62589a1e2a369fb809c9a5c6b7fd935ad5521 100644 (file)
--- a/mod_ssl.h
+++ b/mod_ssl.h
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 9f0a2eb2b8d935072fc358b4426502a3aa09f5c9..ee6f375ec76912d841a3c6b151b1bc0822d45c4d 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 58925379248af861ef01e28fbd19f82fb9acbb4b..4eaae84c43070b95485283c7e64471081ca3347d 100644 (file)
@@ -14,7 +14,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 8a1bfbab3d28005ebe5b09cb4c0e2e411b250051..9f1448cb3ceec582cd12705025d1a36f4354bd53 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 75b46ad0cf543dd05ff8f4f2b3d227cc5064d447..e6233ea360070ea31f944e6126bd565a15dd0fc9 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index b2d1d26f0218038bf75089b6c7d684bd31de6c70..8d200d2c215aa2c95304e051d40b220701ee95d9 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 61794fe94cec553a392f4b802dafbf74f343aedc..ac1cacaf7c7696342613e5369af125166773e6e5 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 223671782ff9969f931557b33419ca5d9447738f..0c7e8b8658c513dd810eee0f5963a1912b0b551e 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 27b700dfc6532ef0a13616207b935d0f601bab8c..2696969eeb6cd0e8c8802979ea24ed1e96bee333 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index dc05e01eeb2e08b6f5a837d918bf79d76a54f0a8..cfeee51b39c577f177ffb50e103a2ed44b31671d 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 42845c70e9b8a62db799157bfc40152cf5cb8408..6acb2d627f572243d6c52d44c6def2bfef60ae4b 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 7dde749e82a7d2f95f50ab3a6541c88714df9725..1671ec116c4700b71e9293256a21d1a4a5e175de 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 93f6f5849370aa9b4f8d95ef52ef4926004bd558..8a019fee8e694b15cba44f5979485d0afb2b4fbc 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 5f4805ba740a414180fc1f70067a6045f4432267..8038031265658562b43f172db7c909f896821f55 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 2c48fd2238c15ed6efd3487fd595555155c0d942..998216fe36930f1988f1ef853026589e0d6022b0 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index c79e8c29409f29e40e1d1030689f3b268056f2cd..c063b2bbee41d19cc366a8aa3a905f3cd9396ca8 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index b3e6e1ae4926288efce60ff107cb7a7b6a19a9c6..29eb1065644d65df1317e86fcc0fdaf87787b945 100644 (file)
@@ -18,7 +18,7 @@
 /* A lexical scanner generated by flex */
 
 /* Scanner skeleton version:
- * $Header: /home/striker/cvs2svn/dumps/httpd-2.0/../../httpd-2.0/modules/ssl/ssl_expr_scan.c,v 1.7 2002/01/10 00:28:00 wrowe Exp $
+ * $Header: /home/striker/cvs2svn/dumps/httpd-2.0/../../httpd-2.0/modules/ssl/ssl_expr_scan.c,v 1.8 2002/03/13 20:47:55 fielding Exp $
  */
 
 #define FLEX_SCANNER
@@ -458,7 +458,7 @@ char *yytext;
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index bbe53b10616e08695c4b52ed33827e221a8303ec..33dfe5ea6dc11a7de7871385188d0d254e654b68 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 822e491d74ab977b89afad2729cbda38be9f73fe..b945ff64f73eefdc1303e7f21e250e6d2b984c62 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index e0ba572580d917e43b5e3aa8e62bb0249b45e276..fb382b7c45b56eb29b51ae9d32960d3a6cb82d99 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index cec7374922bbcfaf0bbb78b47f7dac26cd26541e..f3cb80fd1092542a2e4075ed276ed2d94276232a 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 78d2adc32ac32fe8a7aadf371f4f820efc6eb6f7..6b6aa2592afd2447701a907ed3f8dfefca055ff2 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 1fa18ae27cf22791617fda8e7faf57c2e1d1ef53..3ef632a81d911f370b9ae716d8748981ac22dd0c 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index d3792a14e5b2b55e5f4c440a85daaa27ffcc05e7..8dd4015d6eeb19a23472fca79880dbdcbd50ab88 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 66686fe39188f2ef3c94758d9c2d3eabe624b79f..6cf7fccb8591685ce2b420644b68b43eacf0d96c 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index 9469593d3c1388a4c34c4e0841a627303fe461ac..7bdaf49c19968ab56fc35ee8a9087d463fa1c729 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without
index b22ea79f1b83d8057049c554ec5dd320f95b3145..f7137b98e93d953716f3d66cb2fc321b922502e6 100644 (file)
@@ -11,7 +11,7 @@
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
- * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights
+ * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights
  * reserved.
  *
  * Redistribution and use in source and binary forms, with or without