X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FCONFIG%2FeficasConfig.py;h=94acd0ebb5f9f339e485e0718e07aceb5796749f;hb=ce039e349d36782d96b5459de406e4cf3d7c73a3;hp=e17160bef8859e1485025257617c1bf4c60cb187;hpb=64a012fbe1e67e97648c70de8e37dae8851ed90b;p=modules%2Feficas.git diff --git a/src/CONFIG/eficasConfig.py b/src/CONFIG/eficasConfig.py index e17160be..94acd0eb 100644 --- a/src/CONFIG/eficasConfig.py +++ b/src/CONFIG/eficasConfig.py @@ -1,3 +1,22 @@ +# Copyright (C) 2001-2017 EDF R&D +# +# 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, or (at your option) any later version. +# +# 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 +# + import os # répertoire du logiciel Eficas @@ -5,11 +24,3 @@ eficasPath = '' if "EFICAS_ROOT" in os.environ: eficasPath = os.environ["EFICAS_ROOT"] - - - - - - - -