X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FPythonAddons%2Fmacros%2F__init__.py;h=14d18bc2d5216ee963cc0cccbd107791826a03c8;hb=f45b7121e69d6b7800c828f9e1673961b0752707;hp=672545afc5268ce98dbb2ed89ca07980b91a1bd6;hpb=89ae310dae732ef819ebea43b33afd5d44facf73;p=modules%2Fshaper.git diff --git a/src/PythonAddons/macros/__init__.py b/src/PythonAddons/macros/__init__.py old mode 100644 new mode 100755 index 672545afc..14d18bc2d --- a/src/PythonAddons/macros/__init__.py +++ b/src/PythonAddons/macros/__init__.py @@ -1,3 +1,21 @@ +# Copyright (C) 2015-2021 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 +# """Python macro-features package A macro-feature is a feature which executes a sequence of user actions. Such feature is not registered in the application history. Instead,