From 97ae266a7e4f9607bc894614ad2981baa9751a1a Mon Sep 17 00:00:00 2001 From: abd Date: Tue, 30 May 2006 08:24:55 +0000 Subject: [PATCH] fix comment in files after inserting copyrights --- bin/appli_clean.sh | 3 ++- bin/appli_install.sh | 5 +++-- bin/appliskel/env.d/atFirst.sh | 3 ++- bin/appliskel/env.d/envProducts.sh | 3 ++- bin/appliskel/env.d/envSalome.sh | 3 ++- bin/appliskel/searchFreePort.sh | 3 ++- bin/appliskel/setAppliPath.sh | 3 ++- bin/createAppli.sh | 5 +++-- bin/runNS.sh | 3 ++- 9 files changed, 20 insertions(+), 11 deletions(-) diff --git a/bin/appli_clean.sh b/bin/appli_clean.sh index 1dd3201ac..c8cadf964 100644 --- a/bin/appli_clean.sh +++ b/bin/appli_clean.sh @@ -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 diff --git a/bin/appli_install.sh b/bin/appli_install.sh index e5e95cc0f..3e7c53f70 100644 --- a/bin/appli_install.sh +++ b/bin/appli_install.sh @@ -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 +# --- diff --git a/bin/appliskel/env.d/atFirst.sh b/bin/appliskel/env.d/atFirst.sh index f3f631caf..46a439a6f 100644 --- a/bin/appliskel/env.d/atFirst.sh +++ b/bin/appliskel/env.d/atFirst.sh @@ -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 diff --git a/bin/appliskel/env.d/envProducts.sh b/bin/appliskel/env.d/envProducts.sh index ef217c18f..954823f33 100644 --- a/bin/appliskel/env.d/envProducts.sh +++ b/bin/appliskel/env.d/envProducts.sh @@ -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 diff --git a/bin/appliskel/env.d/envSalome.sh b/bin/appliskel/env.d/envSalome.sh index 0d1311ec3..5a6c6c48e 100644 --- a/bin/appliskel/env.d/envSalome.sh +++ b/bin/appliskel/env.d/envSalome.sh @@ -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 --- # diff --git a/bin/appliskel/searchFreePort.sh b/bin/appliskel/searchFreePort.sh index 86061860a..d63804500 100755 --- a/bin/appliskel/searchFreePort.sh +++ b/bin/appliskel/searchFreePort.sh @@ -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 diff --git a/bin/appliskel/setAppliPath.sh b/bin/appliskel/setAppliPath.sh index 7a1044fa3..ccbd6b86a 100755 --- a/bin/appliskel/setAppliPath.sh +++ b/bin/appliskel/setAppliPath.sh @@ -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... diff --git a/bin/createAppli.sh b/bin/createAppli.sh index ebb322b68..5c18f198c 100755 --- a/bin/createAppli.sh +++ b/bin/createAppli.sh @@ -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 diff --git a/bin/runNS.sh b/bin/runNS.sh index d0087b0ab..1947861e5 100755 --- a/bin/runNS.sh +++ b/bin/runNS.sh @@ -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 -- 2.39.2