From 40fe5b386dec1677ea0467cc5ad75d1080c0a19c Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 14 Feb 2019 16:34:41 +0300 Subject: [PATCH] Update copyrights --- CMakeLists.txt | 2 +- GMSHPLUGIN_version.h.in | 2 +- SalomeGMSHPLUGINConfig.cmake.in | 2 +- adm_local/CMakeLists.txt | 0 adm_local/cmake_files/CMakeLists.txt | 2 +- adm_local/cmake_files/FindGMSH.cmake | 2 +- adm_local/cmake_files/FindSalomeGMSH.cmake | 2 +- .../cmake_files/FindSalomeGMSHPLUGIN.cmake | 2 +- bin/CMakeLists.txt | 2 +- doc/CMakeLists.txt | 2 +- doc/salome/CMakeLists.txt | 2 +- doc/salome/examples/CMakeLists.txt | 2 +- doc/salome/examples/examples.set | 2 +- doc/salome/gui/CMakeLists.txt | 2 +- doc/salome/gui/GMSHPLUGIN/CMakeLists.txt | 2 +- doc/salome/gui/GMSHPLUGIN/doxyfile.in | 20 -------------- doc/salome/gui/GMSHPLUGIN/doxyfile_py.in | 20 -------------- doc/salome/gui/GMSHPLUGIN/images/head.png | Bin doc/salome/gui/GMSHPLUGIN/static/footer.html | 2 +- idl/CMakeLists.txt | 2 +- idl/GMSHPlugin_Algorithm.idl | 2 +- resources/CMakeLists.txt | 2 +- resources/GMSHPlugin.xml | 23 ---------------- resources/SalomeApp.xml | 25 ------------------ src/CMakeLists.txt | 2 +- src/GMSHPlugin/CMakeLists.txt | 2 +- src/GMSHPlugin/GMSHPluginBuilder.py | 2 +- src/GMSHPlugin/GMSHPlugin_Defs.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_2D.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_i.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_i.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_Hypothesis.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_Hypothesis.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_Hypothesis_i.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_Hypothesis_i.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_Mesher.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_Mesher.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_i.cxx | 2 +- src/GMSHPlugin/__init__.py | 2 +- src/GUI/CMakeLists.txt | 2 +- src/GUI/GMSHPluginGUI.cxx | 2 +- src/GUI/GMSHPluginGUI.h | 2 +- src/GUI/GMSHPluginGUI_HypothesisCreator.cxx | 2 +- src/GUI/GMSHPluginGUI_HypothesisCreator.h | 2 +- tests/CMakeLists.txt | 2 +- tests/CTestTestfileInstall.cmake | 2 +- tests/basicGroup.py | 18 +++++++++++++ tests/tests.set | 2 +- 57 files changed, 68 insertions(+), 138 deletions(-) mode change 100755 => 100644 adm_local/CMakeLists.txt mode change 100755 => 100644 adm_local/cmake_files/CMakeLists.txt mode change 100755 => 100644 doc/salome/gui/GMSHPLUGIN/images/head.png mode change 100755 => 100644 tests/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt index 7711b60..d344879 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/GMSHPLUGIN_version.h.in b/GMSHPLUGIN_version.h.in index c6fa8ba..ea0c95f 100644 --- a/GMSHPLUGIN_version.h.in +++ b/GMSHPLUGIN_version.h.in @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/SalomeGMSHPLUGINConfig.cmake.in b/SalomeGMSHPLUGINConfig.cmake.in index 7eba890..6ecddb6 100644 --- a/SalomeGMSHPLUGINConfig.cmake.in +++ b/SalomeGMSHPLUGINConfig.cmake.in @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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 diff --git a/adm_local/cmake_files/CMakeLists.txt b/adm_local/cmake_files/CMakeLists.txt old mode 100755 new mode 100644 index 0e712da..eda06bb --- a/adm_local/cmake_files/CMakeLists.txt +++ b/adm_local/cmake_files/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/cmake_files/FindGMSH.cmake b/adm_local/cmake_files/FindGMSH.cmake index 4b9b435..54f346e 100644 --- a/adm_local/cmake_files/FindGMSH.cmake +++ b/adm_local/cmake_files/FindGMSH.cmake @@ -6,7 +6,7 @@ ######################################################################### # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/cmake_files/FindSalomeGMSH.cmake b/adm_local/cmake_files/FindSalomeGMSH.cmake index 68e20c7..afa7ed7 100644 --- a/adm_local/cmake_files/FindSalomeGMSH.cmake +++ b/adm_local/cmake_files/FindSalomeGMSH.cmake @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/cmake_files/FindSalomeGMSHPLUGIN.cmake b/adm_local/cmake_files/FindSalomeGMSHPLUGIN.cmake index c9ddbf7..d9663e6 100644 --- a/adm_local/cmake_files/FindSalomeGMSHPLUGIN.cmake +++ b/adm_local/cmake_files/FindSalomeGMSHPLUGIN.cmake @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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 index 0900ca7..c1fed68 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/doc/CMakeLists.txt b/doc/CMakeLists.txt index c22c0c9..4e56f17 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/doc/salome/CMakeLists.txt b/doc/salome/CMakeLists.txt index 87164ec..43cd945 100644 --- a/doc/salome/CMakeLists.txt +++ b/doc/salome/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/doc/salome/examples/CMakeLists.txt b/doc/salome/examples/CMakeLists.txt index 512f6b7..73e7026 100644 --- a/doc/salome/examples/CMakeLists.txt +++ b/doc/salome/examples/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/doc/salome/examples/examples.set b/doc/salome/examples/examples.set index d43fad6..5f4358a 100644 --- a/doc/salome/examples/examples.set +++ b/doc/salome/examples/examples.set @@ -1,4 +1,4 @@ -# Copyright (C) 2016 CEA/DEN, EDF R&D +# Copyright (C) 2016-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/doc/salome/gui/CMakeLists.txt b/doc/salome/gui/CMakeLists.txt index cbd9538..9ad1063 100644 --- a/doc/salome/gui/CMakeLists.txt +++ b/doc/salome/gui/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/doc/salome/gui/GMSHPLUGIN/CMakeLists.txt b/doc/salome/gui/GMSHPLUGIN/CMakeLists.txt index 3b6e65c..3ac3392 100644 --- a/doc/salome/gui/GMSHPLUGIN/CMakeLists.txt +++ b/doc/salome/gui/GMSHPLUGIN/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/doc/salome/gui/GMSHPLUGIN/doxyfile.in b/doc/salome/gui/GMSHPLUGIN/doxyfile.in index de6cc7c..2541062 100644 --- a/doc/salome/gui/GMSHPLUGIN/doxyfile.in +++ b/doc/salome/gui/GMSHPLUGIN/doxyfile.in @@ -1,23 +1,3 @@ -# Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 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. -# -# 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.alneos.com/ or email : contact@alneos.fr -# - #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- diff --git a/doc/salome/gui/GMSHPLUGIN/doxyfile_py.in b/doc/salome/gui/GMSHPLUGIN/doxyfile_py.in index 139a05d..cbccb2d 100644 --- a/doc/salome/gui/GMSHPLUGIN/doxyfile_py.in +++ b/doc/salome/gui/GMSHPLUGIN/doxyfile_py.in @@ -1,23 +1,3 @@ -# Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 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. -# -# 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.alneos.com/ or email : contact@alneos.fr -# - #--------------------------------------------------------------------------- # Project related configuration options #--------------------------------------------------------------------------- diff --git a/doc/salome/gui/GMSHPLUGIN/images/head.png b/doc/salome/gui/GMSHPLUGIN/images/head.png old mode 100755 new mode 100644 diff --git a/doc/salome/gui/GMSHPLUGIN/static/footer.html b/doc/salome/gui/GMSHPLUGIN/static/footer.html index 948adff..02e32fe 100644 --- a/doc/salome/gui/GMSHPLUGIN/static/footer.html +++ b/doc/salome/gui/GMSHPLUGIN/static/footer.html @@ -5,7 +5,7 @@ $navpath diff --git a/idl/CMakeLists.txt b/idl/CMakeLists.txt index 216b2b4..b4acf42 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/GMSHPlugin_Algorithm.idl b/idl/GMSHPlugin_Algorithm.idl index 8bcd9d1..1a42d49 100644 --- a/idl/GMSHPlugin_Algorithm.idl +++ b/idl/GMSHPlugin_Algorithm.idl @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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 index 231a89f..ea00aaf 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/GMSHPlugin.xml b/resources/GMSHPlugin.xml index c726466..fd81749 100644 --- a/resources/GMSHPlugin.xml +++ b/resources/GMSHPlugin.xml @@ -1,28 +1,5 @@ - - - diff --git a/resources/SalomeApp.xml b/resources/SalomeApp.xml index afd97c6..3769f66 100644 --- a/resources/SalomeApp.xml +++ b/resources/SalomeApp.xml @@ -1,32 +1,7 @@ -
-
- - -
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4d99685..99c1c34 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/GMSHPlugin/CMakeLists.txt b/src/GMSHPlugin/CMakeLists.txt index eea97b5..be85a04 100644 --- a/src/GMSHPlugin/CMakeLists.txt +++ b/src/GMSHPlugin/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPluginBuilder.py b/src/GMSHPlugin/GMSHPluginBuilder.py index 117181e..93f8d4f 100644 --- a/src/GMSHPlugin/GMSHPluginBuilder.py +++ b/src/GMSHPlugin/GMSHPluginBuilder.py @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_Defs.hxx b/src/GMSHPlugin/GMSHPlugin_Defs.hxx index 6fc21a8..420e704 100644 --- a/src/GMSHPlugin/GMSHPlugin_Defs.hxx +++ b/src/GMSHPlugin/GMSHPlugin_Defs.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_GMSH.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH.cxx index 84c6ebb..9c183d9 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH.cxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_GMSH.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH.hxx index c9376cf..f86996a 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH.hxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx index 1c89ab1..1450824 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_GMSH_2D.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH_2D.hxx index c4260e7..a7477cb 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_2D.hxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_2D.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_GMSH_2D_i.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.cxx index 9ea8f6d..971315a 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.cxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_GMSH_2D_i.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.hxx index e1efa65..ffa843e 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.hxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_GMSH_i.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH_i.cxx index b4ccea5..70a7e69 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_i.cxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_i.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_GMSH_i.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH_i.hxx index 4cd133c..37d5733 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_i.hxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_i.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_Hypothesis.cxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis.cxx index 2937a1d..d6e197c 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis.cxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_Hypothesis.hxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis.hxx index f102dd1..a66ba28 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis.hxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_Hypothesis_2D.cxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.cxx index 265811e..0b034e5 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.cxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_Hypothesis_2D.hxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.hxx index 6f2d624..4fb6fff 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.hxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.cxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.cxx index f1c7ea5..10386b6 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.cxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.hxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.hxx index 52c565e..104862e 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.hxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_Hypothesis_i.cxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_i.cxx index 312b762..681b521 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis_i.cxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis_i.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_Hypothesis_i.hxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_i.hxx index 2686f71..43a4c4b 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis_i.hxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis_i.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_Mesher.cxx b/src/GMSHPlugin/GMSHPlugin_Mesher.cxx index 08c1cd0..2d71072 100644 --- a/src/GMSHPlugin/GMSHPlugin_Mesher.cxx +++ b/src/GMSHPlugin/GMSHPlugin_Mesher.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_Mesher.hxx b/src/GMSHPlugin/GMSHPlugin_Mesher.hxx index 486a360..d047d67 100644 --- a/src/GMSHPlugin/GMSHPlugin_Mesher.hxx +++ b/src/GMSHPlugin/GMSHPlugin_Mesher.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/GMSHPlugin_i.cxx b/src/GMSHPlugin/GMSHPlugin_i.cxx index 377c8fa..544466d 100644 --- a/src/GMSHPlugin/GMSHPlugin_i.cxx +++ b/src/GMSHPlugin/GMSHPlugin_i.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPlugin/__init__.py b/src/GMSHPlugin/__init__.py index e62475c..1497766 100644 --- a/src/GMSHPlugin/__init__.py +++ b/src/GMSHPlugin/__init__.py @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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 3786d30..ada9a45 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016 EDF R&D +# Copyright (C) 2016-2019 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/GMSHPluginGUI.cxx b/src/GUI/GMSHPluginGUI.cxx index f7b3f30..bae4d43 100644 --- a/src/GUI/GMSHPluginGUI.cxx +++ b/src/GUI/GMSHPluginGUI.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPluginGUI.h b/src/GUI/GMSHPluginGUI.h index a623822..4fb8a92 100644 --- a/src/GUI/GMSHPluginGUI.h +++ b/src/GUI/GMSHPluginGUI.h @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPluginGUI_HypothesisCreator.cxx b/src/GUI/GMSHPluginGUI_HypothesisCreator.cxx index d5185b7..477727f 100644 --- a/src/GUI/GMSHPluginGUI_HypothesisCreator.cxx +++ b/src/GUI/GMSHPluginGUI_HypothesisCreator.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/GMSHPluginGUI_HypothesisCreator.h b/src/GUI/GMSHPluginGUI_HypothesisCreator.h index 0caf52e..cab51c9 100644 --- a/src/GUI/GMSHPluginGUI_HypothesisCreator.h +++ b/src/GUI/GMSHPluginGUI_HypothesisCreator.h @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016 EDF R&D +// Copyright (C) 2016-2019 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/tests/CMakeLists.txt b/tests/CMakeLists.txt old mode 100755 new mode 100644 index 240ec65..a1dc476 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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/tests/CTestTestfileInstall.cmake b/tests/CTestTestfileInstall.cmake index af34930..128de93 100644 --- a/tests/CTestTestfileInstall.cmake +++ b/tests/CTestTestfileInstall.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2016 CEA/DEN, EDF R&D +# Copyright (C) 2016-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/tests/basicGroup.py b/tests/basicGroup.py index 69072b6..148b29e 100644 --- a/tests/basicGroup.py +++ b/tests/basicGroup.py @@ -1,4 +1,22 @@ # -*- coding: utf-8 -*- +# Copyright (C) 2018-2019 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 +# ### ### This file is generated automatically by SALOME v8.5.0 with dump python functionality diff --git a/tests/tests.set b/tests/tests.set index eaf7b73..0cafcbe 100644 --- a/tests/tests.set +++ b/tests/tests.set @@ -1,4 +1,4 @@ -# Copyright (C) 2016 CEA/DEN, EDF R&D +# Copyright (C) 2016-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.30.2