mkwan       2003/01/27 10:52:45

  Modified:    test     Tag: XSLTC_DTM build.xml
               test/java/src/org/apache/qetest Tag: XSLTC_DTM
                        CharTables.java CheckService.java Configurable.java
                        ConsoleLogger.java Datalet.java DirFilter.java
                        ExecTestlet.java FileBasedTest.java
                        FileDatalet.java FileDataletManager.java
                        FilePatternFilter.java FileTestlet.java
                        FileTestletDriver.java IncludeExcludeFilter.java
                        LinebyLineCheckService.java Logger.java
                        LoggingHandler.java NullDatalet.java
                        OutputNameManager.java QetestFactory.java
                        QetestUtils.java Reporter.java
                        SimpleFileCheckService.java Test.java TestImpl.java
                        TestfileInfo.java Testlet.java TestletImpl.java
                        ThreadedStreamReader.java XMLFileFilter.java
                        XMLFileLogger.java XSDFileFilter.java
                        XSLFileFilter.java
               test/java/src/org/apache/qetest/dtm Tag: XSLTC_DTM
                        QeDtmUtils.java TestDTM.java TestDTMIter.java
                        TestDTMIterator.java TestDTMTrav.java
                        TestDTMTraverser.java TimeDTMIterDeep.java
                        TimeDTMIterator.java TimeDTMTravDeep.java
                        TimeDTMTraverser.java dtmWSStripper.java
               test/java/src/org/apache/qetest/trax Tag: XSLTC_DTM
                        EmbeddedStylesheetTest.java
                        ErrorListenerAPITest.java ErrorListenerTest.java
                        ExamplesTest.java LoggingErrorListener.java
                        LoggingURIResolver.java Minitest.java
                        OutputPropertiesTest.java ParameterTest.java
                        REPLACE_template_for_new_tests.java
                        SystemIdImpInclTest.java SystemIdTest.java
                        TemplatesAPITest.java TestMultiTypeThreads.java
                        TestThreads.java TransformerAPITest.java
                        TransformerFactoryAPITest.java URIResolverTest.java
               test/java/src/org/apache/qetest/trax/dom Tag: XSLTC_DTM
                        DOMResultAPITest.java DOMSourceAPITest.java
               test/java/src/org/apache/qetest/trax/sax Tag: XSLTC_DTM
                        SAXResultAPITest.java SAXSourceAPITest.java
                        SAXTransformerFactoryAPITest.java
                        TemplatesHandlerAPITest.java
                        TransformerHandlerAPITest.java
                        TransformerHandlerTest.java
               test/java/src/org/apache/qetest/trax/stream Tag: XSLTC_DTM
                        StreamResultAPITest.java StreamSourceAPITest.java
               test/java/src/org/apache/qetest/xalanj2 Tag: XSLTC_DTM
                        DTMDumpTest.java FactoryFeatureTest.java
                        LoggingPrintTraceListener.java
                        LoggingTraceListener.java
                        LoggingTraceListenerEx.java
                        LoggingTransformState.java OutputSettingsTest.java
                        PrefixResolverAPITest.java ProgrammaticDOMTest.java
                        SerializedStylesheetTest.java
                        SmoketestOuttakes.java SystemIDResolverAPITest.java
                        TestXPathAPI.java TraceListenerTest.java
                        TransformStateAPITest.java
                        TransformStateDatalet.java TransformStateTest.java
                        TransformStateTestlet.java XalanDumper.java
               test/java/src/org/apache/qetest/xsl Tag: XSLTC_DTM
                        BugzillaFileRules.java BugzillaTestletDriver.java
                        CmdlineTestlet.java ConformanceDirRules.java
                        ConformanceFileRules.java
                        ConformanceXSLFileRules.java
                        ErrorHandlerTestlet.java ExtensionTestlet.java
                        GoldFileRules.java LoggingContentHandler.java
                        LoggingEntityResolver.java
                        LoggingLexicalHandler.java
                        LoggingSAXErrorHandler.java MSXSLTestlet.java
                        PerfEverythingTestlet.java PerfTestlet.java
                        ResultScanner.java ResultsCompareTestlet.java
                        StylesheetDatalet.java
                        StylesheetDataletManager.java StylesheetDriver.java
                        StylesheetErrorTestlet.java StylesheetTestlet.java
                        StylesheetTestletDriver.java
                        StylesheetTestletLocalPaths.java
                        TestableExtension.java
                        ThreadedStylesheetDatalet.java
                        ThreadedStylesheetTestlet.java
                        ThreadedTestletDriver.java TraxDatalet.java
                        XHTComparator.java XHTComparatorXSLTC.java
                        XHTFileCheckService.java
                        XHTFileCheckServiceXSLTC.java
                        XSLProcessorTestBase.java XSLTestAntTask.java
                        XSLTestHarness.java XSLTestfileInfo.java
                        XalanCTestlet.java
               test/java/src/org/apache/qetest/xsltc Tag: XSLTC_DTM
                        TimeXSLTCDom.java
               test/java/src/org/apache/qetest/xslwrapper Tag: XSLTC_DTM
                        TransformWrapper.java TransformWrapperFactory.java
                        TransformWrapperHelper.java TraxDOMWrapper.java
                        TraxFileWrapper.java TraxLocalPathWrapper.java
                        TraxSAXWrapper.java TraxStreamWrapper.java
                        TraxSystemId3Wrapper.java TraxSystemIdWrapper.java
                        TraxWrapperUtils.java XTWrapper.java
                        XalanProcessWrapper.java XsltcMainWrapper.java
  Log:
  Commit the copyright patches from Sarah Mcnamara ([EMAIL PROTECTED]).
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.53.2.6  +4 -2      xml-xalan/test/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/build.xml,v
  retrieving revision 1.53.2.5
  retrieving revision 1.53.2.6
  diff -u -r1.53.2.5 -r1.53.2.6
  --- build.xml 21 Dec 2002 16:20:38 -0000      1.53.2.5
  +++ build.xml 27 Jan 2003 18:52:28 -0000      1.53.2.6
  @@ -449,6 +449,8 @@
               bootclasspathref="boot.class.path"
               fork="${fork-tests}"
               failonerror="${fail-on-error}" />
  +        <property name="scan.outputDir" value="${extensions.outputDir}"/>
  +        <antcall target="scan"/>            
           <echo message="If you got ClassNotFound, did you 'build 
