From 4f01cc056b525e8a0adb07ad280687ddf68bd62c Mon Sep 17 00:00:00 2001 From: mbs Date: Sat, 20 Jan 2024 13:53:38 +0000 Subject: [PATCH] Updated copyright comment --- 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_3D.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_3D.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_3D_SA.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_3D_SA.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_3D_i.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_GMSH_3D_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_3D.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_Hypothesis_3D.hxx | 2 +- src/GMSHPlugin/GMSHPlugin_Hypothesis_3D_i.cxx | 2 +- src/GMSHPlugin/GMSHPlugin_Hypothesis_3D_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_Runner_main.cxx | 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 +- 62 files changed, 62 insertions(+), 62 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 790a4ce..583b992 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 973ad64..925d5d3 100644 --- a/GMSHPLUGIN_version.h.in +++ b/GMSHPLUGIN_version.h.in @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 eb786ea..c4ef133 100644 --- a/SalomeGMSHPLUGINConfig.cmake.in +++ b/SalomeGMSHPLUGINConfig.cmake.in @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 081f365..21beb1b 100644 --- a/bin/CMakeLists.txt +++ b/bin/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 dec9396..0c11e8e 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 0ad0abd..6936d4c 100644 --- a/doc/salome/CMakeLists.txt +++ b/doc/salome/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 85091de..c17ad85 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-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 69d5678..bea5529 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-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 c2f36ba..2223860 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-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 605fb58..083c2e8 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-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 e59c396..bd0f8ba 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 660ea75..f056abb 100644 --- a/idl/CMakeLists.txt +++ b/idl/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 db5f50a..3e1311e 100644 --- a/idl/GMSHPlugin_Algorithm.idl +++ b/idl/GMSHPlugin_Algorithm.idl @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 b98b027..8ccf64d 100644 --- a/resources/CMakeLists.txt +++ b/resources/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 64cca8c..82269fd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 4c6cabb..6a93a4f 100644 --- a/src/GMSHPlugin/CMakeLists.txt +++ b/src/GMSHPlugin/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 4717d38..49802b6 100644 --- a/src/GMSHPlugin/GMSHPluginBuilder.py +++ b/src/GMSHPlugin/GMSHPluginBuilder.py @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 3c11ae4..5a302ba 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 a8141de..629cd8d 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 d07bacc..69ade9a 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 f4c9a54..95382c9 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 ca1538e..6cc074f 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 e39e2bf..5560fd9 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 8215712..f185bfb 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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_3D.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH_3D.cxx index 35a4406..b33b286 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_3D.cxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_3D.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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_3D.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH_3D.hxx index f41d546..883a606 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_3D.hxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_3D.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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_3D_Remote.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote.cxx index 9a5e749..afba90b 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote.cxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote.hxx index 73265af..e68e456 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote.hxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.cxx index 0af0b86..9fdb638 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.cxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.hxx index 5d21549..c812536 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.hxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_Remote_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_SA.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_SA.cxx index e284ba0..fd76688 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_SA.cxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_SA.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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_3D_SA.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_SA.hxx index 5d72a38..8dfda8c 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_SA.hxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_SA.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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_3D_i.cxx b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_i.cxx index 95b4a60..91752ce 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_i.cxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_i.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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_3D_i.hxx b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_i.hxx index ab8e9c9..5036f27 100644 --- a/src/GMSHPlugin/GMSHPlugin_GMSH_3D_i.hxx +++ b/src/GMSHPlugin/GMSHPlugin_GMSH_3D_i.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 23cd501..b9e2111 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 6fd5d64..530c103 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 9a77eda..3a5fc9e 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 42562d6..3128ef4 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 ece16ef..4b9712e 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 19f04cc..dbebb87 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 61c2f2f..68721ee 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 ac63945..4efaf35 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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_3D.cxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D.cxx index 93c9787..d375255 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D.cxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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_3D.hxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D.hxx index 3543b9e..66fa15e 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D.hxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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_3D_i.cxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D_i.cxx index c285187..51a2956 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D_i.cxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D_i.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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_3D_i.hxx b/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D_i.hxx index 8c034f5..aae4e28 100644 --- a/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D_i.hxx +++ b/src/GMSHPlugin/GMSHPlugin_Hypothesis_3D_i.hxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 fef0b7c..2c3057b 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 cd7fcde..907652e 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 7433174..efb8560 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 49b1bb2..7c0b8b5 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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_Runner_main.cxx b/src/GMSHPlugin/GMSHPlugin_Runner_main.cxx index 03046c4..79434e2 100644 --- a/src/GMSHPlugin/GMSHPlugin_Runner_main.cxx +++ b/src/GMSHPlugin/GMSHPlugin_Runner_main.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2023 CEA, EDF, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS diff --git a/src/GMSHPlugin/GMSHPlugin_i.cxx b/src/GMSHPlugin/GMSHPlugin_i.cxx index 2682e55..8c7fd4d 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 7b724fe..c4ccaa4 100644 --- a/src/GMSHPlugin/__init__.py +++ b/src/GMSHPlugin/__init__.py @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 da2cabb..801c267 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 0eff254..833fa64 100644 --- a/src/GUI/GMSHPluginGUI.cxx +++ b/src/GUI/GMSHPluginGUI.cxx @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 bca187c..ea06e07 100644 --- a/src/GUI/GMSHPluginGUI.h +++ b/src/GUI/GMSHPluginGUI.h @@ -1,5 +1,5 @@ // Copyright (C) 2012-2015 ALNEOS -// Copyright (C) 2016-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 bfe5247..40403b8 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 981fb87..f7a6ba6 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-2023 EDF +// Copyright (C) 2016-2024 EDF // // 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 d9d6e64..423a57b 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 abf6f0b..38d9234 100644 --- a/tests/CTestTestfileInstall.cmake +++ b/tests/CTestTestfileInstall.cmake @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 9ac631e..c30c11f 100644 --- a/tests/basicGroup.py +++ b/tests/basicGroup.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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 d2f7f6f..ae5cc76 100644 --- a/tests/tests.set +++ b/tests/tests.set @@ -1,5 +1,5 @@ # Copyright (C) 2012-2015 ALNEOS -# Copyright (C) 2016-2023 EDF +# Copyright (C) 2016-2024 EDF # # 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