You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2004/02/24 22:05:25 UTC

cvs commit: xml-xalan/test viewResults.sh runtest.sh contribtest.bat results.dtd

minchau     2004/02/24 13:05:25

  Modified:    test     viewResults.sh runtest.sh contribtest.bat
                        results.dtd
  Log:
  Apache License 2.0 update
  
  Revision  Changes    Path
  1.3       +17 -1     xml-xalan/test/viewResults.sh
  
  Index: viewResults.sh
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/viewResults.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- viewResults.sh	31 Oct 2002 16:27:13 -0000	1.2
  +++ viewResults.sh	24 Feb 2004 21:05:25 -0000	1.3
  @@ -1,5 +1,21 @@
   #!/bin/sh
  -
  +#
  +#=========================================================================
  +# Copyright 2004 The Apache Software Foundation.
  +#
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +#
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +#
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +#=========================================================================
  +#
   #	Name:   viewResults.sh
   #	Author: Shane Curcuru
   
  
  
  
  1.3       +17 -1     xml-xalan/test/runtest.sh
  
  Index: runtest.sh
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/runtest.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- runtest.sh	8 Feb 2001 20:57:55 -0000	1.2
  +++ runtest.sh	24 Feb 2004 21:05:25 -0000	1.3
  @@ -1,5 +1,21 @@
   #!/bin/sh
  -
  +#
  +#=========================================================================
  +# Copyright 2004 The Apache Software Foundation.
  +#
  +# Licensed under the Apache License, Version 2.0 (the "License");
  +# you may not use this file except in compliance with the License.
  +# You may obtain a copy of the License at
  +#
  +#     http://www.apache.org/licenses/LICENSE-2.0
  +#
  +# Unless required by applicable law or agreed to in writing, software
  +# distributed under the License is distributed on an "AS IS" BASIS,
  +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +# See the License for the specific language governing permissions and
  +# limitations under the License.
  +#=========================================================================
  +#
   #	Name:   runtest.sh
   #	Author: Shane Curcuru
   
  
  
  
  1.4       +17 -0     xml-xalan/test/contribtest.bat
  
  Index: contribtest.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/contribtest.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- contribtest.bat	15 Aug 2001 22:18:59 -0000	1.3
  +++ contribtest.bat	24 Feb 2004 21:05:25 -0000	1.4
  @@ -1,5 +1,22 @@
   @echo off
   @goto start
  +rem
  +rem ==========================================================================
  +rem = Copyright 2004 The Apache Software Foundation.
  +rem =
  +rem = Licensed under the Apache License, Version 2.0 (the "License");
  +rem = you may not use this file except in compliance with the License.
  +rem = You may obtain a copy of the License at
  +rem =
  +rem =     http://www.apache.org/licenses/LICENSE-2.0
  +rem =
  +rem = Unless required by applicable law or agreed to in writing, software
  +rem = distributed under the License is distributed on an "AS IS" BASIS,
  +rem = WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  +rem = See the License for the specific language governing permissions and
  +rem = limitations under the License.
  +rem ==========================================================================
  +rem
   @REM	Name:   contribtest.bat
   @REM	Author: Shane_Curcuru@lotus.com
   @REM Simple wrapper to run StylesheetTestletDriver over tests\contrib
  
  
  
  1.2       +16 -0     xml-xalan/test/results.dtd
  
  Index: results.dtd
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/results.dtd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- results.dtd	17 Jan 2001 16:30:26 -0000	1.1
  +++ results.dtd	24 Feb 2004 21:05:25 -0000	1.2
  @@ -1,4 +1,20 @@
   <?xml version="1.0" encoding="UTF-8"?>
  +<!--
  + * Copyright 2004 The Apache Software Foundation.
  + *
  + * Licensed under the Apache License, Version 2.0 (the "License");
  + * you may not use this file except in compliance with the License.
  + * You may obtain a copy of the License at
  + *
  + *     http://www.apache.org/licenses/LICENSE-2.0
  + *
  + * Unless required by applicable law or agreed to in writing, software
  + * distributed under the License is distributed on an "AS IS" BASIS,
  + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  + * See the License for the specific language governing permissions and
  + * limitations under the License.
  +-->
  +
   <!-- FileName: results.dtd -->
   <!-- Creator: shane_curcuru@lotus.com -->
   <!-- Description: Sample DTD for results currently produced with XMLFileLogger. -->
  
  
  

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