From 7801ff49c5f601f1c4eddf4d5d02b780787c0ad6 Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 5 May 2022 17:36:51 +0300 Subject: [PATCH] Copyright update 2022 --- CMakeLists.txt | 2 +- GMSHPLUGIN_version.h.in | 2 +- SalomeGMSHPLUGINConfig.cmake.in | 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/static/footer.html | 2 +- idl/CMakeLists.txt | 2 +- idl/GMSHPlugin_Algorithm.idl | 2 +- resources/CMakeLists.txt | 2 +- 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 | 2 +- tests/tests.set | 2 +- 47 files changed, 47 insertions(+), 47 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08eeee1..c479a14 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/GMSHPLUGIN_version.h.in b/GMSHPLUGIN_version.h.in index efed29a..78529cc 100644 --- a/GMSHPLUGIN_version.h.in +++ b/GMSHPLUGIN_version.h.in @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/SalomeGMSHPLUGINConfig.cmake.in b/SalomeGMSHPLUGINConfig.cmake.in index cf25eb8..0b8ef3d 100644 --- a/SalomeGMSHPLUGINConfig.cmake.in +++ b/SalomeGMSHPLUGINConfig.cmake.in @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/bin/CMakeLists.txt b/bin/CMakeLists.txt index a2c8c95..04e6024 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 486ed07..8880707 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/doc/salome/CMakeLists.txt b/doc/salome/CMakeLists.txt index 56ef7f1..84917a2 100644 --- a/doc/salome/CMakeLists.txt +++ b/doc/salome/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/doc/salome/examples/CMakeLists.txt b/doc/salome/examples/CMakeLists.txt index 7f8e503..4d547fb 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-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/doc/salome/examples/examples.set b/doc/salome/examples/examples.set index adbb549..2bd2869 100644 --- a/doc/salome/examples/examples.set +++ b/doc/salome/examples/examples.set @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/doc/salome/gui/CMakeLists.txt b/doc/salome/gui/CMakeLists.txt index 29a86f8..9f9a79a 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-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/doc/salome/gui/GMSHPLUGIN/CMakeLists.txt b/doc/salome/gui/GMSHPLUGIN/CMakeLists.txt index a8cccdf..a6eab66 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-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/doc/salome/gui/GMSHPLUGIN/static/footer.html b/doc/salome/gui/GMSHPLUGIN/static/footer.html index 3b79925..3deb9aa 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 2524105..ba22779 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/idl/GMSHPlugin_Algorithm.idl b/idl/GMSHPlugin_Algorithm.idl index 45defd6..93eaaea 100644 --- a/idl/GMSHPlugin_Algorithm.idl +++ b/idl/GMSHPlugin_Algorithm.idl @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/resources/CMakeLists.txt b/resources/CMakeLists.txt index 48dad04..2d92f8c 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9695e02..da7c7ff 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/CMakeLists.txt b/src/GMSHPlugin/CMakeLists.txt index edc4c2f..c30933a 100644 --- a/src/GMSHPlugin/CMakeLists.txt +++ b/src/GMSHPlugin/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPluginBuilder.py b/src/GMSHPlugin/GMSHPluginBuilder.py index cd261e5..618ed5f 100644 --- a/src/GMSHPlugin/GMSHPluginBuilder.py +++ b/src/GMSHPlugin/GMSHPluginBuilder.py @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_Defs.hxx b/src/GMSHPlugin/GMSHPlugin_Defs.hxx index ca80560..f78f011 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH.cxx index 1ed47f4..2317dd6 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH.hxx index 8d3b58f..f62a711 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH_2D.cxx index d19060d..5d04e21 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH_2D.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH_2D.hxx index a25d777..446675a 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.cxx index fab787b..872d947 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH_2D_i.hxx index bebf232..8b95407 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH_i.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH_i.cxx index ad22645..beb6e41 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH_i.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH_i.hxx index b4b6801..a797ed8 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_Hypothesis.cxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis.cxx index 1b3f362..5519748 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_Hypothesis.hxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis.hxx index 0ab287d..7a0a3dc 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.cxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.cxx index de64060..f0b767d 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.hxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D.hxx index b911fa1..059c840 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.cxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.cxx index 1731bde..923c3dc 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.hxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_2D_i.hxx index a198d8a..5d9bc83 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_Hypothesis_i.cxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_i.cxx index b9e1658..b8ebfab 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_Hypothesis_i.hxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_i.hxx index 9d3ade1..53b4935 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_Mesher.cxx b/src/GMSHPlugin/GMSHPlugin_Mesher.cxx index ae30d2f..c72f53b 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_Mesher.hxx b/src/GMSHPlugin/GMSHPlugin_Mesher.hxx index a8b952a..ecfbb33 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/GMSHPlugin_i.cxx b/src/GMSHPlugin/GMSHPlugin_i.cxx index 93af2c8..0c37213 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GMSHPlugin/__init__.py b/src/GMSHPlugin/__init__.py index a97cff4..ae3351a 100644 --- a/src/GMSHPlugin/__init__.py +++ b/src/GMSHPlugin/__init__.py @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/src/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt index 35bd66b..8e8a618 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/src/GUI/GMSHPluginGUI.cxx b/src/GUI/GMSHPluginGUI.cxx index b67a225..551314f 100644 --- a/src/GUI/GMSHPluginGUI.cxx +++ b/src/GUI/GMSHPluginGUI.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GUI/GMSHPluginGUI.h b/src/GUI/GMSHPluginGUI.h index 3fa4908..8f6bbb4 100644 --- a/src/GUI/GMSHPluginGUI.h +++ b/src/GUI/GMSHPluginGUI.h @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GUI/GMSHPluginGUI_HypothesisCreator.cxx b/src/GUI/GMSHPluginGUI_HypothesisCreator.cxx index bdc8a64..caa321e 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/src/GUI/GMSHPluginGUI_HypothesisCreator.h b/src/GUI/GMSHPluginGUI_HypothesisCreator.h index d073566..6d8d7cb 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-2021 EDF R&D +// Copyright (C) 2016-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 diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0bd2959..2cfab48 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/tests/CTestTestfileInstall.cmake b/tests/CTestTestfileInstall.cmake index 87423d4..93b4ee0 100644 --- a/tests/CTestTestfileInstall.cmake +++ b/tests/CTestTestfileInstall.cmake @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/tests/basicGroup.py b/tests/basicGroup.py index 101b8b4..17619d5 100644 --- a/tests/basicGroup.py +++ b/tests/basicGroup.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 diff --git a/tests/tests.set b/tests/tests.set index 29580b7..bc66b5d 100644 --- a/tests/tests.set +++ b/tests/tests.set @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2021 EDF R&D +# Copyright (C) 2016-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 -- 2.39.2