From: abd Date: Tue, 30 May 2006 07:49:58 +0000 (+0000) Subject: fix comment in .py filex after insertin copyrights X-Git-Tag: V3_2_0rc~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=efa7f31438cc6cc34d49abd4b06b469eecaeeeb9;p=modules%2Fkernel.git fix comment in .py filex after insertin copyrights --- diff --git a/bin/NSparam.py b/bin/NSparam.py index 69835e024..5ec527e11 100755 --- a/bin/NSparam.py +++ b/bin/NSparam.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # 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 # -#!/usr/bin/env python import sys,os import string diff --git a/bin/addToKillList.py b/bin/addToKillList.py index ae21069b0..390ac2aaa 100755 --- a/bin/addToKillList.py +++ b/bin/addToKillList.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # 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 # -#!/usr/bin/env python import os, sys, pickle, string, signal diff --git a/bin/envSalome.py b/bin/envSalome.py index bbf2029c2..744ba08cb 100755 --- a/bin/envSalome.py +++ b/bin/envSalome.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # 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,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -#!/usr/bin/env python + import os import sys diff --git a/bin/killSalome.py b/bin/killSalome.py index af327ab9c..2d93685ef 100755 --- a/bin/killSalome.py +++ b/bin/killSalome.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # 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,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -#!/usr/bin/env python + import os, string, sys, re from killSalomeWithPort import killMyPort, getPiDict diff --git a/bin/killSalomeWithPort.py b/bin/killSalomeWithPort.py index a5920d451..2bfec7561 100755 --- a/bin/killSalomeWithPort.py +++ b/bin/killSalomeWithPort.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # 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,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -#!/usr/bin/env python + import os, sys, pickle, signal, commands def getPiDict(port,appname='salome',full=True): diff --git a/bin/runSalome.py b/bin/runSalome.py index 89aae4c63..9f0732b9c 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # 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 # -#!/usr/bin/env python import sys, os, string, glob, time, pickle import orbmodule diff --git a/bin/salomeConsole.py b/bin/salomeConsole.py index c92caa474..c7875d06c 100755 --- a/bin/salomeConsole.py +++ b/bin/salomeConsole.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # 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 # -#!/usr/bin/env python import os import sys diff --git a/bin/showNS.py b/bin/showNS.py index 83f1c1623..b3cc3f6df 100755 --- a/bin/showNS.py +++ b/bin/showNS.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python + # 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 # -#!/usr/bin/env python import orbmodule