You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2012/10/21 15:10:43 UTC

svn commit: r1400639 - in /incubator/openmeetings/trunk/singlewebapp/WebContent/jrebel: red5-debug.bat red5-debug.sh

Author: solomax
Date: Sun Oct 21 13:10:43 2012
New Revision: 1400639

URL: http://svn.apache.org/viewvc?rev=1400639&view=rev
Log:
Apache license was added

Modified:
    incubator/openmeetings/trunk/singlewebapp/WebContent/jrebel/red5-debug.bat
    incubator/openmeetings/trunk/singlewebapp/WebContent/jrebel/red5-debug.sh

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/jrebel/red5-debug.bat
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/jrebel/red5-debug.bat?rev=1400639&r1=1400638&r2=1400639&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/jrebel/red5-debug.bat (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/jrebel/red5-debug.bat Sun Oct 21 13:10:43 2012
@@ -1,3 +1,16 @@
+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
 
 if NOT DEFINED RED5_HOME set RED5_HOME=%~dp0

Modified: incubator/openmeetings/trunk/singlewebapp/WebContent/jrebel/red5-debug.sh
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/WebContent/jrebel/red5-debug.sh?rev=1400639&r1=1400638&r2=1400639&view=diff
==============================================================================
--- incubator/openmeetings/trunk/singlewebapp/WebContent/jrebel/red5-debug.sh (original)
+++ incubator/openmeetings/trunk/singlewebapp/WebContent/jrebel/red5-debug.sh Sun Oct 21 13:10:43 2012
@@ -1,4 +1,17 @@
 #!/bin/bash
+# #############################################
+# 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.
+# #############################################
 
 if [ -z "$RED5_HOME" ]; then export RED5_HOME=.; fi