extensions.classes' first?" />
       </target>
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +2 -2      xml-xalan/test/java/src/org/apache/qetest/CharTables.java
  
  Index: CharTables.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/CharTables.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- CharTables.java   14 Dec 2001 22:54:09 -0000      1.1
  +++ CharTables.java   27 Jan 2003 18:52:29 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/CheckService.java
  
  Index: CheckService.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/CheckService.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- CheckService.java 2 Nov 2001 15:04:02 -0000       1.4
  +++ CheckService.java 27 Jan 2003 18:52:29 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000, 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/Configurable.java
  
  Index: Configurable.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/Configurable.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- Configurable.java 2 Nov 2001 20:47:30 -0000       1.2
  +++ Configurable.java 27 Jan 2003 18:52:29 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/ConsoleLogger.java
  
  Index: ConsoleLogger.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/ConsoleLogger.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- ConsoleLogger.java        11 Apr 2001 20:34:39 -0000      1.6
  +++ ConsoleLogger.java        27 Jan 2003 18:52:29 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      xml-xalan/test/java/src/org/apache/qetest/Datalet.java
  
  Index: Datalet.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/Datalet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- Datalet.java      9 Feb 2001 01:55:22 -0000       1.1
  +++ Datalet.java      27 Jan 2003 18:52:29 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      xml-xalan/test/java/src/org/apache/qetest/DirFilter.java
  
  Index: DirFilter.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/DirFilter.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- DirFilter.java    11 Mar 2002 13:29:56 -0000      1.2
  +++ DirFilter.java    27 Jan 2003 18:52:29 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/ExecTestlet.java
  
  Index: ExecTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/ExecTestlet.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ExecTestlet.java  17 Dec 2002 20:24:24 -0000      1.4
  +++ ExecTestlet.java  27 Jan 2003 18:52:29 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/FileBasedTest.java
  
  Index: FileBasedTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/FileBasedTest.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- FileBasedTest.java        12 Jul 2002 23:30:44 -0000      1.3
  +++ FileBasedTest.java        27 Jan 2003 18:52:29 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.7.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/FileDatalet.java
  
  Index: FileDatalet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/FileDatalet.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- FileDatalet.java  17 Dec 2002 20:23:46 -0000      1.7
  +++ FileDatalet.java  27 Jan 2003 18:52:29 -0000      1.7.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/FileDataletManager.java
  
  Index: FileDataletManager.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/FileDataletManager.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- FileDataletManager.java   17 Apr 2002 14:56:04 -0000      1.1
  +++ FileDataletManager.java   27 Jan 2003 18:52:29 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/FilePatternFilter.java
  
  Index: FilePatternFilter.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/FilePatternFilter.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- FilePatternFilter.java    8 Mar 2002 15:13:04 -0000       1.1
  +++ FilePatternFilter.java    27 Jan 2003 18:52:29 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/FileTestlet.java
  
  Index: FileTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/FileTestlet.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- FileTestlet.java  11 Mar 2002 13:28:32 -0000      1.2
  +++ FileTestlet.java  27 Jan 2003 18:52:29 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/FileTestletDriver.java
  
  Index: FileTestletDriver.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/FileTestletDriver.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- FileTestletDriver.java    12 Jul 2002 23:30:44 -0000      1.5
  +++ FileTestletDriver.java    27 Jan 2003 18:52:29 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/IncludeExcludeFilter.java
  
  Index: IncludeExcludeFilter.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/IncludeExcludeFilter.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- IncludeExcludeFilter.java 8 Mar 2002 15:13:04 -0000       1.1
  +++ IncludeExcludeFilter.java 27 Jan 2003 18:52:29 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/LinebyLineCheckService.java
  
  Index: LinebyLineCheckService.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/LinebyLineCheckService.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- LinebyLineCheckService.java       22 Nov 2002 20:16:58 -0000      1.3
  +++ LinebyLineCheckService.java       27 Jan 2003 18:52:29 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000, 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      xml-xalan/test/java/src/org/apache/qetest/Logger.java
  
  Index: Logger.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/Logger.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- Logger.java       5 Sep 2001 18:52:20 -0000       1.4
  +++ Logger.java       27 Jan 2003 18:52:29 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/LoggingHandler.java
  
  Index: LoggingHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/LoggingHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- LoggingHandler.java       8 Mar 2001 22:41:17 -0000       1.2
  +++ LoggingHandler.java       27 Jan 2003 18:52:29 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/NullDatalet.java
  
  Index: NullDatalet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/NullDatalet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- NullDatalet.java  9 Feb 2001 01:55:22 -0000       1.1
  +++ NullDatalet.java  27 Jan 2003 18:52:30 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/OutputNameManager.java
  
  Index: OutputNameManager.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/OutputNameManager.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- OutputNameManager.java    9 Nov 2000 22:13:17 -0000       1.2
  +++ OutputNameManager.java    27 Jan 2003 18:52:30 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/QetestFactory.java
  
  Index: QetestFactory.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/QetestFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- QetestFactory.java        12 Jul 2002 23:29:30 -0000      1.3
  +++ QetestFactory.java        27 Jan 2003 18:52:30 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.14.2.1  +2 -2      
