X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FPythonAPI%2F__init__.py;h=c91aee022240080785151e788c5afdb9e91420b9;hb=fc72d43b677baa05ae7fd317346fd8b723b799ed;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=ee6034427d4adc3b83cad729e641537382576ab4;p=modules%2Fshaper.git diff --git a/src/PythonAPI/__init__.py b/src/PythonAPI/__init__.py index e69de29bb..c91aee022 100644 --- a/src/PythonAPI/__init__.py +++ b/src/PythonAPI/__init__.py @@ -0,0 +1,20 @@ +# Copyright (C) 2016-2023 CEA/DEN, 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 +# + +__version__ = "@SHAPER_GIT_SHA1@"