From c9166beae71cfa6d65831084571e72fde3b405b2 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 1 Apr 2013 13:35:51 +0000 Subject: [PATCH 1/1] Merge from V6_main 01/04/2013 --- 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 | 3 ++- 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/yacstypes.py | 2 +- script/hxx2salome.py | 2 +- setup.py | 2 +- 89 files changed, 90 insertions(+), 89 deletions(-) diff --git a/Examples/ast1/Makefile b/Examples/ast1/Makefile index 02a8472..4db8cdd 100644 --- a/Examples/ast1/Makefile +++ b/Examples/ast1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 65ff54f..b07ae52 100644 --- a/Examples/ast1/components.py +++ b/Examples/ast1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 5055ce6..f536ec0 100644 --- a/Examples/ast1/fcompo/Makefile +++ b/Examples/ast1/fcompo/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 f0fa234..77f4927 100644 --- a/Examples/ast1/fcompo/compo.f +++ b/Examples/ast1/fcompo/compo.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2012 EDF R&D +C Copyright (C) 2009-2013 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 e3dd382..2ddcfbf 100644 --- a/Examples/ast1/myaster/Makefile +++ b/Examples/ast1/myaster/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 09f2be6..900fe78 100755 --- a/Examples/ast1/myaster/make_cata +++ b/Examples/ast1/myaster/make_cata @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 013cda0..675b1b9 100644 --- a/Examples/ast2/Makefile +++ b/Examples/ast2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 d50a6f0..bbeba82 100644 --- a/Examples/ast2/components.py +++ b/Examples/ast2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 a2b7d0f..91df760 100755 --- a/Examples/ast2/exeaster +++ b/Examples/ast2/exeaster @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 2b8535d..82a3cf6 100644 --- a/Examples/ast2/fcompo/Makefile +++ b/Examples/ast2/fcompo/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 e67a668..d6c3af6 100644 --- a/Examples/ast2/fcompo/compo.f +++ b/Examples/ast2/fcompo/compo.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2012 EDF R&D +C Copyright (C) 2009-2013 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 7348553..70c291a 100644 --- a/Examples/ast2/myaster/Makefile +++ b/Examples/ast2/myaster/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 8cbf257..a31ccbc 100644 --- a/Examples/ast2/myaster/config.txt +++ b/Examples/ast2/myaster/config.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 @@ -16,6 +16,7 @@ # # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com # + # Configuration file # $Id$ # $Name$ diff --git a/Examples/ast2/myaster/make_exec b/Examples/ast2/myaster/make_exec index 676ad84..4e77d52 100755 --- a/Examples/ast2/myaster/make_exec +++ b/Examples/ast2/myaster/make_exec @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 bf7c92c..a97bbaf 100644 --- a/Examples/calcium1/Makefile +++ b/Examples/calcium1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 7d9b813..d1fc975 100644 --- a/Examples/calcium1/code1.f +++ b/Examples/calcium1/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2012 EDF R&D +C Copyright (C) 2009-2013 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 dbf9ce0..1ca4956 100644 --- a/Examples/calcium1/components.py +++ b/Examples/calcium1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 bf7c92c..a97bbaf 100644 --- a/Examples/calcium2/Makefile +++ b/Examples/calcium2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 3f4afae..09d122e 100644 --- a/Examples/calcium2/code1.f +++ b/Examples/calcium2/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2012 EDF R&D +C Copyright (C) 2009-2013 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 6c36cd2..e49df64 100644 --- a/Examples/calcium2/components.py +++ b/Examples/calcium2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 a264b14..1b6fcac 100644 --- a/Examples/context.py +++ b/Examples/context.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 8c036b0..1b9dcdf 100644 --- a/Examples/cpp1/Makefile +++ b/Examples/cpp1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 58c9da9..58d562b 100644 --- a/Examples/cpp1/components.py +++ b/Examples/cpp1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 4600aef..2b828ec 100644 --- a/Examples/cpp2/Makefile +++ b/Examples/cpp2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 24828f3..c99105a 100644 --- a/Examples/cpp2/components.py +++ b/Examples/cpp2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 6b6fe9f..52a8e27 100644 --- a/Examples/cpp2/prog.cxx +++ b/Examples/cpp2/prog.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2012 EDF R&D +// Copyright (C) 2009-2013 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 8c036b0..1b9dcdf 100644 --- a/Examples/cppgui1/Makefile +++ b/Examples/cppgui1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 f31ff14..ec1a459 100644 --- a/Examples/cppgui1/components.py +++ b/Examples/cppgui1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 ec6f48f..abb18a7 100644 --- a/Examples/cppgui1/cppcomposGUI.cxx +++ b/Examples/cppgui1/cppcomposGUI.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2012 EDF R&D +// Copyright (C) 2009-2013 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 c096c91..4b2a2c3 100644 --- a/Examples/cppgui1/cppcomposGUI.h +++ b/Examples/cppgui1/cppcomposGUI.h @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2012 EDF R&D +// Copyright (C) 2009-2013 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 e5f5a91..ad19ae2 100644 --- a/Examples/cppgui1/myinterface.idl +++ b/Examples/cppgui1/myinterface.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2012 EDF R&D +// Copyright (C) 2009-2013 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 7831c46..702a9e9 100644 --- a/Examples/fort1/Makefile +++ b/Examples/fort1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 1cb9fc7..08f7a5a 100644 --- a/Examples/fort1/bidul.f +++ b/Examples/fort1/bidul.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2012 EDF R&D +C Copyright (C) 2009-2013 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 76fb5cb..d10eec6 100644 --- a/Examples/fort1/code1.f +++ b/Examples/fort1/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2012 EDF R&D +C Copyright (C) 2009-2013 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 b34fd38..195f7d2 100644 --- a/Examples/fort1/code2.f +++ b/Examples/fort1/code2.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2012 EDF R&D +C Copyright (C) 2009-2013 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 77d49df..777c127 100644 --- a/Examples/fort1/components.py +++ b/Examples/fort1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 2d3286d..a074f15 100644 --- a/Examples/fort2/Makefile +++ b/Examples/fort2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 f4c37ac..2462339 100644 --- a/Examples/fort2/code1.f +++ b/Examples/fort2/code1.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2012 EDF R&D +C Copyright (C) 2009-2013 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 00886d8..21309c8 100644 --- a/Examples/fort2/code2.f +++ b/Examples/fort2/code2.f @@ -1,4 +1,4 @@ -C Copyright (C) 2009-2012 EDF R&D +C Copyright (C) 2009-2013 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 aed1b22..1d78b61 100644 --- a/Examples/fort2/components.py +++ b/Examples/fort2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 82beac2..2b92c64 100644 --- a/Examples/hxx1/Makefile +++ b/Examples/hxx1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 34602c3..34a8127 100644 --- a/Examples/hxx1/component.py +++ b/Examples/hxx1/component.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 1732347..db10a10 100644 --- a/Examples/makefile.inc +++ b/Examples/makefile.inc @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 f289145..ee14e0f 100644 --- a/Examples/paco1/Makefile +++ b/Examples/paco1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 7b98056..4941d54 100644 --- a/Examples/paco1/components.py +++ b/Examples/paco1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 f289145..ee14e0f 100644 --- a/Examples/paco2/Makefile +++ b/Examples/paco2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 2fe920e..9e39ef5 100644 --- a/Examples/paco2/components.py +++ b/Examples/paco2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 18fe4f9..7103b55 100644 --- a/Examples/paco3/Makefile +++ b/Examples/paco3/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 de0b1fd..3f93635 100644 --- a/Examples/paco3/components.py +++ b/Examples/paco3/components.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 *- -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 5c3ad4e..1136c75 100644 --- a/Examples/pacocontext.py +++ b/Examples/pacocontext.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 864b877..e4bdb76 100644 --- a/Examples/pydoc1/Makefile +++ b/Examples/pydoc1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 72c35f2..7e6037f 100644 --- a/Examples/pydoc1/components.py +++ b/Examples/pydoc1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 864b877..e4bdb76 100644 --- a/Examples/pygui1/Makefile +++ b/Examples/pygui1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 d19cea1..a6c31a3 100644 --- a/Examples/pygui1/components.py +++ b/Examples/pygui1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 e5f5a91..ad19ae2 100644 --- a/Examples/pygui1/myinterface.idl +++ b/Examples/pygui1/myinterface.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2009-2012 EDF R&D +// Copyright (C) 2009-2013 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 d32817a..38faf6d 100644 --- a/Examples/pygui1/pycomposGUI.py +++ b/Examples/pygui1/pycomposGUI.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 3e39fc7..c8e8251 100644 --- a/Examples/pyth1/Makefile +++ b/Examples/pyth1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 8085bd2..ffa55d4 100644 --- a/Examples/pyth1/bidul.py +++ b/Examples/pyth1/bidul.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 61c29a8..be54ef5 100644 --- a/Examples/pyth1/components.py +++ b/Examples/pyth1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 34110e4..ff7f686 100644 --- a/Examples/pyth2/Makefile +++ b/Examples/pyth2/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 65e312f..7583b87 100644 --- a/Examples/pyth2/components.py +++ b/Examples/pyth2/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 283148d..8c772d0 100644 --- a/Examples/types1/Makefile +++ b/Examples/types1/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 3de0d1f..df1ca2e 100644 --- a/Examples/types1/components.py +++ b/Examples/types1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 4df6817..c332421 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 e27e3a7..ccbbb0c 100644 --- a/module_generator/__init__.py +++ b/module_generator/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 fa23f9c..d146db1 100644 --- a/module_generator/astcompo.py +++ b/module_generator/astcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 7946e86..629c383 100644 --- a/module_generator/aster_tmpl.py +++ b/module_generator/aster_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 f3a29ce..532aaea 100644 --- a/module_generator/cata_tmpl.py +++ b/module_generator/cata_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 3180d60..32b2ddf 100644 --- a/module_generator/cpp_tmpl.py +++ b/module_generator/cpp_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 307f72a..a5bb1c4 100644 --- a/module_generator/cppcompo.py +++ b/module_generator/cppcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 9fccb60..78ce863 100644 --- a/module_generator/doc_tmpl.py +++ b/module_generator/doc_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 03de846..a6480fb 100644 --- a/module_generator/fcompo.py +++ b/module_generator/fcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 d388f1f..5b5a32b 100644 --- a/module_generator/gener.py +++ b/module_generator/gener.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 4cfc9fa..4174c6d 100644 --- a/module_generator/gui_tmpl.py +++ b/module_generator/gui_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 e914672..b93278b 100644 --- a/module_generator/hxx_awk.py +++ b/module_generator/hxx_awk.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 e8f60e2..0bcc126 100644 --- a/module_generator/hxx_para_tmpl.py +++ b/module_generator/hxx_para_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 b3b3c39..ab8e5cf 100644 --- a/module_generator/hxx_tmpl.py +++ b/module_generator/hxx_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 9697bff..8f224ae 100644 --- a/module_generator/hxx_tmpl_gui.py +++ b/module_generator/hxx_tmpl_gui.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 9b2e32e..6a79e75 100644 --- a/module_generator/hxxcompo.py +++ b/module_generator/hxxcompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 2b0478a..de596fb 100644 --- a/module_generator/hxxparacompo.py +++ b/module_generator/hxxparacompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 9291230..5fa55a6 100644 --- a/module_generator/mod_tmpl.py +++ b/module_generator/mod_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 85acbda..6de0e91 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-2012 EDF R&D +# Copyright (C) 2009-2013 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 a767a66..38f1bf4 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-2012 EDF R&D +# Copyright (C) 2009-2013 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 b6e6b94..14ed39d 100644 --- a/module_generator/pycompo.py +++ b/module_generator/pycompo.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 bef9bb9..9ed1116 100644 --- a/module_generator/pyth_tmpl.py +++ b/module_generator/pyth_tmpl.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 a6d673c..4c0b053 100644 --- a/module_generator/salomemodules.py +++ b/module_generator/salomemodules.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 c267ff5..e53762e 100644 --- a/module_generator/yacstypes.py +++ b/module_generator/yacstypes.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 43a8cca..d9d9e43 100755 --- a/script/hxx2salome.py +++ b/script/hxx2salome.py @@ -1,6 +1,6 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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 0a0b855..2063b46 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2013 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