You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2003/12/04 22:47:47 UTC

cvs commit: xml-xalan/c/src/xalanc/XercesParserLiaison XercesDocumentWrapper.cpp XercesDocumentWrapper.hpp XercesParserLiaison.hpp

dbertoni    2003/12/04 13:47:47

  Modified:    c/Tests/C-API c-api.c
               c/Tests/Memory TestBlock.cpp
               c/Tests/Threads ThreadTest.cpp ThreadTestold.cpp
               c/src/xalanc/Include XalanArrayKeyMap.hpp
                        XalanObjectCache.hpp
               c/src/xalanc/PlatformSupport FormatterListener.cpp
                        XalanInMemoryMessageLoader.cpp
                        XalanNLSMessageLoader.hpp XalanOutputStream.hpp
                        XalanOutputStreamPrintWriter.cpp
               c/src/xalanc/XMLSupport FormatterToXML_UTF16.cpp
                        FormatterToXML_UTF8.cpp
               c/src/xalanc/XPath XObjectFactory.hpp
               c/src/xalanc/XSLT ElemDecimalFormat.cpp ElemFallback.cpp
                        FunctionSystemProperty.cpp NamespacesHandler.cpp
                        NamespacesHandler.hpp Stylesheet.cpp Stylesheet.hpp
                        TraceListenerDefault.cpp VariablesStack.hpp
                        XSLTEngineImpl.hpp XSLTProcessor.hpp
               c/src/xalanc/XalanSourceTree
                        XalanSourceTreeContentHandler.cpp
                        XalanSourceTreeContentHandler.hpp
                        XalanSourceTreeDocument.cpp
                        XalanSourceTreeParserLiaison.hpp
               c/src/xalanc/XalanTransformer XalanTransformer.cpp
                        XalanTransformer.hpp
               c/src/xalanc/XercesParserLiaison XercesDocumentWrapper.cpp
                        XercesDocumentWrapper.hpp XercesParserLiaison.hpp
  Removed:     c/Projects/Win32/Res/DOMSupport DOMSupport.rc resource.h
               c/Projects/Win32/Res/ICUBridge ICUBridge.rc resource.h
               c/Projects/Win32/Res/PlatformSupport PlatformSupport.rc
                        resource.h
               c/Projects/Win32/Res/XMLSupport XMLSupport.rc resource.h
               c/Projects/Win32/Res/XPath XPath.rc resource.h
               c/Projects/Win32/Res/XPathCAPI XPathCAPI.rc resource.h
               c/Projects/Win32/Res/XSLT XSLT.rc resource.h
               c/Projects/Win32/Res/XalanDOM XalanDOM.rc resource.h
               c/Projects/Win32/Res/XalanEXSLT XalanEXSLT.rc resource.h
               c/Projects/Win32/Res/XalanExtensions XalanExtensions.rc
                        resource.h
               c/Projects/Win32/Res/XalanSourceTree XalanSourceTree.rc
                        resource.h
               c/Projects/Win32/Res/XalanTransformer XalanTransformer.rc
                        resource.h
               c/Projects/Win32/Res/XercesParserLiaison
                        XercesParserLiaison.rc resource.h
               c/Projects/Win32/VC6/DOMSupport DOMSupport.dsp
               c/Projects/Win32/VC6/ICUBridge ICUBridge.dsp
               c/Projects/Win32/VC6/PlatformSupport PlatformSupport.dsp
               c/Projects/Win32/VC6/XMLSupport XMLSupport.dsp
               c/Projects/Win32/VC6/XPath XPath.dsp
               c/Projects/Win32/VC6/XPathCAPI XPathCAPI.dsp
               c/Projects/Win32/VC6/XSLT XSLT.dsp
               c/Projects/Win32/VC6/XalanDOM XalanDOM.dsp
               c/Projects/Win32/VC6/XalanEXSLT XalanEXSLT.dsp
               c/Projects/Win32/VC6/XalanExtensions XalanExtensions.dsp
               c/Projects/Win32/VC6/XalanSourceTree XalanSourceTree.dsp
               c/Projects/Win32/VC6/XalanTransformer XalanTransformer.dsp
               c/Projects/Win32/VC6/XercesParserLiaison
                        XercesParserLiaison.dsp
  Log:
  Fix for Bugzilla 25219.
  
  Revision  Changes    Path
  1.6       +57 -0     xml-xalan/c/Tests/C-API/c-api.c
  
  Index: c-api.c
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/C-API/c-api.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- c-api.c	20 Aug 2003 15:55:09 -0000	1.5
  +++ c-api.c	4 Dec 2003 21:47:45 -0000	1.6
  @@ -1,3 +1,60 @@
  +/*
  + * 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 apache@apache.org.
  + *
  + * 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, International
  + * Business Machines, Inc., http://www.ibm.com.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + */
  +
   #include <xalanc/XalanTransformer/XalanCAPI.h>
   
   
  
  
  
  1.3       +57 -0     xml-xalan/c/Tests/Memory/TestBlock.cpp
  
  Index: TestBlock.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Memory/TestBlock.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestBlock.cpp	20 Aug 2003 15:55:09 -0000	1.2
  +++ TestBlock.cpp	4 Dec 2003 21:47:45 -0000	1.3
  @@ -1,3 +1,60 @@
  +/*
  + * 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 apache@apache.org.
  + *
  + * 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, International
  + * Business Machines, Inc., http://www.ibm.com.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + */
  +
   #if defined(_MSC_VER)
   
   #pragma warning(disable: 4127 4251 4511 4512 4514 4702 4710 4711 4786 4097; error: 4150 4172 4238 4239 4715)
  
  
  
  1.31      +57 -0     xml-xalan/c/Tests/Threads/ThreadTest.cpp
  
  Index: ThreadTest.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Threads/ThreadTest.cpp,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- ThreadTest.cpp	20 Aug 2003 15:55:10 -0000	1.30
  +++ ThreadTest.cpp	4 Dec 2003 21:47:45 -0000	1.31
  @@ -1,3 +1,60 @@
  +/*
  + * 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 apache@apache.org.
  + *
  + * 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, International
  + * Business Machines, Inc., http://www.ibm.com.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + */
  +
   // Base header file.  Must be first.
   #include <xalanc/Include/PlatformDefinitions.hpp>
   
  
  
  
  1.4       +57 -0     xml-xalan/c/Tests/Threads/ThreadTestold.cpp
  
  Index: ThreadTestold.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/Tests/Threads/ThreadTestold.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ThreadTestold.cpp	20 Aug 2003 15:55:10 -0000	1.3
  +++ ThreadTestold.cpp	4 Dec 2003 21:47:45 -0000	1.4
  @@ -1,3 +1,60 @@
  +/*
  + * 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 apache@apache.org.
  + *
  + * 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, International
  + * Business Machines, Inc., http://www.ibm.com.  For more
  + * information on the Apache Software Foundation, please see
  + * <http://www.apache.org/>.
  + */
  +
   #include <cassert>
   #include <fstream>
   #include <iostream>
  
  
  
  1.3       +15 -15    xml-xalan/c/src/xalanc/Include/XalanArrayKeyMap.hpp
  
  Index: XalanArrayKeyMap.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Include/XalanArrayKeyMap.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XalanArrayKeyMap.hpp	19 Sep 2003 21:05:21 -0000	1.2
  +++ XalanArrayKeyMap.hpp	4 Dec 2003 21:47:45 -0000	1.3
  @@ -10,33 +10,33 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  + * 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
  
  
  
  1.3       +14 -14    xml-xalan/c/src/xalanc/Include/XalanObjectCache.hpp
  
  Index: XalanObjectCache.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/Include/XalanObjectCache.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XalanObjectCache.hpp	19 Sep 2003 21:05:21 -0000	1.2
  +++ XalanObjectCache.hpp	4 Dec 2003 21:47:45 -0000	1.3
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.4       +15 -15    xml-xalan/c/src/xalanc/PlatformSupport/FormatterListener.cpp
  
  Index: FormatterListener.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/FormatterListener.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FormatterListener.cpp	19 Sep 2003 21:05:21 -0000	1.3
  +++ FormatterListener.cpp	4 Dec 2003 21:47:45 -0000	1.4
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.2       +14 -14    xml-xalan/c/src/xalanc/PlatformSupport/XalanInMemoryMessageLoader.cpp
  
  Index: XalanInMemoryMessageLoader.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanInMemoryMessageLoader.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanInMemoryMessageLoader.cpp	2 Dec 2003 19:58:52 -0000	1.1
  +++ XalanInMemoryMessageLoader.cpp	4 Dec 2003 21:47:45 -0000	1.2
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.2       +14 -14    xml-xalan/c/src/xalanc/PlatformSupport/XalanNLSMessageLoader.hpp
  
  Index: XalanNLSMessageLoader.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanNLSMessageLoader.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanNLSMessageLoader.hpp	2 Dec 2003 19:58:52 -0000	1.1
  +++ XalanNLSMessageLoader.hpp	4 Dec 2003 21:47:45 -0000	1.2
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.4       +14 -14    xml-xalan/c/src/xalanc/PlatformSupport/XalanOutputStream.hpp
  
  Index: XalanOutputStream.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanOutputStream.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XalanOutputStream.hpp	7 Aug 2003 05:43:26 -0000	1.3
  +++ XalanOutputStream.hpp	4 Dec 2003 21:47:45 -0000	1.4
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.4       +1 -1      xml-xalan/c/src/xalanc/PlatformSupport/XalanOutputStreamPrintWriter.cpp
  
  Index: XalanOutputStreamPrintWriter.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/PlatformSupport/XalanOutputStreamPrintWriter.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XalanOutputStreamPrintWriter.cpp	19 Sep 2003 21:05:22 -0000	1.3
  +++ XalanOutputStreamPrintWriter.cpp	4 Dec 2003 21:47:45 -0000	1.4
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999-2003, 2000 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.6       +14 -14    xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.cpp
  
  Index: FormatterToXML_UTF16.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF16.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- FormatterToXML_UTF16.cpp	18 Sep 2003 23:55:23 -0000	1.5
  +++ FormatterToXML_UTF16.cpp	4 Dec 2003 21:47:45 -0000	1.6
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.6       +14 -14    xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF8.cpp
  
  Index: FormatterToXML_UTF8.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XMLSupport/FormatterToXML_UTF8.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- FormatterToXML_UTF8.cpp	18 Sep 2003 23:55:23 -0000	1.5
  +++ FormatterToXML_UTF8.cpp	4 Dec 2003 21:47:45 -0000	1.6
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.3       +14 -14    xml-xalan/c/src/xalanc/XPath/XObjectFactory.hpp
  
  Index: XObjectFactory.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XPath/XObjectFactory.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XObjectFactory.hpp	19 Sep 2003 21:05:26 -0000	1.2
  +++ XObjectFactory.hpp	4 Dec 2003 21:47:45 -0000	1.3
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.4       +14 -14    xml-xalan/c/src/xalanc/XSLT/ElemDecimalFormat.cpp
  
  Index: ElemDecimalFormat.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/ElemDecimalFormat.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ElemDecimalFormat.cpp	2 Dec 2003 19:58:54 -0000	1.3
  +++ ElemDecimalFormat.cpp	4 Dec 2003 21:47:45 -0000	1.4
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.4       +14 -14    xml-xalan/c/src/xalanc/XSLT/ElemFallback.cpp
  
  Index: ElemFallback.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/ElemFallback.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ElemFallback.cpp	2 Dec 2003 19:58:54 -0000	1.3
  +++ ElemFallback.cpp	4 Dec 2003 21:47:45 -0000	1.4
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.4       +1 -1      xml-xalan/c/src/xalanc/XSLT/FunctionSystemProperty.cpp
  
  Index: FunctionSystemProperty.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/FunctionSystemProperty.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FunctionSystemProperty.cpp	2 Dec 2003 19:58:54 -0000	1.3
  +++ FunctionSystemProperty.cpp	4 Dec 2003 21:47:45 -0000	1.4
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 200-1999-2003 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       +14 -14    xml-xalan/c/src/xalanc/XSLT/NamespacesHandler.cpp
  
  Index: NamespacesHandler.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/NamespacesHandler.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- NamespacesHandler.cpp	2 Dec 2003 19:58:54 -0000	1.3
  +++ NamespacesHandler.cpp	4 Dec 2003 21:47:45 -0000	1.4
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.3       +14 -14    xml-xalan/c/src/xalanc/XSLT/NamespacesHandler.hpp
  
  Index: NamespacesHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/NamespacesHandler.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NamespacesHandler.hpp	19 Sep 2003 20:33:04 -0000	1.2
  +++ NamespacesHandler.hpp	4 Dec 2003 21:47:45 -0000	1.3
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.6       +14 -14    xml-xalan/c/src/xalanc/XSLT/Stylesheet.cpp
  
  Index: Stylesheet.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/Stylesheet.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Stylesheet.cpp	2 Dec 2003 19:58:54 -0000	1.5
  +++ Stylesheet.cpp	4 Dec 2003 21:47:45 -0000	1.6
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.5       +14 -14    xml-xalan/c/src/xalanc/XSLT/Stylesheet.hpp
  
  Index: Stylesheet.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/Stylesheet.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Stylesheet.hpp	2 Dec 2003 19:58:54 -0000	1.4
  +++ Stylesheet.hpp	4 Dec 2003 21:47:45 -0000	1.5
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.6       +14 -14    xml-xalan/c/src/xalanc/XSLT/TraceListenerDefault.cpp
  
  Index: TraceListenerDefault.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/TraceListenerDefault.cpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TraceListenerDefault.cpp	2 Dec 2003 19:58:54 -0000	1.5
  +++ TraceListenerDefault.cpp	4 Dec 2003 21:47:46 -0000	1.6
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.5       +14 -14    xml-xalan/c/src/xalanc/XSLT/VariablesStack.hpp
  
  Index: VariablesStack.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/VariablesStack.hpp,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- VariablesStack.hpp	19 Sep 2003 20:33:04 -0000	1.4
  +++ VariablesStack.hpp	4 Dec 2003 21:47:46 -0000	1.5
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.6       +14 -14    xml-xalan/c/src/xalanc/XSLT/XSLTEngineImpl.hpp
  
  Index: XSLTEngineImpl.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/XSLTEngineImpl.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XSLTEngineImpl.hpp	26 Oct 2003 00:50:30 -0000	1.5
  +++ XSLTEngineImpl.hpp	4 Dec 2003 21:47:46 -0000	1.6
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.4       +14 -14    xml-xalan/c/src/xalanc/XSLT/XSLTProcessor.hpp
  
  Index: XSLTProcessor.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/XSLTProcessor.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSLTProcessor.hpp	26 Oct 2003 00:50:30 -0000	1.3
  +++ XSLTProcessor.hpp	4 Dec 2003 21:47:46 -0000	1.4
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.3       +15 -15    xml-xalan/c/src/xalanc/XalanSourceTree/XalanSourceTreeContentHandler.cpp
  
  Index: XalanSourceTreeContentHandler.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XalanSourceTree/XalanSourceTreeContentHandler.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XalanSourceTreeContentHandler.cpp	19 Sep 2003 21:05:34 -0000	1.2
  +++ XalanSourceTreeContentHandler.cpp	4 Dec 2003 21:47:46 -0000	1.3
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    * 
  - * Copyright (c) 1999-2003 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
  @@ -9,28 +9,28 @@
    * are met:
    * 
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 "Xerces" 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 apache\@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache\@apache.org.
    * 
    * 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.
  + *    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
  
  
  
  1.3       +15 -15    xml-xalan/c/src/xalanc/XalanSourceTree/XalanSourceTreeContentHandler.hpp
  
  Index: XalanSourceTreeContentHandler.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XalanSourceTree/XalanSourceTreeContentHandler.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XalanSourceTreeContentHandler.hpp	19 Sep 2003 21:05:34 -0000	1.2
  +++ XalanSourceTreeContentHandler.hpp	4 Dec 2003 21:47:46 -0000	1.3
  @@ -1,7 +1,7 @@
   /*
    * The Apache Software License, Version 1.1
    * 
  - * Copyright (c) 1999-2003 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
  @@ -9,28 +9,28 @@
    * are met:
    * 
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 "Xerces" 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 apache\@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache\@apache.org.
    * 
    * 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.
  + *    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
  
  
  
  1.3       +14 -14    xml-xalan/c/src/xalanc/XalanSourceTree/XalanSourceTreeDocument.cpp
  
  Index: XalanSourceTreeDocument.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XalanSourceTree/XalanSourceTreeDocument.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XalanSourceTreeDocument.cpp	19 Sep 2003 21:05:34 -0000	1.2
  +++ XalanSourceTreeDocument.cpp	4 Dec 2003 21:47:46 -0000	1.3
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.3       +14 -14    xml-xalan/c/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.hpp
  
  Index: XalanSourceTreeParserLiaison.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XalanSourceTree/XalanSourceTreeParserLiaison.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XalanSourceTreeParserLiaison.hpp	19 Sep 2003 21:05:34 -0000	1.2
  +++ XalanSourceTreeParserLiaison.hpp	4 Dec 2003 21:47:46 -0000	1.3
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.10      +14 -14    xml-xalan/c/src/xalanc/XalanTransformer/XalanTransformer.cpp
  
  Index: XalanTransformer.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XalanTransformer/XalanTransformer.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- XalanTransformer.cpp	2 Dec 2003 19:58:56 -0000	1.9
  +++ XalanTransformer.cpp	4 Dec 2003 21:47:47 -0000	1.10
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.6       +14 -14    xml-xalan/c/src/xalanc/XalanTransformer/XalanTransformer.hpp
  
  Index: XalanTransformer.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XalanTransformer/XalanTransformer.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XalanTransformer.hpp	17 Nov 2003 21:13:12 -0000	1.5
  +++ XalanTransformer.hpp	4 Dec 2003 21:47:47 -0000	1.6
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.4       +14 -14    xml-xalan/c/src/xalanc/XercesParserLiaison/XercesDocumentWrapper.cpp
  
  Index: XercesDocumentWrapper.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XercesParserLiaison/XercesDocumentWrapper.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XercesDocumentWrapper.cpp	4 Dec 2003 06:54:50 -0000	1.3
  +++ XercesDocumentWrapper.cpp	4 Dec 2003 21:47:47 -0000	1.4
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.2       +14 -14    xml-xalan/c/src/xalanc/XercesParserLiaison/XercesDocumentWrapper.hpp
  
  Index: XercesDocumentWrapper.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XercesParserLiaison/XercesDocumentWrapper.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XercesDocumentWrapper.hpp	29 Jun 2003 03:58:25 -0000	1.1
  +++ XercesDocumentWrapper.hpp	4 Dec 2003 21:47:47 -0000	1.2
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  
  1.4       +14 -14    xml-xalan/c/src/xalanc/XercesParserLiaison/XercesParserLiaison.hpp
  
  Index: XercesParserLiaison.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XercesParserLiaison/XercesParserLiaison.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XercesParserLiaison.hpp	4 Dec 2003 06:54:50 -0000	1.3
  +++ XercesParserLiaison.hpp	4 Dec 2003 21:47:47 -0000	1.4
  @@ -10,28 +10,28 @@
    * are met:
    *
    * 1. Redistributions of source code must retain the above copyright
  - *	  notice, this list of conditions and the following disclaimer. 
  + *    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.
  + *    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.
  + *    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 apache@apache.org.
  + *    not be used to endorse or promote products derived from this
  + *    software without prior written permission. For written 
  + *    permission, please contact apache@apache.org.
    *
    * 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.
  + *    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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org