From d92111545c34fd593e8fcc740748c03dde75c780 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 14 Feb 2019 17:14:13 +0300 Subject: [PATCH] Update copyrights --- CMakeLists.txt | 2 +- COPYING | 0 HEXABLOCKPLUGIN_version.h.in | 2 +- README | 0 SalomeHEXABLOCKPLUGINConfig.cmake.in | 2 +- adm_local/CMakeLists.txt | 2 +- adm_local/unix/CMakeLists.txt | 2 +- adm_local/unix/config_files/CMakeLists.txt | 2 +- .../config_files/check_HEXABLOCKPLUGIN.m4 | 2 +- bin/CMakeLists.txt | 2 +- bin/VERSION.in | 0 idl/CMakeLists.txt | 2 +- idl/HEXABLOCKPlugin_Algorithm.idl | 2 +- resources/CMakeLists.txt | 2 +- resources/HEXABLOCKPlugin.xml | 22 ---------------- resources/SalomeApp.xml | 24 ------------------ resources/mesh_hypo_HEXABLOCK.png | Bin resources/mesh_tree_hypo_HEXABLOCK.png | Bin src/CMakeLists.txt | 2 +- src/GUI/CMakeLists.txt | 2 +- .../HEXABLOCKPluginGUI_HypothesisCreator.cxx | 2 +- .../HEXABLOCKPluginGUI_HypothesisCreator.h | 2 +- src/GUI/HEXABLOCKPlugin_images.ts | 20 --------------- src/GUI/HEXABLOCKPlugin_msg_en.ts | 20 --------------- src/GUI/HEXABLOCKPlugin_msg_ja.ts | 20 --------------- src/HEXABLOCKPlugin/CMakeLists.txt | 2 +- src/HEXABLOCKPlugin/HEXABLOCKPlugin_Defs.hxx | 2 +- .../HEXABLOCKPlugin_FromSkin_3D.cxx | 2 +- .../HEXABLOCKPlugin_FromSkin_3D.hxx | 2 +- .../HEXABLOCKPlugin_HEXABLOCK.cxx | 2 +- .../HEXABLOCKPlugin_HEXABLOCK.hxx | 2 +- .../HEXABLOCKPlugin_HEXABLOCK_i.cxx | 2 +- .../HEXABLOCKPlugin_HEXABLOCK_i.hxx | 2 +- .../HEXABLOCKPlugin_Hypothesis.cxx | 2 +- .../HEXABLOCKPlugin_Hypothesis.hxx | 2 +- .../HEXABLOCKPlugin_Hypothesis_i.cxx | 2 +- .../HEXABLOCKPlugin_Hypothesis_i.hxx | 2 +- src/HEXABLOCKPlugin/HEXABLOCKPlugin_i.cxx | 2 +- src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx | 2 +- src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.hxx | 2 +- 40 files changed, 30 insertions(+), 136 deletions(-) mode change 100755 => 100644 CMakeLists.txt mode change 100755 => 100644 COPYING mode change 100755 => 100644 HEXABLOCKPLUGIN_version.h.in mode change 100755 => 100644 README 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_HEXABLOCKPLUGIN.m4 mode change 100755 => 100644 bin/CMakeLists.txt mode change 100755 => 100644 bin/VERSION.in mode change 100755 => 100644 idl/CMakeLists.txt mode change 100755 => 100644 idl/HEXABLOCKPlugin_Algorithm.idl mode change 100755 => 100644 resources/CMakeLists.txt mode change 100755 => 100644 resources/HEXABLOCKPlugin.xml mode change 100755 => 100644 resources/SalomeApp.xml mode change 100755 => 100644 resources/mesh_hypo_HEXABLOCK.png mode change 100755 => 100644 resources/mesh_tree_hypo_HEXABLOCK.png mode change 100755 => 100644 src/CMakeLists.txt mode change 100755 => 100644 src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.cxx mode change 100755 => 100644 src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.h mode change 100755 => 100644 src/GUI/HEXABLOCKPlugin_images.ts mode change 100755 => 100644 src/GUI/HEXABLOCKPlugin_msg_en.ts mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_Defs.hxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.hxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.hxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK_i.cxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK_i.hxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis.cxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis.hxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis_i.cxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis_i.hxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_i.cxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx mode change 100755 => 100644 src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.hxx diff --git a/CMakeLists.txt b/CMakeLists.txt old mode 100755 new mode 100644 index a5f060c..0d9cf03 --- 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/COPYING b/COPYING old mode 100755 new mode 100644 diff --git a/HEXABLOCKPLUGIN_version.h.in b/HEXABLOCKPLUGIN_version.h.in old mode 100755 new mode 100644 index f06c045..5e1decc --- a/HEXABLOCKPLUGIN_version.h.in +++ b/HEXABLOCKPLUGIN_version.h.in @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/README b/README old mode 100755 new mode 100644 diff --git a/SalomeHEXABLOCKPLUGINConfig.cmake.in b/SalomeHEXABLOCKPLUGINConfig.cmake.in index c52eedf..4d7b8a6 100644 --- a/SalomeHEXABLOCKPLUGINConfig.cmake.in +++ b/SalomeHEXABLOCKPLUGINConfig.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 83e7b1d..7036d5b --- 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_HEXABLOCKPLUGIN.m4 b/adm_local/unix/config_files/check_HEXABLOCKPLUGIN.m4 old mode 100755 new mode 100644 index 96b116a..1900308 --- a/adm_local/unix/config_files/check_HEXABLOCKPLUGIN.m4 +++ b/adm_local/unix/config_files/check_HEXABLOCKPLUGIN.m4 @@ -1,4 +1,4 @@ -dnl Copyright (C) 2009-2016 CEA/DEN, EDF R&D +dnl Copyright (C) 2009-2019 CEA/DEN, EDF R&D dnl dnl This library is free software; you can redistribute it and/or dnl 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 0f238dc..e619abb --- 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/idl/CMakeLists.txt b/idl/CMakeLists.txt old mode 100755 new mode 100644 index b8e86c2..185ed67 --- 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/HEXABLOCKPlugin_Algorithm.idl b/idl/HEXABLOCKPlugin_Algorithm.idl old mode 100755 new mode 100644 index 749cec6..0232f6c --- a/idl/HEXABLOCKPlugin_Algorithm.idl +++ b/idl/HEXABLOCKPlugin_Algorithm.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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 59388e6..e34c893 --- 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/HEXABLOCKPlugin.xml b/resources/HEXABLOCKPlugin.xml old mode 100755 new mode 100644 index 9577793..7784667 --- a/resources/HEXABLOCKPlugin.xml +++ b/resources/HEXABLOCKPlugin.xml @@ -1,27 +1,5 @@ - - - diff --git a/resources/SalomeApp.xml b/resources/SalomeApp.xml old mode 100755 new mode 100644 index 4985ca4..1fa79df --- a/resources/SalomeApp.xml +++ b/resources/SalomeApp.xml @@ -1,31 +1,7 @@ -
-
- - -
diff --git a/resources/mesh_hypo_HEXABLOCK.png b/resources/mesh_hypo_HEXABLOCK.png old mode 100755 new mode 100644 diff --git a/resources/mesh_tree_hypo_HEXABLOCK.png b/resources/mesh_tree_hypo_HEXABLOCK.png old mode 100755 new mode 100644 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt old mode 100755 new mode 100644 index 7311a40..0528959 --- 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/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt index 689d92b..049c87d 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/HEXABLOCKPluginGUI_HypothesisCreator.cxx b/src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.cxx old mode 100755 new mode 100644 index 887f292..1dd579e --- a/src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPluginGUI_HypothesisCreator.h b/src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.h old mode 100755 new mode 100644 index 8f69668..e9e6006 --- a/src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.h +++ b/src/GUI/HEXABLOCKPluginGUI_HypothesisCreator.h @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin_images.ts b/src/GUI/HEXABLOCKPlugin_images.ts old mode 100755 new mode 100644 index 2930b38..51be2d2 --- a/src/GUI/HEXABLOCKPlugin_images.ts +++ b/src/GUI/HEXABLOCKPlugin_images.ts @@ -1,24 +1,4 @@ - @default diff --git a/src/GUI/HEXABLOCKPlugin_msg_en.ts b/src/GUI/HEXABLOCKPlugin_msg_en.ts old mode 100755 new mode 100644 index b619fbc..767262a --- a/src/GUI/HEXABLOCKPlugin_msg_en.ts +++ b/src/GUI/HEXABLOCKPlugin_msg_en.ts @@ -1,24 +1,4 @@ - @default diff --git a/src/GUI/HEXABLOCKPlugin_msg_ja.ts b/src/GUI/HEXABLOCKPlugin_msg_ja.ts index 2773eab..51671d0 100644 --- a/src/GUI/HEXABLOCKPlugin_msg_ja.ts +++ b/src/GUI/HEXABLOCKPlugin_msg_ja.ts @@ -1,25 +1,5 @@ - @default diff --git a/src/HEXABLOCKPlugin/CMakeLists.txt b/src/HEXABLOCKPlugin/CMakeLists.txt index 175e7a9..9a243de 100644 --- a/src/HEXABLOCKPlugin/CMakeLists.txt +++ b/src/HEXABLOCKPlugin/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/HEXABLOCKPlugin/HEXABLOCKPlugin_Defs.hxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Defs.hxx old mode 100755 new mode 100644 index 0a6291f..3eafb91 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Defs.hxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Defs.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx old mode 100755 new mode 100644 index b6044b8..4af1921 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.hxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.hxx old mode 100755 new mode 100644 index fac13cb..f3b6bcd --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.hxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_FromSkin_3D.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx old mode 100755 new mode 100644 index a155f64..901cb29 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.hxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.hxx old mode 100755 new mode 100644 index d2d1cf9..de1af57 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.hxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK_i.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK_i.cxx old mode 100755 new mode 100644 index fb229c9..3b818f0 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK_i.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK_i.hxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK_i.hxx old mode 100755 new mode 100644 index ced5c7d..9b136a3 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK_i.hxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis.cxx old mode 100755 new mode 100644 index ab5de54..fc41b76 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis.hxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis.hxx old mode 100755 new mode 100644 index 113e7cd..42885ae --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis.hxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis_i.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis_i.cxx old mode 100755 new mode 100644 index 14a10de..7e75375 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis_i.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis_i.hxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis_i.hxx old mode 100755 new mode 100644 index 2fe00ec..df0c760 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis_i.hxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_Hypothesis_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_i.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_i.cxx old mode 100755 new mode 100644 index 0cd5e34..a803038 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_i.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx old mode 100755 new mode 100644 index 1decfb8..de97e9b --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.hxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.hxx old mode 100755 new mode 100644 index 0d7f1ba..e298d6e --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.hxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_mesh.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 CEA/DEN, EDF R&D +// Copyright (C) 2009-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 -- 2.39.2