You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by da...@apache.org on 2001/10/25 13:04:30 UTC

cvs commit: tcl-websh/src/tests cfg.test cmdurl.test command.test context.test cookiecontext.test dehtmlify.test dispatch.test encrypt.test filecontext.test filecounter.test filelock.test formvar.test htmlify.test log.test logtochannel.test logtocmd.test logtofile.test logtosyslog.test messages.test mintest.test msc.test ncad.test nocrypt.test param.test request.test script.test time.test uricode.test webout.test

davidw      01/10/25 04:04:30

  Modified:    src/generic apchannel.c args.c args.h cfg.c cfg.h checksum.c
                        checksum.h command.c context.tcl conv.c conv.h
                        cookie.ws3 crypt.c crypt.h dispatch.c filecounter.c
                        filecounter.h filelock.c filelock.h formdata.c
                        hashutl.c hashutl.h htmlify.c interpool.c
                        interpool.h log.c log.h logtoap.c logtoap.h
                        logtochannel.c logtochannel.h logtocmd.c logtocmd.h
                        logtofile.c logtofile.h logtosyslog.c logtosyslog.h
                        logutl.c macros.h messages.c messages.h
                        messagesCmd.c mod_websh.c mod_websh.h modwebsh.h
                        modwebsh_ap.c modwebsh_cgi.c nca_d.c nca_d.h
                        paramlist.c paramlist.h querystring.c request.c
                        request.h request_ap.c request_cgi.c response_ap.c
                        response_cgi.c script.c script.ws3 sessctx.ws3
                        url.c url.h varchannel.c varchannel.h web.c web.h
                        webout.c webout.h weboutint.c webutl.c webutl.h
                        webutlcmd.c webutlcmd.h
               src/tests cfg.test cmdurl.test command.test context.test
                        cookiecontext.test dehtmlify.test dispatch.test
                        encrypt.test filecontext.test filecounter.test
                        filelock.test formvar.test htmlify.test log.test
                        logtochannel.test logtocmd.test logtofile.test
                        logtosyslog.test messages.test mintest.test
                        msc.test ncad.test nocrypt.test param.test
                        request.test script.test time.test uricode.test
                        webout.test
  Log:
  Changed license lines in files to mention ASF.
  
  Revision  Changes    Path
  1.2       +2 -1      tcl-websh/src/generic/apchannel.c
  
  Index: apchannel.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/apchannel.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apchannel.c	2001/10/25 09:44:39	1.1
  +++ apchannel.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: apchannel.c,v 1.1 2001/10/25 09:44:39 davidw Exp $
  + * @(#) $Id: apchannel.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/args.c
  
  Index: args.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/args.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- args.c	2001/10/25 09:44:41	1.1
  +++ args.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: args.c,v 1.1 2001/10/25 09:44:41 davidw Exp $
  + * @(#) $Id: args.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    * ------------------------------------------------------------------------- */
   
   #include <tcl.h>
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/args.h
  
  Index: args.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/args.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- args.h	2001/10/25 09:44:41	1.1
  +++ args.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: args.h,v 1.1 2001/10/25 09:44:41 davidw Exp $
  + * @(#) $Id: args.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/cfg.c
  
  Index: cfg.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/cfg.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cfg.c	2001/10/25 09:44:47	1.1
  +++ cfg.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: cfg.c,v 1.1 2001/10/25 09:44:47 davidw Exp $
  + * @(#) $Id: cfg.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    * ------------------------------------------------------------------------- */
   
   #include <tcl.h>
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/cfg.h
  
  Index: cfg.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/cfg.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cfg.h	2001/10/25 09:44:47	1.1
  +++ cfg.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: cfg.h,v 1.1 2001/10/25 09:44:47 davidw Exp $
  + * @(#) $Id: cfg.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   #include "tcl.h"
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/checksum.c
  
  Index: checksum.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/checksum.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- checksum.c	2001/10/25 09:44:50	1.1
  +++ checksum.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: checksum.c,v 1.1 2001/10/25 09:44:50 davidw Exp $
  + * @(#) $Id: checksum.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    * ------------------------------------------------------------------------- */
   #include <tcl.h>
   #include "checksum.h"
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/checksum.h
  
  Index: checksum.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/checksum.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- checksum.h	2001/10/25 09:44:50	1.1
  +++ checksum.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: checksum.h,v 1.1 2001/10/25 09:44:50 davidw Exp $
  + * @(#) $Id: checksum.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    * 
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/command.c
  
  Index: command.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/command.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- command.c	2001/10/25 09:44:50	1.1
  +++ command.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: command.c,v 1.1 2001/10/25 09:44:50 davidw Exp $
  + * @(#) $Id: command.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    * ------------------------------------------------------------------------- */
   
   #include <tcl.h>
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/context.tcl
  
  Index: context.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/context.tcl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- context.tcl	2001/10/25 09:44:53	1.1
  +++ context.tcl	2001/10/25 11:04:26	1.2
  @@ -2,12 +2,13 @@
   # context.tcl -- context manager
   #
   # Copyright (C) 2000 by Netcetera AG.
  +# Copyright (C) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: context.tcl,v 1.1 2001/10/25 09:44:53 davidw Exp $
  +# @(#) $Id: context.tcl,v 1.2 2001/10/25 11:04:26 davidw Exp $
   #
   
   # setup config namespace
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/conv.c
  
  Index: conv.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/conv.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- conv.c	2001/10/25 09:44:55	1.1
  +++ conv.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: conv.c,v 1.1 2001/10/25 09:44:55 davidw Exp $
  + * @(#) $Id: conv.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    * ------------------------------------------------------------------------- */
   
   #include <tcl.h>
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/conv.h
  
  Index: conv.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/conv.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- conv.h	2001/10/25 09:44:58	1.1
  +++ conv.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: conv.h,v 1.1 2001/10/25 09:44:58 davidw Exp $
  + * @(#) $Id: conv.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    * 
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/cookie.ws3
  
  Index: cookie.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/cookie.ws3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cookie.ws3	2001/10/25 09:44:58	1.1
  +++ cookie.ws3	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (C) 1999 by Netcetera AG.
  +# Copyright (C) 2001 by Apache Software Foundation.
   # All rights reserved.
   # 
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: cookie.ws3,v 1.1 2001/10/25 09:44:58 davidw Exp $
  +# @(#) $Id: cookie.ws3,v 1.2 2001/10/25 11:04:26 davidw Exp $
   #
   
   # Cookie-Specs: http://www.netscape.com/newsref/std/cookie_spec.html
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/crypt.c
  
  Index: crypt.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/crypt.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- crypt.c	2001/10/25 09:45:03	1.1
  +++ crypt.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: crypt.c,v 1.1 2001/10/25 09:45:03 davidw Exp $
  + * @(#) $Id: crypt.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/crypt.h
  
  Index: crypt.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/crypt.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- crypt.h	2001/10/25 09:45:03	1.1
  +++ crypt.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: crypt.h,v 1.1 2001/10/25 09:45:03 davidw Exp $
  + * @(#) $Id: crypt.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/dispatch.c
  
  Index: dispatch.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/dispatch.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dispatch.c	2001/10/25 09:45:09	1.1
  +++ dispatch.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: dispatch.c,v 1.1 2001/10/25 09:45:09 davidw Exp $
  + * @(#) $Id: dispatch.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    * ------------------------------------------------------------------------- */
   
   #include "args.h"
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/filecounter.c
  
  Index: filecounter.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/filecounter.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- filecounter.c	2001/10/25 09:45:14	1.1
  +++ filecounter.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: filecounter.c,v 1.1 2001/10/25 09:45:14 davidw Exp $
  + * @(#) $Id: filecounter.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    * ------------------------------------------------------------------------- */
   
   #include "filecounter.h"
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/filecounter.h
  
  Index: filecounter.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/filecounter.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- filecounter.h	2001/10/25 09:45:14	1.1
  +++ filecounter.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: filecounter.h,v 1.1 2001/10/25 09:45:14 davidw Exp $
  + * @(#) $Id: filecounter.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/filelock.c
  
  Index: filelock.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/filelock.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- filelock.c	2001/10/25 09:45:17	1.1
  +++ filelock.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: filelock.c,v 1.1 2001/10/25 09:45:17 davidw Exp $
  + * @(#) $Id: filelock.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    */
   
   #include <tcl.h>
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/filelock.h
  
  Index: filelock.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/filelock.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- filelock.h	2001/10/25 09:45:17	1.1
  +++ filelock.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: filelock.h,v 1.1 2001/10/25 09:45:17 davidw Exp $
  + * @(#) $Id: filelock.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/formdata.c
  
  Index: formdata.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/formdata.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- formdata.c	2001/10/25 09:45:26	1.1
  +++ formdata.c	2001/10/25 11:04:26	1.2
  @@ -4,12 +4,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: formdata.c,v 1.1 2001/10/25 09:45:26 davidw Exp $
  + * @(#) $Id: formdata.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/hashutl.c
  
  Index: hashutl.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/hashutl.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hashutl.c	2001/10/25 09:45:28	1.1
  +++ hashutl.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: hashutl.c,v 1.1 2001/10/25 09:45:28 davidw Exp $
  + * @(#) $Id: hashutl.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/hashutl.h
  
  Index: hashutl.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/hashutl.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hashutl.h	2001/10/25 09:45:28	1.1
  +++ hashutl.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: hashutl.h,v 1.1 2001/10/25 09:45:28 davidw Exp $
  + * @(#) $Id: hashutl.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/htmlify.c
  
  Index: htmlify.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/htmlify.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- htmlify.c	2001/10/25 09:45:34	1.1
  +++ htmlify.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: htmlify.c,v 1.1 2001/10/25 09:45:34 davidw Exp $
  + * @(#) $Id: htmlify.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/interpool.c
  
  Index: interpool.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/interpool.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- interpool.c	2001/10/25 09:45:39	1.1
  +++ interpool.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: interpool.c,v 1.1 2001/10/25 09:45:39 davidw Exp $
  + * @(#) $Id: interpool.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/interpool.h
  
  Index: interpool.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/interpool.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- interpool.h	2001/10/25 09:45:42	1.1
  +++ interpool.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: interpool.h,v 1.1 2001/10/25 09:45:42 davidw Exp $
  + * @(#) $Id: interpool.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/log.c
  
  Index: log.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/log.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- log.c	2001/10/25 09:45:52	1.1
  +++ log.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: log.c,v 1.1 2001/10/25 09:45:52 davidw Exp $
  + * @(#) $Id: log.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/log.h
  
  Index: log.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/log.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- log.h	2001/10/25 09:45:54	1.1
  +++ log.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: log.h,v 1.1 2001/10/25 09:45:54 davidw Exp $
  + * @(#) $Id: log.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/logtoap.c
  
  Index: logtoap.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtoap.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtoap.c	2001/10/25 09:45:54	1.1
  +++ logtoap.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtoap.c,v 1.1 2001/10/25 09:45:54 davidw Exp $
  + * @(#) $Id: logtoap.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/logtoap.h
  
  Index: logtoap.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtoap.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtoap.h	2001/10/25 09:45:54	1.1
  +++ logtoap.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtoap.h,v 1.1 2001/10/25 09:45:54 davidw Exp $
  + * @(#) $Id: logtoap.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/logtochannel.c
  
  Index: logtochannel.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtochannel.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtochannel.c	2001/10/25 09:45:57	1.1
  +++ logtochannel.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtochannel.c,v 1.1 2001/10/25 09:45:57 davidw Exp $
  + * @(#) $Id: logtochannel.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/logtochannel.h
  
  Index: logtochannel.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtochannel.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtochannel.h	2001/10/25 09:45:57	1.1
  +++ logtochannel.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtochannel.h,v 1.1 2001/10/25 09:45:57 davidw Exp $
  + * @(#) $Id: logtochannel.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/logtocmd.c
  
  Index: logtocmd.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtocmd.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtocmd.c	2001/10/25 09:45:57	1.1
  +++ logtocmd.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtocmd.c,v 1.1 2001/10/25 09:45:57 davidw Exp $
  + * @(#) $Id: logtocmd.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   #include <tcl.h>
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/logtocmd.h
  
  Index: logtocmd.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtocmd.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtocmd.h	2001/10/25 09:46:00	1.1
  +++ logtocmd.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtocmd.h,v 1.1 2001/10/25 09:46:00 davidw Exp $
  + * @(#) $Id: logtocmd.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/logtofile.c
  
  Index: logtofile.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtofile.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtofile.c	2001/10/25 09:46:00	1.1
  +++ logtofile.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtofile.c,v 1.1 2001/10/25 09:46:00 davidw Exp $
  + * @(#) $Id: logtofile.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   #include <tcl.h>
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/logtofile.h
  
  Index: logtofile.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtofile.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtofile.h	2001/10/25 09:46:03	1.1
  +++ logtofile.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtofile.h,v 1.1 2001/10/25 09:46:03 davidw Exp $
  + * @(#) $Id: logtofile.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/logtosyslog.c
  
  Index: logtosyslog.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtosyslog.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtosyslog.c	2001/10/25 09:46:03	1.1
  +++ logtosyslog.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtosyslog.c,v 1.1 2001/10/25 09:46:03 davidw Exp $
  + * @(#) $Id: logtosyslog.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    * 
    */
   #include <tcl.h>
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/logtosyslog.h
  
  Index: logtosyslog.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logtosyslog.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtosyslog.h	2001/10/25 09:46:03	1.1
  +++ logtosyslog.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logtosyslog.h,v 1.1 2001/10/25 09:46:03 davidw Exp $
  + * @(#) $Id: logtosyslog.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   #ifndef WEB_LOGTOSYSLOG_H
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/logutl.c
  
  Index: logutl.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/logutl.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logutl.c	2001/10/25 09:46:09	1.1
  +++ logutl.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: logutl.c,v 1.1 2001/10/25 09:46:09 davidw Exp $
  + * @(#) $Id: logutl.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/macros.h
  
  Index: macros.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/macros.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- macros.h	2001/10/25 09:46:09	1.1
  +++ macros.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: macros.h,v 1.1 2001/10/25 09:46:09 davidw Exp $
  + * @(#) $Id: macros.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/messages.c
  
  Index: messages.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/messages.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- messages.c	2001/10/25 09:46:14	1.1
  +++ messages.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: messages.c,v 1.1 2001/10/25 09:46:14 davidw Exp $
  + * @(#) $Id: messages.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/messages.h
  
  Index: messages.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/messages.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- messages.h	2001/10/25 09:46:14	1.1
  +++ messages.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: messages.h,v 1.1 2001/10/25 09:46:14 davidw Exp $
  + * @(#) $Id: messages.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/messagesCmd.c
  
  Index: messagesCmd.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/messagesCmd.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- messagesCmd.c	2001/10/25 09:46:14	1.1
  +++ messagesCmd.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: messagesCmd.c,v 1.1 2001/10/25 09:46:14 davidw Exp $
  + * @(#) $Id: messagesCmd.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/mod_websh.c
  
  Index: mod_websh.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/mod_websh.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_websh.c	2001/10/25 09:46:19	1.1
  +++ mod_websh.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: mod_websh.c,v 1.1 2001/10/25 09:46:19 davidw Exp $
  + * @(#) $Id: mod_websh.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    * ------------------------------------------------------------------------- */
   
   /* ====================================================================
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/mod_websh.h
  
  Index: mod_websh.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/mod_websh.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mod_websh.h	2001/10/25 09:46:19	1.1
  +++ mod_websh.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: mod_websh.h,v 1.1 2001/10/25 09:46:19 davidw Exp $
  + * @(#) $Id: mod_websh.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/modwebsh.h
  
  Index: modwebsh.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/modwebsh.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modwebsh.h	2001/10/25 09:46:19	1.1
  +++ modwebsh.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: modwebsh.h,v 1.1 2001/10/25 09:46:19 davidw Exp $
  + * @(#) $Id: modwebsh.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/modwebsh_ap.c
  
  Index: modwebsh_ap.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/modwebsh_ap.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modwebsh_ap.c	2001/10/25 09:46:25	1.1
  +++ modwebsh_ap.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: modwebsh_ap.c,v 1.1 2001/10/25 09:46:25 davidw Exp $
  + * @(#) $Id: modwebsh_ap.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/modwebsh_cgi.c
  
  Index: modwebsh_cgi.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/modwebsh_cgi.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- modwebsh_cgi.c	2001/10/25 09:46:25	1.1
  +++ modwebsh_cgi.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: modwebsh_cgi.c,v 1.1 2001/10/25 09:46:25 davidw Exp $
  + * @(#) $Id: modwebsh_cgi.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/nca_d.c
  
  Index: nca_d.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/nca_d.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nca_d.c	2001/10/25 09:46:30	1.1
  +++ nca_d.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: nca_d.c,v 1.1 2001/10/25 09:46:30 davidw Exp $
  + * @(#) $Id: nca_d.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/nca_d.h
  
  Index: nca_d.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/nca_d.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nca_d.h	2001/10/25 09:46:30	1.1
  +++ nca_d.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: nca_d.h,v 1.1 2001/10/25 09:46:30 davidw Exp $
  + * @(#) $Id: nca_d.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/paramlist.c
  
  Index: paramlist.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/paramlist.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- paramlist.c	2001/10/25 09:46:36	1.1
  +++ paramlist.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: paramlist.c,v 1.1 2001/10/25 09:46:36 davidw Exp $
  + * @(#) $Id: paramlist.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/paramlist.h
  
  Index: paramlist.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/paramlist.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- paramlist.h	2001/10/25 09:46:36	1.1
  +++ paramlist.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: paramlist.h,v 1.1 2001/10/25 09:46:36 davidw Exp $
  + * @(#) $Id: paramlist.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/querystring.c
  
  Index: querystring.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/querystring.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- querystring.c	2001/10/25 09:46:39	1.1
  +++ querystring.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: querystring.c,v 1.1 2001/10/25 09:46:39 davidw Exp $
  + * @(#) $Id: querystring.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/request.c
  
  Index: request.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/request.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- request.c	2001/10/25 09:46:44	1.1
  +++ request.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: request.c,v 1.1 2001/10/25 09:46:44 davidw Exp $
  + * @(#) $Id: request.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   #include <tcl.h>
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/request.h
  
  Index: request.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/request.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- request.h	2001/10/25 09:46:44	1.1
  +++ request.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: request.h,v 1.1 2001/10/25 09:46:44 davidw Exp $
  + * @(#) $Id: request.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/request_ap.c
  
  Index: request_ap.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/request_ap.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- request_ap.c	2001/10/25 09:46:47	1.1
  +++ request_ap.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: request_ap.c,v 1.1 2001/10/25 09:46:47 davidw Exp $
  + * @(#) $Id: request_ap.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/request_cgi.c
  
  Index: request_cgi.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/request_cgi.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- request_cgi.c	2001/10/25 09:46:47	1.1
  +++ request_cgi.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: request_cgi.c,v 1.1 2001/10/25 09:46:47 davidw Exp $
  + * @(#) $Id: request_cgi.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/response_ap.c
  
  Index: response_ap.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/response_ap.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- response_ap.c	2001/10/25 09:46:47	1.1
  +++ response_ap.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: response_ap.c,v 1.1 2001/10/25 09:46:47 davidw Exp $
  + * @(#) $Id: response_ap.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/response_cgi.c
  
  Index: response_cgi.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/response_cgi.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- response_cgi.c	2001/10/25 09:46:47	1.1
  +++ response_cgi.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: response_cgi.c,v 1.1 2001/10/25 09:46:47 davidw Exp $
  + * @(#) $Id: response_cgi.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/script.c
  
  Index: script.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/script.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- script.c	2001/10/25 09:46:50	1.1
  +++ script.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: script.c,v 1.1 2001/10/25 09:46:50 davidw Exp $
  + * @(#) $Id: script.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   #include <tcl.h>
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/script.ws3
  
  Index: script.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/script.ws3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- script.ws3	2001/10/25 09:46:50	1.1
  +++ script.ws3	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (C) 1996-2000 by Netcetera AG.
  +# Copyright (C) 2001 by Apache Software Foundation.
   # All rights reserved.
   # 
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   # 
  -# @(#) $Id: script.ws3,v 1.1 2001/10/25 09:46:50 davidw Exp $
  +# @(#) $Id: script.ws3,v 1.2 2001/10/25 11:04:26 davidw Exp $
   #
   
   #-----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/sessctx.ws3
  
  Index: sessctx.ws3
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/sessctx.ws3,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sessctx.ws3	2001/10/25 09:46:52	1.1
  +++ sessctx.ws3	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (C) 1999 by Netcetera AG.
  +# Copyright (C) 2001 by Apache Software Foundation.
   # All rights reserved.
   # 
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: sessctx.ws3,v 1.1 2001/10/25 09:46:52 davidw Exp $
  +# @(#) $Id: sessctx.ws3,v 1.2 2001/10/25 11:04:26 davidw Exp $
   #
   
   # =============================================================================
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/url.c
  
  Index: url.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/url.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- url.c	2001/10/25 09:47:04	1.1
  +++ url.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: url.c,v 1.1 2001/10/25 09:47:04 davidw Exp $
  + * @(#) $Id: url.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/url.h
  
  Index: url.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/url.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- url.h	2001/10/25 09:47:07	1.1
  +++ url.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: url.h,v 1.1 2001/10/25 09:47:07 davidw Exp $
  + * @(#) $Id: url.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/varchannel.c
  
  Index: varchannel.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/varchannel.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- varchannel.c	2001/10/25 09:47:09	1.1
  +++ varchannel.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: varchannel.c,v 1.1 2001/10/25 09:47:09 davidw Exp $
  + * @(#) $Id: varchannel.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/varchannel.h
  
  Index: varchannel.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/varchannel.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- varchannel.h	2001/10/25 09:47:09	1.1
  +++ varchannel.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: varchannel.h,v 1.1 2001/10/25 09:47:09 davidw Exp $
  + * @(#) $Id: varchannel.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/web.c
  
  Index: web.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/web.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.c	2001/10/25 09:47:12	1.1
  +++ web.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: web.c,v 1.1 2001/10/25 09:47:12 davidw Exp $
  + * @(#) $Id: web.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/web.h
  
  Index: web.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/web.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- web.h	2001/10/25 09:47:12	1.1
  +++ web.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: web.h,v 1.1 2001/10/25 09:47:12 davidw Exp $
  + * @(#) $Id: web.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/webout.c
  
  Index: webout.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/webout.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webout.c	2001/10/25 09:47:15	1.1
  +++ webout.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: webout.c,v 1.1 2001/10/25 09:47:15 davidw Exp $
  + * @(#) $Id: webout.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/webout.h
  
  Index: webout.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/webout.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webout.h	2001/10/25 09:47:17	1.1
  +++ webout.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: webout.h,v 1.1 2001/10/25 09:47:17 davidw Exp $
  + * @(#) $Id: webout.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/weboutint.c
  
  Index: weboutint.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/weboutint.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- weboutint.c	2001/10/25 09:47:23	1.1
  +++ weboutint.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: weboutint.c,v 1.1 2001/10/25 09:47:23 davidw Exp $
  + * @(#) $Id: weboutint.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/webutl.c
  
  Index: webutl.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/webutl.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webutl.c	2001/10/25 09:47:26	1.1
  +++ webutl.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: webutl.c,v 1.1 2001/10/25 09:47:26 davidw Exp $
  + * @(#) $Id: webutl.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/webutl.h
  
  Index: webutl.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/webutl.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webutl.h	2001/10/25 09:47:26	1.1
  +++ webutl.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: webutl.h,v 1.1 2001/10/25 09:47:26 davidw Exp $
  + * @(#) $Id: webutl.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/webutlcmd.c
  
  Index: webutlcmd.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/webutlcmd.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webutlcmd.c	2001/10/25 09:47:26	1.1
  +++ webutlcmd.c	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: webutlcmd.c,v 1.1 2001/10/25 09:47:26 davidw Exp $
  + * @(#) $Id: webutlcmd.c,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/generic/webutlcmd.h
  
  Index: webutlcmd.h
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/webutlcmd.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webutlcmd.h	2001/10/25 09:47:29	1.1
  +++ webutlcmd.h	2001/10/25 11:04:26	1.2
  @@ -3,12 +3,13 @@
    * nca-073-9
    * 
    * Copyright (c) 1996-2000 by Netcetera AG.
  + * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
    *
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: webutlcmd.h,v 1.1 2001/10/25 09:47:29 davidw Exp $
  + * @(#) $Id: webutlcmd.h,v 1.2 2001/10/25 11:04:26 davidw Exp $
    *
    */
   
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/cfg.test
  
  Index: cfg.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/cfg.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cfg.test	2001/10/25 09:47:29	1.1
  +++ cfg.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: cfg.test,v 1.1 2001/10/25 09:47:29 davidw Exp $
  +# @(#) $Id: cfg.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/cmdurl.test
  
  Index: cmdurl.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/cmdurl.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cmdurl.test	2001/10/25 09:47:34	1.1
  +++ cmdurl.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: cmdurl.test,v 1.1 2001/10/25 09:47:34 davidw Exp $
  +# @(#) $Id: cmdurl.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/command.test
  
  Index: command.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/command.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- command.test	2001/10/25 09:47:34	1.1
  +++ command.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: command.test,v 1.1 2001/10/25 09:47:34 davidw Exp $
  +# @(#) $Id: command.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/context.test
  
  Index: context.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/context.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- context.test	2001/10/25 09:47:34	1.1
  +++ context.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: context.test,v 1.1 2001/10/25 09:47:34 davidw Exp $
  +# @(#) $Id: context.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/cookiecontext.test
  
  Index: cookiecontext.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/cookiecontext.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- cookiecontext.test	2001/10/25 09:47:37	1.1
  +++ cookiecontext.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: cookiecontext.test,v 1.1 2001/10/25 09:47:37 davidw Exp $
  +# @(#) $Id: cookiecontext.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/dehtmlify.test
  
  Index: dehtmlify.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/dehtmlify.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dehtmlify.test	2001/10/25 09:47:40	1.1
  +++ dehtmlify.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: dehtmlify.test,v 1.1 2001/10/25 09:47:40 davidw Exp $
  +# @(#) $Id: dehtmlify.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   #-----------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/dispatch.test
  
  Index: dispatch.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/dispatch.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  Binary files /tmp/cvsFjdBbWMshx and /tmp/cvs0kDU8QUcuD differ
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/encrypt.test
  
  Index: encrypt.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/encrypt.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- encrypt.test	2001/10/25 09:47:51	1.1
  +++ encrypt.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: encrypt.test,v 1.1 2001/10/25 09:47:51 davidw Exp $
  +# @(#) $Id: encrypt.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   #------------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/filecontext.test
  
  Index: filecontext.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/filecontext.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- filecontext.test	2001/10/25 09:47:53	1.1
  +++ filecontext.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: filecontext.test,v 1.1 2001/10/25 09:47:53 davidw Exp $
  +# @(#) $Id: filecontext.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/filecounter.test
  
  Index: filecounter.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/filecounter.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- filecounter.test	2001/10/25 09:47:53	1.1
  +++ filecounter.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: filecounter.test,v 1.1 2001/10/25 09:47:53 davidw Exp $
  +# @(#) $Id: filecounter.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/filelock.test
  
  Index: filelock.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/filelock.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- filelock.test	2001/10/25 09:47:56	1.1
  +++ filelock.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: filelock.test,v 1.1 2001/10/25 09:47:56 davidw Exp $
  +# @(#) $Id: filelock.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/formvar.test
  
  Index: formvar.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/formvar.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- formvar.test	2001/10/25 09:47:56	1.1
  +++ formvar.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: formvar.test,v 1.1 2001/10/25 09:47:56 davidw Exp $
  +# @(#) $Id: formvar.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/htmlify.test
  
  Index: htmlify.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/htmlify.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- htmlify.test	2001/10/25 09:47:59	1.1
  +++ htmlify.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: htmlify.test,v 1.1 2001/10/25 09:47:59 davidw Exp $
  +# @(#) $Id: htmlify.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   #-----------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/log.test
  
  Index: log.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/log.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- log.test	2001/10/25 09:48:02	1.1
  +++ log.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: log.test,v 1.1 2001/10/25 09:48:02 davidw Exp $
  +# @(#) $Id: log.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/logtochannel.test
  
  Index: logtochannel.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/logtochannel.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtochannel.test	2001/10/25 09:48:05	1.1
  +++ logtochannel.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: logtochannel.test,v 1.1 2001/10/25 09:48:05 davidw Exp $
  +# @(#) $Id: logtochannel.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   if {[lsearch [namespace children] ::tcltest] == -1} {
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/logtocmd.test
  
  Index: logtocmd.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/logtocmd.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtocmd.test	2001/10/25 09:48:05	1.1
  +++ logtocmd.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: logtocmd.test,v 1.1 2001/10/25 09:48:05 davidw Exp $
  +# @(#) $Id: logtocmd.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/logtofile.test
  
  Index: logtofile.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/logtofile.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtofile.test	2001/10/25 09:48:05	1.1
  +++ logtofile.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: logtofile.test,v 1.1 2001/10/25 09:48:05 davidw Exp $
  +# @(#) $Id: logtofile.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   if {[lsearch [namespace children] ::tcltest] == -1} {
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/logtosyslog.test
  
  Index: logtosyslog.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/logtosyslog.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- logtosyslog.test	2001/10/25 09:48:05	1.1
  +++ logtosyslog.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: logtosyslog.test,v 1.1 2001/10/25 09:48:05 davidw Exp $
  +# @(#) $Id: logtosyslog.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/messages.test
  
  Index: messages.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/messages.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- messages.test	2001/10/25 09:48:06	1.1
  +++ messages.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: messages.test,v 1.1 2001/10/25 09:48:06 davidw Exp $
  +# @(#) $Id: messages.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/mintest.test
  
  Index: mintest.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/mintest.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- mintest.test	2001/10/25 09:48:06	1.1
  +++ mintest.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: mintest.test,v 1.1 2001/10/25 09:48:06 davidw Exp $
  +# @(#) $Id: mintest.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/msc.test
  
  Index: msc.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/msc.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- msc.test	2001/10/25 09:48:09	1.1
  +++ msc.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: msc.test,v 1.1 2001/10/25 09:48:09 davidw Exp $
  +# @(#) $Id: msc.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/ncad.test
  
  Index: ncad.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/ncad.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ncad.test	2001/10/25 09:48:11	1.1
  +++ ncad.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: ncad.test,v 1.1 2001/10/25 09:48:11 davidw Exp $
  +# @(#) $Id: ncad.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   #------------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/nocrypt.test
  
  Index: nocrypt.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/nocrypt.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- nocrypt.test	2001/10/25 09:48:11	1.1
  +++ nocrypt.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: nocrypt.test,v 1.1 2001/10/25 09:48:11 davidw Exp $
  +# @(#) $Id: nocrypt.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   #------------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/param.test
  
  Index: param.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/param.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- param.test	2001/10/25 09:48:16	1.1
  +++ param.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: param.test,v 1.1 2001/10/25 09:48:16 davidw Exp $
  +# @(#) $Id: param.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/request.test
  
  Index: request.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/request.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- request.test	2001/10/25 09:48:16	1.1
  +++ request.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: request.test,v 1.1 2001/10/25 09:48:16 davidw Exp $
  +# @(#) $Id: request.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/script.test
  
  Index: script.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/script.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- script.test	2001/10/25 09:48:16	1.1
  +++ script.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: script.test,v 1.1 2001/10/25 09:48:16 davidw Exp $
  +# @(#) $Id: script.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/time.test
  
  Index: time.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/time.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- time.test	2001/10/25 09:48:18	1.1
  +++ time.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: time.test,v 1.1 2001/10/25 09:48:18 davidw Exp $
  +# @(#) $Id: time.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/uricode.test
  
  Index: uricode.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/uricode.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- uricode.test	2001/10/25 09:48:21	1.1
  +++ uricode.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: uricode.test,v 1.1 2001/10/25 09:48:21 davidw Exp $
  +# @(#) $Id: uricode.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------
  
  
  
  1.2       +2 -1      tcl-websh/src/tests/webout.test
  
  Index: webout.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/webout.test,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- webout.test	2001/10/25 09:48:27	1.1
  +++ webout.test	2001/10/25 11:04:29	1.2
  @@ -3,12 +3,13 @@
   # nca-073-9
   # 
   # Copyright (c) 1996-2000 by Netcetera AG.
  +# Copyright (c) 2001 by Apache Software Foundation.
   # All rights reserved.
   #
   # See the file "license.terms" for information on usage and
   # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
   #
  -# @(#) $Id: webout.test,v 1.1 2001/10/25 09:48:27 davidw Exp $
  +# @(#) $Id: webout.test,v 1.2 2001/10/25 11:04:29 davidw Exp $
   #
   
   # -----------------------------------------------------------------------------