mturk 2003/02/03 23:40:01
Modified: jk/native2/common jk_workerEnv.c jk_worker_status.c
jk_worker_run.c jk_worker_lb.c jk_worker_jni.c
jk_worker_ajp13.c jk_vm_default.c jk_user.c
jk_uriMap.c jk_uriEnv.c jk_signal.c jk_shm.c
jk_requtil.c jk_registry.h jk_registry.c
jk_pool_apr.c jk_pool.c jk_objCache.c jk_nwmain.c
jk_mutex_thread.c jk_mutex_proc.c jk_mutex.c
jk_msg_ajp.c jk_map.c jk_logger_win32.c
jk_logger_file.c jk_handler_response.c
jk_handler_logon.c jk_env.c jk_endpoint.c
jk_config_file.c jk_config.c jk_channel_un.c
jk_channel_socket.c jk_channel_jni.c
jk_channel_apr_socket.c jk_channel.c
Log:
Update license to 2003.
Revision Changes Path
1.61 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c
Index: jk_workerEnv.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_workerEnv.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- jk_workerEnv.c 23 Jan 2003 12:18:13 -0000 1.60
+++ jk_workerEnv.c 4 Feb 2003 07:39:58 -0000 1.61
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.32 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_status.c
Index: jk_worker_status.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_status.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- jk_worker_status.c 27 Sep 2002 13:07:28 -0000 1.31
+++ jk_worker_status.c 4 Feb 2003 07:39:58 -0000 1.32
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.9 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_run.c
Index: jk_worker_run.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_run.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- jk_worker_run.c 10 Jun 2002 21:55:06 -0000 1.8
+++ jk_worker_run.c 4 Feb 2003 07:39:58 -0000 1.9
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.30 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_lb.c
Index: jk_worker_lb.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_lb.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- jk_worker_lb.c 3 Jan 2003 13:52:38 -0000 1.29
+++ jk_worker_lb.c 4 Feb 2003 07:39:58 -0000 1.30
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.36 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_jni.c
Index: jk_worker_jni.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_jni.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- jk_worker_jni.c 21 Nov 2002 16:08:32 -0000 1.35
+++ jk_worker_jni.c 4 Feb 2003 07:39:58 -0000 1.36
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.43 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c
Index: jk_worker_ajp13.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_worker_ajp13.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- jk_worker_ajp13.c 21 Nov 2002 17:58:35 -0000 1.42
+++ jk_worker_ajp13.c 4 Feb 2003 07:39:58 -0000 1.43
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.29 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c
Index: jk_vm_default.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_vm_default.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- jk_vm_default.c 7 Nov 2002 07:27:18 -0000 1.28
+++ jk_vm_default.c 4 Feb 2003 07:39:58 -0000 1.29
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.3 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_user.c
Index: jk_user.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_user.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jk_user.c 8 Jul 2002 00:26:33 -0000 1.2
+++ jk_user.c 4 Feb 2003 07:39:58 -0000 1.3
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2001 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.60 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c
Index: jk_uriMap.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- jk_uriMap.c 3 Jan 2003 16:35:44 -0000 1.59
+++ jk_uriMap.c 4 Feb 2003 07:39:58 -0000 1.60
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.42 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_uriEnv.c
Index: jk_uriEnv.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_uriEnv.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- jk_uriEnv.c 13 Nov 2002 00:21:20 -0000 1.41
+++ jk_uriEnv.c 4 Feb 2003 07:39:58 -0000 1.42
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.3 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_signal.c
Index: jk_signal.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_signal.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jk_signal.c 8 Jul 2002 00:26:33 -0000 1.2
+++ jk_signal.c 4 Feb 2003 07:39:58 -0000 1.3
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2001 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.32 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_shm.c
Index: jk_shm.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_shm.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- jk_shm.c 23 Jan 2003 12:15:42 -0000 1.31
+++ jk_shm.c 4 Feb 2003 07:39:58 -0000 1.32
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.28 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c
Index: jk_requtil.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- jk_requtil.c 25 Oct 2002 07:40:42 -0000 1.27
+++ jk_requtil.c 4 Feb 2003 07:39:58 -0000 1.28
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.19 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_registry.h
Index: jk_registry.h
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_registry.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- jk_registry.h 11 Jun 2002 22:50:24 -0000 1.18
+++ jk_registry.h 4 Feb 2003 07:39:58 -0000 1.19
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2001 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.29 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_registry.c
Index: jk_registry.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_registry.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- jk_registry.c 11 Jun 2002 22:50:24 -0000 1.28
+++ jk_registry.c 4 Feb 2003 07:39:58 -0000 1.29
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.7 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_pool_apr.c
Index: jk_pool_apr.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_pool_apr.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jk_pool_apr.c 10 Jun 2002 21:55:06 -0000 1.6
+++ jk_pool_apr.c 4 Feb 2003 07:39:58 -0000 1.7
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.14 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_pool.c
Index: jk_pool.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_pool.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- jk_pool.c 25 Sep 2002 08:44:20 -0000 1.13
+++ jk_pool.c 4 Feb 2003 07:39:58 -0000 1.14
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.10 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_objCache.c
Index: jk_objCache.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_objCache.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- jk_objCache.c 10 Jun 2002 21:55:06 -0000 1.9
+++ jk_objCache.c 4 Feb 2003 07:39:58 -0000 1.10
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.3 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_nwmain.c
Index: jk_nwmain.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_nwmain.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jk_nwmain.c 10 Jun 2002 21:55:06 -0000 1.2
+++ jk_nwmain.c 4 Feb 2003 07:39:58 -0000 1.3
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.7 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_mutex_thread.c
Index: jk_mutex_thread.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_mutex_thread.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jk_mutex_thread.c 26 Jul 2002 14:43:41 -0000 1.6
+++ jk_mutex_thread.c 4 Feb 2003 07:39:58 -0000 1.7
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.4 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_mutex_proc.c
Index: jk_mutex_proc.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_mutex_proc.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jk_mutex_proc.c 10 Jun 2002 21:55:06 -0000 1.3
+++ jk_mutex_proc.c 4 Feb 2003 07:39:58 -0000 1.4
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.5 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_mutex.c
Index: jk_mutex.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_mutex.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jk_mutex.c 8 Jul 2002 13:38:26 -0000 1.4
+++ jk_mutex.c 4 Feb 2003 07:39:58 -0000 1.5
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.21 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_msg_ajp.c
Index: jk_msg_ajp.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_msg_ajp.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- jk_msg_ajp.c 20 Nov 2002 17:29:11 -0000 1.20
+++ jk_msg_ajp.c 4 Feb 2003 07:39:58 -0000 1.21
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.24 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_map.c
Index: jk_map.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_map.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- jk_map.c 22 Oct 2002 10:06:55 -0000 1.23
+++ jk_map.c 4 Feb 2003 07:39:58 -0000 1.24
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.8 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_logger_win32.c
Index: jk_logger_win32.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_logger_win32.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jk_logger_win32.c 2 Jul 2002 12:04:40 -0000 1.7
+++ jk_logger_win32.c 4 Feb 2003 07:39:59 -0000 1.8
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.37 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c
Index: jk_logger_file.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_logger_file.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- jk_logger_file.c 21 Nov 2002 16:23:59 -0000 1.36
+++ jk_logger_file.c 4 Feb 2003 07:39:59 -0000 1.37
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.27 +1 -1
jakarta-tomcat-connectors/jk/native2/common/jk_handler_response.c
Index: jk_handler_response.c
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_handler_response.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- jk_handler_response.c 20 Nov 2002 17:25:41 -0000 1.26
+++ jk_handler_response.c 4 Feb 2003 07:39:59 -0000 1.27
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.20 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_handler_logon.c
Index: jk_handler_logon.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_handler_logon.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- jk_handler_logon.c 10 Jun 2002 21:55:06 -0000 1.19
+++ jk_handler_logon.c 4 Feb 2003 07:39:59 -0000 1.20
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.38 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_env.c
Index: jk_env.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_env.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- jk_env.c 8 Jul 2002 13:40:02 -0000 1.37
+++ jk_env.c 4 Feb 2003 07:39:59 -0000 1.38
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.22 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_endpoint.c
Index: jk_endpoint.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_endpoint.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- jk_endpoint.c 8 Jul 2002 13:40:27 -0000 1.21
+++ jk_endpoint.c 4 Feb 2003 07:39:59 -0000 1.22
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.7 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_config_file.c
Index: jk_config_file.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_config_file.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jk_config_file.c 25 Sep 2002 07:42:29 -0000 1.6
+++ jk_config_file.c 4 Feb 2003 07:39:59 -0000 1.7
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.29 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_config.c
Index: jk_config.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_config.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- jk_config.c 28 Oct 2002 19:09:25 -0000 1.28
+++ jk_config.c 4 Feb 2003 07:39:59 -0000 1.29
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.15 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_channel_un.c
Index: jk_channel_un.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_channel_un.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- jk_channel_un.c 21 Nov 2002 16:23:59 -0000 1.14
+++ jk_channel_un.c 4 Feb 2003 07:39:59 -0000 1.15
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.47 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_channel_socket.c
Index: jk_channel_socket.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_channel_socket.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- jk_channel_socket.c 22 Nov 2002 16:09:27 -0000 1.46
+++ jk_channel_socket.c 4 Feb 2003 07:39:59 -0000 1.47
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.41 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_channel_jni.c
Index: jk_channel_jni.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_channel_jni.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- jk_channel_jni.c 23 Jan 2003 12:27:45 -0000 1.40
+++ jk_channel_jni.c 4 Feb 2003 07:39:59 -0000 1.41
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.29 +1 -1
jakarta-tomcat-connectors/jk/native2/common/jk_channel_apr_socket.c
Index: jk_channel_apr_socket.c
===================================================================
RCS file:
/home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_channel_apr_socket.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- jk_channel_apr_socket.c 4 Oct 2002 10:12:52 -0000 1.28
+++ jk_channel_apr_socket.c 4 Feb 2003 07:39:59 -0000 1.29
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
1.8 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_channel.c
Index: jk_channel.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/common/jk_channel.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jk_channel.c 21 Nov 2002 09:03:17 -0000 1.7
+++ jk_channel.c 4 Feb 2003 07:39:59 -0000 1.8
@@ -2,7 +2,7 @@
* *
* The Apache Software License, Version 1.1 *
* *
- * Copyright (c) 1999-2002 The Apache Software Foundation. *
+ * Copyright (c) 1999-2003 The Apache Software Foundation. *
* All rights reserved. *
* *
* ========================================================================= *
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]