jford 2004/03/18 08:31:58 Modified: cornerstone-demo/hsqldb/bin runUtil.bat runUtil.sh Log: Added Apache License 2.0 Revision Changes Path 1.2 +14 -0 jakarta-jetspeed-2/cornerstone-demo/hsqldb/bin/runUtil.bat Index: runUtil.bat =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/cornerstone-demo/hsqldb/bin/runUtil.bat,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- runUtil.bat 2 Dec 2003 17:46:53 -0000 1.1 +++ runUtil.bat 18 Mar 2004 16:31:58 -0000 1.2 @@ -1,2 +1,16 @@ +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. + cd ..\data @java -classpath ..\lib\hsqldb.jar org.hsqldb.util.%1 %2 %3 %4 %5 %6 %7 %8 %9 1.2 +15 -0 jakarta-jetspeed-2/cornerstone-demo/hsqldb/bin/runUtil.sh Index: runUtil.sh =================================================================== RCS file: /home/cvs/jakarta-jetspeed-2/cornerstone-demo/hsqldb/bin/runUtil.sh,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- runUtil.sh 2 Dec 2003 17:46:53 -0000 1.1 +++ runUtil.sh 18 Mar 2004 16:31:58 -0000 1.2 @@ -1,4 +1,19 @@ #!/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. + # ----------------------------------------------------- # Run with -help for usage. # If $JAVA_HOME is set, editing this script should not be required. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