xml-xalan/test/java/src/org/apache/qetest/QetestUtils.java
  
  Index: QetestUtils.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/QetestUtils.java,v
  retrieving revision 1.14
  retrieving revision 1.14.2.1
  diff -u -r1.14 -r1.14.2.1
  --- QetestUtils.java  3 Dec 2002 16:20:44 -0000       1.14
  +++ QetestUtils.java  27 Jan 2003 18:52:30 -0000      1.14.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.12.2.1  +2 -2      xml-xalan/test/java/src/org/apache/qetest/Reporter.java
  
  Index: Reporter.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/Reporter.java,v
  retrieving revision 1.12
  retrieving revision 1.12.2.1
  diff -u -r1.12 -r1.12.2.1
  --- Reporter.java     17 Dec 2002 20:22:46 -0000      1.12
  +++ Reporter.java     27 Jan 2003 18:52:30 -0000      1.12.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/SimpleFileCheckService.java
  
  Index: SimpleFileCheckService.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/SimpleFileCheckService.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- SimpleFileCheckService.java       2 Nov 2001 20:47:30 -0000       1.6
  +++ SimpleFileCheckService.java       27 Jan 2003 18:52:30 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000, 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      xml-xalan/test/java/src/org/apache/qetest/Test.java
  
  Index: Test.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/Test.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- Test.java 1 Nov 2000 23:30:51 -0000       1.1
  +++ Test.java 27 Jan 2003 18:52:30 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      xml-xalan/test/java/src/org/apache/qetest/TestImpl.java
  
  Index: TestImpl.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/TestImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- TestImpl.java     1 Nov 2000 23:30:51 -0000       1.1
  +++ TestImpl.java     27 Jan 2003 18:52:30 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/TestfileInfo.java
  
  Index: TestfileInfo.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/TestfileInfo.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- TestfileInfo.java 1 Nov 2000 23:30:51 -0000       1.1
  +++ TestfileInfo.java 27 Jan 2003 18:52:30 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      xml-xalan/test/java/src/org/apache/qetest/Testlet.java
  
  Index: Testlet.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/Testlet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- Testlet.java      9 Feb 2001 01:55:22 -0000       1.1
  +++ Testlet.java      27 Jan 2003 18:52:30 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/TestletImpl.java
  
  Index: TestletImpl.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/TestletImpl.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- TestletImpl.java  9 Feb 2001 01:55:22 -0000       1.1
  +++ TestletImpl.java  27 Jan 2003 18:52:30 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/ThreadedStreamReader.java
  
  Index: ThreadedStreamReader.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/ThreadedStreamReader.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ThreadedStreamReader.java 10 Dec 2001 21:18:05 -0000      1.1
  +++ ThreadedStreamReader.java 27 Jan 2003 18:52:30 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/XMLFileFilter.java
  
  Index: XMLFileFilter.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/XMLFileFilter.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- XMLFileFilter.java        8 Mar 2002 15:13:04 -0000       1.1
  +++ XMLFileFilter.java        27 Jan 2003 18:52:30 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.11.2.1  +2 -2      
xml-xalan/test/java/src/org/apache/qetest/XMLFileLogger.java
  
  Index: XMLFileLogger.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/XMLFileLogger.java,v
  retrieving revision 1.11
  retrieving revision 1.11.2.1
  diff -u -r1.11 -r1.11.2.1
  --- XMLFileLogger.java        10 Oct 2002 18:53:39 -0000      1.11
  +++ XMLFileLogger.java        27 Jan 2003 18:52:30 -0000      1.11.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/XSDFileFilter.java
  
  Index: XSDFileFilter.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/XSDFileFilter.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- XSDFileFilter.java        8 Mar 2002 15:13:04 -0000       1.1
  +++ XSDFileFilter.java        27 Jan 2003 18:52:30 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/XSLFileFilter.java
  
  Index: XSLFileFilter.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/XSLFileFilter.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- XSLFileFilter.java        8 Mar 2002 15:13:04 -0000       1.1
  +++ XSLFileFilter.java        27 Jan 2003 18:52:30 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/dtm/QeDtmUtils.java
  
  Index: QeDtmUtils.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/QeDtmUtils.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- QeDtmUtils.java   17 Jun 2002 20:21:43 -0000      1.4
  +++ QeDtmUtils.java   27 Jan 2003 18:52:33 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTM.java
  
  Index: TestDTM.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTM.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- TestDTM.java      26 Nov 2002 21:24:36 -0000      1.5
  +++ TestDTM.java      27 Jan 2003 18:52:33 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.7.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTMIter.java
  
  Index: TestDTMIter.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTMIter.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- TestDTMIter.java  22 Nov 2002 20:14:58 -0000      1.7
  +++ TestDTMIter.java  27 Jan 2003 18:52:33 -0000      1.7.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTMIterator.java
  
  Index: TestDTMIterator.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTMIterator.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- TestDTMIterator.java      14 Jun 2002 15:13:23 -0000      1.6
  +++ TestDTMIterator.java      27 Jan 2003 18:52:33 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTMTrav.java
  
  Index: TestDTMTrav.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTMTrav.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- TestDTMTrav.java  22 Nov 2002 20:14:58 -0000      1.3
  +++ TestDTMTrav.java  27 Jan 2003 18:52:33 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.7.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTMTraverser.java
  
  Index: TestDTMTraverser.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTMTraverser.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- TestDTMTraverser.java     14 Jun 2002 15:13:03 -0000      1.7
  +++ TestDTMTraverser.java     27 Jan 2003 18:52:33 -0000      1.7.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/dtm/TimeDTMIterDeep.java
  
  Index: TimeDTMIterDeep.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/TimeDTMIterDeep.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- TimeDTMIterDeep.java      13 Jul 2002 02:20:06 -0000      1.3
  +++ TimeDTMIterDeep.java      27 Jan 2003 18:52:33 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/dtm/TimeDTMIterator.java
  
  Index: TimeDTMIterator.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/TimeDTMIterator.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- TimeDTMIterator.java      17 Jun 2002 20:26:15 -0000      1.1
  +++ TimeDTMIterator.java      27 Jan 2003 18:52:33 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/dtm/TimeDTMTravDeep.java
  
  Index: TimeDTMTravDeep.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/TimeDTMTravDeep.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- TimeDTMTravDeep.java      13 Jul 2002 02:20:06 -0000      1.2
  +++ TimeDTMTravDeep.java      27 Jan 2003 18:52:33 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/dtm/TimeDTMTraverser.java
  
  Index: TimeDTMTraverser.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/TimeDTMTraverser.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- TimeDTMTraverser.java     17 Jun 2002 20:23:50 -0000      1.2
  +++ TimeDTMTraverser.java     27 Jan 2003 18:52:33 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/dtm/dtmWSStripper.java
  
  Index: dtmWSStripper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/dtmWSStripper.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- dtmWSStripper.java        10 Apr 2002 21:04:58 -0000      1.1
  +++ dtmWSStripper.java        27 Jan 2003 18:52:33 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/EmbeddedStylesheetTest.java
  
  Index: EmbeddedStylesheetTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/EmbeddedStylesheetTest.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- EmbeddedStylesheetTest.java       13 Jul 2002 02:20:06 -0000      1.3
  +++ EmbeddedStylesheetTest.java       27 Jan 2003 18:52:34 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/ErrorListenerAPITest.java
  
  Index: ErrorListenerAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/ErrorListenerAPITest.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ErrorListenerAPITest.java 13 Jul 2002 02:20:06 -0000      1.2
  +++ ErrorListenerAPITest.java 27 Jan 2003 18:52:34 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/ErrorListenerTest.java
  
  Index: ErrorListenerTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/ErrorListenerTest.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- ErrorListenerTest.java    13 Jul 2002 02:20:06 -0000      1.6
  +++ ErrorListenerTest.java    27 Jan 2003 18:52:34 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.14.2.1  +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/ExamplesTest.java
  
  Index: ExamplesTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/ExamplesTest.java,v
  retrieving revision 1.14
  retrieving revision 1.14.2.1
  diff -u -r1.14 -r1.14.2.1
  --- ExamplesTest.java 13 Sep 2002 17:52:54 -0000      1.14
  +++ ExamplesTest.java 27 Jan 2003 18:52:34 -0000      1.14.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/LoggingErrorListener.java
  
  Index: LoggingErrorListener.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/LoggingErrorListener.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- LoggingErrorListener.java 18 Dec 2001 23:06:28 -0000      1.3
  +++ LoggingErrorListener.java 27 Jan 2003 18:52:34 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/LoggingURIResolver.java
  
  Index: LoggingURIResolver.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/LoggingURIResolver.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- LoggingURIResolver.java   2 Jul 2001 23:50:27 -0000       1.4
  +++ LoggingURIResolver.java   27 Jan 2003 18:52:34 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/Minitest.java
  
  Index: Minitest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/Minitest.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- Minitest.java     13 Jul 2002 02:20:06 -0000      1.4
  +++ Minitest.java     27 Jan 2003 18:52:34 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/OutputPropertiesTest.java
  
  Index: OutputPropertiesTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/OutputPropertiesTest.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- OutputPropertiesTest.java 13 Jul 2002 02:20:06 -0000      1.3
  +++ OutputPropertiesTest.java 27 Jan 2003 18:52:34 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/ParameterTest.java
  
  Index: ParameterTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/ParameterTest.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ParameterTest.java        22 Nov 2002 20:14:58 -0000      1.4
  +++ ParameterTest.java        27 Jan 2003 18:52:34 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/REPLACE_template_for_new_tests.java
  
  Index: REPLACE_template_for_new_tests.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/REPLACE_template_for_new_tests.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- REPLACE_template_for_new_tests.java       13 Jul 2002 02:20:06 -0000      
