From f91523f19d50a54cde7ea659d300efffcffe952e Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Fri, 22 Apr 2022 13:09:59 +0200 Subject: [PATCH] Minor blank update --- .../daGUI/daGuiImpl/adaoModuleHelper.py | 3 ++ src/daSalome/daGUI/daUtils/enumerate.py | 33 ++++++++++--------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/src/daSalome/daGUI/daGuiImpl/adaoModuleHelper.py b/src/daSalome/daGUI/daGuiImpl/adaoModuleHelper.py index a24e895..df5309e 100644 --- a/src/daSalome/daGUI/daGuiImpl/adaoModuleHelper.py +++ b/src/daSalome/daGUI/daGuiImpl/adaoModuleHelper.py @@ -1,4 +1,7 @@ # -*- coding: utf-8 -*- +# +# Copyright (C) 2008-2022 EDF R&D +# # Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE # # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, diff --git a/src/daSalome/daGUI/daUtils/enumerate.py b/src/daSalome/daGUI/daUtils/enumerate.py index 66e9a94..86994c8 100644 --- a/src/daSalome/daGUI/daUtils/enumerate.py +++ b/src/daSalome/daGUI/daUtils/enumerate.py @@ -1,24 +1,27 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE # -# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +# Copyright (C) 2008-2022 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. +# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE # -# 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. +# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS # -# 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 +# 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. # -# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# 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 # __author__ = "gboulant" -- 2.39.2