From 3a25d20e5e94db8b60f3a6fab953e0911ad255ac Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 14 Feb 2019 16:20:34 +0300 Subject: [PATCH] Update copyrights + remove deprecated stuff --- AUTHORS | 24 ---------- CMakeLists.txt | 2 +- ChangeLog | 45 ------------------ GHS3DPRLPLUGIN_version.h.in | 2 +- SalomeGHS3DPRLPLUGINConfig.cmake.in | 2 +- adm_local/CMakeLists.txt | 2 +- adm_local/unix/CMakeLists.txt | 2 +- adm_local/unix/config_files/CMakeLists.txt | 2 +- adm_local/unix/config_files/check_GHS3DPRL.m4 | 2 +- .../unix/config_files/check_GHS3DPRLPLUGIN.m4 | 2 +- bin/CMakeLists.txt | 2 +- bin/VERSION.in | 0 bin/mg-tetra_hpc.bash | 18 +++++++ bin/mg-tetra_hpc.py | 9 ++-- doc/CMakeLists.txt | 2 +- doc/salome/CMakeLists.txt | 2 +- doc/salome/gui/CMakeLists.txt | 2 +- doc/salome/gui/GHS3DPRLPLUGIN/CMakeLists.txt | 2 +- doc/salome/gui/GHS3DPRLPLUGIN/doxyfile.in | 19 -------- doc/salome/gui/GHS3DPRLPLUGIN/doxyfile_py.in | 19 -------- doc/salome/gui/GHS3DPRLPLUGIN/images/head.png | Bin .../gui/GHS3DPRLPLUGIN/images/image2.gif | Bin .../gui/GHS3DPRLPLUGIN/static/footer.html | 2 +- .../gui/GHS3DPRLPLUGIN/static/header.html.in | 0 idl/CMakeLists.txt | 2 +- idl/GHS3DPRLPlugin_Algorithm.idl | 2 +- resources/CMakeLists.txt | 2 +- resources/GHS3DPRL.png | Bin resources/GHS3DPRLPlugin.xml | 22 --------- resources/SalomeApp.xml | 24 ---------- resources/mesh_algo_GHS3DPRL.png | Bin resources/mesh_hypo_GHS3DPRL.png | Bin resources/mesh_tree_algo_GHS3DPRL.png | Bin resources/mesh_tree_hypo_GHS3DPRL.png | Bin src/CMakeLists.txt | 2 +- src/GHS3DPRLPlugin/CMakeLists.txt | 2 +- src/GHS3DPRLPlugin/GHS3DPRLPluginBuilder.py | 2 +- src/GHS3DPRLPlugin/GHS3DPRLPlugin_Defs.hxx | 2 +- .../GHS3DPRLPlugin_GHS3DPRL.cxx | 2 +- .../GHS3DPRLPlugin_GHS3DPRL.hxx | 2 +- .../GHS3DPRLPlugin_GHS3DPRL_i.cxx | 2 +- .../GHS3DPRLPlugin_GHS3DPRL_i.hxx | 2 +- .../GHS3DPRLPlugin_Hypothesis.cxx | 2 +- .../GHS3DPRLPlugin_Hypothesis.hxx | 2 +- .../GHS3DPRLPlugin_Hypothesis_i.cxx | 2 +- .../GHS3DPRLPlugin_Hypothesis_i.hxx | 2 +- src/GHS3DPRLPlugin/GHS3DPRLPlugin_i.cxx | 2 +- src/GHS3DPRLPlugin/MG_TetraHPC_API.cxx | 2 +- src/GHS3DPRLPlugin/MG_TetraHPC_API.hxx | 2 +- src/GHS3DPRLPlugin/__init__.py | 2 +- src/gui/CMakeLists.txt | 2 +- src/gui/GHS3DPRLPluginGUI.cxx | 2 +- .../GHS3DPRLPluginGUI_HypothesisCreator.cxx | 2 +- src/gui/GHS3DPRLPluginGUI_HypothesisCreator.h | 2 +- src/gui/GHS3DPRLPlugin_msg_fr.ts | 0 src/tepal2med/CMakeLists.txt | 2 +- src/tepal2med/dlg_ghs3dmain.cxx | 2 +- src/tepal2med/dlg_ghs3dmain.h | 2 +- src/tepal2med/ghs3dprl_mesh_wrap.cxx | 2 +- src/tepal2med/ghs3dprl_mesh_wrap.h | 2 +- src/tepal2med/ghs3dprl_msg_parser.cxx | 2 +- src/tepal2med/ghs3dprl_msg_parser.h | 2 +- src/tepal2med/tepal2med.cxx | 2 +- src/tepal2med/tetrahpc2med.cxx | 2 +- src/tools/CMakeLists.txt | 2 +- src/tools/facespoints2mesh.py | 2 +- src/tools/mesh2facespoints.py | 2 +- src/tools/testMesh.py | 10 ++-- src/tools/testMeshTest.py | 10 ++-- 69 files changed, 79 insertions(+), 219 deletions(-) mode change 100755 => 100644 CMakeLists.txt delete mode 100644 ChangeLog mode change 100755 => 100644 adm_local/CMakeLists.txt mode change 100755 => 100644 adm_local/unix/CMakeLists.txt mode change 100755 => 100644 adm_local/unix/config_files/CMakeLists.txt mode change 100755 => 100644 adm_local/unix/config_files/check_GHS3DPRL.m4 mode change 100755 => 100644 adm_local/unix/config_files/check_GHS3DPRLPLUGIN.m4 mode change 100755 => 100644 bin/CMakeLists.txt mode change 100755 => 100644 bin/VERSION.in mode change 100755 => 100644 doc/CMakeLists.txt mode change 100755 => 100644 doc/salome/CMakeLists.txt mode change 100755 => 100644 doc/salome/gui/CMakeLists.txt mode change 100755 => 100644 doc/salome/gui/GHS3DPRLPLUGIN/CMakeLists.txt mode change 100755 => 100644 doc/salome/gui/GHS3DPRLPLUGIN/doxyfile.in mode change 100755 => 100644 doc/salome/gui/GHS3DPRLPLUGIN/doxyfile_py.in mode change 100755 => 100644 doc/salome/gui/GHS3DPRLPLUGIN/images/head.png mode change 100755 => 100644 doc/salome/gui/GHS3DPRLPLUGIN/images/image2.gif mode change 100755 => 100644 doc/salome/gui/GHS3DPRLPLUGIN/static/footer.html mode change 100755 => 100644 doc/salome/gui/GHS3DPRLPLUGIN/static/header.html.in mode change 100755 => 100644 idl/CMakeLists.txt mode change 100755 => 100644 idl/GHS3DPRLPlugin_Algorithm.idl mode change 100755 => 100644 resources/CMakeLists.txt mode change 100755 => 100644 resources/GHS3DPRL.png mode change 100755 => 100644 resources/GHS3DPRLPlugin.xml mode change 100755 => 100644 resources/mesh_algo_GHS3DPRL.png mode change 100755 => 100644 resources/mesh_hypo_GHS3DPRL.png mode change 100755 => 100644 resources/mesh_tree_algo_GHS3DPRL.png mode change 100755 => 100644 resources/mesh_tree_hypo_GHS3DPRL.png mode change 100755 => 100644 src/CMakeLists.txt mode change 100755 => 100644 src/GHS3DPRLPlugin/GHS3DPRLPlugin_Defs.hxx mode change 100755 => 100644 src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx mode change 100755 => 100644 src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.hxx mode change 100755 => 100644 src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL_i.cxx mode change 100755 => 100644 src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL_i.hxx mode change 100755 => 100644 src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.cxx mode change 100755 => 100644 src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.hxx mode change 100755 => 100644 src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.cxx mode change 100755 => 100644 src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx mode change 100755 => 100644 src/GHS3DPRLPlugin/GHS3DPRLPlugin_i.cxx mode change 100755 => 100644 src/gui/GHS3DPRLPluginGUI.cxx mode change 100755 => 100644 src/gui/GHS3DPRLPluginGUI_HypothesisCreator.cxx mode change 100755 => 100644 src/gui/GHS3DPRLPluginGUI_HypothesisCreator.h mode change 100755 => 100644 src/gui/GHS3DPRLPlugin_msg_fr.ts mode change 100755 => 100644 src/tepal2med/dlg_ghs3dmain.cxx mode change 100755 => 100644 src/tepal2med/dlg_ghs3dmain.h mode change 100755 => 100644 src/tepal2med/ghs3dprl_mesh_wrap.cxx mode change 100755 => 100644 src/tepal2med/ghs3dprl_mesh_wrap.h mode change 100755 => 100644 src/tepal2med/ghs3dprl_msg_parser.cxx mode change 100755 => 100644 src/tepal2med/ghs3dprl_msg_parser.h mode change 100755 => 100644 src/tepal2med/tepal2med.cxx mode change 100755 => 100644 src/tepal2med/tetrahpc2med.cxx diff --git a/AUTHORS b/AUTHORS index 7c1a10c..190c0a1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,27 +1,3 @@ -# Copyright (C) 2007-2016 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 -# - -# --- -# -# File : AUTHORS -# Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com) -# # --- # # The format of this file was inspired by the Linux kernel CREDITS file. diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 index 87d8e7d..9848651 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2019 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 diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index 09f361e..0000000 --- a/ChangeLog +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright (C) 2007-2016 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 -# - -# --- -# -# File : ChangeLog -# Author : Vadim SANDLER, Open CASCADE S.A.S (vadim.sandler@opencascade.com) -# -# --- -# -# Changes are listed by modification time in the descending order, -# i.e. newer changes are listed at the top of the file. -# -# Each record lists the modification date, author and short description of -# the made changes. -# -# --- - -2008-08-29 Vadim SANDLER - - * Porting to automake, porting to SALOME series 5x - -2007-2008 Edward AGAPOV - - * Debug, improve meshing algorithms - -2007 Christian VAN WAMBEKE (CEA) - - * Initial development diff --git a/GHS3DPRLPLUGIN_version.h.in b/GHS3DPRLPLUGIN_version.h.in index 16de6ba..31da632 100644 --- a/GHS3DPRLPLUGIN_version.h.in +++ b/GHS3DPRLPLUGIN_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/SalomeGHS3DPRLPLUGINConfig.cmake.in b/SalomeGHS3DPRLPLUGINConfig.cmake.in index 2c8e461..d87c6b6 100644 --- a/SalomeGHS3DPRLPLUGINConfig.cmake.in +++ b/SalomeGHS3DPRLPLUGINConfig.cmake.in @@ -1,4 +1,4 @@ -# Copyright (C) 2013-2016 CEA/DEN, EDF R&D +# Copyright (C) 2013-2019 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 diff --git a/adm_local/CMakeLists.txt b/adm_local/CMakeLists.txt old mode 100755 new mode 100644 index 4df2dc0..9e5fb80 --- a/adm_local/CMakeLists.txt +++ b/adm_local/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D +# Copyright (C) 2007-2019 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 diff --git a/adm_local/unix/CMakeLists.txt b/adm_local/unix/CMakeLists.txt old mode 100755 new mode 100644 index 90c9fba..b2db40d --- a/adm_local/unix/CMakeLists.txt +++ b/adm_local/unix/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2019 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 diff --git a/adm_local/unix/config_files/CMakeLists.txt b/adm_local/unix/config_files/CMakeLists.txt old mode 100755 new mode 100644 index e37c9d7..de07816 --- a/adm_local/unix/config_files/CMakeLists.txt +++ b/adm_local/unix/config_files/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D +# Copyright (C) 2007-2019 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 diff --git a/adm_local/unix/config_files/check_GHS3DPRL.m4 b/adm_local/unix/config_files/check_GHS3DPRL.m4 old mode 100755 new mode 100644 index 7b8727c..5a2642a --- a/adm_local/unix/config_files/check_GHS3DPRL.m4 +++ b/adm_local/unix/config_files/check_GHS3DPRL.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D +# Copyright (C) 2007-2019 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 diff --git a/adm_local/unix/config_files/check_GHS3DPRLPLUGIN.m4 b/adm_local/unix/config_files/check_GHS3DPRLPLUGIN.m4 old mode 100755 new mode 100644 index 6f80fbf..5a3d2d2 --- a/adm_local/unix/config_files/check_GHS3DPRLPLUGIN.m4 +++ b/adm_local/unix/config_files/check_GHS3DPRLPLUGIN.m4 @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D +# Copyright (C) 2007-2019 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 diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt old mode 100755 new mode 100644 index 7908501..1779154 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2019 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 diff --git a/bin/VERSION.in b/bin/VERSION.in old mode 100755 new mode 100644 diff --git a/bin/mg-tetra_hpc.bash b/bin/mg-tetra_hpc.bash index d48e9de..a0404ee 100755 --- a/bin/mg-tetra_hpc.bash +++ b/bin/mg-tetra_hpc.bash @@ -1,4 +1,22 @@ #!/bin/bash +# Copyright (C) 2014-2019 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 +# #bash script mg-tetra_hpc.bash #could assume overriding set licence file of user/other new version distene products diff --git a/bin/mg-tetra_hpc.py b/bin/mg-tetra_hpc.py index 13e354b..30bb1e5 100644 --- a/bin/mg-tetra_hpc.py +++ b/bin/mg-tetra_hpc.py @@ -1,8 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# %% LICENSE_SALOME_CEA_BEGIN -# Copyright (C) 2008-2016 CEA/DEN +# Copyright (C) 2008-2019 CEA/DEN # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,10 +15,10 @@ # # 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 +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -# See http://www.salome-platform.org or email : webmaster.salome@opencascade.com -# %% LICENSE_END """ diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt old mode 100755 new mode 100644 index b39cf0a..c8906a7 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/doc/salome/CMakeLists.txt b/doc/salome/CMakeLists.txt old mode 100755 new mode 100644 index ad27b45..a2c9e3b --- a/doc/salome/CMakeLists.txt +++ b/doc/salome/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/doc/salome/gui/CMakeLists.txt b/doc/salome/gui/CMakeLists.txt old mode 100755 new mode 100644 index b6eddfa..17d793b --- a/doc/salome/gui/CMakeLists.txt +++ b/doc/salome/gui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/doc/salome/gui/GHS3DPRLPLUGIN/CMakeLists.txt b/doc/salome/gui/GHS3DPRLPLUGIN/CMakeLists.txt old mode 100755 new mode 100644 index 838e1f2..85fea8e --- a/doc/salome/gui/GHS3DPRLPLUGIN/CMakeLists.txt +++ b/doc/salome/gui/GHS3DPRLPLUGIN/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2019 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/doc/salome/gui/GHS3DPRLPLUGIN/doxyfile.in b/doc/salome/gui/GHS3DPRLPLUGIN/doxyfile.in old mode 100755 new mode 100644 index 862a6ec..b359d80 --- a/doc/salome/gui/GHS3DPRLPLUGIN/doxyfile.in +++ b/doc/salome/gui/GHS3DPRLPLUGIN/doxyfile.in @@ -1,22 +1,3 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE -# -# 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 -# - #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- diff --git a/doc/salome/gui/GHS3DPRLPLUGIN/doxyfile_py.in b/doc/salome/gui/GHS3DPRLPLUGIN/doxyfile_py.in old mode 100755 new mode 100644 index 8a263bf..0055cb4 --- a/doc/salome/gui/GHS3DPRLPLUGIN/doxyfile_py.in +++ b/doc/salome/gui/GHS3DPRLPLUGIN/doxyfile_py.in @@ -1,22 +1,3 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D, OPEN CASCADE -# -# 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 -# - #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- diff --git a/doc/salome/gui/GHS3DPRLPLUGIN/images/head.png b/doc/salome/gui/GHS3DPRLPLUGIN/images/head.png old mode 100755 new mode 100644 diff --git a/doc/salome/gui/GHS3DPRLPLUGIN/images/image2.gif b/doc/salome/gui/GHS3DPRLPLUGIN/images/image2.gif old mode 100755 new mode 100644 diff --git a/doc/salome/gui/GHS3DPRLPLUGIN/static/footer.html b/doc/salome/gui/GHS3DPRLPLUGIN/static/footer.html old mode 100755 new mode 100644 index b52879b..cca6c20 --- a/doc/salome/gui/GHS3DPRLPLUGIN/static/footer.html +++ b/doc/salome/gui/GHS3DPRLPLUGIN/static/footer.html @@ -4,7 +4,7 @@ diff --git a/doc/salome/gui/GHS3DPRLPLUGIN/static/header.html.in b/doc/salome/gui/GHS3DPRLPLUGIN/static/header.html.in old mode 100755 new mode 100644 diff --git a/idl/CMakeLists.txt b/idl/CMakeLists.txt old mode 100755 new mode 100644 index da5ab95..693a494 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2019 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 diff --git a/idl/GHS3DPRLPlugin_Algorithm.idl b/idl/GHS3DPRLPlugin_Algorithm.idl old mode 100755 new mode 100644 index 8726bde..df6d5f3 --- a/idl/GHS3DPRLPlugin_Algorithm.idl +++ b/idl/GHS3DPRLPlugin_Algorithm.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt old mode 100755 new mode 100644 index c7e19a9..c4cb42f --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D +# Copyright (C) 2007-2019 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 diff --git a/resources/GHS3DPRL.png b/resources/GHS3DPRL.png old mode 100755 new mode 100644 diff --git a/resources/GHS3DPRLPlugin.xml b/resources/GHS3DPRLPlugin.xml old mode 100755 new mode 100644 index 292694c..40a3371 --- a/resources/GHS3DPRLPlugin.xml +++ b/resources/GHS3DPRLPlugin.xml @@ -1,27 +1,5 @@ - - - diff --git a/resources/SalomeApp.xml b/resources/SalomeApp.xml index 40f77dd..b858726 100644 --- a/resources/SalomeApp.xml +++ b/resources/SalomeApp.xml @@ -1,31 +1,7 @@ -
-
- - -
diff --git a/resources/mesh_algo_GHS3DPRL.png b/resources/mesh_algo_GHS3DPRL.png old mode 100755 new mode 100644 diff --git a/resources/mesh_hypo_GHS3DPRL.png b/resources/mesh_hypo_GHS3DPRL.png old mode 100755 new mode 100644 diff --git a/resources/mesh_tree_algo_GHS3DPRL.png b/resources/mesh_tree_algo_GHS3DPRL.png old mode 100755 new mode 100644 diff --git a/resources/mesh_tree_hypo_GHS3DPRL.png b/resources/mesh_tree_hypo_GHS3DPRL.png old mode 100755 new mode 100644 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 index 5215435..e5128a9 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2019 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 diff --git a/src/GHS3DPRLPlugin/CMakeLists.txt b/src/GHS3DPRLPlugin/CMakeLists.txt index 4a7208a..fc8abc3 100644 --- a/src/GHS3DPRLPlugin/CMakeLists.txt +++ b/src/GHS3DPRLPlugin/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2019 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 diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPluginBuilder.py b/src/GHS3DPRLPlugin/GHS3DPRLPluginBuilder.py index 89f4d84..fa4e72d 100644 --- a/src/GHS3DPRLPlugin/GHS3DPRLPluginBuilder.py +++ b/src/GHS3DPRLPlugin/GHS3DPRLPluginBuilder.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D +# Copyright (C) 2007-2019 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 diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Defs.hxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Defs.hxx old mode 100755 new mode 100644 index f0d5775..7c8b735 --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Defs.hxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Defs.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 CEA/DEN, EDF R&D +// Copyright (C) 2004-2019 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 diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx old mode 100755 new mode 100644 index 5a3267b..6e6b0e0 --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.hxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.hxx old mode 100755 new mode 100644 index 8077e5e..e7c646f --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.hxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL_i.cxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL_i.cxx old mode 100755 new mode 100644 index ecc596f..937391b --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL_i.cxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL_i.hxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL_i.hxx old mode 100755 new mode 100644 index 76932e2..d6deb82 --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL_i.hxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_GHS3DPRL_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.cxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.cxx old mode 100755 new mode 100644 index 4d56358..07a3a89 --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.cxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.hxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.hxx old mode 100755 new mode 100644 index a1613d5..0913cb1 --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.hxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.cxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.cxx old mode 100755 new mode 100644 index 5e5b045..72a4ec2 --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.cxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx old mode 100755 new mode 100644 index 792a472..f546209 --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_i.cxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_i.cxx old mode 100755 new mode 100644 index 28960f6..0c1c198 --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_i.cxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/GHS3DPRLPlugin/MG_TetraHPC_API.cxx b/src/GHS3DPRLPlugin/MG_TetraHPC_API.cxx index 91f5da2..306f06c 100644 --- a/src/GHS3DPRLPlugin/MG_TetraHPC_API.cxx +++ b/src/GHS3DPRLPlugin/MG_TetraHPC_API.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 CEA/DEN, EDF R&D +// Copyright (C) 2004-2019 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 diff --git a/src/GHS3DPRLPlugin/MG_TetraHPC_API.hxx b/src/GHS3DPRLPlugin/MG_TetraHPC_API.hxx index 4c14192..95b918f 100644 --- a/src/GHS3DPRLPlugin/MG_TetraHPC_API.hxx +++ b/src/GHS3DPRLPlugin/MG_TetraHPC_API.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2004-2016 CEA/DEN, EDF R&D +// Copyright (C) 2004-2019 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 diff --git a/src/GHS3DPRLPlugin/__init__.py b/src/GHS3DPRLPlugin/__init__.py index 1edc11f..dea4eb6 100644 --- a/src/GHS3DPRLPlugin/__init__.py +++ b/src/GHS3DPRLPlugin/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D +# Copyright (C) 2007-2019 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 diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 38776fe..402806f 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2019 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 diff --git a/src/gui/GHS3DPRLPluginGUI.cxx b/src/gui/GHS3DPRLPluginGUI.cxx old mode 100755 new mode 100644 index fba41d2..73af09d --- a/src/gui/GHS3DPRLPluginGUI.cxx +++ b/src/gui/GHS3DPRLPluginGUI.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/gui/GHS3DPRLPluginGUI_HypothesisCreator.cxx b/src/gui/GHS3DPRLPluginGUI_HypothesisCreator.cxx old mode 100755 new mode 100644 index c487273..8eee3f5 --- a/src/gui/GHS3DPRLPluginGUI_HypothesisCreator.cxx +++ b/src/gui/GHS3DPRLPluginGUI_HypothesisCreator.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/gui/GHS3DPRLPluginGUI_HypothesisCreator.h b/src/gui/GHS3DPRLPluginGUI_HypothesisCreator.h old mode 100755 new mode 100644 index fb9fef7..82e2f57 --- a/src/gui/GHS3DPRLPluginGUI_HypothesisCreator.h +++ b/src/gui/GHS3DPRLPluginGUI_HypothesisCreator.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/gui/GHS3DPRLPlugin_msg_fr.ts b/src/gui/GHS3DPRLPlugin_msg_fr.ts old mode 100755 new mode 100644 diff --git a/src/tepal2med/CMakeLists.txt b/src/tepal2med/CMakeLists.txt index 37b7118..2a69d63 100644 --- a/src/tepal2med/CMakeLists.txt +++ b/src/tepal2med/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2019 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 diff --git a/src/tepal2med/dlg_ghs3dmain.cxx b/src/tepal2med/dlg_ghs3dmain.cxx old mode 100755 new mode 100644 index 6f1b23a..88c5dc3 --- a/src/tepal2med/dlg_ghs3dmain.cxx +++ b/src/tepal2med/dlg_ghs3dmain.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/tepal2med/dlg_ghs3dmain.h b/src/tepal2med/dlg_ghs3dmain.h old mode 100755 new mode 100644 index 9b705f9..439af2c --- a/src/tepal2med/dlg_ghs3dmain.h +++ b/src/tepal2med/dlg_ghs3dmain.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/tepal2med/ghs3dprl_mesh_wrap.cxx b/src/tepal2med/ghs3dprl_mesh_wrap.cxx old mode 100755 new mode 100644 index 33bc8ef..9fe0117 --- a/src/tepal2med/ghs3dprl_mesh_wrap.cxx +++ b/src/tepal2med/ghs3dprl_mesh_wrap.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/tepal2med/ghs3dprl_mesh_wrap.h b/src/tepal2med/ghs3dprl_mesh_wrap.h old mode 100755 new mode 100644 index 27f3bf2..81834ff --- a/src/tepal2med/ghs3dprl_mesh_wrap.h +++ b/src/tepal2med/ghs3dprl_mesh_wrap.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/tepal2med/ghs3dprl_msg_parser.cxx b/src/tepal2med/ghs3dprl_msg_parser.cxx old mode 100755 new mode 100644 index 1d0c648..03a910b --- a/src/tepal2med/ghs3dprl_msg_parser.cxx +++ b/src/tepal2med/ghs3dprl_msg_parser.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/tepal2med/ghs3dprl_msg_parser.h b/src/tepal2med/ghs3dprl_msg_parser.h old mode 100755 new mode 100644 index 31cd4ee..8bbafda --- a/src/tepal2med/ghs3dprl_msg_parser.h +++ b/src/tepal2med/ghs3dprl_msg_parser.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/tepal2med/tepal2med.cxx b/src/tepal2med/tepal2med.cxx old mode 100755 new mode 100644 index 89760d2..0e697da --- a/src/tepal2med/tepal2med.cxx +++ b/src/tepal2med/tepal2med.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/tepal2med/tetrahpc2med.cxx b/src/tepal2med/tetrahpc2med.cxx old mode 100755 new mode 100644 index 6e4d432..f243888 --- a/src/tepal2med/tetrahpc2med.cxx +++ b/src/tepal2med/tetrahpc2med.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2016 CEA/DEN, EDF R&D +// Copyright (C) 2007-2019 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 diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index 930ba7d..c7d9bdd 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2016 CEA/DEN, EDF R&D +# Copyright (C) 2012-2019 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 diff --git a/src/tools/facespoints2mesh.py b/src/tools/facespoints2mesh.py index 1a26f79..acc6f24 100755 --- a/src/tools/facespoints2mesh.py +++ b/src/tools/facespoints2mesh.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D +# Copyright (C) 2007-2019 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 diff --git a/src/tools/mesh2facespoints.py b/src/tools/mesh2facespoints.py index b44c4d1..5a42df4 100755 --- a/src/tools/mesh2facespoints.py +++ b/src/tools/mesh2facespoints.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2007-2016 CEA/DEN, EDF R&D +# Copyright (C) 2007-2019 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 diff --git a/src/tools/testMesh.py b/src/tools/testMesh.py index 0ad80e2..deae24c 100644 --- a/src/tools/testMesh.py +++ b/src/tools/testMesh.py @@ -1,8 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# %% LICENSE_SALOME_CEA_BEGIN -# Copyright (C) 2008-2016 CEA/DEN +# Copyright (C) 2008-2019 CEA/DEN # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,11 +15,10 @@ # # 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 +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -# See http://www.salome-platform.org or email : webmaster.salome@opencascade.com -# %% LICENSE_END - """ run coherency tests on one and some mesh. diff --git a/src/tools/testMeshTest.py b/src/tools/testMeshTest.py index 57b5849..d18b22d 100644 --- a/src/tools/testMeshTest.py +++ b/src/tools/testMeshTest.py @@ -1,8 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# %% LICENSE_SALOME_CEA_BEGIN -# Copyright (C) 2008-2016 CEA/DEN +# Copyright (C) 2008-2019 CEA/DEN # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -16,11 +15,10 @@ # # 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 +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # -# See http://www.salome-platform.org or email : webmaster.salome@opencascade.com -# %% LICENSE_END - import unittest -- 2.30.2