1.2
  +++ REPLACE_template_for_new_tests.java       27 Jan 2003 18:52:34 -0000      
1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.10.2.1  +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/SystemIdImpInclTest.java
  
  Index: SystemIdImpInclTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/SystemIdImpInclTest.java,v
  retrieving revision 1.10
  retrieving revision 1.10.2.1
  diff -u -r1.10 -r1.10.2.1
  --- SystemIdImpInclTest.java  4 Sep 2002 15:59:45 -0000       1.10
  +++ SystemIdImpInclTest.java  27 Jan 2003 18:52:34 -0000      1.10.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/SystemIdTest.java
  
  Index: SystemIdTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/SystemIdTest.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- SystemIdTest.java 13 Jul 2002 02:20:06 -0000      1.5
  +++ SystemIdTest.java 27 Jan 2003 18:52:34 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.9.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/trax/TemplatesAPITest.java
  
  Index: TemplatesAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/TemplatesAPITest.java,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- TemplatesAPITest.java     13 Jul 2002 02:20:06 -0000      1.9
  +++ TemplatesAPITest.java     27 Jan 2003 18:52:34 -0000      1.9.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/trax/TestMultiTypeThreads.java
  
  Index: TestMultiTypeThreads.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/TestMultiTypeThreads.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- TestMultiTypeThreads.java 25 Oct 2001 21:06:11 -0000      1.6
  +++ TestMultiTypeThreads.java 27 Jan 2003 18:52:35 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/trax/TestThreads.java
  
  Index: TestThreads.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/TestThreads.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- TestThreads.java  18 Dec 2000 19:57:10 -0000      1.4
  +++ TestThreads.java  27 Jan 2003 18:52:35 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.17.2.1  +1 -1      
