ilene       2003/01/29 16:48:45

  Modified:    java/samples/CompiledServlet Tag: xslt20 CompileServlet.java
                        TransformServlet.java
               java/samples/Validate Tag: xslt20 Validate.java
                        ValidateXMLInput.java
               java/samples/servlet Tag: xslt20 ApplyXSLTException.java
                        DefaultApplyXSLTProperties.java ApplyXSLT.java
                        XSLTServletWithParams.java ApplyXSLTListener.java
                        SimpleXSLTServlet.java ApplyXSLTProperties.java
                        UseStylesheetParamServlet.java
               java/samples/UseStylesheetParam Tag: xslt20
                        UseStylesheetParam.java
               java/samples/trax Tag: xslt20 ExampleContentHandler.java
                        Examples.java
               java/samples/CompiledApplet Tag: xslt20 TransformApplet.java
               java/samples/UseStylesheetPI Tag: xslt20
                        UseStylesheetPI.java
               java/samples/UseXMLFilters Tag: xslt20 UseXMLFilters.java
               java/samples/SAX2SAX Tag: xslt20 SAX2SAX.java
               java/samples/DOM2DOM Tag: xslt20 DOM2DOM.java
               java/samples/ApplyXPath Tag: xslt20 ApplyXPath.java
               java/samples/CompiledEJB Tag: xslt20 TransformRemote.java
                        TransformHome.java TransformBean.java
                        TransformServlet.java
               java/samples/extensions/sql/ext-connection Tag: xslt20
                        ExternalConnection.java
               java/samples/translets Tag: xslt20
                        JAXPTransletOneTransformation.java
                        JAXPTransletMultipleTransformations.java
               java/samples/CompiledJAXP Tag: xslt20 Transform.java
                        Compile.java
               java/samples/extensions Tag: xslt20 IntDate.java
                        MyCounter.java
               java/samples/CompiledBrazil Tag: xslt20
                        TransformHandler.java
               java/samples/Trace Tag: xslt20 Trace.java
               java/samples/Pipe Tag: xslt20 Pipe.java
               java/samples/SimpleTransform Tag: xslt20
                        SimpleTransform.java
  Log:
  Patch from Sarah McNamara ([EMAIL PROTECTED]) to update
  copyright statements.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.8.1   +2 -2      xml-xalan/java/samples/CompiledServlet/CompileServlet.java
  
  Index: CompileServlet.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/CompiledServlet/CompileServlet.java,v
  retrieving revision 1.2
  retrieving revision 1.2.8.1
  diff -u -r1.2 -r1.2.8.1
  --- CompileServlet.java       13 Jul 2001 10:36:08 -0000      1.2
  +++ CompileServlet.java       30 Jan 2003 00:48:42 -0000      1.2.8.1
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.12.1  +2 -2      xml-xalan/java/samples/CompiledServlet/TransformServlet.java
  
  Index: TransformServlet.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/CompiledServlet/TransformServlet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.12.1
  diff -u -r1.1 -r1.1.12.1
  --- TransformServlet.java     17 May 2001 15:36:40 -0000      1.1
  +++ TransformServlet.java     30 Jan 2003 00:48:42 -0000      1.1.12.1
  @@ -4,7 +4,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.8.1   +1 -1      xml-xalan/java/samples/Validate/Validate.java
  
  Index: Validate.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/Validate/Validate.java,v
  retrieving revision 1.2
  retrieving revision 1.2.8.1
  diff -u -r1.2 -r1.2.8.1
  --- Validate.java     8 Aug 2001 15:50:38 -0000       1.2
  +++ Validate.java     30 Jan 2003 00:48:42 -0000      1.2.8.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.8.2   +1 -1      xml-xalan/java/samples/Validate/ValidateXMLInput.java
  
  Index: ValidateXMLInput.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/Validate/ValidateXMLInput.java,v
  retrieving revision 1.3.8.1
  retrieving revision 1.3.8.2
  diff -u -r1.3.8.1 -r1.3.8.2
  --- ValidateXMLInput.java     23 Jan 2003 02:25:24 -0000      1.3.8.1
  +++ ValidateXMLInput.java     30 Jan 2003 00:48:42 -0000      1.3.8.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.12.1  +1 -1      xml-xalan/java/samples/servlet/ApplyXSLTException.java
  
  Index: ApplyXSLTException.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/servlet/ApplyXSLTException.java,v
  retrieving revision 1.2
  retrieving revision 1.2.12.1
  diff -u -r1.2 -r1.2.12.1
  --- ApplyXSLTException.java   7 Mar 2001 18:22:05 -0000       1.2
  +++ ApplyXSLTException.java   30 Jan 2003 00:48:42 -0000      1.2.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.10.12.1 +1 -1      xml-xalan/java/samples/servlet/DefaultApplyXSLTProperties.java
  
  Index: DefaultApplyXSLTProperties.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/servlet/DefaultApplyXSLTProperties.java,v
  retrieving revision 1.10
  retrieving revision 1.10.12.1
  diff -u -r1.10 -r1.10.12.1
  --- DefaultApplyXSLTProperties.java   7 Mar 2001 18:22:08 -0000       1.10
  +++ DefaultApplyXSLTProperties.java   30 Jan 2003 00:48:42 -0000      1.10.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.19.10.1 +1 -1      xml-xalan/java/samples/servlet/ApplyXSLT.java
  
  Index: ApplyXSLT.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/servlet/ApplyXSLT.java,v
  retrieving revision 1.19
  retrieving revision 1.19.10.1
  diff -u -r1.19 -r1.19.10.1
  --- ApplyXSLT.java    14 Jun 2001 13:55:34 -0000      1.19
  +++ ApplyXSLT.java    30 Jan 2003 00:48:42 -0000      1.19.10.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.12.1  +1 -1      xml-xalan/java/samples/servlet/XSLTServletWithParams.java
  
  Index: XSLTServletWithParams.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/servlet/XSLTServletWithParams.java,v
  retrieving revision 1.4
  retrieving revision 1.4.12.1
  diff -u -r1.4 -r1.4.12.1
  --- XSLTServletWithParams.java        23 Apr 2001 18:53:37 -0000      1.4
  +++ XSLTServletWithParams.java        30 Jan 2003 00:48:42 -0000      1.4.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.12.1  +1 -1      xml-xalan/java/samples/servlet/ApplyXSLTListener.java
  
  Index: ApplyXSLTListener.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/servlet/ApplyXSLTListener.java,v
  retrieving revision 1.5
  retrieving revision 1.5.12.1
  diff -u -r1.5 -r1.5.12.1
  --- ApplyXSLTListener.java    7 Mar 2001 18:22:06 -0000       1.5
  +++ ApplyXSLTListener.java    30 Jan 2003 00:48:42 -0000      1.5.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.8.1   +1 -1      xml-xalan/java/samples/servlet/SimpleXSLTServlet.java
  
  Index: SimpleXSLTServlet.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/servlet/SimpleXSLTServlet.java,v
  retrieving revision 1.4
  retrieving revision 1.4.8.1
  diff -u -r1.4 -r1.4.8.1
  --- SimpleXSLTServlet.java    18 Jan 2002 18:01:10 -0000      1.4
  +++ SimpleXSLTServlet.java    30 Jan 2003 00:48:42 -0000      1.4.8.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.12.1  +1 -1      xml-xalan/java/samples/servlet/ApplyXSLTProperties.java
  
  Index: ApplyXSLTProperties.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/servlet/ApplyXSLTProperties.java,v
  retrieving revision 1.2
  retrieving revision 1.2.12.1
  diff -u -r1.2 -r1.2.12.1
  --- ApplyXSLTProperties.java  7 Mar 2001 18:22:07 -0000       1.2
  +++ ApplyXSLTProperties.java  30 Jan 2003 00:48:42 -0000      1.2.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.12.1  +56 -0     xml-xalan/java/samples/servlet/UseStylesheetParamServlet.java
  
  Index: UseStylesheetParamServlet.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/servlet/UseStylesheetParamServlet.java,v
  retrieving revision 1.2
  retrieving revision 1.2.12.1
  diff -u -r1.2 -r1.2.12.1
  --- UseStylesheetParamServlet.java    24 Apr 2001 13:16:56 -0000      1.2
  +++ UseStylesheetParamServlet.java    30 Jan 2003 00:48:42 -0000      1.2.12.1
  @@ -1,3 +1,59 @@
  +/*
  + * The Apache Software License, Version 1.1
  + *
  + *
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
  + * reserved.
  + *
  + * Redistribution and use in source and binary forms, with or without
  + * modification, are permitted provided that the following conditions
  + * are met:
  + *
  + * 1. Redistributions of source code must retain the above copyright
  + *    notice, this list of conditions and the following disclaimer.
  + *
  + * 2. Redistributions in binary form must reproduce the above copyright
  + *    notice, this list of conditions and the following disclaimer in
  + *    the documentation and/or other materials provided with the
  + *    distribution.
  + *
  + * 3. The end-user documentation included with the redistribution,
  + *    if any, must include the following acknowledgment:
  + *       "This product includes software developed by the
  + *        Apache Software Foundation (http://www.apache.org/)."
  + *    Alternately, this acknowledgment may appear in the software itself,
  + *    if and wherever such third-party acknowledgments normally appear.
  + *
  + * 4. The names "Xalan" and "Apache Software Foundation" must
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written
  + *    permission, please contact [EMAIL PROTECTED]
  + *
  + * 5. Products derived from this software may not be called "Apache",
  + *    nor may "Apache" appear in their name, without prior written
  + *    permission of the Apache Software Foundation.
  + *
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
  + * ====================================================================
  + *
  + * This software consists of voluntary contributions made by many
  + * individuals on behalf of the Apache Software Foundation and was
  + * originally based on software copyright (c) 1999, Lotus
  + * Development Corporation., http://www.lotus.com.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + */
   
   /*
   Simple Servlet Example using a stylesheet parameter
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.12.2  +1 -1      
xml-xalan/java/samples/UseStylesheetParam/UseStylesheetParam.java
  
  Index: UseStylesheetParam.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/samples/UseStylesheetParam/UseStylesheetParam.java,v
  retrieving revision 1.4.12.1
  retrieving revision 1.4.12.2
  diff -u -r1.4.12.1 -r1.4.12.2
  --- UseStylesheetParam.java   23 Jan 2003 02:25:24 -0000      1.4.12.1
  +++ UseStylesheetParam.java   30 Jan 2003 00:48:43 -0000      1.4.12.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.12.1  +1 -1      xml-xalan/java/samples/trax/ExampleContentHandler.java
  
  Index: ExampleContentHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/trax/ExampleContentHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.2.12.1
  diff -u -r1.2 -r1.2.12.1
  --- ExampleContentHandler.java        7 Mar 2001 18:22:49 -0000       1.2
  +++ ExampleContentHandler.java        30 Jan 2003 00:48:43 -0000      1.2.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.11.8.1  +1 -1      xml-xalan/java/samples/trax/Examples.java
  
  Index: Examples.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/trax/Examples.java,v
  retrieving revision 1.11
  retrieving revision 1.11.8.1
  diff -u -r1.11 -r1.11.8.1
  --- Examples.java     9 Oct 2001 18:38:24 -0000       1.11
  +++ Examples.java     30 Jan 2003 00:48:43 -0000      1.11.8.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.8.1   +2 -2      xml-xalan/java/samples/CompiledApplet/TransformApplet.java
  
  Index: TransformApplet.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/CompiledApplet/TransformApplet.java,v
  retrieving revision 1.3
  retrieving revision 1.3.8.1
  diff -u -r1.3 -r1.3.8.1
  --- TransformApplet.java      16 Jul 2001 09:05:37 -0000      1.3
  +++ TransformApplet.java      30 Jan 2003 00:48:43 -0000      1.3.8.1
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.5.12.1  +1 -1      xml-xalan/java/samples/UseStylesheetPI/UseStylesheetPI.java
  
  Index: UseStylesheetPI.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/UseStylesheetPI/UseStylesheetPI.java,v
  retrieving revision 1.5
  retrieving revision 1.5.12.1
  diff -u -r1.5 -r1.5.12.1
  --- UseStylesheetPI.java      7 Mar 2001 18:23:09 -0000       1.5
  +++ UseStylesheetPI.java      30 Jan 2003 00:48:43 -0000      1.5.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.6.12.1  +1 -1      xml-xalan/java/samples/UseXMLFilters/UseXMLFilters.java
  
  Index: UseXMLFilters.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/UseXMLFilters/UseXMLFilters.java,v
  retrieving revision 1.6
  retrieving revision 1.6.12.1
  diff -u -r1.6 -r1.6.12.1
  --- UseXMLFilters.java        7 Dec 2000 16:20:09 -0000       1.6
  +++ UseXMLFilters.java        30 Jan 2003 00:48:43 -0000      1.6.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.8.12.1  +1 -1      xml-xalan/java/samples/SAX2SAX/SAX2SAX.java
  
  Index: SAX2SAX.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/SAX2SAX/SAX2SAX.java,v
  retrieving revision 1.8
  retrieving revision 1.8.12.1
  diff -u -r1.8 -r1.8.12.1
  --- SAX2SAX.java      7 Dec 2000 16:18:38 -0000       1.8
  +++ SAX2SAX.java      30 Jan 2003 00:48:43 -0000      1.8.12.1
  @@ -3,7 +3,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.12.1  +1 -1      xml-xalan/java/samples/DOM2DOM/DOM2DOM.java
  
  Index: DOM2DOM.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/DOM2DOM/DOM2DOM.java,v
  retrieving revision 1.4
  retrieving revision 1.4.12.1
  diff -u -r1.4 -r1.4.12.1
  --- DOM2DOM.java      2 Mar 2001 15:30:57 -0000       1.4
  +++ DOM2DOM.java      30 Jan 2003 00:48:43 -0000      1.4.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.17.8.1  +1 -1      xml-xalan/java/samples/ApplyXPath/ApplyXPath.java
  
  Index: ApplyXPath.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/ApplyXPath/ApplyXPath.java,v
  retrieving revision 1.17
  retrieving revision 1.17.8.1
  diff -u -r1.17 -r1.17.8.1
  --- ApplyXPath.java   29 Nov 2001 22:19:14 -0000      1.17
  +++ ApplyXPath.java   30 Jan 2003 00:48:43 -0000      1.17.8.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.12.1  +2 -2      xml-xalan/java/samples/CompiledEJB/TransformRemote.java
  
  Index: TransformRemote.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/CompiledEJB/TransformRemote.java,v
  retrieving revision 1.1
  retrieving revision 1.1.12.1
  diff -u -r1.1 -r1.1.12.1
  --- TransformRemote.java      23 May 2001 14:57:44 -0000      1.1
  +++ TransformRemote.java      30 Jan 2003 00:48:43 -0000      1.1.12.1
  @@ -4,7 +4,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.12.1  +2 -2      xml-xalan/java/samples/CompiledEJB/TransformHome.java
  
  Index: TransformHome.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/CompiledEJB/TransformHome.java,v
  retrieving revision 1.1
  retrieving revision 1.1.12.1
  diff -u -r1.1 -r1.1.12.1
  --- TransformHome.java        23 May 2001 14:57:43 -0000      1.1
  +++ TransformHome.java        30 Jan 2003 00:48:43 -0000      1.1.12.1
  @@ -4,7 +4,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.8.1   +2 -2      xml-xalan/java/samples/CompiledEJB/TransformBean.java
  
  Index: TransformBean.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/CompiledEJB/TransformBean.java,v
  retrieving revision 1.2
  retrieving revision 1.2.8.1
  diff -u -r1.2 -r1.2.8.1
  --- TransformBean.java        16 Jul 2001 09:05:37 -0000      1.2
  +++ TransformBean.java        30 Jan 2003 00:48:43 -0000      1.2.8.1
  @@ -4,7 +4,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.12.1  +2 -2      xml-xalan/java/samples/CompiledEJB/TransformServlet.java
  
  Index: TransformServlet.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/CompiledEJB/TransformServlet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.12.1
  diff -u -r1.1 -r1.1.12.1
  --- TransformServlet.java     23 May 2001 14:57:44 -0000      1.1
  +++ TransformServlet.java     30 Jan 2003 00:48:43 -0000      1.1.12.1
  @@ -4,7 +4,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.8.2   +1 -1      
xml-xalan/java/samples/extensions/sql/ext-connection/ExternalConnection.java
  
  Index: ExternalConnection.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/samples/extensions/sql/ext-connection/ExternalConnection.java,v
  retrieving revision 1.3.8.1
  retrieving revision 1.3.8.2
  diff -u -r1.3.8.1 -r1.3.8.2
  --- ExternalConnection.java   23 Jan 2003 02:25:24 -0000      1.3.8.1
  +++ ExternalConnection.java   30 Jan 2003 00:48:44 -0000      1.3.8.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.7.8.1   +1 -1      
xml-xalan/java/samples/translets/JAXPTransletOneTransformation.java
  
  Index: JAXPTransletOneTransformation.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/samples/translets/JAXPTransletOneTransformation.java,v
  retrieving revision 1.7
  retrieving revision 1.7.8.1
  diff -u -r1.7 -r1.7.8.1
  --- JAXPTransletOneTransformation.java        9 Aug 2001 22:00:41 -0000       1.7
  +++ JAXPTransletOneTransformation.java        30 Jan 2003 00:48:44 -0000      1.7.8.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.8.1   +1 -1      
xml-xalan/java/samples/translets/JAXPTransletMultipleTransformations.java
  
  Index: JAXPTransletMultipleTransformations.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/java/samples/translets/JAXPTransletMultipleTransformations.java,v
  retrieving revision 1.6
  retrieving revision 1.6.8.1
  diff -u -r1.6 -r1.6.8.1
  --- JAXPTransletMultipleTransformations.java  9 Aug 2001 22:00:41 -0000       1.6
  +++ JAXPTransletMultipleTransformations.java  30 Jan 2003 00:48:44 -0000      1.6.8.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.8.1   +58 -0     xml-xalan/java/samples/CompiledJAXP/Transform.java
  
  Index: Transform.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/CompiledJAXP/Transform.java,v
  retrieving revision 1.1
  retrieving revision 1.1.8.1
  diff -u -r1.1 -r1.1.8.1
  --- Transform.java    13 Jul 2001 10:36:02 -0000      1.1
  +++ Transform.java    30 Jan 2003 00:48:44 -0000      1.1.8.1
  @@ -1,3 +1,61 @@
  +/*
  + * The Apache Software License, Version 1.1
  + *
  + *
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
  + * reserved.
  + *
  + * Redistribution and use in source and binary forms, with or without
  + * modification, are permitted provided that the following conditions
  + * are met:
  + *
  + * 1. Redistributions of source code must retain the above copyright
  + *    notice, this list of conditions and the following disclaimer.
  + *
  + * 2. Redistributions in binary form must reproduce the above copyright
  + *    notice, this list of conditions and the following disclaimer in
  + *    the documentation and/or other materials provided with the
  + *    distribution.
  + *
  + * 3. The end-user documentation included with the redistribution,
  + *    if any, must include the following acknowledgment:
  + *       "This product includes software developed by the
  + *        Apache Software Foundation (http://www.apache.org/)."
  + *    Alternately, this acknowledgment may appear in the software itself,
  + *    if and wherever such third-party acknowledgments normally appear.
  + *
  + * 4. The names "Xalan" and "Apache Software Foundation" must
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written
  + *    permission, please contact [EMAIL PROTECTED]
  + *
  + * 5. Products derived from this software may not be called "Apache",
  + *    nor may "Apache" appear in their name, without prior written
  + *    permission of the Apache Software Foundation.
  + *
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
  + * ====================================================================
  + *
  + * This software consists of voluntary contributions made by many
  + * individuals on behalf of the Apache Software Foundation and was
  + * originally based on software copyright (c) 2001, Sun
  + * Microsystems., http://www.sun.com.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + * 
  + */
  +
   import java.io.File;
   import java.io.FileInputStream;
   import java.io.ObjectInputStream;
  
  
  
  1.1.8.1   +58 -0     xml-xalan/java/samples/CompiledJAXP/Compile.java
  
  Index: Compile.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/CompiledJAXP/Compile.java,v
  retrieving revision 1.1
  retrieving revision 1.1.8.1
  diff -u -r1.1 -r1.1.8.1
  --- Compile.java      13 Jul 2001 10:36:02 -0000      1.1
  +++ Compile.java      30 Jan 2003 00:48:44 -0000      1.1.8.1
  @@ -1,3 +1,61 @@
  +/*
  + * The Apache Software License, Version 1.1
  + *
  + *
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
  + * reserved.
  + *
  + * Redistribution and use in source and binary forms, with or without
  + * modification, are permitted provided that the following conditions
  + * are met:
  + *
  + * 1. Redistributions of source code must retain the above copyright
  + *    notice, this list of conditions and the following disclaimer.
  + *
  + * 2. Redistributions in binary form must reproduce the above copyright
  + *    notice, this list of conditions and the following disclaimer in
  + *    the documentation and/or other materials provided with the
  + *    distribution.
  + *
  + * 3. The end-user documentation included with the redistribution,
  + *    if any, must include the following acknowledgment:
  + *       "This product includes software developed by the
  + *        Apache Software Foundation (http://www.apache.org/)."
  + *    Alternately, this acknowledgment may appear in the software itself,
  + *    if and wherever such third-party acknowledgments normally appear.
  + *
  + * 4. The names "Xalan" and "Apache Software Foundation" must
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written
  + *    permission, please contact [EMAIL PROTECTED]
  + *
  + * 5. Products derived from this software may not be called "Apache",
  + *    nor may "Apache" appear in their name, without prior written
  + *    permission of the Apache Software Foundation.
  + *
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
  + * ====================================================================
  + *
  + * This software consists of voluntary contributions made by many
  + * individuals on behalf of the Apache Software Foundation and was
  + * originally based on software copyright (c) 2001, Sun
  + * Microsystems., http://www.sun.com.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + * 
  + */
  +
   import java.io.File;
   import java.io.FileOutputStream;
   import java.io.ObjectOutputStream;
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.12.1  +56 -0     xml-xalan/java/samples/extensions/IntDate.java
  
  Index: IntDate.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/extensions/IntDate.java,v
  retrieving revision 1.1
  retrieving revision 1.1.12.1
  diff -u -r1.1 -r1.1.12.1
  --- IntDate.java      3 Aug 2000 19:07:46 -0000       1.1
  +++ IntDate.java      30 Jan 2003 00:48:44 -0000      1.1.12.1
  @@ -1,3 +1,59 @@
  +/*
  + * The Apache Software License, Version 1.1
  + *
  + *
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
  + * reserved.
  + *
  + * Redistribution and use in source and binary forms, with or without
  + * modification, are permitted provided that the following conditions
  + * are met:
  + *
  + * 1. Redistributions of source code must retain the above copyright
  + *    notice, this list of conditions and the following disclaimer.
  + *
  + * 2. Redistributions in binary form must reproduce the above copyright
  + *    notice, this list of conditions and the following disclaimer in
  + *    the documentation and/or other materials provided with the
  + *    distribution.
  + *
  + * 3. The end-user documentation included with the redistribution,
  + *    if any, must include the following acknowledgment:
  + *       "This product includes software developed by the
  + *        Apache Software Foundation (http://www.apache.org/)."
  + *    Alternately, this acknowledgment may appear in the software itself,
  + *    if and wherever such third-party acknowledgments normally appear.
  + *
  + * 4. The names "Xalan" and "Apache Software Foundation" must
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written
  + *    permission, please contact [EMAIL PROTECTED]
  + *
  + * 5. Products derived from this software may not be called "Apache",
  + *    nor may "Apache" appear in their name, without prior written
  + *    permission of the Apache Software Foundation.
  + *
  + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  + * DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
  + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
  + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  + * SUCH DAMAGE.
  + * ====================================================================
  + *
  + * This software consists of voluntary contributions made by many
  + * individuals on behalf of the Apache Software Foundation and was
  + * originally based on software copyright (c) 1999, Lotus
  + * Development Corporation., http://www.lotus.com.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + */
   
   import java.util.Date;
   import java.util.Calendar;
  
  
  
  1.5.12.1  +1 -1      xml-xalan/java/samples/extensions/MyCounter.java
  
  Index: MyCounter.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/extensions/MyCounter.java,v
  retrieving revision 1.5
  retrieving revision 1.5.12.1
  diff -u -r1.5 -r1.5.12.1
  --- MyCounter.java    7 Mar 2001 18:21:32 -0000       1.5
  +++ MyCounter.java    30 Jan 2003 00:48:44 -0000      1.5.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.8.1   +2 -2      xml-xalan/java/samples/CompiledBrazil/TransformHandler.java
  
  Index: TransformHandler.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/CompiledBrazil/TransformHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.2.8.1
  diff -u -r1.2 -r1.2.8.1
  --- TransformHandler.java     13 Jul 2001 10:35:54 -0000      1.2
  +++ TransformHandler.java     30 Jan 2003 00:48:44 -0000      1.2.8.1
  @@ -3,7 +3,7 @@
    *
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.5.12.1  +1 -1      xml-xalan/java/samples/Trace/Trace.java
  
  Index: Trace.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/Trace/Trace.java,v
  retrieving revision 1.5
  retrieving revision 1.5.12.1
  diff -u -r1.5 -r1.5.12.1
  --- Trace.java        7 Mar 2001 18:22:32 -0000       1.5
  +++ Trace.java        30 Jan 2003 00:48:44 -0000      1.5.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.7.12.1  +1 -1      xml-xalan/java/samples/Pipe/Pipe.java
  
  Index: Pipe.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/Pipe/Pipe.java,v
  retrieving revision 1.7
  retrieving revision 1.7.12.1
  diff -u -r1.7 -r1.7.12.1
  --- Pipe.java 7 Dec 2000 16:18:24 -0000       1.7
  +++ Pipe.java 30 Jan 2003 00:48:45 -0000      1.7.12.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.7.12.2  +1 -1      xml-xalan/java/samples/SimpleTransform/SimpleTransform.java
  
  Index: SimpleTransform.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/samples/SimpleTransform/SimpleTransform.java,v
  retrieving revision 1.7.12.1
  retrieving revision 1.7.12.2
  diff -u -r1.7.12.1 -r1.7.12.2
  --- SimpleTransform.java      23 Jan 2003 02:25:24 -0000      1.7.12.1
  +++ SimpleTransform.java      30 Jan 2003 00:48:45 -0000      1.7.12.2
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  

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

Reply via email to