From 8b4424caa9bc6abdcd519333a0acc9533e3d2a63 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 24 Mar 2021 21:15:49 +0300 Subject: [PATCH] Copyright update 2021 --- Examples/ast1/Makefile | 2 +- Examples/ast1/components.py | 2 +- Examples/ast1/fcompo/Makefile | 2 +- Examples/ast1/fcompo/compo.f | 2 +- Examples/ast1/myaster/Makefile | 2 +- Examples/ast1/myaster/make_cata | 2 +- Examples/ast2/Makefile | 2 +- Examples/ast2/components.py | 2 +- Examples/ast2/exeaster | 2 +- Examples/ast2/fcompo/Makefile | 2 +- Examples/ast2/fcompo/compo.f | 2 +- Examples/ast2/myaster/Makefile | 2 +- Examples/ast2/myaster/config.txt | 2 +- Examples/ast2/myaster/make_exec | 2 +- Examples/calcium1/Makefile | 2 +- Examples/calcium1/code1.f | 2 +- Examples/calcium1/components.py | 2 +- Examples/calcium2/Makefile | 2 +- Examples/calcium2/code1.f | 2 +- Examples/calcium2/components.py | 2 +- Examples/context.py | 2 +- Examples/cpp1/Makefile | 2 +- Examples/cpp1/components.py | 2 +- Examples/cpp2/Makefile | 2 +- Examples/cpp2/components.py | 2 +- Examples/cpp2/prog.cxx | 2 +- Examples/cppgui1/Makefile | 2 +- Examples/cppgui1/components.py | 2 +- Examples/cppgui1/cppcomposGUI.cxx | 2 +- Examples/cppgui1/cppcomposGUI.h | 2 +- Examples/cppgui1/myinterface.idl | 2 +- Examples/fort1/Makefile | 2 +- Examples/fort1/bidul.f | 2 +- Examples/fort1/code1.f | 2 +- Examples/fort1/code2.f | 2 +- Examples/fort1/components.py | 2 +- Examples/fort2/Makefile | 2 +- Examples/fort2/code1.f | 2 +- Examples/fort2/code2.f | 2 +- Examples/fort2/components.py | 2 +- Examples/hxx1/Makefile | 2 +- Examples/hxx1/component.py | 2 +- Examples/hxx1/test_compohxx.py | 2 +- Examples/makefile.inc | 2 +- Examples/mpi1/Makefile | 2 +- Examples/paco1/Makefile | 2 +- Examples/paco1/components.py | 2 +- Examples/paco2/Makefile | 2 +- Examples/paco2/components.py | 2 +- Examples/paco3/Makefile | 2 +- Examples/paco3/components.py | 2 +- Examples/pacocontext.py | 2 +- Examples/parahxx1/Makefile | 2 +- Examples/parahxx1/components.py | 2 +- Examples/pydoc1/Makefile | 2 +- Examples/pydoc1/components.py | 2 +- Examples/pygui1/Makefile | 2 +- Examples/pygui1/components.py | 2 +- Examples/pygui1/myinterface.idl | 2 +- Examples/pygui1/pycomposGUI.py | 2 +- Examples/pyth1/Makefile | 2 +- Examples/pyth1/bidul.py | 2 +- Examples/pyth1/components.py | 2 +- Examples/pyth2/Makefile | 2 +- Examples/pyth2/components.py | 2 +- Examples/types1/Makefile | 2 +- Examples/types1/components.py | 2 +- MANIFEST.in | 2 +- module_generator/__init__.py | 2 +- module_generator/astcompo.py | 2 +- module_generator/aster_tmpl.py | 2 +- module_generator/cata_tmpl.py | 2 +- module_generator/compat.py | 26 +++++++++++++------------- module_generator/cpp_tmpl.py | 2 +- module_generator/cppcompo.py | 2 +- module_generator/doc_tmpl.py | 4 ++-- module_generator/fcompo.py | 2 +- module_generator/gener.py | 2 +- module_generator/gui_tmpl.py | 2 +- module_generator/hxx_awk.py | 2 +- module_generator/hxx_para_tmpl.py | 2 +- module_generator/hxx_tmpl.py | 2 +- module_generator/hxx_tmpl_gui.py | 2 +- module_generator/hxxcompo.py | 2 +- module_generator/hxxparacompo.py | 2 +- module_generator/mod_tmpl.py | 2 +- module_generator/mpi_tmpl.py | 2 +- module_generator/mpicompo.py | 2 +- module_generator/paco_tmpl.py | 2 +- module_generator/pacocompo.py | 2 +- module_generator/pycompo.py | 2 +- module_generator/pyth_tmpl.py | 2 +- module_generator/salomemodules.py | 2 +- module_generator/yacsgen_version.py | 2 +- module_generator/yacstypes.py | 2 +- script/hxx2salome.py | 2 +- setup.py | 2 +- 97 files changed, 110 insertions(+), 110 deletions(-) diff --git a/Examples/ast1/Makefile b/Examples/ast1/Makefile index f1e5df4..b0185ad 100644 --- a/Examples/ast1/Makefile +++ b/Examples/ast1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/ast1/components.py b/Examples/ast1/components.py index d3bb1fd..1476bdc 100644 --- a/Examples/ast1/components.py +++ b/Examples/ast1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/ast1/fcompo/Makefile b/Examples/ast1/fcompo/Makefile index e337b73..7af306e 100644 --- a/Examples/ast1/fcompo/Makefile +++ b/Examples/ast1/fcompo/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/ast1/fcompo/compo.f b/Examples/ast1/fcompo/compo.f index dea236b..c1159a4 100644 --- a/Examples/ast1/fcompo/compo.f +++ b/Examples/ast1/fcompo/compo.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2020 EDF R&D +C Copyright (C) 2009-2021 EDF R&D C C This library is free software; you can redistribute it and/or C modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast1/myaster/Makefile b/Examples/ast1/myaster/Makefile index f233795..e36a37d 100644 --- a/Examples/ast1/myaster/Makefile +++ b/Examples/ast1/myaster/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/ast1/myaster/make_cata b/Examples/ast1/myaster/make_cata index 5ccf1e9..a583ac3 100755 --- a/Examples/ast1/myaster/make_cata +++ b/Examples/ast1/myaster/make_cata @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/ast2/Makefile b/Examples/ast2/Makefile index eec32fb..10fdb5d 100644 --- a/Examples/ast2/Makefile +++ b/Examples/ast2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/ast2/components.py b/Examples/ast2/components.py index 1313a8e..b1f55e3 100644 --- a/Examples/ast2/components.py +++ b/Examples/ast2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/ast2/exeaster b/Examples/ast2/exeaster index e39f424..b91b891 100755 --- a/Examples/ast2/exeaster +++ b/Examples/ast2/exeaster @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/ast2/fcompo/Makefile b/Examples/ast2/fcompo/Makefile index 2dd535c..7ff1a3b 100644 --- a/Examples/ast2/fcompo/Makefile +++ b/Examples/ast2/fcompo/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/ast2/fcompo/compo.f b/Examples/ast2/fcompo/compo.f index 55c81a5..348b3d8 100644 --- a/Examples/ast2/fcompo/compo.f +++ b/Examples/ast2/fcompo/compo.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2020 EDF R&D +C Copyright (C) 2009-2021 EDF R&D C C This library is free software; you can redistribute it and/or C modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast2/myaster/Makefile b/Examples/ast2/myaster/Makefile index 940d3fc..a0df2ad 100644 --- a/Examples/ast2/myaster/Makefile +++ b/Examples/ast2/myaster/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/ast2/myaster/config.txt b/Examples/ast2/myaster/config.txt index ae58d1b..62a6eff 100644 --- a/Examples/ast2/myaster/config.txt +++ b/Examples/ast2/myaster/config.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/ast2/myaster/make_exec b/Examples/ast2/myaster/make_exec index d88ebab..a4e40e5 100755 --- a/Examples/ast2/myaster/make_exec +++ b/Examples/ast2/myaster/make_exec @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/calcium1/Makefile b/Examples/calcium1/Makefile index 6f71948..3707255 100644 --- a/Examples/calcium1/Makefile +++ b/Examples/calcium1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/calcium1/code1.f b/Examples/calcium1/code1.f index c459921..7b3b085 100644 --- a/Examples/calcium1/code1.f +++ b/Examples/calcium1/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2020 EDF R&D +C Copyright (C) 2009-2021 EDF R&D C C This library is free software; you can redistribute it and/or C modify it under the terms of the GNU Lesser General Public diff --git a/Examples/calcium1/components.py b/Examples/calcium1/components.py index 2654136..9c5a0f9 100644 --- a/Examples/calcium1/components.py +++ b/Examples/calcium1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/calcium2/Makefile b/Examples/calcium2/Makefile index 6f71948..3707255 100644 --- a/Examples/calcium2/Makefile +++ b/Examples/calcium2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/calcium2/code1.f b/Examples/calcium2/code1.f index 861363f..d570609 100644 --- a/Examples/calcium2/code1.f +++ b/Examples/calcium2/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2020 EDF R&D +C Copyright (C) 2009-2021 EDF R&D C C This library is free software; you can redistribute it and/or C modify it under the terms of the GNU Lesser General Public diff --git a/Examples/calcium2/components.py b/Examples/calcium2/components.py index ac588f1..b1f4bc6 100644 --- a/Examples/calcium2/components.py +++ b/Examples/calcium2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/context.py b/Examples/context.py index 8ab6960..dcbdeae 100644 --- a/Examples/context.py +++ b/Examples/context.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/cpp1/Makefile b/Examples/cpp1/Makefile index 87db88c..c029dbf 100644 --- a/Examples/cpp1/Makefile +++ b/Examples/cpp1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/cpp1/components.py b/Examples/cpp1/components.py index a2634dc..9494381 100644 --- a/Examples/cpp1/components.py +++ b/Examples/cpp1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/cpp2/Makefile b/Examples/cpp2/Makefile index 0018724..215cebe 100644 --- a/Examples/cpp2/Makefile +++ b/Examples/cpp2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/cpp2/components.py b/Examples/cpp2/components.py index ffe6a53..d4f5f60 100644 --- a/Examples/cpp2/components.py +++ b/Examples/cpp2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/cpp2/prog.cxx b/Examples/cpp2/prog.cxx index d367e57..d520636 100644 --- a/Examples/cpp2/prog.cxx +++ b/Examples/cpp2/prog.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 EDF R&D +// Copyright (C) 2009-2021 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/Examples/cppgui1/Makefile b/Examples/cppgui1/Makefile index 288f154..8ca1e93 100644 --- a/Examples/cppgui1/Makefile +++ b/Examples/cppgui1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/cppgui1/components.py b/Examples/cppgui1/components.py index d8b275d..cd1726c 100644 --- a/Examples/cppgui1/components.py +++ b/Examples/cppgui1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/cppgui1/cppcomposGUI.cxx b/Examples/cppgui1/cppcomposGUI.cxx index 54dfcea..7f12ce4 100644 --- a/Examples/cppgui1/cppcomposGUI.cxx +++ b/Examples/cppgui1/cppcomposGUI.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 EDF R&D +// Copyright (C) 2009-2021 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/Examples/cppgui1/cppcomposGUI.h b/Examples/cppgui1/cppcomposGUI.h index eb18b95..b69f87d 100644 --- a/Examples/cppgui1/cppcomposGUI.h +++ b/Examples/cppgui1/cppcomposGUI.h @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 EDF R&D +// Copyright (C) 2009-2021 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/Examples/cppgui1/myinterface.idl b/Examples/cppgui1/myinterface.idl index 62e89c1..ceafc2a 100644 --- a/Examples/cppgui1/myinterface.idl +++ b/Examples/cppgui1/myinterface.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 EDF R&D +// Copyright (C) 2009-2021 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/Examples/fort1/Makefile b/Examples/fort1/Makefile index f0967ad..9496309 100644 --- a/Examples/fort1/Makefile +++ b/Examples/fort1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/fort1/bidul.f b/Examples/fort1/bidul.f index bd1075b..3297b19 100644 --- a/Examples/fort1/bidul.f +++ b/Examples/fort1/bidul.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2020 EDF R&D +C Copyright (C) 2009-2021 EDF R&D C C This library is free software; you can redistribute it and/or C modify it under the terms of the GNU Lesser General Public diff --git a/Examples/fort1/code1.f b/Examples/fort1/code1.f index 115e5e3..6590f6d 100644 --- a/Examples/fort1/code1.f +++ b/Examples/fort1/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2020 EDF R&D +C Copyright (C) 2009-2021 EDF R&D C C This library is free software; you can redistribute it and/or C modify it under the terms of the GNU Lesser General Public diff --git a/Examples/fort1/code2.f b/Examples/fort1/code2.f index 08e2f27..c0e8d0f 100644 --- a/Examples/fort1/code2.f +++ b/Examples/fort1/code2.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2020 EDF R&D +C Copyright (C) 2009-2021 EDF R&D C C This library is free software; you can redistribute it and/or C modify it under the terms of the GNU Lesser General Public diff --git a/Examples/fort1/components.py b/Examples/fort1/components.py index ac7dc58..32b1c32 100644 --- a/Examples/fort1/components.py +++ b/Examples/fort1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/fort2/Makefile b/Examples/fort2/Makefile index c2a8ba6..0c0cb3e 100644 --- a/Examples/fort2/Makefile +++ b/Examples/fort2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/fort2/code1.f b/Examples/fort2/code1.f index 59b1ba9..a6bbc4f 100644 --- a/Examples/fort2/code1.f +++ b/Examples/fort2/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2020 EDF R&D +C Copyright (C) 2009-2021 EDF R&D C C This library is free software; you can redistribute it and/or C modify it under the terms of the GNU Lesser General Public diff --git a/Examples/fort2/code2.f b/Examples/fort2/code2.f index ae87715..79802d8 100644 --- a/Examples/fort2/code2.f +++ b/Examples/fort2/code2.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2020 EDF R&D +C Copyright (C) 2009-2021 EDF R&D C C This library is free software; you can redistribute it and/or C modify it under the terms of the GNU Lesser General Public diff --git a/Examples/fort2/components.py b/Examples/fort2/components.py index 229f0bb..971cd24 100644 --- a/Examples/fort2/components.py +++ b/Examples/fort2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/hxx1/Makefile b/Examples/hxx1/Makefile index e6a4e6c..52eda6a 100644 --- a/Examples/hxx1/Makefile +++ b/Examples/hxx1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/hxx1/component.py b/Examples/hxx1/component.py index 78f0f25..4d84b9f 100644 --- a/Examples/hxx1/component.py +++ b/Examples/hxx1/component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/hxx1/test_compohxx.py b/Examples/hxx1/test_compohxx.py index a1f6567..f6fbe55 100644 --- a/Examples/hxx1/test_compohxx.py +++ b/Examples/hxx1/test_compohxx.py @@ -3,7 +3,7 @@ # Created : # Author : # Project : SALOME -# Copyright : CEA 2005-2020 +# Copyright : CEA 2005-2021 #============================================================================== # # Test du composant CALCUL diff --git a/Examples/makefile.inc b/Examples/makefile.inc index ef0a573..b87fe2a 100644 --- a/Examples/makefile.inc +++ b/Examples/makefile.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/mpi1/Makefile b/Examples/mpi1/Makefile index 07f56c5..d3573f9 100644 --- a/Examples/mpi1/Makefile +++ b/Examples/mpi1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/paco1/Makefile b/Examples/paco1/Makefile index 27d0a1d..3aa5be3 100644 --- a/Examples/paco1/Makefile +++ b/Examples/paco1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/paco1/components.py b/Examples/paco1/components.py index 85bbb49..777c0aa 100644 --- a/Examples/paco1/components.py +++ b/Examples/paco1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/paco2/Makefile b/Examples/paco2/Makefile index 27d0a1d..3aa5be3 100644 --- a/Examples/paco2/Makefile +++ b/Examples/paco2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/paco2/components.py b/Examples/paco2/components.py index 6576989..7480cdd 100644 --- a/Examples/paco2/components.py +++ b/Examples/paco2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/paco3/Makefile b/Examples/paco3/Makefile index 0ca13bb..0d95cc9 100644 --- a/Examples/paco3/Makefile +++ b/Examples/paco3/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/paco3/components.py b/Examples/paco3/components.py index 19327b3..63b9542 100644 --- a/Examples/paco3/components.py +++ b/Examples/paco3/components.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 *- -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/pacocontext.py b/Examples/pacocontext.py index 3bfe250..34a266c 100644 --- a/Examples/pacocontext.py +++ b/Examples/pacocontext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/parahxx1/Makefile b/Examples/parahxx1/Makefile index ea2789f..cd29c41 100644 --- a/Examples/parahxx1/Makefile +++ b/Examples/parahxx1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/parahxx1/components.py b/Examples/parahxx1/components.py index e76e6ae..8b48fe2 100644 --- a/Examples/parahxx1/components.py +++ b/Examples/parahxx1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/pydoc1/Makefile b/Examples/pydoc1/Makefile index db06c81..b531e51 100644 --- a/Examples/pydoc1/Makefile +++ b/Examples/pydoc1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/pydoc1/components.py b/Examples/pydoc1/components.py index d7fa765..e0478e8 100644 --- a/Examples/pydoc1/components.py +++ b/Examples/pydoc1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/pygui1/Makefile b/Examples/pygui1/Makefile index db06c81..b531e51 100644 --- a/Examples/pygui1/Makefile +++ b/Examples/pygui1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/pygui1/components.py b/Examples/pygui1/components.py index c381653..d2d2fb9 100644 --- a/Examples/pygui1/components.py +++ b/Examples/pygui1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/pygui1/myinterface.idl b/Examples/pygui1/myinterface.idl index 62e89c1..ceafc2a 100644 --- a/Examples/pygui1/myinterface.idl +++ b/Examples/pygui1/myinterface.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2020 EDF R&D +// Copyright (C) 2009-2021 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/Examples/pygui1/pycomposGUI.py b/Examples/pygui1/pycomposGUI.py index 78edb3a..2ba8217 100644 --- a/Examples/pygui1/pycomposGUI.py +++ b/Examples/pygui1/pycomposGUI.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/pyth1/Makefile b/Examples/pyth1/Makefile index c73aa1e..05f026f 100644 --- a/Examples/pyth1/Makefile +++ b/Examples/pyth1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/pyth1/bidul.py b/Examples/pyth1/bidul.py index 84194f1..5abd863 100644 --- a/Examples/pyth1/bidul.py +++ b/Examples/pyth1/bidul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/pyth1/components.py b/Examples/pyth1/components.py index c3425d0..68e8592 100644 --- a/Examples/pyth1/components.py +++ b/Examples/pyth1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/pyth2/Makefile b/Examples/pyth2/Makefile index aef094d..cd4c770 100644 --- a/Examples/pyth2/Makefile +++ b/Examples/pyth2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/pyth2/components.py b/Examples/pyth2/components.py index c586a9d..cab0b37 100644 --- a/Examples/pyth2/components.py +++ b/Examples/pyth2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/types1/Makefile b/Examples/types1/Makefile index ad27bf3..091b307 100644 --- a/Examples/types1/Makefile +++ b/Examples/types1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/Examples/types1/components.py b/Examples/types1/components.py index 58c6be1..65ff4d2 100644 --- a/Examples/types1/components.py +++ b/Examples/types1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/MANIFEST.in b/MANIFEST.in index c5c0e26..206059e 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/__init__.py b/module_generator/__init__.py index 79f7d43..350198f 100644 --- a/module_generator/__init__.py +++ b/module_generator/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/astcompo.py b/module_generator/astcompo.py index cf4c34d..f0c6f25 100644 --- a/module_generator/astcompo.py +++ b/module_generator/astcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/aster_tmpl.py b/module_generator/aster_tmpl.py index c7da82d..a5c55da 100644 --- a/module_generator/aster_tmpl.py +++ b/module_generator/aster_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/cata_tmpl.py b/module_generator/cata_tmpl.py index 1d29e3c..6f66176 100644 --- a/module_generator/cata_tmpl.py +++ b/module_generator/cata_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/compat.py b/module_generator/compat.py index fd01532..46b8e06 100644 --- a/module_generator/compat.py +++ b/module_generator/compat.py @@ -1,23 +1,23 @@ #!/usr/bin/env python #coding: iso-8859-15 # -# Copyright (C) 2005 Gaƫtan Lehmann +# Copyright (C) 2005-2021 EDF R&D # -# this file is part of uptodate +# 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 program is free software; you can redistribute it and/or -# modify it under the terms of the GNU General Public License -# as published by the Free Software Foundation; either version 2 -# of the License, or (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, +# 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 General Public License for more details. +# 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 # -# You should have received a copy of the GNU General Public License -# along with this program; 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 module sets python 2.3 compatibility diff --git a/module_generator/cpp_tmpl.py b/module_generator/cpp_tmpl.py index 9d2f8ee..d6d3a41 100644 --- a/module_generator/cpp_tmpl.py +++ b/module_generator/cpp_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/cppcompo.py b/module_generator/cppcompo.py index 359188d..d8cb3d2 100644 --- a/module_generator/cppcompo.py +++ b/module_generator/cppcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/doc_tmpl.py b/module_generator/doc_tmpl.py index ff33bce..9585e31 100644 --- a/module_generator/doc_tmpl.py +++ b/module_generator/doc_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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 @@ -104,7 +104,7 @@ master_doc = 'index' # General information about the project. project = u'${module}' -copyright = u'2010-2020' +copyright = u'2010-2021' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the diff --git a/module_generator/fcompo.py b/module_generator/fcompo.py index b9e60d6..2400f14 100644 --- a/module_generator/fcompo.py +++ b/module_generator/fcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/gener.py b/module_generator/gener.py index f1098ed..69afe86 100644 --- a/module_generator/gener.py +++ b/module_generator/gener.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/gui_tmpl.py b/module_generator/gui_tmpl.py index e6e2915..b38895f 100644 --- a/module_generator/gui_tmpl.py +++ b/module_generator/gui_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/hxx_awk.py b/module_generator/hxx_awk.py index ec251c7..26da329 100644 --- a/module_generator/hxx_awk.py +++ b/module_generator/hxx_awk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/hxx_para_tmpl.py b/module_generator/hxx_para_tmpl.py index a04c551..6883416 100644 --- a/module_generator/hxx_para_tmpl.py +++ b/module_generator/hxx_para_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/hxx_tmpl.py b/module_generator/hxx_tmpl.py index 5e3d5d0..3fb800c 100644 --- a/module_generator/hxx_tmpl.py +++ b/module_generator/hxx_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/hxx_tmpl_gui.py b/module_generator/hxx_tmpl_gui.py index 7cb70e3..5a048f3 100644 --- a/module_generator/hxx_tmpl_gui.py +++ b/module_generator/hxx_tmpl_gui.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/hxxcompo.py b/module_generator/hxxcompo.py index ba29547..59c4655 100644 --- a/module_generator/hxxcompo.py +++ b/module_generator/hxxcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/hxxparacompo.py b/module_generator/hxxparacompo.py index 537da52..11b6e6a 100644 --- a/module_generator/hxxparacompo.py +++ b/module_generator/hxxparacompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/mod_tmpl.py b/module_generator/mod_tmpl.py index 6cf04ae..d7cd086 100644 --- a/module_generator/mod_tmpl.py +++ b/module_generator/mod_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/mpi_tmpl.py b/module_generator/mpi_tmpl.py index fdbfd52..993c149 100644 --- a/module_generator/mpi_tmpl.py +++ b/module_generator/mpi_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/mpicompo.py b/module_generator/mpicompo.py index 00955c2..5826272 100644 --- a/module_generator/mpicompo.py +++ b/module_generator/mpicompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/paco_tmpl.py b/module_generator/paco_tmpl.py index 3afe3b5..0dbc447 100644 --- a/module_generator/paco_tmpl.py +++ b/module_generator/paco_tmpl.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 *- -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/pacocompo.py b/module_generator/pacocompo.py index e9dc584..adb0bdc 100644 --- a/module_generator/pacocompo.py +++ b/module_generator/pacocompo.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 *- -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/pycompo.py b/module_generator/pycompo.py index eb0e3d2..70bf423 100644 --- a/module_generator/pycompo.py +++ b/module_generator/pycompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/pyth_tmpl.py b/module_generator/pyth_tmpl.py index 9fe9aa2..3554fae 100644 --- a/module_generator/pyth_tmpl.py +++ b/module_generator/pyth_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/salomemodules.py b/module_generator/salomemodules.py index d49c908..50074ed 100644 --- a/module_generator/salomemodules.py +++ b/module_generator/salomemodules.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/yacsgen_version.py b/module_generator/yacsgen_version.py index c2d51ab..9b8d745 100644 --- a/module_generator/yacsgen_version.py +++ b/module_generator/yacsgen_version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/module_generator/yacstypes.py b/module_generator/yacstypes.py index 39ca714..0159bb1 100644 --- a/module_generator/yacstypes.py +++ b/module_generator/yacstypes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/script/hxx2salome.py b/script/hxx2salome.py index 8a84a20..ad8b136 100755 --- a/script/hxx2salome.py +++ b/script/hxx2salome.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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/setup.py b/setup.py index 532741e..806a398 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2020 EDF R&D +# Copyright (C) 2009-2021 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