From 568cd78a8b974045bb793a83049bc1b38924e7a2 Mon Sep 17 00:00:00 2001 From: mbs Date: Sat, 20 Jan 2024 14:20:19 +0000 Subject: [PATCH] Updated copyright comment --- 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/cppgui2/Makefile | 2 +- Examples/cppgui2/components.py | 2 +- Examples/cppgui2/cppcomposGUI.cxx | 2 +- Examples/cppgui2/cppcomposGUI.h | 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/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 | 2 +- module_generator/cpp_tmpl.py | 2 +- module_generator/cppcompo.py | 2 +- module_generator/doc_tmpl.py | 2 +- 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 +- 100 files changed, 100 insertions(+), 100 deletions(-) diff --git a/Examples/ast1/Makefile b/Examples/ast1/Makefile index 91a63ec..95d070b 100644 --- a/Examples/ast1/Makefile +++ b/Examples/ast1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/ast1/components.py b/Examples/ast1/components.py index 8ba37da..76c475a 100644 --- a/Examples/ast1/components.py +++ b/Examples/ast1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/ast1/fcompo/Makefile b/Examples/ast1/fcompo/Makefile index 32fa5c3..9fd5749 100644 --- a/Examples/ast1/fcompo/Makefile +++ b/Examples/ast1/fcompo/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/ast1/fcompo/compo.f b/Examples/ast1/fcompo/compo.f index cc3bcd8..58a5ef2 100644 --- a/Examples/ast1/fcompo/compo.f +++ b/Examples/ast1/fcompo/compo.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2023 EDF +C Copyright (C) 2009-2024 EDF 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 b2ef69a..9b64553 100644 --- a/Examples/ast1/myaster/Makefile +++ b/Examples/ast1/myaster/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/ast1/myaster/make_cata b/Examples/ast1/myaster/make_cata index 620c247..d6bcb00 100755 --- a/Examples/ast1/myaster/make_cata +++ b/Examples/ast1/myaster/make_cata @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/ast2/Makefile b/Examples/ast2/Makefile index a09084e..c029705 100644 --- a/Examples/ast2/Makefile +++ b/Examples/ast2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/ast2/components.py b/Examples/ast2/components.py index 92fa83d..ddd506c 100644 --- a/Examples/ast2/components.py +++ b/Examples/ast2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/ast2/exeaster b/Examples/ast2/exeaster index 2c1aa3b..fa67e3c 100755 --- a/Examples/ast2/exeaster +++ b/Examples/ast2/exeaster @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/ast2/fcompo/Makefile b/Examples/ast2/fcompo/Makefile index 87516c9..c4fd459 100644 --- a/Examples/ast2/fcompo/Makefile +++ b/Examples/ast2/fcompo/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/ast2/fcompo/compo.f b/Examples/ast2/fcompo/compo.f index 8f8a46b..767860d 100644 --- a/Examples/ast2/fcompo/compo.f +++ b/Examples/ast2/fcompo/compo.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2023 EDF +C Copyright (C) 2009-2024 EDF 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 4e87beb..64c3269 100644 --- a/Examples/ast2/myaster/Makefile +++ b/Examples/ast2/myaster/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/ast2/myaster/config.txt b/Examples/ast2/myaster/config.txt index 81147a1..564214e 100644 --- a/Examples/ast2/myaster/config.txt +++ b/Examples/ast2/myaster/config.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/ast2/myaster/make_exec b/Examples/ast2/myaster/make_exec index 80623a1..f8f12a5 100755 --- a/Examples/ast2/myaster/make_exec +++ b/Examples/ast2/myaster/make_exec @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/calcium1/Makefile b/Examples/calcium1/Makefile index 0fe7015..2a50dcf 100644 --- a/Examples/calcium1/Makefile +++ b/Examples/calcium1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/calcium1/code1.f b/Examples/calcium1/code1.f index 043d7af..3c3db0d 100644 --- a/Examples/calcium1/code1.f +++ b/Examples/calcium1/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2023 EDF +C Copyright (C) 2009-2024 EDF 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 4e4cf2e..8f671a3 100644 --- a/Examples/calcium1/components.py +++ b/Examples/calcium1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/calcium2/Makefile b/Examples/calcium2/Makefile index 0fe7015..2a50dcf 100644 --- a/Examples/calcium2/Makefile +++ b/Examples/calcium2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/calcium2/code1.f b/Examples/calcium2/code1.f index 22b5a7e..196fa4e 100644 --- a/Examples/calcium2/code1.f +++ b/Examples/calcium2/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2023 EDF +C Copyright (C) 2009-2024 EDF 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 45db014..7169965 100644 --- a/Examples/calcium2/components.py +++ b/Examples/calcium2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/context.py b/Examples/context.py index 077fbc1..3a2dd09 100644 --- a/Examples/context.py +++ b/Examples/context.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/cpp1/Makefile b/Examples/cpp1/Makefile index dfb2624..2038d9c 100644 --- a/Examples/cpp1/Makefile +++ b/Examples/cpp1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/cpp1/components.py b/Examples/cpp1/components.py index 76f5959..feeaa15 100644 --- a/Examples/cpp1/components.py +++ b/Examples/cpp1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/cpp2/Makefile b/Examples/cpp2/Makefile index 7cb2d07..6395eb8 100644 --- a/Examples/cpp2/Makefile +++ b/Examples/cpp2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/cpp2/components.py b/Examples/cpp2/components.py index 9c60e03..4a26e8c 100644 --- a/Examples/cpp2/components.py +++ b/Examples/cpp2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/cpp2/prog.cxx b/Examples/cpp2/prog.cxx index 110484d..eb2d186 100644 --- a/Examples/cpp2/prog.cxx +++ b/Examples/cpp2/prog.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2023 EDF +// Copyright (C) 2009-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/Examples/cppgui1/Makefile b/Examples/cppgui1/Makefile index 69ea75a..4c3310a 100644 --- a/Examples/cppgui1/Makefile +++ b/Examples/cppgui1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/cppgui1/components.py b/Examples/cppgui1/components.py index b0a90c4..fbbca3f 100644 --- a/Examples/cppgui1/components.py +++ b/Examples/cppgui1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/cppgui1/cppcomposGUI.cxx b/Examples/cppgui1/cppcomposGUI.cxx index ad45423..45e3cc9 100644 --- a/Examples/cppgui1/cppcomposGUI.cxx +++ b/Examples/cppgui1/cppcomposGUI.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2023 EDF +// Copyright (C) 2009-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/Examples/cppgui1/cppcomposGUI.h b/Examples/cppgui1/cppcomposGUI.h index ac7e0a6..dc193ca 100644 --- a/Examples/cppgui1/cppcomposGUI.h +++ b/Examples/cppgui1/cppcomposGUI.h @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2023 EDF +// Copyright (C) 2009-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/Examples/cppgui1/myinterface.idl b/Examples/cppgui1/myinterface.idl index f6328aa..a15bbfd 100644 --- a/Examples/cppgui1/myinterface.idl +++ b/Examples/cppgui1/myinterface.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2023 EDF +// Copyright (C) 2009-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/Examples/cppgui2/Makefile b/Examples/cppgui2/Makefile index 69ea75a..4c3310a 100644 --- a/Examples/cppgui2/Makefile +++ b/Examples/cppgui2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/cppgui2/components.py b/Examples/cppgui2/components.py index 7cd4c53..02cb407 100644 --- a/Examples/cppgui2/components.py +++ b/Examples/cppgui2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/cppgui2/cppcomposGUI.cxx b/Examples/cppgui2/cppcomposGUI.cxx index 047c9bd..9881d22 100644 --- a/Examples/cppgui2/cppcomposGUI.cxx +++ b/Examples/cppgui2/cppcomposGUI.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2023 EDF +// Copyright (C) 2009-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/Examples/cppgui2/cppcomposGUI.h b/Examples/cppgui2/cppcomposGUI.h index 490f016..1e35c7d 100644 --- a/Examples/cppgui2/cppcomposGUI.h +++ b/Examples/cppgui2/cppcomposGUI.h @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2023 EDF +// Copyright (C) 2009-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/Examples/fort1/Makefile b/Examples/fort1/Makefile index 3175662..0c28135 100644 --- a/Examples/fort1/Makefile +++ b/Examples/fort1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/fort1/bidul.f b/Examples/fort1/bidul.f index f98411f..b602a55 100644 --- a/Examples/fort1/bidul.f +++ b/Examples/fort1/bidul.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2023 EDF +C Copyright (C) 2009-2024 EDF 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 5a22f04..2c48f79 100644 --- a/Examples/fort1/code1.f +++ b/Examples/fort1/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2023 EDF +C Copyright (C) 2009-2024 EDF 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 32b7e2d..537e9ca 100644 --- a/Examples/fort1/code2.f +++ b/Examples/fort1/code2.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2023 EDF +C Copyright (C) 2009-2024 EDF 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 b5416ce..5d9ebef 100644 --- a/Examples/fort1/components.py +++ b/Examples/fort1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/fort2/Makefile b/Examples/fort2/Makefile index f4cf1a9..4b3268d 100644 --- a/Examples/fort2/Makefile +++ b/Examples/fort2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/fort2/code1.f b/Examples/fort2/code1.f index 1421940..e36f32b 100644 --- a/Examples/fort2/code1.f +++ b/Examples/fort2/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2023 EDF +C Copyright (C) 2009-2024 EDF 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 50048eb..8f9af69 100644 --- a/Examples/fort2/code2.f +++ b/Examples/fort2/code2.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2023 EDF +C Copyright (C) 2009-2024 EDF 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 22699c8..7478689 100644 --- a/Examples/fort2/components.py +++ b/Examples/fort2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/hxx1/Makefile b/Examples/hxx1/Makefile index 9a53639..bde63cc 100644 --- a/Examples/hxx1/Makefile +++ b/Examples/hxx1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/hxx1/component.py b/Examples/hxx1/component.py index 02e13c0..00b654e 100644 --- a/Examples/hxx1/component.py +++ b/Examples/hxx1/component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/makefile.inc b/Examples/makefile.inc index ce5a6ef..4fe4114 100644 --- a/Examples/makefile.inc +++ b/Examples/makefile.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/mpi1/Makefile b/Examples/mpi1/Makefile index 90ef183..cb01a61 100644 --- a/Examples/mpi1/Makefile +++ b/Examples/mpi1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/paco1/Makefile b/Examples/paco1/Makefile index ab9a2c7..b15ff76 100644 --- a/Examples/paco1/Makefile +++ b/Examples/paco1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/paco1/components.py b/Examples/paco1/components.py index bd5fcc8..a71a4c6 100644 --- a/Examples/paco1/components.py +++ b/Examples/paco1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/paco2/Makefile b/Examples/paco2/Makefile index ab9a2c7..b15ff76 100644 --- a/Examples/paco2/Makefile +++ b/Examples/paco2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/paco2/components.py b/Examples/paco2/components.py index 0d5285b..50be8d0 100644 --- a/Examples/paco2/components.py +++ b/Examples/paco2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/paco3/Makefile b/Examples/paco3/Makefile index 3b23902..04c8228 100644 --- a/Examples/paco3/Makefile +++ b/Examples/paco3/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/paco3/components.py b/Examples/paco3/components.py index 0369cde..53d88bc 100644 --- a/Examples/paco3/components.py +++ b/Examples/paco3/components.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 *- -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/pacocontext.py b/Examples/pacocontext.py index 375975a..40a6dae 100644 --- a/Examples/pacocontext.py +++ b/Examples/pacocontext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/parahxx1/Makefile b/Examples/parahxx1/Makefile index 4bca3b4..bda4aaa 100644 --- a/Examples/parahxx1/Makefile +++ b/Examples/parahxx1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/parahxx1/components.py b/Examples/parahxx1/components.py index 545cfda..b977029 100644 --- a/Examples/parahxx1/components.py +++ b/Examples/parahxx1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/pydoc1/Makefile b/Examples/pydoc1/Makefile index 3b18138..43df460 100644 --- a/Examples/pydoc1/Makefile +++ b/Examples/pydoc1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/pydoc1/components.py b/Examples/pydoc1/components.py index 166832f..281e59d 100644 --- a/Examples/pydoc1/components.py +++ b/Examples/pydoc1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/pygui1/Makefile b/Examples/pygui1/Makefile index 3b18138..43df460 100644 --- a/Examples/pygui1/Makefile +++ b/Examples/pygui1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/pygui1/components.py b/Examples/pygui1/components.py index dc3994c..f89401e 100644 --- a/Examples/pygui1/components.py +++ b/Examples/pygui1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/pygui1/myinterface.idl b/Examples/pygui1/myinterface.idl index f6328aa..a15bbfd 100644 --- a/Examples/pygui1/myinterface.idl +++ b/Examples/pygui1/myinterface.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2023 EDF +// Copyright (C) 2009-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/Examples/pygui1/pycomposGUI.py b/Examples/pygui1/pycomposGUI.py index 0745046..63325c8 100644 --- a/Examples/pygui1/pycomposGUI.py +++ b/Examples/pygui1/pycomposGUI.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/pyth1/Makefile b/Examples/pyth1/Makefile index ed3a9ac..38eb407 100644 --- a/Examples/pyth1/Makefile +++ b/Examples/pyth1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/pyth1/bidul.py b/Examples/pyth1/bidul.py index c2634e5..a844daf 100644 --- a/Examples/pyth1/bidul.py +++ b/Examples/pyth1/bidul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/pyth1/components.py b/Examples/pyth1/components.py index 9fdd035..96fd276 100644 --- a/Examples/pyth1/components.py +++ b/Examples/pyth1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/pyth2/Makefile b/Examples/pyth2/Makefile index 5a72ba0..525897b 100644 --- a/Examples/pyth2/Makefile +++ b/Examples/pyth2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/pyth2/components.py b/Examples/pyth2/components.py index 3f076aa..b05cf6f 100644 --- a/Examples/pyth2/components.py +++ b/Examples/pyth2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/types1/Makefile b/Examples/types1/Makefile index 155ce7b..3ba65c1 100644 --- a/Examples/types1/Makefile +++ b/Examples/types1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/Examples/types1/components.py b/Examples/types1/components.py index 8218fde..b3eb69f 100644 --- a/Examples/types1/components.py +++ b/Examples/types1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/MANIFEST.in b/MANIFEST.in index 3f4d8a4..ce61c6c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/__init__.py b/module_generator/__init__.py index 94da651..1e623a3 100644 --- a/module_generator/__init__.py +++ b/module_generator/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/astcompo.py b/module_generator/astcompo.py index 224dd67..ce03511 100644 --- a/module_generator/astcompo.py +++ b/module_generator/astcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/aster_tmpl.py b/module_generator/aster_tmpl.py index 0854fd7..71a8514 100644 --- a/module_generator/aster_tmpl.py +++ b/module_generator/aster_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/cata_tmpl.py b/module_generator/cata_tmpl.py index b090f2e..bbf3848 100644 --- a/module_generator/cata_tmpl.py +++ b/module_generator/cata_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/compat.py b/module_generator/compat.py index bd80a5c..be6c9bd 100644 --- a/module_generator/compat.py +++ b/module_generator/compat.py @@ -1,7 +1,7 @@ #!/usr/bin/env python #coding: iso-8859-15 # -# Copyright (C) 2005-2023 EDF +# Copyright (C) 2005-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/module_generator/cpp_tmpl.py b/module_generator/cpp_tmpl.py index c7f3fd6..49bfe63 100644 --- a/module_generator/cpp_tmpl.py +++ b/module_generator/cpp_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/cppcompo.py b/module_generator/cppcompo.py index f762e8c..4a8b150 100644 --- a/module_generator/cppcompo.py +++ b/module_generator/cppcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/doc_tmpl.py b/module_generator/doc_tmpl.py index 07a41b7..301f29e 100644 --- a/module_generator/doc_tmpl.py +++ b/module_generator/doc_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/fcompo.py b/module_generator/fcompo.py index 1169f41..e596d0e 100644 --- a/module_generator/fcompo.py +++ b/module_generator/fcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/gener.py b/module_generator/gener.py index 4cd0f68..c61022f 100644 --- a/module_generator/gener.py +++ b/module_generator/gener.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/gui_tmpl.py b/module_generator/gui_tmpl.py index c0abe74..35540ad 100644 --- a/module_generator/gui_tmpl.py +++ b/module_generator/gui_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/hxx_awk.py b/module_generator/hxx_awk.py index 6c028c1..8a0a822 100644 --- a/module_generator/hxx_awk.py +++ b/module_generator/hxx_awk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/hxx_para_tmpl.py b/module_generator/hxx_para_tmpl.py index f5676b0..51aed95 100644 --- a/module_generator/hxx_para_tmpl.py +++ b/module_generator/hxx_para_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/hxx_tmpl.py b/module_generator/hxx_tmpl.py index a2a09ae..856170e 100644 --- a/module_generator/hxx_tmpl.py +++ b/module_generator/hxx_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/hxx_tmpl_gui.py b/module_generator/hxx_tmpl_gui.py index f380fcc..5685145 100644 --- a/module_generator/hxx_tmpl_gui.py +++ b/module_generator/hxx_tmpl_gui.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/hxxcompo.py b/module_generator/hxxcompo.py index 90ffbb5..30b75f4 100644 --- a/module_generator/hxxcompo.py +++ b/module_generator/hxxcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/hxxparacompo.py b/module_generator/hxxparacompo.py index ef8ac7f..afd6fef 100644 --- a/module_generator/hxxparacompo.py +++ b/module_generator/hxxparacompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/mod_tmpl.py b/module_generator/mod_tmpl.py index 76706ef..892c649 100644 --- a/module_generator/mod_tmpl.py +++ b/module_generator/mod_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/mpi_tmpl.py b/module_generator/mpi_tmpl.py index bc82c1f..222f9c0 100644 --- a/module_generator/mpi_tmpl.py +++ b/module_generator/mpi_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/mpicompo.py b/module_generator/mpicompo.py index 6de67a0..54452ff 100644 --- a/module_generator/mpicompo.py +++ b/module_generator/mpicompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/paco_tmpl.py b/module_generator/paco_tmpl.py index cf17f8c..928d503 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-2023 EDF +# Copyright (C) 2009-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/module_generator/pacocompo.py b/module_generator/pacocompo.py index a6a1938..2200952 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-2023 EDF +# Copyright (C) 2009-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/module_generator/pycompo.py b/module_generator/pycompo.py index 0c663a9..c3066c5 100644 --- a/module_generator/pycompo.py +++ b/module_generator/pycompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/pyth_tmpl.py b/module_generator/pyth_tmpl.py index ecae109..21c8256 100644 --- a/module_generator/pyth_tmpl.py +++ b/module_generator/pyth_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/salomemodules.py b/module_generator/salomemodules.py index c667dd6..e22892b 100644 --- a/module_generator/salomemodules.py +++ b/module_generator/salomemodules.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/yacsgen_version.py b/module_generator/yacsgen_version.py index c738f61..8406539 100644 --- a/module_generator/yacsgen_version.py +++ b/module_generator/yacsgen_version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/module_generator/yacstypes.py b/module_generator/yacstypes.py index 29e4816..d8cb018 100644 --- a/module_generator/yacstypes.py +++ b/module_generator/yacstypes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/script/hxx2salome.py b/script/hxx2salome.py index 640e678..8a74c2d 100755 --- a/script/hxx2salome.py +++ b/script/hxx2salome.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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/setup.py b/setup.py index ff66ff5..c2e7da4 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2023 EDF +# Copyright (C) 2009-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