xml-xalan/test/java/src/org/apache/qetest/trax/TransformerAPITest.java
  
  Index: TransformerAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/TransformerAPITest.java,v
  retrieving revision 1.17
  retrieving revision 1.17.2.1
  diff -u -r1.17 -r1.17.2.1
  --- TransformerAPITest.java   13 Jul 2002 02:20:06 -0000      1.17
  +++ TransformerAPITest.java   27 Jan 2003 18:52:35 -0000      1.17.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.8.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/TransformerFactoryAPITest.java
  
  Index: TransformerFactoryAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/TransformerFactoryAPITest.java,v
  retrieving revision 1.8
  retrieving revision 1.8.2.1
  diff -u -r1.8 -r1.8.2.1
  --- TransformerFactoryAPITest.java    13 Jul 2002 02:20:06 -0000      1.8
  +++ TransformerFactoryAPITest.java    27 Jan 2003 18:52:35 -0000      1.8.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/URIResolverTest.java
  
  Index: URIResolverTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/URIResolverTest.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- URIResolverTest.java      13 Jul 2002 02:20:06 -0000      1.6
  +++ URIResolverTest.java      27 Jan 2003 18:52:35 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.8.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/dom/DOMResultAPITest.java
  
  Index: DOMResultAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/dom/DOMResultAPITest.java,v
  retrieving revision 1.8
  retrieving revision 1.8.2.1
  diff -u -r1.8 -r1.8.2.1
  --- DOMResultAPITest.java     13 Jul 2002 02:20:07 -0000      1.8
  +++ DOMResultAPITest.java     27 Jan 2003 18:52:37 -0000      1.8.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.10.2.1  +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/dom/DOMSourceAPITest.java
  
  Index: DOMSourceAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/dom/DOMSourceAPITest.java,v
  retrieving revision 1.10
  retrieving revision 1.10.2.1
  diff -u -r1.10 -r1.10.2.1
  --- DOMSourceAPITest.java     13 Jul 2002 02:20:07 -0000      1.10
  +++ DOMSourceAPITest.java     27 Jan 2003 18:52:37 -0000      1.10.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/sax/SAXResultAPITest.java
  
  Index: SAXResultAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/sax/SAXResultAPITest.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- SAXResultAPITest.java     13 Jul 2002 02:20:07 -0000      1.7
  +++ SAXResultAPITest.java     27 Jan 2003 18:52:37 -0000      1.7.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/sax/SAXSourceAPITest.java
  
  Index: SAXSourceAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/sax/SAXSourceAPITest.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- SAXSourceAPITest.java     13 Jul 2002 02:20:07 -0000      1.5
  +++ SAXSourceAPITest.java     27 Jan 2003 18:52:37 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.9.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/sax/SAXTransformerFactoryAPITest.java
  
  Index: SAXTransformerFactoryAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/sax/SAXTransformerFactoryAPITest.java,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- SAXTransformerFactoryAPITest.java 13 Jul 2002 02:20:07 -0000      1.9
  +++ SAXTransformerFactoryAPITest.java 27 Jan 2003 18:52:37 -0000      1.9.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.7.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/sax/TemplatesHandlerAPITest.java
  
  Index: TemplatesHandlerAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/sax/TemplatesHandlerAPITest.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- TemplatesHandlerAPITest.java      13 Jul 2002 02:20:07 -0000      1.7
  +++ TemplatesHandlerAPITest.java      27 Jan 2003 18:52:37 -0000      1.7.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/sax/TransformerHandlerAPITest.java
  
  Index: TransformerHandlerAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/sax/TransformerHandlerAPITest.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- TransformerHandlerAPITest.java    13 Jul 2002 02:20:07 -0000      1.5
  +++ TransformerHandlerAPITest.java    27 Jan 2003 18:52:37 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/sax/TransformerHandlerTest.java
  
  Index: TransformerHandlerTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/sax/TransformerHandlerTest.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- TransformerHandlerTest.java       13 Jul 2002 02:20:07 -0000      1.2
  +++ TransformerHandlerTest.java       27 Jan 2003 18:52:37 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.6.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/stream/StreamResultAPITest.java
  
  Index: StreamResultAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/stream/StreamResultAPITest.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- StreamResultAPITest.java  22 Nov 2002 20:14:58 -0000      1.6
  +++ StreamResultAPITest.java  27 Jan 2003 18:52:38 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.7.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/trax/stream/StreamSourceAPITest.java
  
  Index: StreamSourceAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/stream/StreamSourceAPITest.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- StreamSourceAPITest.java  13 Jul 2002 02:20:07 -0000      1.7
  +++ StreamSourceAPITest.java  27 Jan 2003 18:52:38 -0000      1.7.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/DTMDumpTest.java
  
  Index: DTMDumpTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/DTMDumpTest.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- DTMDumpTest.java  13 Jul 2002 02:20:07 -0000      1.2
  +++ DTMDumpTest.java  27 Jan 2003 18:52:38 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/FactoryFeatureTest.java
  
  Index: FactoryFeatureTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/FactoryFeatureTest.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- FactoryFeatureTest.java   13 Jul 2002 02:20:07 -0000      1.2
  +++ FactoryFeatureTest.java   27 Jan 2003 18:52:38 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/LoggingPrintTraceListener.java
  
  Index: LoggingPrintTraceListener.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/LoggingPrintTraceListener.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- LoggingPrintTraceListener.java    17 Jul 2001 00:58:09 -0000      1.1
  +++ LoggingPrintTraceListener.java    27 Jan 2003 18:52:38 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/LoggingTraceListener.java
  
  Index: LoggingTraceListener.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/LoggingTraceListener.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- LoggingTraceListener.java 17 Jul 2001 00:58:09 -0000      1.5
  +++ LoggingTraceListener.java 27 Jan 2003 18:52:38 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/LoggingTraceListenerEx.java
  
  Index: LoggingTraceListenerEx.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/LoggingTraceListenerEx.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- LoggingTraceListenerEx.java       17 Jul 2001 00:58:09 -0000      1.1
  +++ LoggingTraceListenerEx.java       27 Jan 2003 18:52:38 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/LoggingTransformState.java
  
  Index: LoggingTransformState.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/LoggingTransformState.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- LoggingTransformState.java        1 May 2001 18:00:46 -0000       1.1
  +++ LoggingTransformState.java        27 Jan 2003 18:52:38 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/OutputSettingsTest.java
  
  Index: OutputSettingsTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/OutputSettingsTest.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- OutputSettingsTest.java   13 Jul 2002 02:20:07 -0000      1.2
  +++ OutputSettingsTest.java   27 Jan 2003 18:52:38 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/PrefixResolverAPITest.java
  
  Index: PrefixResolverAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/PrefixResolverAPITest.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- PrefixResolverAPITest.java        13 Jul 2002 02:20:07 -0000      1.3
  +++ PrefixResolverAPITest.java        27 Jan 2003 18:52:38 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/ProgrammaticDOMTest.java
  
  Index: ProgrammaticDOMTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/ProgrammaticDOMTest.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- ProgrammaticDOMTest.java  13 Jul 2002 02:20:07 -0000      1.3
  +++ ProgrammaticDOMTest.java  27 Jan 2003 18:52:38 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/SerializedStylesheetTest.java
  
  Index: SerializedStylesheetTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/SerializedStylesheetTest.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- SerializedStylesheetTest.java     13 Jul 2002 02:20:07 -0000      1.3
  +++ SerializedStylesheetTest.java     27 Jan 2003 18:52:38 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/SmoketestOuttakes.java
  
  Index: SmoketestOuttakes.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/SmoketestOuttakes.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- SmoketestOuttakes.java    13 Jul 2002 02:20:07 -0000      1.6
  +++ SmoketestOuttakes.java    27 Jan 2003 18:52:38 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/SystemIDResolverAPITest.java
  
  Index: SystemIDResolverAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/SystemIDResolverAPITest.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- SystemIDResolverAPITest.java      13 Jul 2002 02:20:07 -0000      1.2
  +++ SystemIDResolverAPITest.java      27 Jan 2003 18:52:38 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.7.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/TestXPathAPI.java
  
  Index: TestXPathAPI.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/TestXPathAPI.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- TestXPathAPI.java 13 Jul 2002 02:20:07 -0000      1.7
  +++ TestXPathAPI.java 27 Jan 2003 18:52:38 -0000      1.7.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999-2001 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.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/TraceListenerTest.java
  
  Index: TraceListenerTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/TraceListenerTest.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- TraceListenerTest.java    13 Jul 2002 02:20:07 -0000      1.6
  +++ TraceListenerTest.java    27 Jan 2003 18:52:38 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/TransformStateAPITest.java
  
  Index: TransformStateAPITest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/TransformStateAPITest.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- TransformStateAPITest.java        13 Jul 2002 02:20:07 -0000      1.6
  +++ TransformStateAPITest.java        27 Jan 2003 18:52:38 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/TransformStateDatalet.java
  
  Index: TransformStateDatalet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/TransformStateDatalet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- TransformStateDatalet.java        9 Jul 2001 17:03:21 -0000       1.1
  +++ TransformStateDatalet.java        27 Jan 2003 18:52:38 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/TransformStateTest.java
  
  Index: TransformStateTest.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/TransformStateTest.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- TransformStateTest.java   13 Jul 2002 02:20:07 -0000      1.2
  +++ TransformStateTest.java   27 Jan 2003 18:52:38 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/TransformStateTestlet.java
  
  Index: TransformStateTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/TransformStateTestlet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- TransformStateTestlet.java        9 Jul 2001 17:03:23 -0000       1.1
  +++ TransformStateTestlet.java        27 Jan 2003 18:52:38 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xalanj2/XalanDumper.java
  
  Index: XalanDumper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xalanj2/XalanDumper.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- XalanDumper.java  26 Nov 2001 20:48:52 -0000      1.5
  +++ XalanDumper.java  27 Jan 2003 18:52:38 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/BugzillaFileRules.java
  
  Index: BugzillaFileRules.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/BugzillaFileRules.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- BugzillaFileRules.java    14 Sep 2001 19:00:10 -0000      1.2
  +++ BugzillaFileRules.java    27 Jan 2003 18:52:40 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/BugzillaTestletDriver.java
  
  Index: BugzillaTestletDriver.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/BugzillaTestletDriver.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- BugzillaTestletDriver.java        12 Jul 2002 23:31:45 -0000      1.4
  +++ BugzillaTestletDriver.java        27 Jan 2003 18:52:40 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/CmdlineTestlet.java
  
  Index: CmdlineTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/CmdlineTestlet.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- CmdlineTestlet.java       13 Dec 2001 17:37:58 -0000      1.2
  +++ CmdlineTestlet.java       27 Jan 2003 18:52:40 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/ConformanceDirRules.java
  
  Index: ConformanceDirRules.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/ConformanceDirRules.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ConformanceDirRules.java  10 Aug 2001 17:42:47 -0000      1.2
  +++ ConformanceDirRules.java  27 Jan 2003 18:52:40 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/ConformanceFileRules.java
  
  Index: ConformanceFileRules.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/ConformanceFileRules.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ConformanceFileRules.java 1 Nov 2000 23:26:56 -0000       1.1
  +++ ConformanceFileRules.java 27 Jan 2003 18:52:40 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/ConformanceXSLFileRules.java
  
  Index: ConformanceXSLFileRules.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/ConformanceXSLFileRules.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ConformanceXSLFileRules.java      29 Mar 2001 20:18:26 -0000      1.1
  +++ ConformanceXSLFileRules.java      27 Jan 2003 18:52:40 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/ErrorHandlerTestlet.java
  
  Index: ErrorHandlerTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/ErrorHandlerTestlet.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ErrorHandlerTestlet.java  12 Feb 2002 19:53:21 -0000      1.2
  +++ ErrorHandlerTestlet.java  27 Jan 2003 18:52:40 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/ExtensionTestlet.java
  
  Index: ExtensionTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/ExtensionTestlet.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ExtensionTestlet.java     14 Jan 2002 20:38:29 -0000      1.2
  +++ ExtensionTestlet.java     27 Jan 2003 18:52:40 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/GoldFileRules.java
  
  Index: GoldFileRules.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/GoldFileRules.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- GoldFileRules.java        13 Dec 2002 16:05:08 -0000      1.1
  +++ GoldFileRules.java        27 Jan 2003 18:52:40 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/LoggingContentHandler.java
  
  Index: LoggingContentHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/LoggingContentHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- LoggingContentHandler.java        8 Mar 2001 22:42:06 -0000       1.2
  +++ LoggingContentHandler.java        27 Jan 2003 18:52:40 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/LoggingEntityResolver.java
  
  Index: LoggingEntityResolver.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/LoggingEntityResolver.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- LoggingEntityResolver.java        1 Nov 2000 23:26:56 -0000       1.1
  +++ LoggingEntityResolver.java        27 Jan 2003 18:52:40 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/LoggingLexicalHandler.java
  
  Index: LoggingLexicalHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/LoggingLexicalHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- LoggingLexicalHandler.java        8 Mar 2001 22:42:06 -0000       1.2
  +++ LoggingLexicalHandler.java        27 Jan 2003 18:52:40 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/LoggingSAXErrorHandler.java
  
  Index: LoggingSAXErrorHandler.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/LoggingSAXErrorHandler.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- LoggingSAXErrorHandler.java       27 Sep 2001 10:32:32 -0000      1.2
  +++ LoggingSAXErrorHandler.java       27 Jan 2003 18:52:40 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/MSXSLTestlet.java
  
  Index: MSXSLTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/MSXSLTestlet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- MSXSLTestlet.java 10 Dec 2001 21:18:58 -0000      1.1
  +++ MSXSLTestlet.java 27 Jan 2003 18:52:40 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/PerfEverythingTestlet.java
  
  Index: PerfEverythingTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/PerfEverythingTestlet.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- PerfEverythingTestlet.java        21 Jun 2001 19:19:31 -0000      1.6
  +++ PerfEverythingTestlet.java        27 Jan 2003 18:52:40 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/PerfTestlet.java
  
  Index: PerfTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/PerfTestlet.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- PerfTestlet.java  4 Jun 2002 20:58:28 -0000       1.6
  +++ PerfTestlet.java  27 Jan 2003 18:52:40 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/ResultScanner.java
  
  Index: ResultScanner.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/ResultScanner.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- ResultScanner.java        24 Jan 2002 17:21:55 -0000      1.2
  +++ ResultScanner.java        27 Jan 2003 18:52:40 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/ResultsCompareTestlet.java
  
  Index: ResultsCompareTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/ResultsCompareTestlet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ResultsCompareTestlet.java        6 Dec 2001 22:10:38 -0000       1.1
  +++ ResultsCompareTestlet.java        27 Jan 2003 18:52:40 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetDatalet.java
  
  Index: StylesheetDatalet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetDatalet.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- StylesheetDatalet.java    28 Mar 2002 02:15:34 -0000      1.5
  +++ StylesheetDatalet.java    27 Jan 2003 18:52:40 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetDataletManager.java
  
  Index: StylesheetDataletManager.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetDataletManager.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- StylesheetDataletManager.java     28 Mar 2002 02:15:34 -0000      1.4
  +++ StylesheetDataletManager.java     27 Jan 2003 18:52:40 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetDriver.java
  
  Index: StylesheetDriver.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetDriver.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- StylesheetDriver.java     18 Jan 2002 19:23:28 -0000      1.1
  +++ StylesheetDriver.java     27 Jan 2003 18:52:40 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetErrorTestlet.java
  
  Index: StylesheetErrorTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetErrorTestlet.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- StylesheetErrorTestlet.java       14 Dec 2001 22:34:05 -0000      1.3
  +++ StylesheetErrorTestlet.java       27 Jan 2003 18:52:40 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.10.2.1  +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetTestlet.java
  
  Index: StylesheetTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetTestlet.java,v
  retrieving revision 1.10
  retrieving revision 1.10.2.1
  diff -u -r1.10 -r1.10.2.1
  --- StylesheetTestlet.java    16 Apr 2002 16:25:23 -0000      1.10
  +++ StylesheetTestlet.java    27 Jan 2003 18:52:40 -0000      1.10.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.9.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetTestletDriver.java
  
  Index: StylesheetTestletDriver.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetTestletDriver.java,v
  retrieving revision 1.9
  retrieving revision 1.9.2.1
  diff -u -r1.9 -r1.9.2.1
  --- StylesheetTestletDriver.java      13 Dec 2002 16:05:08 -0000      1.9
  +++ StylesheetTestletDriver.java      27 Jan 2003 18:52:40 -0000      1.9.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetTestletLocalPaths.java
  
  Index: StylesheetTestletLocalPaths.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/StylesheetTestletLocalPaths.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- StylesheetTestletLocalPaths.java  1 Jun 2001 15:22:30 -0000       1.1
  +++ StylesheetTestletLocalPaths.java  27 Jan 2003 18:52:40 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/TestableExtension.java
  
  Index: TestableExtension.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/TestableExtension.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- TestableExtension.java    8 Aug 2001 13:29:18 -0000       1.1
  +++ TestableExtension.java    27 Jan 2003 18:52:40 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/ThreadedStylesheetDatalet.java
  
  Index: ThreadedStylesheetDatalet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/ThreadedStylesheetDatalet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- ThreadedStylesheetDatalet.java    15 Jun 2001 17:48:03 -0000      1.1
  +++ ThreadedStylesheetDatalet.java    27 Jan 2003 18:52:40 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/ThreadedStylesheetTestlet.java
  
  Index: ThreadedStylesheetTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/ThreadedStylesheetTestlet.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ThreadedStylesheetTestlet.java    6 Feb 2002 15:00:27 -0000       1.4
  +++ ThreadedStylesheetTestlet.java    27 Jan 2003 18:52:40 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/ThreadedTestletDriver.java
  
  Index: ThreadedTestletDriver.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/ThreadedTestletDriver.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- ThreadedTestletDriver.java        6 Feb 2002 15:00:27 -0000       1.4
  +++ ThreadedTestletDriver.java        27 Jan 2003 18:52:40 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/TraxDatalet.java
  
  Index: TraxDatalet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/TraxDatalet.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- TraxDatalet.java  10 Jul 2001 15:08:39 -0000      1.1
  +++ TraxDatalet.java  27 Jan 2003 18:52:40 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.10.2.1  +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/XHTComparator.java
  
  Index: XHTComparator.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/XHTComparator.java,v
  retrieving revision 1.10
  retrieving revision 1.10.2.1
  diff -u -r1.10 -r1.10.2.1
  --- XHTComparator.java        13 Jul 2002 23:30:29 -0000      1.10
  +++ XHTComparator.java        27 Jan 2003 18:52:40 -0000      1.10.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2002 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/XHTComparatorXSLTC.java
  
  Index: XHTComparatorXSLTC.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/XHTComparatorXSLTC.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- XHTComparatorXSLTC.java   13 Dec 2002 16:05:08 -0000      1.5
  +++ XHTComparatorXSLTC.java   27 Jan 2003 18:52:41 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.13.2.1  +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/XHTFileCheckService.java
  
  Index: XHTFileCheckService.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/XHTFileCheckService.java,v
  retrieving revision 1.13
  retrieving revision 1.13.2.1
  diff -u -r1.13 -r1.13.2.1
  --- XHTFileCheckService.java  29 Mar 2002 15:09:54 -0000      1.13
  +++ XHTFileCheckService.java  27 Jan 2003 18:52:41 -0000      1.13.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000, 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/XHTFileCheckServiceXSLTC.java
  
  Index: XHTFileCheckServiceXSLTC.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/XHTFileCheckServiceXSLTC.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- XHTFileCheckServiceXSLTC.java     16 Apr 2002 16:20:40 -0000      1.1
  +++ XHTFileCheckServiceXSLTC.java     27 Jan 2003 18:52:41 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000, 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.19.2.1  +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/XSLProcessorTestBase.java
  
  Index: XSLProcessorTestBase.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/XSLProcessorTestBase.java,v
  retrieving revision 1.19
  retrieving revision 1.19.2.1
  diff -u -r1.19 -r1.19.2.1
  --- XSLProcessorTestBase.java 12 Jul 2002 23:31:46 -0000      1.19
  +++ XSLProcessorTestBase.java 27 Jan 2003 18:52:41 -0000      1.19.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +3 -3      
