]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update copyright year to 2005 and standardize on current copyright owner line.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 4 Feb 2005 20:28:49 +0000 (20:28 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 4 Feb 2005 20:28:49 +0000 (20:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@151408 13f79535-47bb-0310-9956-ffa450edef68

25 files changed:
Makefile.in
mod_ssl.c
mod_ssl.h
ssl_engine_config.c
ssl_engine_dh.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_scan.c
ssl_private.h
ssl_scache.c
ssl_scache_dbm.c
ssl_scache_shmcb.c
ssl_toolkit_compat.h
ssl_util.c
ssl_util_ssl.c
ssl_util_ssl.h

index 836ad3e5a5e0fba59486914ad5fda3963db463d0..2a64d5b380c72cadbebdaed77e5830924f556438 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright 2001-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+# applicable.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
index 4fa39008adfee6f0d78b1035f27c40f6db54b4f0..8e0512367af7da593aaf188a5c7b41ae25df2288 100644 (file)
--- a/mod_ssl.c
+++ b/mod_ssl.c
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c52ec3b723e464e80c18899abb276581e1e12ad6..67761c78136a21b0fbddfc7e35e906d0d3cb8985 100644 (file)
--- a/mod_ssl.h
+++ b/mod_ssl.h
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 85831ea45f97af1492b59b19607edab877a15d67..c6572216e2cc700e6b5ffdaaca5b5be00684404c 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3121b65631b446ffe7051d6d314c56788e3dcd6f..48884d241b96206dfe48fc75a366f25302292ff3 100644 (file)
@@ -2,7 +2,8 @@
 =pod
 #endif
 
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bcc0d388f5f85d4980fe6938fa42cab2e387fe6c..90094df44fbc287507b89730585507a020135d58 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6d1cb17f82f2cd86695dbe3fff0e5dba94404866..169989747070d659e1ae6abf0909d651e25aa304 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7e94a45a7cc532f5b67069d7d3230076ffd629e2..efa7230b17a1dc371a7f8f47fb558cb6926b467a 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0e16e1c3bcdb78b1a81e84cc938f76f8fa35c416..0c1d1cc2d07fe86db17dfacc3b23d92351d3b7b5 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a4417240646531e11aa6cabb4ab503b7719b4152..65924d269ea779f31d913d2f7b2c949aa0753495 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index af8bc72a2fe1d1cede617e83c26cb8e9de617dd1..7f0e4b6949e64565a65b723312d09286271eaa7c 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6836d76caf5a6f0f9b60d8eb395e559a3fae46f3..486759c702887daa10849223f8909b015dd09b09 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a4f1722063190231d5d929c7893bcbe14a168336..568ebb20b01169299809446360e49612933ec746 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6da0c6eb0ffb44a511bcff6de8425255bf5e5f76..f45d959d67839d9aee604cb6ecafb53e3f70e380 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8399159c2bc705526dab20eb26052611011d97d8..55f2e182306ed9af03efebfbfb2f772aa4157f1c 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 8e3275803f41dd909174134a141f0bc522686c18..d57200abdff95009669a1c1cc6be1e24254fa13f 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3e4f0af1dcb8459ab860a4a8688f37ca39ec4a3b..d535c07b13279551900c87a1522262a16b990960 100644 (file)
@@ -446,7 +446,8 @@ static char *yy_last_accepting_cpos;
 char *yytext;
 #line 1 "ssl_expr_scan.l"
 #define INITIAL 0
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 19f9d8a9ced942043db027e1ac759a5985bb3367..de8c376ccdc415b757adf271ae8dd3cebcea8c4b 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 2d787a268e1afa3f6b84f6f8449a7d679f2bc003..877dc0779d355e4cdb5be92b71294f69898b0d3f 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4dbfacbf87fb4cb2f127802680bd01a7aa47ad0b..aa345b5711d34effd50519a9800b4c0b617532d7 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a23aa0214fb5f6fc461883d02bef100704886fc2..45ca10002e843e2c87d8e41831f0b5d547643e09 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 367e12e60dfc8a67b96e4d65283f21c81b4759e0..80b38cc4d915f005b459ec29c95a746f24c6e589 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2002-2004 The Apache Software Foundation
+/* Copyright 2002-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index e675d3929cc5ceee582aba06ba3df4ad6e7ab433..bd6c2c8e81e063c93a7ab1e611437871d50e70a8 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b5d36ba2a58d4440162f5dad5d86dc7a7abf3b4b..ef8eb6668b543ccad2fd9cad206cd4534991ff13 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9256f65c8324ebfd245022c4cfb570071cf77476..a4bdd8585614d9b25707e5ab3fd333574320c0d6 100644 (file)
@@ -1,4 +1,5 @@
-/* Copyright 2001-2004 The Apache Software Foundation
+/* Copyright 2001-2005 The Apache Software Foundation or its licensors, as
+ * applicable.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.