]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
fix comment in files after inserting copyrights
authorabd <abd@opencascade.com>
Tue, 30 May 2006 08:24:55 +0000 (08:24 +0000)
committerabd <abd@opencascade.com>
Tue, 30 May 2006 08:24:55 +0000 (08:24 +0000)
bin/appli_clean.sh
bin/appli_install.sh
bin/appliskel/env.d/atFirst.sh
bin/appliskel/env.d/envProducts.sh
bin/appliskel/env.d/envSalome.sh
bin/appliskel/searchFreePort.sh
bin/appliskel/setAppliPath.sh
bin/createAppli.sh
bin/runNS.sh

index 1dd3201accd0bb269b9f4c3a176bb9d17e6c05e0..c8cadf964187fb8522ddc26e19dabf1526bac5bc 100644 (file)
@@ -1,3 +1,5 @@
+#!/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
@@ -16,7 +18,6 @@
 # 
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 # 
-#!/bin/sh 
 
 #clean appli
 rm -rf bin lib share doc envd setAppliPath.sh searchFreePort.sh runAppli runConsole runSession env.d
index e5e95cc0f32fc4e284f95be8e8a484437839aafa..3e7c53f70393087d6aeffad397296cd2780c527e 100644 (file)
@@ -1,3 +1,5 @@
+#!/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
@@ -16,7 +18,6 @@
 # 
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 # 
-#!/bin/sh 
 
 SALOME_ROOT=${HOME}/SALOME2
 INSTALL_ROOT=${SALOME_ROOT}/Install
@@ -84,4 +85,4 @@ echo "export SUITRoot=$APPLI_ROOT/share/salome" >> env.d/configGUI.sh
 
 echo "export DATA_DIR=$INSTALL_ROOT/SAMPLES/${VERSION}/SAMPLES_SRC" >> env.d/configSalome.sh
 
-# --- 
\ No newline at end of file
+# --- 
index f3f631caf6225cc9debd68b194e56e76d647419f..46a439a6f6846ba98cb21913bb36c41dc30b57ab 100644 (file)
@@ -1,3 +1,5 @@
+#!/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
@@ -16,7 +18,6 @@
 # 
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 # 
-#!/bin/sh
 
 #------------------------------------------------
 # to be sourced first, used in following scripts
index ef217c18f394de5c9fce76f9f87ef3eb371665ab..954823f3397b2292153fbcf52b6c3e199e78df43 100644 (file)
@@ -1,3 +1,5 @@
+#!/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
@@ -16,7 +18,6 @@
 # 
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 # 
-#!/bin/sh
 
 # ------------------------------------------------
 # ---- openpbs
index 0d1311ec301be75658e5d5f45f30691191a2350e..5a6c6c48ea153ddde42ce9134402f2a0c505a5f0 100644 (file)
@@ -1,3 +1,5 @@
+#!/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
@@ -16,7 +18,6 @@
 # 
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 # 
-#!/bin/sh
 
 # --- example to adapt to your own configuration ---
 #
index 86061860a43931e58d5f2079c816e8ee3ec10b59..d638045005e4840f7cc296e2a103c74314774d68 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/bash
+
 # 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
@@ -16,7 +18,6 @@
 # 
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 # 
-#!/bin/bash
 
 # --- define port for CORBA naming service
 
index 7a1044fa35949ec653b2e2e6720256e10ee26b15..ccbd6b86a74393cc29e5d9666a1b0bd756488bad 100755 (executable)
@@ -1,3 +1,5 @@
+#!/bin/bash
+
 # 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
@@ -16,7 +18,6 @@
 # 
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 # 
-#!/bin/bash
 
 # --- retrieve APPLI path, relative to $HOME, set ${APPLI}
 #     on sarge, "which" gives not allways the absolute path...
index ebb322b68b50d872394974f38e5aee0139a6584d..5c18f198c2f1c7ae12f669cb38fc55810a84d1bc 100755 (executable)
@@ -1,3 +1,5 @@
+#!/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
@@ -16,7 +18,6 @@
 # 
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 # 
-#!/bin/sh
 
 comName=`which $0`
 rep=`dirname $comName`
@@ -32,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
index d0087b0ab9ae409f1af000fb37db9a5f9b781adc..1947861e53e7923969dcf45661f6f3fb81ddfd9e 100755 (executable)
@@ -1,3 +1,5 @@
+#!/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
@@ -16,7 +18,6 @@
 # 
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 # 
-#!/bin/sh
 
 #log files localization