xml-xalan/test/java/src/org/apache/qetest/xsl/XSLTestAntTask.java
  
  Index: XSLTestAntTask.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/XSLTestAntTask.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- XSLTestAntTask.java       15 Nov 2002 23:18:45 -0000      1.5
  +++ XSLTestAntTask.java       27 Jan 2003 18:52:41 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.7.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/XSLTestHarness.java
  
  Index: XSLTestHarness.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/XSLTestHarness.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- XSLTestHarness.java       13 Jul 2002 02:25:57 -0000      1.7
  +++ XSLTestHarness.java       27 Jan 2003 18:52:41 -0000      1.7.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/XSLTestfileInfo.java
  
  Index: XSLTestfileInfo.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/XSLTestfileInfo.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- XSLTestfileInfo.java      1 Nov 2000 23:26:57 -0000       1.1
  +++ XSLTestfileInfo.java      27 Jan 2003 18:52:41 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xsl/XalanCTestlet.java
  
  Index: XalanCTestlet.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsl/XalanCTestlet.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- XalanCTestlet.java        11 Dec 2001 15:23:13 -0000      1.2
  +++ XalanCTestlet.java        27 Jan 2003 18:52:41 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +1 -1      
xml-xalan/test/java/src/org/apache/qetest/xsltc/TimeXSLTCDom.java
  
  Index: TimeXSLTCDom.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xsltc/TimeXSLTCDom.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- TimeXSLTCDom.java 16 May 2002 15:20:39 -0000      1.1
  +++ TimeXSLTCDom.java 27 Jan 2003 18:52:44 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 1999 The Apache Software Foundation.  All rights 
  + * Copyright (c) 1999-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TransformWrapper.java
  
  Index: TransformWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TransformWrapper.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- TransformWrapper.java     2 Nov 2001 21:08:57 -0000       1.3
  +++ TransformWrapper.java     27 Jan 2003 18:52:44 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TransformWrapperFactory.java
  
  Index: TransformWrapperFactory.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TransformWrapperFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- TransformWrapperFactory.java      2 Apr 2002 17:50:58 -0000       1.3
  +++ TransformWrapperFactory.java      27 Jan 2003 18:52:44 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TransformWrapperHelper.java
  
  Index: TransformWrapperHelper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TransformWrapperHelper.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- TransformWrapperHelper.java       13 Dec 2001 17:39:58 -0000      1.3
  +++ TransformWrapperHelper.java       27 Jan 2003 18:52:44 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxDOMWrapper.java
  
  Index: TraxDOMWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxDOMWrapper.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- TraxDOMWrapper.java       16 Dec 2002 17:19:03 -0000      1.5
  +++ TraxDOMWrapper.java       27 Jan 2003 18:52:44 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxFileWrapper.java
  
  Index: TraxFileWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxFileWrapper.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- TraxFileWrapper.java      21 Dec 2001 22:53:27 -0000      1.4
  +++ TraxFileWrapper.java      27 Jan 2003 18:52:44 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxLocalPathWrapper.java
  
  Index: TraxLocalPathWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxLocalPathWrapper.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- TraxLocalPathWrapper.java 21 Dec 2001 22:53:27 -0000      1.2
  +++ TraxLocalPathWrapper.java 27 Jan 2003 18:52:44 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxSAXWrapper.java
  
  Index: TraxSAXWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxSAXWrapper.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- TraxSAXWrapper.java       1 Apr 2002 15:26:19 -0000       1.6
  +++ TraxSAXWrapper.java       27 Jan 2003 18:52:44 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.5.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxStreamWrapper.java
  
  Index: TraxStreamWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxStreamWrapper.java,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -r1.5 -r1.5.2.1
  --- TraxStreamWrapper.java    4 Apr 2002 16:17:29 -0000       1.5
  +++ TraxStreamWrapper.java    27 Jan 2003 18:52:44 -0000      1.5.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.1.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxSystemId3Wrapper.java
  
  Index: TraxSystemId3Wrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxSystemId3Wrapper.java,v
  retrieving revision 1.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- TraxSystemId3Wrapper.java 8 Jan 2002 17:27:29 -0000       1.1
  +++ TraxSystemId3Wrapper.java 27 Jan 2003 18:52:44 -0000      1.1.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.3.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxSystemIdWrapper.java
  
  Index: TraxSystemIdWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxSystemIdWrapper.java,v
  retrieving revision 1.3
  retrieving revision 1.3.2.1
  diff -u -r1.3 -r1.3.2.1
  --- TraxSystemIdWrapper.java  21 Dec 2001 22:53:27 -0000      1.3
  +++ TraxSystemIdWrapper.java  27 Jan 2003 18:52:44 -0000      1.3.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.6.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxWrapperUtils.java
  
  Index: TraxWrapperUtils.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/TraxWrapperUtils.java,v
  retrieving revision 1.6
  retrieving revision 1.6.2.1
  diff -u -r1.6 -r1.6.2.1
  --- TraxWrapperUtils.java     25 Jan 2002 19:41:22 -0000      1.6
  +++ TraxWrapperUtils.java     27 Jan 2003 18:52:44 -0000      1.6.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/XTWrapper.java
  
  Index: XTWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/XTWrapper.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- XTWrapper.java    8 Feb 2002 16:10:36 -0000       1.2
  +++ XTWrapper.java    27 Jan 2003 18:52:44 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2000-2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2000-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.2.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/XalanProcessWrapper.java
  
  Index: XalanProcessWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/XalanProcessWrapper.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- XalanProcessWrapper.java  25 Jan 2002 19:43:35 -0000      1.2
  +++ XalanProcessWrapper.java  27 Jan 2003 18:52:44 -0000      1.2.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  
  1.4.2.1   +2 -2      
xml-xalan/test/java/src/org/apache/qetest/xslwrapper/XsltcMainWrapper.java
  
  Index: XsltcMainWrapper.java
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/test/java/src/org/apache/qetest/xslwrapper/XsltcMainWrapper.java,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- XsltcMainWrapper.java     17 Sep 2001 21:22:14 -0000      1.4
  +++ XsltcMainWrapper.java     27 Jan 2003 18:52:44 -0000      1.4.2.1
  @@ -2,7 +2,7 @@
    * The Apache Software License, Version 1.1
    *
    *
  - * Copyright (c) 2001 The Apache Software Foundation.  All rights 
  + * Copyright (c) 2001-2003 The Apache Software Foundation.  All rights 
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  
  
  

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

Reply via email to