You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by sc...@apache.org on 2011/09/20 17:10:03 UTC

svn commit: r1173180 - in /incubator/wookie/trunk/etc/release/standalone: shutdown.bat shutdown.sh startup.bat startup.sh

Author: scottbw
Date: Tue Sep 20 15:10:03 2011
New Revision: 1173180

URL: http://svn.apache.org/viewvc?rev=1173180&view=rev
Log:
Added license headers to batch/shell scripts

Modified:
    incubator/wookie/trunk/etc/release/standalone/shutdown.bat
    incubator/wookie/trunk/etc/release/standalone/shutdown.sh
    incubator/wookie/trunk/etc/release/standalone/startup.bat
    incubator/wookie/trunk/etc/release/standalone/startup.sh

Modified: incubator/wookie/trunk/etc/release/standalone/shutdown.bat
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/standalone/shutdown.bat?rev=1173180&r1=1173179&r2=1173180&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/standalone/shutdown.bat (original)
+++ incubator/wookie/trunk/etc/release/standalone/shutdown.bat Tue Sep 20 15:10:03 2011
@@ -1 +1,18 @@
+REM   Licensed to the Apache Software Foundation (ASF) under one
+REM   or more contributor license agreements.  See the NOTICE file
+REM   distributed with this work for additional information
+REM   regarding copyright ownership.  The ASF licenses this file
+REM   to you under the Apache License, Version 2.0 (the
+REM   "License"); you may not use this file except in compliance
+REM   with the License.  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,
+REM   software distributed under the License is distributed on an
+REM   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM   KIND, either express or implied.  See the License for the
+REM   specific language governing permissions and limitations
+REM   under the License.
+
 java -classpath ./lib/*;./build/webapp/wookie/WEB-INF/lib/*;./build/webapp/wookie/WEB-INF/classes org.apache.wookie.server.Stop

Modified: incubator/wookie/trunk/etc/release/standalone/shutdown.sh
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/standalone/shutdown.sh?rev=1173180&r1=1173179&r2=1173180&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/standalone/shutdown.sh (original)
+++ incubator/wookie/trunk/etc/release/standalone/shutdown.sh Tue Sep 20 15:10:03 2011
@@ -1 +1,17 @@
+#   Licensed to the Apache Software Foundation (ASF) under one
+#   or more contributor license agreements.  See the NOTICE file
+#   distributed with this work for additional information
+#   regarding copyright ownership.  The ASF licenses this file
+#   to you 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.
 java -classpath build/webapp/wookie/WEB-INF/lib/*:build/webapp/wookie/WEB-INF/classes:lib/* org.apache.wookie.server.Stop

Modified: incubator/wookie/trunk/etc/release/standalone/startup.bat
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/standalone/startup.bat?rev=1173180&r1=1173179&r2=1173180&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/standalone/startup.bat (original)
+++ incubator/wookie/trunk/etc/release/standalone/startup.bat Tue Sep 20 15:10:03 2011
@@ -1,3 +1,19 @@
+REM   Licensed to the Apache Software Foundation (ASF) under one
+REM   or more contributor license agreements.  See the NOTICE file
+REM   distributed with this work for additional information
+REM   regarding copyright ownership.  The ASF licenses this file
+REM   to you under the Apache License, Version 2.0 (the
+REM   "License"); you may not use this file except in compliance
+REM   with the License.  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,
+REM   software distributed under the License is distributed on an
+REM   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM   KIND, either express or implied.  See the License for the
+REM   specific language governing permissions and limitations
+REM   under the License.
 @echo off
 set DIRNAME=.\
 set PROGARGS=

Modified: incubator/wookie/trunk/etc/release/standalone/startup.sh
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/etc/release/standalone/startup.sh?rev=1173180&r1=1173179&r2=1173180&view=diff
==============================================================================
--- incubator/wookie/trunk/etc/release/standalone/startup.sh (original)
+++ incubator/wookie/trunk/etc/release/standalone/startup.sh Tue Sep 20 15:10:03 2011
@@ -1,3 +1,19 @@
+#   Licensed to the Apache Software Foundation (ASF) under one
+#   or more contributor license agreements.  See the NOTICE file
+#   distributed with this work for additional information
+#   regarding copyright ownership.  The ASF licenses this file
+#   to you 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.
 PROGARGS=
 if [ -d ./widgetDatabase ]; then
     PROGARGS="initDB=false"