From 2baa34c5133efb472f42351faaf1f4187a7c3694 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 15 Feb 2019 15:10:20 +0300 Subject: [PATCH] Update copyrights --- 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/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/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 +- 95 files changed, 96 insertions(+), 96 deletions(-) diff --git a/Examples/ast1/Makefile b/Examples/ast1/Makefile index b49630a..fbc1188 100644 --- a/Examples/ast1/Makefile +++ b/Examples/ast1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast1/components.py b/Examples/ast1/components.py index bd8740c..a0716ce 100644 --- a/Examples/ast1/components.py +++ b/Examples/ast1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast1/fcompo/Makefile b/Examples/ast1/fcompo/Makefile index 7b77769..093e6bc 100644 --- a/Examples/ast1/fcompo/Makefile +++ b/Examples/ast1/fcompo/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast1/fcompo/compo.f b/Examples/ast1/fcompo/compo.f index 091682d..236e17e 100644 --- a/Examples/ast1/fcompo/compo.f +++ b/Examples/ast1/fcompo/compo.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2016 EDF R&D +C Copyright (C) 2009-2019 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 0573a28..f8b6fb1 100644 --- a/Examples/ast1/myaster/Makefile +++ b/Examples/ast1/myaster/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast1/myaster/make_cata b/Examples/ast1/myaster/make_cata index 9bb4940..ddcaf56 100755 --- a/Examples/ast1/myaster/make_cata +++ b/Examples/ast1/myaster/make_cata @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast2/Makefile b/Examples/ast2/Makefile index 5a39ca1..d1b592b 100644 --- a/Examples/ast2/Makefile +++ b/Examples/ast2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast2/components.py b/Examples/ast2/components.py index 941c2b3..0330b5e 100644 --- a/Examples/ast2/components.py +++ b/Examples/ast2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast2/exeaster b/Examples/ast2/exeaster index acb225b..37a70c1 100755 --- a/Examples/ast2/exeaster +++ b/Examples/ast2/exeaster @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast2/fcompo/Makefile b/Examples/ast2/fcompo/Makefile index af1c145..6605433 100644 --- a/Examples/ast2/fcompo/Makefile +++ b/Examples/ast2/fcompo/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast2/fcompo/compo.f b/Examples/ast2/fcompo/compo.f index 4732e1f..be19921 100644 --- a/Examples/ast2/fcompo/compo.f +++ b/Examples/ast2/fcompo/compo.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2016 EDF R&D +C Copyright (C) 2009-2019 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 669030d..4bb900c 100644 --- a/Examples/ast2/myaster/Makefile +++ b/Examples/ast2/myaster/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast2/myaster/config.txt b/Examples/ast2/myaster/config.txt index b6cfd78..b1c5ebf 100644 --- a/Examples/ast2/myaster/config.txt +++ b/Examples/ast2/myaster/config.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/ast2/myaster/make_exec b/Examples/ast2/myaster/make_exec index a63d463..01aae4d 100755 --- a/Examples/ast2/myaster/make_exec +++ b/Examples/ast2/myaster/make_exec @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/calcium1/Makefile b/Examples/calcium1/Makefile index 6a99374..8fa83e6 100644 --- a/Examples/calcium1/Makefile +++ b/Examples/calcium1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/calcium1/code1.f b/Examples/calcium1/code1.f index c003e64..40d297c 100644 --- a/Examples/calcium1/code1.f +++ b/Examples/calcium1/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2016 EDF R&D +C Copyright (C) 2009-2019 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 995e506..fabefb7 100644 --- a/Examples/calcium1/components.py +++ b/Examples/calcium1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/calcium2/Makefile b/Examples/calcium2/Makefile index 6a99374..8fa83e6 100644 --- a/Examples/calcium2/Makefile +++ b/Examples/calcium2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/calcium2/code1.f b/Examples/calcium2/code1.f index bc37fc1..0e77b11 100644 --- a/Examples/calcium2/code1.f +++ b/Examples/calcium2/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2016 EDF R&D +C Copyright (C) 2009-2019 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 30537ed..14cff63 100644 --- a/Examples/calcium2/components.py +++ b/Examples/calcium2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/context.py b/Examples/context.py index 8f07bf1..05bc6e5 100644 --- a/Examples/context.py +++ b/Examples/context.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/cpp1/Makefile b/Examples/cpp1/Makefile index d373979..a43b738 100644 --- a/Examples/cpp1/Makefile +++ b/Examples/cpp1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/cpp1/components.py b/Examples/cpp1/components.py index cbdd7ff..4d00930 100644 --- a/Examples/cpp1/components.py +++ b/Examples/cpp1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/cpp2/Makefile b/Examples/cpp2/Makefile index f8f47c6..5618c50 100644 --- a/Examples/cpp2/Makefile +++ b/Examples/cpp2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/cpp2/components.py b/Examples/cpp2/components.py index cf00113..5dbefeb 100644 --- a/Examples/cpp2/components.py +++ b/Examples/cpp2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/cpp2/prog.cxx b/Examples/cpp2/prog.cxx index c3639f5..12a2e2a 100644 --- a/Examples/cpp2/prog.cxx +++ b/Examples/cpp2/prog.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 EDF R&D +// Copyright (C) 2009-2019 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/Examples/cppgui1/Makefile b/Examples/cppgui1/Makefile index 0275d8e..f942299 100644 --- a/Examples/cppgui1/Makefile +++ b/Examples/cppgui1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/cppgui1/components.py b/Examples/cppgui1/components.py index 39c98c5..16d09c1 100644 --- a/Examples/cppgui1/components.py +++ b/Examples/cppgui1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/cppgui1/cppcomposGUI.cxx b/Examples/cppgui1/cppcomposGUI.cxx index 47d5ce6..fa6b966 100644 --- a/Examples/cppgui1/cppcomposGUI.cxx +++ b/Examples/cppgui1/cppcomposGUI.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 EDF R&D +// Copyright (C) 2009-2019 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/Examples/cppgui1/cppcomposGUI.h b/Examples/cppgui1/cppcomposGUI.h index 9a31b6a..e12ea1f 100644 --- a/Examples/cppgui1/cppcomposGUI.h +++ b/Examples/cppgui1/cppcomposGUI.h @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 EDF R&D +// Copyright (C) 2009-2019 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/Examples/cppgui1/myinterface.idl b/Examples/cppgui1/myinterface.idl index 0e2c9f0..862187b 100644 --- a/Examples/cppgui1/myinterface.idl +++ b/Examples/cppgui1/myinterface.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 EDF R&D +// Copyright (C) 2009-2019 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/Examples/fort1/Makefile b/Examples/fort1/Makefile index 31aa74b..20c9280 100644 --- a/Examples/fort1/Makefile +++ b/Examples/fort1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/fort1/bidul.f b/Examples/fort1/bidul.f index 7fefabf..07dda87 100644 --- a/Examples/fort1/bidul.f +++ b/Examples/fort1/bidul.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2016 EDF R&D +C Copyright (C) 2009-2019 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 380431a..2fe9b26 100644 --- a/Examples/fort1/code1.f +++ b/Examples/fort1/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2016 EDF R&D +C Copyright (C) 2009-2019 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 72cf49a..ce1c501 100644 --- a/Examples/fort1/code2.f +++ b/Examples/fort1/code2.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2016 EDF R&D +C Copyright (C) 2009-2019 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 539f27e..93070c9 100644 --- a/Examples/fort1/components.py +++ b/Examples/fort1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/fort2/Makefile b/Examples/fort2/Makefile index 710dbf0..0883158 100644 --- a/Examples/fort2/Makefile +++ b/Examples/fort2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/fort2/code1.f b/Examples/fort2/code1.f index 67cd4e6..62b4b7a 100644 --- a/Examples/fort2/code1.f +++ b/Examples/fort2/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2016 EDF R&D +C Copyright (C) 2009-2019 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 d0da9e1..4d39965 100644 --- a/Examples/fort2/code2.f +++ b/Examples/fort2/code2.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2016 EDF R&D +C Copyright (C) 2009-2019 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 cf64689..3ea2475 100644 --- a/Examples/fort2/components.py +++ b/Examples/fort2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/hxx1/Makefile b/Examples/hxx1/Makefile index eed0de1..e389de8 100644 --- a/Examples/hxx1/Makefile +++ b/Examples/hxx1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/hxx1/component.py b/Examples/hxx1/component.py index 6add419..0f93d2d 100644 --- a/Examples/hxx1/component.py +++ b/Examples/hxx1/component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/makefile.inc b/Examples/makefile.inc index 1f60702..15a222b 100644 --- a/Examples/makefile.inc +++ b/Examples/makefile.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/mpi1/Makefile b/Examples/mpi1/Makefile index 53efb89..764232e 100644 --- a/Examples/mpi1/Makefile +++ b/Examples/mpi1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/paco1/Makefile b/Examples/paco1/Makefile index d60e24f..220dd55 100644 --- a/Examples/paco1/Makefile +++ b/Examples/paco1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/paco1/components.py b/Examples/paco1/components.py index a7be2dd..de22fa1 100644 --- a/Examples/paco1/components.py +++ b/Examples/paco1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/paco2/Makefile b/Examples/paco2/Makefile index d60e24f..220dd55 100644 --- a/Examples/paco2/Makefile +++ b/Examples/paco2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/paco2/components.py b/Examples/paco2/components.py index 8fd959a..f8d9a23 100644 --- a/Examples/paco2/components.py +++ b/Examples/paco2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/paco3/Makefile b/Examples/paco3/Makefile index 5c22ebd..3147aef 100644 --- a/Examples/paco3/Makefile +++ b/Examples/paco3/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/paco3/components.py b/Examples/paco3/components.py index a3f4ab9..adb80db 100644 --- a/Examples/paco3/components.py +++ b/Examples/paco3/components.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 *- -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pacocontext.py b/Examples/pacocontext.py index b18ebb6..54c6cb4 100644 --- a/Examples/pacocontext.py +++ b/Examples/pacocontext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/parahxx1/Makefile b/Examples/parahxx1/Makefile index a10053c..a2d5cb4 100644 --- a/Examples/parahxx1/Makefile +++ b/Examples/parahxx1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/parahxx1/components.py b/Examples/parahxx1/components.py index b907cae..c6e9f7b 100644 --- a/Examples/parahxx1/components.py +++ b/Examples/parahxx1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pydoc1/Makefile b/Examples/pydoc1/Makefile index 0c2bb8a..8325e74 100644 --- a/Examples/pydoc1/Makefile +++ b/Examples/pydoc1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pydoc1/components.py b/Examples/pydoc1/components.py index 6a8fc90..cc3e00e 100644 --- a/Examples/pydoc1/components.py +++ b/Examples/pydoc1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pygui1/Makefile b/Examples/pygui1/Makefile index 0c2bb8a..8325e74 100644 --- a/Examples/pygui1/Makefile +++ b/Examples/pygui1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pygui1/components.py b/Examples/pygui1/components.py index 6b13e7a..5e17b58 100644 --- a/Examples/pygui1/components.py +++ b/Examples/pygui1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pygui1/myinterface.idl b/Examples/pygui1/myinterface.idl index 0e2c9f0..862187b 100644 --- a/Examples/pygui1/myinterface.idl +++ b/Examples/pygui1/myinterface.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2016 EDF R&D +// Copyright (C) 2009-2019 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pygui1/pycomposGUI.py b/Examples/pygui1/pycomposGUI.py index 7917100..431533e 100644 --- a/Examples/pygui1/pycomposGUI.py +++ b/Examples/pygui1/pycomposGUI.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pyth1/Makefile b/Examples/pyth1/Makefile index b9f874f..7a72588 100644 --- a/Examples/pyth1/Makefile +++ b/Examples/pyth1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pyth1/bidul.py b/Examples/pyth1/bidul.py index 2d09ee2..0714e1d 100644 --- a/Examples/pyth1/bidul.py +++ b/Examples/pyth1/bidul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pyth1/components.py b/Examples/pyth1/components.py index ea2b40c..4ec4d20 100644 --- a/Examples/pyth1/components.py +++ b/Examples/pyth1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pyth2/Makefile b/Examples/pyth2/Makefile index a8dee41..9b05727 100644 --- a/Examples/pyth2/Makefile +++ b/Examples/pyth2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/pyth2/components.py b/Examples/pyth2/components.py index 3f695e0..f348e01 100644 --- a/Examples/pyth2/components.py +++ b/Examples/pyth2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/types1/Makefile b/Examples/types1/Makefile index 06866a9..4f2e014 100644 --- a/Examples/types1/Makefile +++ b/Examples/types1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/Examples/types1/components.py b/Examples/types1/components.py index 6b2a807..4b2a030 100644 --- a/Examples/types1/components.py +++ b/Examples/types1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/MANIFEST.in b/MANIFEST.in index 86b312c..744b0dc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/__init__.py b/module_generator/__init__.py index cd16304..c058c87 100644 --- a/module_generator/__init__.py +++ b/module_generator/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/astcompo.py b/module_generator/astcompo.py index 03762c9..5cd4433 100644 --- a/module_generator/astcompo.py +++ b/module_generator/astcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/aster_tmpl.py b/module_generator/aster_tmpl.py index 47f77a6..0e603ec 100644 --- a/module_generator/aster_tmpl.py +++ b/module_generator/aster_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/cata_tmpl.py b/module_generator/cata_tmpl.py index 6b84932..32d9f77 100644 --- a/module_generator/cata_tmpl.py +++ b/module_generator/cata_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/cpp_tmpl.py b/module_generator/cpp_tmpl.py index 2462e07..d3d5d6e 100644 --- a/module_generator/cpp_tmpl.py +++ b/module_generator/cpp_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/cppcompo.py b/module_generator/cppcompo.py index 75a9f08..e670b3a 100644 --- a/module_generator/cppcompo.py +++ b/module_generator/cppcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/doc_tmpl.py b/module_generator/doc_tmpl.py index 1d906e1..202b427 100644 --- a/module_generator/doc_tmpl.py +++ b/module_generator/doc_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -104,7 +104,7 @@ master_doc = 'index' # General information about the project. project = u'${module}' -copyright = u'2010-2016' +copyright = u'2010-2019' # 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 4fcc90d..cfcb7b1 100644 --- a/module_generator/fcompo.py +++ b/module_generator/fcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/gener.py b/module_generator/gener.py index 17934a1..6b6dc1c 100644 --- a/module_generator/gener.py +++ b/module_generator/gener.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/gui_tmpl.py b/module_generator/gui_tmpl.py index f16ed06..07aea22 100644 --- a/module_generator/gui_tmpl.py +++ b/module_generator/gui_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/hxx_awk.py b/module_generator/hxx_awk.py index df7c7ea..08549c9 100644 --- a/module_generator/hxx_awk.py +++ b/module_generator/hxx_awk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/hxx_para_tmpl.py b/module_generator/hxx_para_tmpl.py index f6b2537..98a7d3f 100644 --- a/module_generator/hxx_para_tmpl.py +++ b/module_generator/hxx_para_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/hxx_tmpl.py b/module_generator/hxx_tmpl.py index a5f5dfc..0eef515 100644 --- a/module_generator/hxx_tmpl.py +++ b/module_generator/hxx_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/hxx_tmpl_gui.py b/module_generator/hxx_tmpl_gui.py index b54881f..e30c088 100644 --- a/module_generator/hxx_tmpl_gui.py +++ b/module_generator/hxx_tmpl_gui.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/hxxcompo.py b/module_generator/hxxcompo.py index e02711d..975d948 100644 --- a/module_generator/hxxcompo.py +++ b/module_generator/hxxcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/hxxparacompo.py b/module_generator/hxxparacompo.py index 59c7b68..6e7385e 100644 --- a/module_generator/hxxparacompo.py +++ b/module_generator/hxxparacompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/mod_tmpl.py b/module_generator/mod_tmpl.py index a59a6f7..6d9c1f9 100644 --- a/module_generator/mod_tmpl.py +++ b/module_generator/mod_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/mpi_tmpl.py b/module_generator/mpi_tmpl.py index cc51bd0..acf3df9 100644 --- a/module_generator/mpi_tmpl.py +++ b/module_generator/mpi_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/mpicompo.py b/module_generator/mpicompo.py index b060c52..4091793 100644 --- a/module_generator/mpicompo.py +++ b/module_generator/mpicompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/paco_tmpl.py b/module_generator/paco_tmpl.py index bcf190d..485d917 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-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/pacocompo.py b/module_generator/pacocompo.py index 4a895f6..12bddd5 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-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/pycompo.py b/module_generator/pycompo.py index f97bf8d..12f4fef 100644 --- a/module_generator/pycompo.py +++ b/module_generator/pycompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/pyth_tmpl.py b/module_generator/pyth_tmpl.py index bc7348b..dc82e86 100644 --- a/module_generator/pyth_tmpl.py +++ b/module_generator/pyth_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/salomemodules.py b/module_generator/salomemodules.py index bac8878..931924f 100644 --- a/module_generator/salomemodules.py +++ b/module_generator/salomemodules.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/yacsgen_version.py b/module_generator/yacsgen_version.py index 3ac6e43..cf18ad1 100644 --- a/module_generator/yacsgen_version.py +++ b/module_generator/yacsgen_version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/module_generator/yacstypes.py b/module_generator/yacstypes.py index 6379484..191ec3e 100644 --- a/module_generator/yacstypes.py +++ b/module_generator/yacstypes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/script/hxx2salome.py b/script/hxx2salome.py index 6fda8ed..771df74 100755 --- a/script/hxx2salome.py +++ b/script/hxx2salome.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/setup.py b/setup.py index 135810d..029492e 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2016 EDF R&D +# Copyright (C) 2009-2019 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public -- 2.39.2