From 5c8ede90327c7e68cdb9a599d553778a9c32996d Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 22 Mar 2016 19:33:03 +0300 Subject: [PATCH] Copyright update: 2016 --- 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/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/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 | 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/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 +- 90 files changed, 90 insertions(+), 90 deletions(-) diff --git a/Examples/ast1/Makefile b/Examples/ast1/Makefile index 7beb9ef..b49630a 100644 --- a/Examples/ast1/Makefile +++ b/Examples/ast1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 ad1d8f9..ff44750 100644 --- a/Examples/ast1/components.py +++ b/Examples/ast1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 8dd1759..7b77769 100644 --- a/Examples/ast1/fcompo/Makefile +++ b/Examples/ast1/fcompo/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 fefb8be..091682d 100644 --- a/Examples/ast1/fcompo/compo.f +++ b/Examples/ast1/fcompo/compo.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2015 EDF R&D +C Copyright (C) 2009-2016 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 08a1332..0573a28 100644 --- a/Examples/ast1/myaster/Makefile +++ b/Examples/ast1/myaster/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 b8512cf..9bb4940 100755 --- a/Examples/ast1/myaster/make_cata +++ b/Examples/ast1/myaster/make_cata @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 4943649..5a39ca1 100644 --- a/Examples/ast2/Makefile +++ b/Examples/ast2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 773b412..7932c77 100644 --- a/Examples/ast2/components.py +++ b/Examples/ast2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 46bee19..acb225b 100755 --- a/Examples/ast2/exeaster +++ b/Examples/ast2/exeaster @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 ad40a3d..af1c145 100644 --- a/Examples/ast2/fcompo/Makefile +++ b/Examples/ast2/fcompo/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 037acf0..4732e1f 100644 --- a/Examples/ast2/fcompo/compo.f +++ b/Examples/ast2/fcompo/compo.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2015 EDF R&D +C Copyright (C) 2009-2016 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 f129445..669030d 100644 --- a/Examples/ast2/myaster/Makefile +++ b/Examples/ast2/myaster/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 a3ad13b..b6cfd78 100644 --- a/Examples/ast2/myaster/config.txt +++ b/Examples/ast2/myaster/config.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 1cdcde4..a63d463 100755 --- a/Examples/ast2/myaster/make_exec +++ b/Examples/ast2/myaster/make_exec @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 1af83d0..6a99374 100644 --- a/Examples/calcium1/Makefile +++ b/Examples/calcium1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 b16c888..c003e64 100644 --- a/Examples/calcium1/code1.f +++ b/Examples/calcium1/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2015 EDF R&D +C Copyright (C) 2009-2016 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 90860ec..8311e46 100644 --- a/Examples/calcium1/components.py +++ b/Examples/calcium1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 1af83d0..6a99374 100644 --- a/Examples/calcium2/Makefile +++ b/Examples/calcium2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 5af17a5..bc37fc1 100644 --- a/Examples/calcium2/code1.f +++ b/Examples/calcium2/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2015 EDF R&D +C Copyright (C) 2009-2016 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 0cc3e47..e89b9bc 100644 --- a/Examples/calcium2/components.py +++ b/Examples/calcium2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 33249d8..80803e7 100644 --- a/Examples/context.py +++ b/Examples/context.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 e472dae..d373979 100644 --- a/Examples/cpp1/Makefile +++ b/Examples/cpp1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 0507e53..7004804 100644 --- a/Examples/cpp1/components.py +++ b/Examples/cpp1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 01ad256..f8f47c6 100644 --- a/Examples/cpp2/Makefile +++ b/Examples/cpp2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 ff6a747..dc93752 100644 --- a/Examples/cpp2/components.py +++ b/Examples/cpp2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 e03e9e3..c3639f5 100644 --- a/Examples/cpp2/prog.cxx +++ b/Examples/cpp2/prog.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2015 EDF R&D +// Copyright (C) 2009-2016 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 3ab4dbd..0275d8e 100644 --- a/Examples/cppgui1/Makefile +++ b/Examples/cppgui1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 77ed57b..1e96db1 100644 --- a/Examples/cppgui1/components.py +++ b/Examples/cppgui1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 00ba1c9..2e1de65 100644 --- a/Examples/cppgui1/cppcomposGUI.cxx +++ b/Examples/cppgui1/cppcomposGUI.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2015 EDF R&D +// Copyright (C) 2009-2016 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 d853ea2..9a31b6a 100644 --- a/Examples/cppgui1/cppcomposGUI.h +++ b/Examples/cppgui1/cppcomposGUI.h @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2015 EDF R&D +// Copyright (C) 2009-2016 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 c59b0f2..0e2c9f0 100644 --- a/Examples/cppgui1/myinterface.idl +++ b/Examples/cppgui1/myinterface.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2015 EDF R&D +// Copyright (C) 2009-2016 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 1e0c5f0..31aa74b 100644 --- a/Examples/fort1/Makefile +++ b/Examples/fort1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 441ecda..7fefabf 100644 --- a/Examples/fort1/bidul.f +++ b/Examples/fort1/bidul.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2015 EDF R&D +C Copyright (C) 2009-2016 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 cf166e7..380431a 100644 --- a/Examples/fort1/code1.f +++ b/Examples/fort1/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2015 EDF R&D +C Copyright (C) 2009-2016 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 24a0c68..72cf49a 100644 --- a/Examples/fort1/code2.f +++ b/Examples/fort1/code2.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2015 EDF R&D +C Copyright (C) 2009-2016 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 34e55cb..0a7e91b 100644 --- a/Examples/fort1/components.py +++ b/Examples/fort1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 58f7bdf..710dbf0 100644 --- a/Examples/fort2/Makefile +++ b/Examples/fort2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 d126077..67cd4e6 100644 --- a/Examples/fort2/code1.f +++ b/Examples/fort2/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2015 EDF R&D +C Copyright (C) 2009-2016 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 4fdaf5f..d0da9e1 100644 --- a/Examples/fort2/code2.f +++ b/Examples/fort2/code2.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2015 EDF R&D +C Copyright (C) 2009-2016 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 8498e2f..68c1953 100644 --- a/Examples/fort2/components.py +++ b/Examples/fort2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 d600d29..9034fee 100644 --- a/Examples/hxx1/Makefile +++ b/Examples/hxx1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 0194d4e..6add419 100644 --- a/Examples/hxx1/component.py +++ b/Examples/hxx1/component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 b263292..1f60702 100644 --- a/Examples/makefile.inc +++ b/Examples/makefile.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 c7e8a62..d60e24f 100644 --- a/Examples/paco1/Makefile +++ b/Examples/paco1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 0d8391a..1ed69ec 100644 --- a/Examples/paco1/components.py +++ b/Examples/paco1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 c7e8a62..d60e24f 100644 --- a/Examples/paco2/Makefile +++ b/Examples/paco2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 904b3df..ff65bfd 100644 --- a/Examples/paco2/components.py +++ b/Examples/paco2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 04d2209..5c22ebd 100644 --- a/Examples/paco3/Makefile +++ b/Examples/paco3/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 0931c0c..eab10df 100644 --- a/Examples/paco3/components.py +++ b/Examples/paco3/components.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 *- -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 698bd8f..b18ebb6 100644 --- a/Examples/pacocontext.py +++ b/Examples/pacocontext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 3121480..0c2bb8a 100644 --- a/Examples/pydoc1/Makefile +++ b/Examples/pydoc1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 bb5f205..f56fd8f 100644 --- a/Examples/pydoc1/components.py +++ b/Examples/pydoc1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 3121480..0c2bb8a 100644 --- a/Examples/pygui1/Makefile +++ b/Examples/pygui1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 4412c7c..4491281 100644 --- a/Examples/pygui1/components.py +++ b/Examples/pygui1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 c59b0f2..0e2c9f0 100644 --- a/Examples/pygui1/myinterface.idl +++ b/Examples/pygui1/myinterface.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2015 EDF R&D +// Copyright (C) 2009-2016 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 6c227b9..dc720f7 100644 --- a/Examples/pygui1/pycomposGUI.py +++ b/Examples/pygui1/pycomposGUI.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 1ca711b..b9f874f 100644 --- a/Examples/pyth1/Makefile +++ b/Examples/pyth1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 592dc56..285e064 100644 --- a/Examples/pyth1/bidul.py +++ b/Examples/pyth1/bidul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 f2a500e..2a9d235 100644 --- a/Examples/pyth1/components.py +++ b/Examples/pyth1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 7ebb1cf..a8dee41 100644 --- a/Examples/pyth2/Makefile +++ b/Examples/pyth2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 9c6c825..6cb4a4c 100644 --- a/Examples/pyth2/components.py +++ b/Examples/pyth2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 a4666bf..06866a9 100644 --- a/Examples/types1/Makefile +++ b/Examples/types1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 efaf5ed..5f05d72 100644 --- a/Examples/types1/components.py +++ b/Examples/types1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 890d695..86b312c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 1485a36..8ebf47c 100644 --- a/module_generator/__init__.py +++ b/module_generator/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 de853b2..03b32be 100644 --- a/module_generator/astcompo.py +++ b/module_generator/astcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 2be0f95..dd77ff1 100644 --- a/module_generator/aster_tmpl.py +++ b/module_generator/aster_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 2b48b43..350fbaa 100644 --- a/module_generator/cata_tmpl.py +++ b/module_generator/cata_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 6c937e1..43b8fab 100644 --- a/module_generator/cpp_tmpl.py +++ b/module_generator/cpp_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 e3cfc5a..771f81a 100644 --- a/module_generator/cppcompo.py +++ b/module_generator/cppcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 b40047b..e61f2e4 100644 --- a/module_generator/doc_tmpl.py +++ b/module_generator/doc_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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/fcompo.py b/module_generator/fcompo.py index 4d61eb5..03dbf45 100644 --- a/module_generator/fcompo.py +++ b/module_generator/fcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 1473b8d..3a001df 100644 --- a/module_generator/gener.py +++ b/module_generator/gener.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 16035f7..4fef5c4 100644 --- a/module_generator/gui_tmpl.py +++ b/module_generator/gui_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 5f1f10d..a850248 100644 --- a/module_generator/hxx_awk.py +++ b/module_generator/hxx_awk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 c826faa..b133108 100644 --- a/module_generator/hxx_para_tmpl.py +++ b/module_generator/hxx_para_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 0f51106..48b7552 100644 --- a/module_generator/hxx_tmpl.py +++ b/module_generator/hxx_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 f8d8f4a..cc5eff8 100644 --- a/module_generator/hxx_tmpl_gui.py +++ b/module_generator/hxx_tmpl_gui.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 94d8220..738052e 100644 --- a/module_generator/hxxcompo.py +++ b/module_generator/hxxcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 1d59a12..b093761 100644 --- a/module_generator/hxxparacompo.py +++ b/module_generator/hxxparacompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 4b10adc..8026d93 100644 --- a/module_generator/mod_tmpl.py +++ b/module_generator/mod_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 1674152..064b260 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-2015 EDF R&D +# Copyright (C) 2009-2016 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 54cb208..513b622 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-2015 EDF R&D +# Copyright (C) 2009-2016 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 ac5aa14..85cf820 100644 --- a/module_generator/pycompo.py +++ b/module_generator/pycompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 c6e6941..e819913 100644 --- a/module_generator/pyth_tmpl.py +++ b/module_generator/pyth_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 6dd0e03..bac8878 100644 --- a/module_generator/salomemodules.py +++ b/module_generator/salomemodules.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 06c1560..1d430d6 100644 --- a/module_generator/yacsgen_version.py +++ b/module_generator/yacsgen_version.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 9dcd59a..abb2c5d 100644 --- a/module_generator/yacstypes.py +++ b/module_generator/yacstypes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 137c205..053e697 100755 --- a/script/hxx2salome.py +++ b/script/hxx2salome.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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 e26bdbb..135810d 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2015 EDF R&D +# Copyright (C) 2009-2016 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