Salome HOME
Join modifications from branch BR_DEBUG_3_2_0b1
[modules/kernel.git] / bin / createAppli.sh
index 36c6146b4b9a9bacff5ebe675ca28cbf4aacabf2..5c18f198c2f1c7ae12f669cb38fc55810a84d1bc 100755 (executable)
@@ -1,4 +1,23 @@
-#!/bin/sh
+#!/bin/sh 
+
+# Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
+#           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either 
+# version 2.1 of the License.
+# 
+# This library is distributed in the hope that it will be useful 
+# but WITHOUT ANY WARRANTY; without even the implied warranty of 
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
+# Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public  
+# License along with this library; if not, write to the Free Software 
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+# 
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+# 
 
 comName=`which $0`
 rep=`dirname $comName`
@@ -14,4 +33,4 @@ else
   cp -r $rep/appliskel/* $1
   cp $rep/appliskel/.bashrc $1
   chmod +x $1/*.sh $1/run* $1/envd
-fi
\ No newline at end of file
+fi