You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2005/07/12 16:56:12 UTC

cvs commit: jakarta-tomcat-connectors/jni/native/src dir.c error.c file.c info.c jnilib.c lock.c misc.c mmap.c network.c os.c poll.c pool.c proc.c shm.c ssl.c sslcontext.c sslinfo.c sslnetwork.c sslutils.c stdlib.c user.c

mturk       2005/07/12 07:56:12

  Modified:    jni/examples/org/apache/tomcat/jni Echo.java
               jni/java/org/apache/tomcat Apr.java
               jni/java/org/apache/tomcat/jni Address.java BIOCallback.java
                        Directory.java Error.java File.java FileInfo.java
                        Global.java Library.java Local.java Lock.java
                        Mmap.java Multicast.java OS.java
                        PasswordCallback.java Poll.java Pool.java
                        PoolCallback.java Proc.java ProcErrorCallback.java
                        Procattr.java SSL.java SSLContext.java
                        SSLSocket.java Shm.java Sockaddr.java Socket.java
                        Status.java Stdlib.java Time.java User.java
               jni/native/include ssl_private.h tcn.h tcn_version.h
               jni/native/os/netware system.c
               jni/native/os/unix system.c uxpipe.c
               jni/native/os/win32 ntpipe.c system.c
               jni/native/src dir.c error.c file.c info.c jnilib.c lock.c
                        misc.c mmap.c network.c os.c poll.c pool.c proc.c
                        shm.c ssl.c sslcontext.c sslinfo.c sslnetwork.c
                        sslutils.c stdlib.c user.c
  Log:
  Update Copyright comments to reflect the current year.
  
  Revision  Changes    Path
  1.15      +2 -2      jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni/Echo.java
  
  Index: Echo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/examples/org/apache/tomcat/jni/Echo.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- Echo.java	18 Jun 2005 08:03:21 -0000	1.14
  +++ Echo.java	12 Jul 2005 14:56:09 -0000	1.15
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.2       +1 -1      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/Apr.java
  
  Index: Apr.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/Apr.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Apr.java	14 Jan 2005 13:45:58 -0000	1.1
  +++ Apr.java	12 Jul 2005 14:56:09 -0000	1.2
  @@ -1,5 +1,5 @@
   /*
  - * Copyright 1999,2004 The Apache Software Foundation.
  + * Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.8       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Address.java
  
  Index: Address.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Address.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Address.java	1 Jun 2005 12:50:51 -0000	1.7
  +++ Address.java	12 Jul 2005 14:56:09 -0000	1.8
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.5       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/BIOCallback.java
  
  Index: BIOCallback.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/BIOCallback.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BIOCallback.java	9 Jun 2005 09:33:40 -0000	1.4
  +++ BIOCallback.java	12 Jul 2005 14:56:09 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Directory.java
  
  Index: Directory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Directory.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Directory.java	14 Jan 2005 14:42:37 -0000	1.2
  +++ Directory.java	12 Jul 2005 14:56:09 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Error.java
  
  Index: Error.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Error.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Error.java	14 Jan 2005 14:42:37 -0000	1.2
  +++ Error.java	12 Jul 2005 14:56:09 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.6       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/File.java
  
  Index: File.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/File.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- File.java	19 May 2005 17:19:45 -0000	1.5
  +++ File.java	12 Jul 2005 14:56:09 -0000	1.6
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/FileInfo.java
  
  Index: FileInfo.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/FileInfo.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- FileInfo.java	14 Jan 2005 14:42:37 -0000	1.2
  +++ FileInfo.java	12 Jul 2005 14:56:09 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Global.java
  
  Index: Global.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Global.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Global.java	14 Jan 2005 14:42:37 -0000	1.2
  +++ Global.java	12 Jul 2005 14:56:09 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.7       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Library.java
  
  Index: Library.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Library.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Library.java	28 May 2005 08:18:09 -0000	1.6
  +++ Library.java	12 Jul 2005 14:56:09 -0000	1.7
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.2       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Local.java
  
  Index: Local.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Local.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Local.java	24 Jun 2005 08:22:58 -0000	1.1
  +++ Local.java	12 Jul 2005 14:56:09 -0000	1.2
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Lock.java
  
  Index: Lock.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Lock.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Lock.java	14 Jan 2005 14:42:37 -0000	1.2
  +++ Lock.java	12 Jul 2005 14:56:09 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Mmap.java
  
  Index: Mmap.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Mmap.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Mmap.java	14 Jan 2005 14:42:37 -0000	1.2
  +++ Mmap.java	12 Jul 2005 14:56:09 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Multicast.java
  
  Index: Multicast.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Multicast.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Multicast.java	1 Jun 2005 12:50:51 -0000	1.2
  +++ Multicast.java	12 Jul 2005 14:56:09 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.7       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/OS.java
  
  Index: OS.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/OS.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- OS.java	28 May 2005 11:40:52 -0000	1.6
  +++ OS.java	12 Jul 2005 14:56:09 -0000	1.7
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.2       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/PasswordCallback.java
  
  Index: PasswordCallback.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/PasswordCallback.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PasswordCallback.java	12 Jun 2005 07:33:07 -0000	1.1
  +++ PasswordCallback.java	12 Jul 2005 14:56:09 -0000	1.2
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.14      +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Poll.java
  
  Index: Poll.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Poll.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- Poll.java	18 Jun 2005 08:03:21 -0000	1.13
  +++ Poll.java	12 Jul 2005 14:56:09 -0000	1.14
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.7       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Pool.java
  
  Index: Pool.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Pool.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Pool.java	1 Jun 2005 12:50:51 -0000	1.6
  +++ Pool.java	12 Jul 2005 14:56:09 -0000	1.7
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.2       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/PoolCallback.java
  
  Index: PoolCallback.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/PoolCallback.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PoolCallback.java	23 May 2005 08:17:32 -0000	1.1
  +++ PoolCallback.java	12 Jul 2005 14:56:09 -0000	1.2
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Proc.java
  
  Index: Proc.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Proc.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Proc.java	14 Jan 2005 14:42:37 -0000	1.2
  +++ Proc.java	12 Jul 2005 14:56:09 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.2       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/ProcErrorCallback.java
  
  Index: ProcErrorCallback.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/ProcErrorCallback.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ProcErrorCallback.java	23 May 2005 08:17:32 -0000	1.1
  +++ ProcErrorCallback.java	12 Jul 2005 14:56:09 -0000	1.2
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Procattr.java
  
  Index: Procattr.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Procattr.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Procattr.java	17 Jan 2005 07:56:13 -0000	1.3
  +++ Procattr.java	12 Jul 2005 14:56:09 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.22      +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSL.java
  
  Index: SSL.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSL.java,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- SSL.java	8 Jul 2005 07:19:10 -0000	1.21
  +++ SSL.java	12 Jul 2005 14:56:09 -0000	1.22
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.20      +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSLContext.java
  
  Index: SSLContext.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSLContext.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- SSLContext.java	11 Jun 2005 18:18:13 -0000	1.19
  +++ SSLContext.java	12 Jul 2005 14:56:09 -0000	1.20
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.17      +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSLSocket.java
  
  Index: SSLSocket.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/SSLSocket.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- SSLSocket.java	7 Jul 2005 08:35:46 -0000	1.16
  +++ SSLSocket.java	12 Jul 2005 14:56:09 -0000	1.17
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.5       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Shm.java
  
  Index: Shm.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Shm.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Shm.java	3 Feb 2005 07:57:13 -0000	1.4
  +++ Shm.java	12 Jul 2005 14:56:09 -0000	1.5
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Sockaddr.java
  
  Index: Sockaddr.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Sockaddr.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Sockaddr.java	16 Apr 2005 15:46:36 -0000	1.3
  +++ Sockaddr.java	12 Jul 2005 14:56:09 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.20      +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Socket.java
  
  Index: Socket.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Socket.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Socket.java	7 Jul 2005 12:45:08 -0000	1.19
  +++ Socket.java	12 Jul 2005 14:56:09 -0000	1.20
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.9       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Status.java
  
  Index: Status.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Status.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Status.java	10 Jun 2005 07:06:10 -0000	1.8
  +++ Status.java	12 Jul 2005 14:56:09 -0000	1.9
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Stdlib.java
  
  Index: Stdlib.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Stdlib.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Stdlib.java	30 Jun 2005 07:10:29 -0000	1.3
  +++ Stdlib.java	12 Jul 2005 14:56:09 -0000	1.4
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Time.java
  
  Index: Time.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/Time.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Time.java	14 Jan 2005 14:42:37 -0000	1.2
  +++ Time.java	12 Jul 2005 14:56:09 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/User.java
  
  Index: User.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/java/org/apache/tomcat/jni/User.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- User.java	14 Jan 2005 14:42:37 -0000	1.2
  +++ User.java	12 Jul 2005 14:56:09 -0000	1.3
  @@ -1,5 +1,5 @@
   /*
  - *  Copyright 1999-2004 The Apache Software Foundation
  + *  Copyright 2000-2005 The Apache Software Foundation
    *
    *  Licensed under the Apache License, Version 2.0 (the "License");
    *  you may not use this file except in compliance with the License.
  
  
  
  1.34      +2 -2      jakarta-tomcat-connectors/jni/native/include/ssl_private.h
  
  Index: ssl_private.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/include/ssl_private.h,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- ssl_private.h	8 Jul 2005 07:19:10 -0000	1.33
  +++ ssl_private.h	12 Jul 2005 14:56:10 -0000	1.34
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.30      +2 -2      jakarta-tomcat-connectors/jni/native/include/tcn.h
  
  Index: tcn.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/include/tcn.h,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- tcn.h	2 Jul 2005 07:19:10 -0000	1.29
  +++ tcn.h	12 Jul 2005 14:56:10 -0000	1.30
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/native/include/tcn_version.h
  
  Index: tcn_version.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/include/tcn_version.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tcn_version.h	24 May 2005 09:24:39 -0000	1.2
  +++ tcn_version.h	12 Jul 2005 14:56:10 -0000	1.3
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.6       +2 -2      jakarta-tomcat-connectors/jni/native/os/netware/system.c
  
  Index: system.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/os/netware/system.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- system.c	11 Jun 2005 07:03:45 -0000	1.5
  +++ system.c	12 Jul 2005 14:56:10 -0000	1.6
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.8       +2 -2      jakarta-tomcat-connectors/jni/native/os/unix/system.c
  
  Index: system.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/os/unix/system.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- system.c	13 Jun 2005 13:07:31 -0000	1.7
  +++ system.c	12 Jul 2005 14:56:11 -0000	1.8
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +2 -2      jakarta-tomcat-connectors/jni/native/os/unix/uxpipe.c
  
  Index: uxpipe.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/os/unix/uxpipe.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- uxpipe.c	2 Jul 2005 08:24:21 -0000	1.4
  +++ uxpipe.c	12 Jul 2005 14:56:11 -0000	1.5
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      jakarta-tomcat-connectors/jni/native/os/win32/ntpipe.c
  
  Index: ntpipe.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/os/win32/ntpipe.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ntpipe.c	2 Jul 2005 07:19:10 -0000	1.3
  +++ ntpipe.c	12 Jul 2005 14:56:11 -0000	1.4
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.8       +2 -2      jakarta-tomcat-connectors/jni/native/os/win32/system.c
  
  Index: system.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/os/win32/system.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- system.c	11 Jun 2005 07:03:45 -0000	1.7
  +++ system.c	12 Jul 2005 14:56:11 -0000	1.8
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +2 -2      jakarta-tomcat-connectors/jni/native/src/dir.c
  
  Index: dir.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/dir.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- dir.c	17 Jun 2005 09:41:30 -0000	1.4
  +++ dir.c	12 Jul 2005 14:56:11 -0000	1.5
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.14      +2 -2      jakarta-tomcat-connectors/jni/native/src/error.c
  
  Index: error.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/error.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- error.c	17 Jun 2005 09:41:30 -0000	1.13
  +++ error.c	12 Jul 2005 14:56:11 -0000	1.14
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.9       +2 -2      jakarta-tomcat-connectors/jni/native/src/file.c
  
  Index: file.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/file.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- file.c	17 Jun 2005 09:41:30 -0000	1.8
  +++ file.c	12 Jul 2005 14:56:11 -0000	1.9
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.10      +2 -2      jakarta-tomcat-connectors/jni/native/src/info.c
  
  Index: info.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/info.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- info.c	23 Jun 2005 08:58:05 -0000	1.9
  +++ info.c	12 Jul 2005 14:56:11 -0000	1.10
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.14      +2 -2      jakarta-tomcat-connectors/jni/native/src/jnilib.c
  
  Index: jnilib.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/jnilib.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- jnilib.c	30 Jun 2005 07:10:29 -0000	1.13
  +++ jnilib.c	12 Jul 2005 14:56:11 -0000	1.14
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +2 -2      jakarta-tomcat-connectors/jni/native/src/lock.c
  
  Index: lock.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/lock.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- lock.c	17 Jun 2005 09:41:30 -0000	1.4
  +++ lock.c	12 Jul 2005 14:56:11 -0000	1.5
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      jakarta-tomcat-connectors/jni/native/src/misc.c
  
  Index: misc.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/misc.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- misc.c	17 Jun 2005 09:41:30 -0000	1.3
  +++ misc.c	12 Jul 2005 14:56:11 -0000	1.4
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.4       +2 -2      jakarta-tomcat-connectors/jni/native/src/mmap.c
  
  Index: mmap.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/mmap.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mmap.c	17 Jun 2005 09:41:30 -0000	1.3
  +++ mmap.c	12 Jul 2005 14:56:11 -0000	1.4
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.44      +2 -2      jakarta-tomcat-connectors/jni/native/src/network.c
  
  Index: network.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/network.c,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- network.c	2 Jul 2005 11:03:24 -0000	1.43
  +++ network.c	12 Jul 2005 14:56:11 -0000	1.44
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.3       +2 -2      jakarta-tomcat-connectors/jni/native/src/os.c
  
  Index: os.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/os.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- os.c	24 May 2005 09:24:40 -0000	1.2
  +++ os.c	12 Jul 2005 14:56:11 -0000	1.3
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.23      +2 -2      jakarta-tomcat-connectors/jni/native/src/poll.c
  
  Index: poll.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/poll.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- poll.c	18 Jun 2005 08:03:21 -0000	1.22
  +++ poll.c	12 Jul 2005 14:56:11 -0000	1.23
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.9       +2 -2      jakarta-tomcat-connectors/jni/native/src/pool.c
  
  Index: pool.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/pool.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- pool.c	17 Jun 2005 09:41:30 -0000	1.8
  +++ pool.c	12 Jul 2005 14:56:11 -0000	1.9
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.7       +2 -2      jakarta-tomcat-connectors/jni/native/src/proc.c
  
  Index: proc.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/proc.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- proc.c	30 Jun 2005 07:10:29 -0000	1.6
  +++ proc.c	12 Jul 2005 14:56:11 -0000	1.7
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.6       +2 -2      jakarta-tomcat-connectors/jni/native/src/shm.c
  
  Index: shm.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/shm.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- shm.c	17 Jun 2005 09:41:30 -0000	1.5
  +++ shm.c	12 Jul 2005 14:56:11 -0000	1.6
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.38      +2 -2      jakarta-tomcat-connectors/jni/native/src/ssl.c
  
  Index: ssl.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/ssl.c,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- ssl.c	17 Jun 2005 09:41:30 -0000	1.37
  +++ ssl.c	12 Jul 2005 14:56:11 -0000	1.38
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.37      +2 -2      jakarta-tomcat-connectors/jni/native/src/sslcontext.c
  
  Index: sslcontext.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/sslcontext.c,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- sslcontext.c	17 Jun 2005 09:41:30 -0000	1.36
  +++ sslcontext.c	12 Jul 2005 14:56:11 -0000	1.37
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.11      +2 -2      jakarta-tomcat-connectors/jni/native/src/sslinfo.c
  
  Index: sslinfo.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/sslinfo.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- sslinfo.c	12 Jul 2005 13:58:49 -0000	1.10
  +++ sslinfo.c	12 Jul 2005 14:56:11 -0000	1.11
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.26      +2 -2      jakarta-tomcat-connectors/jni/native/src/sslnetwork.c
  
  Index: sslnetwork.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/sslnetwork.c,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- sslnetwork.c	7 Jul 2005 16:02:01 -0000	1.25
  +++ sslnetwork.c	12 Jul 2005 14:56:11 -0000	1.26
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.32      +2 -2      jakarta-tomcat-connectors/jni/native/src/sslutils.c
  
  Index: sslutils.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/sslutils.c,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- sslutils.c	7 Jul 2005 08:12:30 -0000	1.31
  +++ sslutils.c	12 Jul 2005 14:56:11 -0000	1.32
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +2 -2      jakarta-tomcat-connectors/jni/native/src/stdlib.c
  
  Index: stdlib.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/stdlib.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- stdlib.c	30 Jun 2005 07:10:29 -0000	1.4
  +++ stdlib.c	12 Jul 2005 14:56:11 -0000	1.5
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  
  1.5       +2 -2      jakarta-tomcat-connectors/jni/native/src/user.c
  
  Index: user.c
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/src/user.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- user.c	17 Jun 2005 09:41:30 -0000	1.4
  +++ user.c	12 Jul 2005 14:56:11 -0000	1.5
  @@ -1,4 +1,4 @@
  -/* Copyright 2000-2004 The Apache Software Foundation
  +/* Copyright 2000-2005 The Apache Software Foundation
    *
    * Licensed under the Apache License, Version 2.0 (the "License");
    * you may not use this file except in compliance with the License.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org