billbarker 2004/02/22 13:38:58 Modified: src/admin/WEB-INF/scripts run-test.bat run-test.sh watchdog-jsp.xml watchdog-servlet.xml Log: Licencing with Apache Licence v2.0. Revision Changes Path 1.4 +15 -0 jakarta-tomcat/src/admin/WEB-INF/scripts/run-test.bat Index: run-test.bat =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/scripts/run-test.bat,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- run-test.bat 22 Sep 2001 02:54:43 -0000 1.3 +++ run-test.bat 22 Feb 2004 21:38:58 -0000 1.4 @@ -1,3 +1,18 @@ +rem +rem Copyright 2001-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 @echo off rem Batch file to run the tomcat sanity test suite 1.5 +14 -0 jakarta-tomcat/src/admin/WEB-INF/scripts/run-test.sh Index: run-test.sh =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/scripts/run-test.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- run-test.sh 22 Sep 2001 02:54:43 -0000 1.4 +++ run-test.sh 22 Feb 2004 21:38:58 -0000 1.5 @@ -1,5 +1,19 @@ #!/bin/sh # +# Copyright 2001-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. +# # Shell script to run the tomcat sanity test suite 1.4 +16 -0 jakarta-tomcat/src/admin/WEB-INF/scripts/watchdog-jsp.xml Index: watchdog-jsp.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/scripts/watchdog-jsp.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- watchdog-jsp.xml 20 Feb 2004 03:55:03 -0000 1.3 +++ watchdog-jsp.xml 22 Feb 2004 21:38:58 -0000 1.4 @@ -1,3 +1,19 @@ +<!-- + Copyright 2001-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. +--> + <project name="Watchdog-moo" default="main" basedir="."> <property name="tomcat.home" value="../../../.."/> 1.8 +16 -0 jakarta-tomcat/src/admin/WEB-INF/scripts/watchdog-servlet.xml Index: watchdog-servlet.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/scripts/watchdog-servlet.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- watchdog-servlet.xml 20 Feb 2004 03:55:03 -0000 1.7 +++ watchdog-servlet.xml 22 Feb 2004 21:38:58 -0000 1.8 @@ -1,3 +1,19 @@ +<!-- + Copyright 2001-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. +--> + <project name="Watchdog-moo" default="main" basedir="."> <property name="tomcat.home" value="../../../.."/>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]