jfclere     2003/06/10 08:42:12

  Modified:    daemon/src/native/unix/native arguments.c arguments.h
                        debug.c debug.h dso-dlfcn.c dso-dyld.c dso.h help.c
                        help.h home.c home.h java.c java.h jsvc-unix.c
                        jsvc.h location.c location.h replace.c replace.h
                        signals.c
  Log:
  Update licence.
  
  Revision  Changes    Path
  1.6       +2 -2      
jakarta-commons-sandbox/daemon/src/native/unix/native/arguments.c
  
  Index: arguments.c
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/arguments.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- arguments.c       17 Sep 2002 12:25:50 -0000      1.5
  +++ arguments.c       10 Jun 2003 15:42:11 -0000      1.6
  @@ -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.4       +2 -2      
jakarta-commons-sandbox/daemon/src/native/unix/native/arguments.h
  
  Index: arguments.h
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/arguments.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- arguments.h       20 Mar 2002 23:39:32 -0000      1.3
  +++ arguments.h       10 Jun 2003 15:42:11 -0000      1.4
  @@ -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.2       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/debug.c
  
  Index: debug.c
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/debug.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- debug.c   18 Feb 2002 21:15:41 -0000      1.1
  +++ debug.c   10 Jun 2003 15:42:11 -0000      1.2
  @@ -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.3       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/debug.h
  
  Index: debug.h
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/debug.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- debug.h   9 Mar 2002 18:40:26 -0000       1.2
  +++ debug.h   10 Jun 2003 15:42:11 -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.3       +2 -2      
jakarta-commons-sandbox/daemon/src/native/unix/native/dso-dlfcn.c
  
  Index: dso-dlfcn.c
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/dso-dlfcn.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dso-dlfcn.c       17 Sep 2002 16:21:14 -0000      1.2
  +++ dso-dlfcn.c       10 Jun 2003 15:42:11 -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.3       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/dso-dyld.c
  
  Index: dso-dyld.c
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/dso-dyld.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dso-dyld.c        17 Sep 2002 16:21:14 -0000      1.2
  +++ dso-dyld.c        10 Jun 2003 15:42:11 -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.2       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/dso.h
  
  Index: dso.h
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/dso.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dso.h     18 Feb 2002 21:15:42 -0000      1.1
  +++ dso.h     10 Jun 2003 15:42:11 -0000      1.2
  @@ -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.2       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/help.c
  
  Index: help.c
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/help.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- help.c    18 Feb 2002 21:15:42 -0000      1.1
  +++ help.c    10 Jun 2003 15:42:11 -0000      1.2
  @@ -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.2       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/help.h
  
  Index: help.h
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/help.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- help.h    18 Feb 2002 21:15:42 -0000      1.1
  +++ help.h    10 Jun 2003 15:42:11 -0000      1.2
  @@ -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.3       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/home.c
  
  Index: home.c
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/home.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- home.c    6 Nov 2002 09:48:03 -0000       1.2
  +++ home.c    10 Jun 2003 15:42:11 -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.2       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/home.h
  
  Index: home.h
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/home.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- home.h    18 Feb 2002 21:15:42 -0000      1.1
  +++ home.h    10 Jun 2003 15:42:11 -0000      1.2
  @@ -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.10      +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/java.c
  
  Index: java.c
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/java.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- java.c    25 Sep 2002 15:36:39 -0000      1.9
  +++ java.c    10 Jun 2003 15:42:11 -0000      1.10
  @@ -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.3       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/java.h
  
  Index: java.h
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/java.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- java.h    19 Feb 2002 02:44:14 -0000      1.2
  +++ java.h    10 Jun 2003 15:42:11 -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.5       +2 -2      
jakarta-commons-sandbox/daemon/src/native/unix/native/jsvc-unix.c
  
  Index: jsvc-unix.c
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/jsvc-unix.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- jsvc-unix.c       17 Sep 2002 16:21:14 -0000      1.4
  +++ jsvc-unix.c       10 Jun 2003 15:42:11 -0000      1.5
  @@ -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.2       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/jsvc.h
  
  Index: jsvc.h
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/jsvc.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jsvc.h    18 Feb 2002 21:15:42 -0000      1.1
  +++ jsvc.h    10 Jun 2003 15:42:11 -0000      1.2
  @@ -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.5       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/location.c
  
  Index: location.c
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/location.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- location.c        18 Sep 2002 08:52:33 -0000      1.4
  +++ location.c        10 Jun 2003 15:42:11 -0000      1.5
  @@ -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.2       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/location.h
  
  Index: location.h
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/location.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- location.h        18 Feb 2002 21:15:42 -0000      1.1
  +++ location.h        10 Jun 2003 15:42:11 -0000      1.2
  @@ -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.3       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/replace.c
  
  Index: replace.c
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/replace.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- replace.c 17 Sep 2002 12:25:50 -0000      1.2
  +++ replace.c 10 Jun 2003 15:42:11 -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.2       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/replace.h
  
  Index: replace.h
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/replace.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- replace.h 18 Feb 2002 21:15:42 -0000      1.1
  +++ replace.h 10 Jun 2003 15:42:11 -0000      1.2
  @@ -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.3       +2 -2      jakarta-commons-sandbox/daemon/src/native/unix/native/signals.c
  
  Index: signals.c
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/daemon/src/native/unix/native/signals.c,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- signals.c 31 Oct 2002 11:32:04 -0000      1.2
  +++ signals.c 10 Jun 2003 15:42:11 -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.                            *
    *                                                                           *
    * ========================================================================= *
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to