billbarker 2004/02/26 21:32:58 Modified: src/shell cpappend.bat jspc.bat jspc.sh shutdown.bat shutdown.sh startup.bat startup.sh tomcat.bat tomcat.sh tomcatEnv.bat Log: Updating to the Apache License v2.0. Revision Changes Path 1.5 +15 -0 jakarta-tomcat/src/shell/cpappend.bat Index: cpappend.bat =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/shell/cpappend.bat,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cpappend.bat 4 Sep 2000 21:24:49 -0000 1.4 +++ cpappend.bat 27 Feb 2004 05:32:58 -0000 1.5 @@ -1 +1,16 @@ +rem +rem Copyright 1999-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 set _LIBJARS=%_LIBJARS%;%1 1.7 +16 -1 jakarta-tomcat/src/shell/jspc.bat Index: jspc.bat =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/shell/jspc.bat,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- jspc.bat 30 Aug 2001 11:44:32 -0000 1.6 +++ jspc.bat 27 Feb 2004 05:32:58 -0000 1.7 @@ -1,6 +1,21 @@ @echo off rem $Id$ rem A batch file to run the JspC Compiler +rem +rem Copyright 1999-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 This batch file written and tested under Windows NT rem Improvements to this file are welcome 1.7 +16 -1 jakarta-tomcat/src/shell/jspc.sh Index: jspc.sh =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/shell/jspc.sh,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- jspc.sh 18 Apr 2002 13:58:01 -0000 1.6 +++ jspc.sh 27 Feb 2004 05:32:58 -0000 1.7 @@ -1,6 +1,21 @@ #!/bin/sh # # $Id$ +# +# Copyright 1999-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 runt JspC 1.9 +16 -1 jakarta-tomcat/src/shell/shutdown.bat Index: shutdown.bat =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/shell/shutdown.bat,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- shutdown.bat 9 Sep 2001 21:59:55 -0000 1.8 +++ shutdown.bat 27 Feb 2004 05:32:58 -0000 1.9 @@ -1,6 +1,21 @@ @echo off rem $Id$ rem Startup batch file for tomcat server. +rem +rem Copyright 1999-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 set _TC_BIN_DIR=%TOMCAT_INSTALL%\bin if "%_TC_BIN_DIR%" == "\bin" goto search 1.6 +16 -1 jakarta-tomcat/src/shell/shutdown.sh Index: shutdown.sh =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/shell/shutdown.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- shutdown.sh 18 Apr 2002 13:58:01 -0000 1.5 +++ shutdown.sh 27 Feb 2004 05:32:58 -0000 1.6 @@ -1,6 +1,21 @@ #! /bin/sh # # $Id$ +# +# Copyright 1999-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 shutdown the server 1.12 +16 -1 jakarta-tomcat/src/shell/startup.bat Index: startup.bat =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/shell/startup.bat,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- startup.bat 9 Sep 2001 21:59:55 -0000 1.11 +++ startup.bat 27 Feb 2004 05:32:58 -0000 1.12 @@ -1,6 +1,21 @@ @echo off rem $Id$ rem Startup batch file for tomcat server. +rem +rem Copyright 1999-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 This batch file written and tested under Windows NT rem Improvements to this file are welcome 1.6 +16 -1 jakarta-tomcat/src/shell/startup.sh Index: startup.sh =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/shell/startup.sh,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- startup.sh 18 Apr 2002 13:58:01 -0000 1.5 +++ startup.sh 27 Feb 2004 05:32:58 -0000 1.6 @@ -1,6 +1,21 @@ #! /bin/sh # # $Id$ +# +# Copyright 1999-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 startup the server 1.50 +16 -1 jakarta-tomcat/src/shell/tomcat.bat Index: tomcat.bat =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/shell/tomcat.bat,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- tomcat.bat 13 Oct 2003 09:45:41 -0000 1.49 +++ tomcat.bat 27 Feb 2004 05:32:58 -0000 1.50 @@ -1,4 +1,19 @@ @echo off +rem +rem Copyright 1999-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 tomcat.bat - Start/Stop Script for the TOMCAT Server rem 1.39 +16 -1 jakarta-tomcat/src/shell/tomcat.sh Index: tomcat.sh =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/shell/tomcat.sh,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- tomcat.sh 13 Oct 2003 09:45:41 -0000 1.38 +++ tomcat.sh 27 Feb 2004 05:32:58 -0000 1.39 @@ -1,6 +1,21 @@ #!/bin/sh # # $Id$ +# +# Copyright 1999-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. +# # Environment Variable Prequisites # 1.7 +15 -0 jakarta-tomcat/src/shell/tomcatEnv.bat Index: tomcatEnv.bat =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/shell/tomcatEnv.bat,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tomcatEnv.bat 30 Aug 2001 11:45:53 -0000 1.6 +++ tomcatEnv.bat 27 Feb 2004 05:32:58 -0000 1.7 @@ -1,4 +1,19 @@ @echo off +rem +rem Copyright 1999-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 if "%1" == "restore" goto restore
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]