From fb3dd165f6c55c29f94f3f2fc57ae761205c0da0 Mon Sep 17 00:00:00 2001 From: akl Date: Thu, 20 Feb 2014 16:40:36 +0400 Subject: [PATCH] Update copyrights 2014. --- Examples/ast1/Makefile | 4 ++-- Examples/ast1/components.py | 4 ++-- Examples/ast1/fcompo/Makefile | 4 ++-- Examples/ast1/fcompo/compo.f | 4 ++-- Examples/ast1/myaster/Makefile | 4 ++-- Examples/ast1/myaster/make_cata | 4 ++-- Examples/ast2/Makefile | 4 ++-- Examples/ast2/components.py | 4 ++-- Examples/ast2/exeaster | 4 ++-- Examples/ast2/fcompo/Makefile | 4 ++-- Examples/ast2/fcompo/compo.f | 4 ++-- Examples/ast2/myaster/Makefile | 4 ++-- Examples/ast2/myaster/config.txt | 4 ++-- Examples/ast2/myaster/make_exec | 4 ++-- Examples/calcium1/Makefile | 4 ++-- Examples/calcium1/code1.f | 4 ++-- Examples/calcium1/components.py | 4 ++-- Examples/calcium2/Makefile | 4 ++-- Examples/calcium2/code1.f | 4 ++-- Examples/calcium2/components.py | 4 ++-- Examples/context.py | 4 ++-- Examples/cpp1/Makefile | 4 ++-- Examples/cpp1/components.py | 4 ++-- Examples/cpp2/Makefile | 4 ++-- Examples/cpp2/components.py | 4 ++-- Examples/cpp2/prog.cxx | 4 ++-- Examples/cppgui1/Makefile | 4 ++-- Examples/cppgui1/components.py | 4 ++-- Examples/cppgui1/cppcomposGUI.cxx | 4 ++-- Examples/cppgui1/cppcomposGUI.h | 4 ++-- Examples/cppgui1/myinterface.idl | 4 ++-- Examples/fort1/Makefile | 4 ++-- Examples/fort1/bidul.f | 4 ++-- Examples/fort1/code1.f | 4 ++-- Examples/fort1/code2.f | 4 ++-- Examples/fort1/components.py | 4 ++-- Examples/fort2/Makefile | 4 ++-- Examples/fort2/code1.f | 4 ++-- Examples/fort2/code2.f | 4 ++-- Examples/fort2/components.py | 4 ++-- Examples/hxx1/Makefile | 4 ++-- Examples/hxx1/component.py | 4 ++-- Examples/makefile.inc | 4 ++-- Examples/paco1/Makefile | 4 ++-- Examples/paco1/components.py | 4 ++-- Examples/paco2/Makefile | 4 ++-- Examples/paco2/components.py | 4 ++-- Examples/paco3/Makefile | 4 ++-- Examples/paco3/components.py | 4 ++-- Examples/pacocontext.py | 4 ++-- Examples/pydoc1/Makefile | 4 ++-- Examples/pydoc1/components.py | 4 ++-- Examples/pygui1/Makefile | 4 ++-- Examples/pygui1/components.py | 4 ++-- Examples/pygui1/myinterface.idl | 4 ++-- Examples/pygui1/pycomposGUI.py | 4 ++-- Examples/pyth1/Makefile | 4 ++-- Examples/pyth1/bidul.py | 4 ++-- Examples/pyth1/components.py | 4 ++-- Examples/pyth2/Makefile | 4 ++-- Examples/pyth2/components.py | 4 ++-- Examples/types1/Makefile | 4 ++-- Examples/types1/components.py | 4 ++-- MANIFEST.in | 4 ++-- module_generator/__init__.py | 4 ++-- module_generator/astcompo.py | 4 ++-- module_generator/aster_tmpl.py | 4 ++-- module_generator/cata_tmpl.py | 4 ++-- module_generator/cpp_tmpl.py | 4 ++-- module_generator/cppcompo.py | 4 ++-- module_generator/doc_tmpl.py | 6 +++--- module_generator/fcompo.py | 4 ++-- module_generator/gener.py | 4 ++-- module_generator/gui_tmpl.py | 4 ++-- module_generator/hxx_awk.py | 4 ++-- module_generator/hxx_para_tmpl.py | 4 ++-- module_generator/hxx_tmpl.py | 4 ++-- module_generator/hxx_tmpl_gui.py | 4 ++-- module_generator/hxxcompo.py | 4 ++-- module_generator/hxxparacompo.py | 4 ++-- module_generator/mod_tmpl.py | 4 ++-- module_generator/paco_tmpl.py | 4 ++-- module_generator/pacocompo.py | 4 ++-- module_generator/pycompo.py | 4 ++-- module_generator/pyth_tmpl.py | 4 ++-- module_generator/salomemodules.py | 4 ++-- module_generator/yacstypes.py | 4 ++-- script/hxx2salome.py | 4 ++-- setup.py | 4 ++-- 89 files changed, 179 insertions(+), 179 deletions(-) diff --git a/Examples/ast1/Makefile b/Examples/ast1/Makefile index 4db8cdd..69749bc 100644 --- a/Examples/ast1/Makefile +++ b/Examples/ast1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast1/components.py b/Examples/ast1/components.py index b07ae52..12fcc69 100644 --- a/Examples/ast1/components.py +++ b/Examples/ast1/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast1/fcompo/Makefile b/Examples/ast1/fcompo/Makefile index f536ec0..6d5982f 100644 --- a/Examples/ast1/fcompo/Makefile +++ b/Examples/ast1/fcompo/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast1/fcompo/compo.f b/Examples/ast1/fcompo/compo.f index 77f4927..085e303 100644 --- a/Examples/ast1/fcompo/compo.f +++ b/Examples/ast1/fcompo/compo.f @@ -1,9 +1,9 @@ -C Copyright (C) 2009-2013 EDF R&D +C Copyright (C) 2009-2014 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 C License as published by the Free Software Foundation; either -C version 2.1 of the License. +C version 2.1 of the License, or (at your option) any later version. C C This library is distributed in the hope that it will be useful, C but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast1/myaster/Makefile b/Examples/ast1/myaster/Makefile index 2ddcfbf..8e8245a 100644 --- a/Examples/ast1/myaster/Makefile +++ b/Examples/ast1/myaster/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast1/myaster/make_cata b/Examples/ast1/myaster/make_cata index 900fe78..3ddd900 100755 --- a/Examples/ast1/myaster/make_cata +++ b/Examples/ast1/myaster/make_cata @@ -1,10 +1,10 @@ #!/bin/sh -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast2/Makefile b/Examples/ast2/Makefile index 675b1b9..df053b1 100644 --- a/Examples/ast2/Makefile +++ b/Examples/ast2/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast2/components.py b/Examples/ast2/components.py index bbeba82..c9d1c6b 100644 --- a/Examples/ast2/components.py +++ b/Examples/ast2/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast2/exeaster b/Examples/ast2/exeaster index 91df760..04b3974 100755 --- a/Examples/ast2/exeaster +++ b/Examples/ast2/exeaster @@ -1,10 +1,10 @@ #!/bin/sh -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast2/fcompo/Makefile b/Examples/ast2/fcompo/Makefile index 82a3cf6..a6efe66 100644 --- a/Examples/ast2/fcompo/Makefile +++ b/Examples/ast2/fcompo/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast2/fcompo/compo.f b/Examples/ast2/fcompo/compo.f index d6c3af6..ac990ee 100644 --- a/Examples/ast2/fcompo/compo.f +++ b/Examples/ast2/fcompo/compo.f @@ -1,9 +1,9 @@ -C Copyright (C) 2009-2013 EDF R&D +C Copyright (C) 2009-2014 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 C License as published by the Free Software Foundation; either -C version 2.1 of the License. +C version 2.1 of the License, or (at your option) any later version. C C This library is distributed in the hope that it will be useful, C but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast2/myaster/Makefile b/Examples/ast2/myaster/Makefile index 70c291a..44fd262 100644 --- a/Examples/ast2/myaster/Makefile +++ b/Examples/ast2/myaster/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast2/myaster/config.txt b/Examples/ast2/myaster/config.txt index a31ccbc..212454f 100644 --- a/Examples/ast2/myaster/config.txt +++ b/Examples/ast2/myaster/config.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/ast2/myaster/make_exec b/Examples/ast2/myaster/make_exec index 4e77d52..a9201ad 100755 --- a/Examples/ast2/myaster/make_exec +++ b/Examples/ast2/myaster/make_exec @@ -1,10 +1,10 @@ #!/bin/sh -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/calcium1/Makefile b/Examples/calcium1/Makefile index a97bbaf..a6f538c 100644 --- a/Examples/calcium1/Makefile +++ b/Examples/calcium1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/calcium1/code1.f b/Examples/calcium1/code1.f index d1fc975..4c275b5 100644 --- a/Examples/calcium1/code1.f +++ b/Examples/calcium1/code1.f @@ -1,9 +1,9 @@ -C Copyright (C) 2009-2013 EDF R&D +C Copyright (C) 2009-2014 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 C License as published by the Free Software Foundation; either -C version 2.1 of the License. +C version 2.1 of the License, or (at your option) any later version. C C This library is distributed in the hope that it will be useful, C but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/calcium1/components.py b/Examples/calcium1/components.py index 1ca4956..150b8b5 100644 --- a/Examples/calcium1/components.py +++ b/Examples/calcium1/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/calcium2/Makefile b/Examples/calcium2/Makefile index a97bbaf..a6f538c 100644 --- a/Examples/calcium2/Makefile +++ b/Examples/calcium2/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/calcium2/code1.f b/Examples/calcium2/code1.f index 09d122e..5325131 100644 --- a/Examples/calcium2/code1.f +++ b/Examples/calcium2/code1.f @@ -1,9 +1,9 @@ -C Copyright (C) 2009-2013 EDF R&D +C Copyright (C) 2009-2014 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 C License as published by the Free Software Foundation; either -C version 2.1 of the License. +C version 2.1 of the License, or (at your option) any later version. C C This library is distributed in the hope that it will be useful, C but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/calcium2/components.py b/Examples/calcium2/components.py index e49df64..7fd81fe 100644 --- a/Examples/calcium2/components.py +++ b/Examples/calcium2/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/context.py b/Examples/context.py index 1b6fcac..ed2317c 100644 --- a/Examples/context.py +++ b/Examples/context.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/cpp1/Makefile b/Examples/cpp1/Makefile index 1b9dcdf..cef684d 100644 --- a/Examples/cpp1/Makefile +++ b/Examples/cpp1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/cpp1/components.py b/Examples/cpp1/components.py index 58d562b..51522a0 100644 --- a/Examples/cpp1/components.py +++ b/Examples/cpp1/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/cpp2/Makefile b/Examples/cpp2/Makefile index 2b828ec..f8e6318 100644 --- a/Examples/cpp2/Makefile +++ b/Examples/cpp2/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/cpp2/components.py b/Examples/cpp2/components.py index c99105a..2a4e024 100644 --- a/Examples/cpp2/components.py +++ b/Examples/cpp2/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/cpp2/prog.cxx b/Examples/cpp2/prog.cxx index 52a8e27..fd70712 100644 --- a/Examples/cpp2/prog.cxx +++ b/Examples/cpp2/prog.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2013 EDF R&D +// Copyright (C) 2009-2014 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/cppgui1/Makefile b/Examples/cppgui1/Makefile index 1b9dcdf..cef684d 100644 --- a/Examples/cppgui1/Makefile +++ b/Examples/cppgui1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/cppgui1/components.py b/Examples/cppgui1/components.py index ec1a459..13c5381 100644 --- a/Examples/cppgui1/components.py +++ b/Examples/cppgui1/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/cppgui1/cppcomposGUI.cxx b/Examples/cppgui1/cppcomposGUI.cxx index abb18a7..868bb48 100644 --- a/Examples/cppgui1/cppcomposGUI.cxx +++ b/Examples/cppgui1/cppcomposGUI.cxx @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2013 EDF R&D +// Copyright (C) 2009-2014 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/cppgui1/cppcomposGUI.h b/Examples/cppgui1/cppcomposGUI.h index 4b2a2c3..96c06a8 100644 --- a/Examples/cppgui1/cppcomposGUI.h +++ b/Examples/cppgui1/cppcomposGUI.h @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2013 EDF R&D +// Copyright (C) 2009-2014 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/cppgui1/myinterface.idl b/Examples/cppgui1/myinterface.idl index ad19ae2..a03d088 100644 --- a/Examples/cppgui1/myinterface.idl +++ b/Examples/cppgui1/myinterface.idl @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2013 EDF R&D +// Copyright (C) 2009-2014 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/fort1/Makefile b/Examples/fort1/Makefile index 702a9e9..f140837 100644 --- a/Examples/fort1/Makefile +++ b/Examples/fort1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/fort1/bidul.f b/Examples/fort1/bidul.f index 08f7a5a..62e7db6 100644 --- a/Examples/fort1/bidul.f +++ b/Examples/fort1/bidul.f @@ -1,9 +1,9 @@ -C Copyright (C) 2009-2013 EDF R&D +C Copyright (C) 2009-2014 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 C License as published by the Free Software Foundation; either -C version 2.1 of the License. +C version 2.1 of the License, or (at your option) any later version. C C This library is distributed in the hope that it will be useful, C but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/fort1/code1.f b/Examples/fort1/code1.f index d10eec6..27546d7 100644 --- a/Examples/fort1/code1.f +++ b/Examples/fort1/code1.f @@ -1,9 +1,9 @@ -C Copyright (C) 2009-2013 EDF R&D +C Copyright (C) 2009-2014 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 C License as published by the Free Software Foundation; either -C version 2.1 of the License. +C version 2.1 of the License, or (at your option) any later version. C C This library is distributed in the hope that it will be useful, C but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/fort1/code2.f b/Examples/fort1/code2.f index 195f7d2..7e556f1 100644 --- a/Examples/fort1/code2.f +++ b/Examples/fort1/code2.f @@ -1,9 +1,9 @@ -C Copyright (C) 2009-2013 EDF R&D +C Copyright (C) 2009-2014 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 C License as published by the Free Software Foundation; either -C version 2.1 of the License. +C version 2.1 of the License, or (at your option) any later version. C C This library is distributed in the hope that it will be useful, C but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/fort1/components.py b/Examples/fort1/components.py index 777c127..4bb6006 100644 --- a/Examples/fort1/components.py +++ b/Examples/fort1/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/fort2/Makefile b/Examples/fort2/Makefile index a074f15..8bfe7ae 100644 --- a/Examples/fort2/Makefile +++ b/Examples/fort2/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/fort2/code1.f b/Examples/fort2/code1.f index 2462339..1b3accf 100644 --- a/Examples/fort2/code1.f +++ b/Examples/fort2/code1.f @@ -1,9 +1,9 @@ -C Copyright (C) 2009-2013 EDF R&D +C Copyright (C) 2009-2014 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 C License as published by the Free Software Foundation; either -C version 2.1 of the License. +C version 2.1 of the License, or (at your option) any later version. C C This library is distributed in the hope that it will be useful, C but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/fort2/code2.f b/Examples/fort2/code2.f index 21309c8..dc6370f 100644 --- a/Examples/fort2/code2.f +++ b/Examples/fort2/code2.f @@ -1,9 +1,9 @@ -C Copyright (C) 2009-2013 EDF R&D +C Copyright (C) 2009-2014 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 C License as published by the Free Software Foundation; either -C version 2.1 of the License. +C version 2.1 of the License, or (at your option) any later version. C C This library is distributed in the hope that it will be useful, C but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/fort2/components.py b/Examples/fort2/components.py index 1d78b61..49c5547 100644 --- a/Examples/fort2/components.py +++ b/Examples/fort2/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/hxx1/Makefile b/Examples/hxx1/Makefile index 2b92c64..c00e8f9 100644 --- a/Examples/hxx1/Makefile +++ b/Examples/hxx1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/hxx1/component.py b/Examples/hxx1/component.py index fd78503..c69d07a 100644 --- a/Examples/hxx1/component.py +++ b/Examples/hxx1/component.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/makefile.inc b/Examples/makefile.inc index db10a10..a83bdf1 100644 --- a/Examples/makefile.inc +++ b/Examples/makefile.inc @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/paco1/Makefile b/Examples/paco1/Makefile index ee14e0f..caf59cb 100644 --- a/Examples/paco1/Makefile +++ b/Examples/paco1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/paco1/components.py b/Examples/paco1/components.py index 4941d54..074aa67 100644 --- a/Examples/paco1/components.py +++ b/Examples/paco1/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/paco2/Makefile b/Examples/paco2/Makefile index ee14e0f..caf59cb 100644 --- a/Examples/paco2/Makefile +++ b/Examples/paco2/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/paco2/components.py b/Examples/paco2/components.py index 9e39ef5..a954043 100644 --- a/Examples/paco2/components.py +++ b/Examples/paco2/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/paco3/Makefile b/Examples/paco3/Makefile index 7103b55..d5c1446 100644 --- a/Examples/paco3/Makefile +++ b/Examples/paco3/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/paco3/components.py b/Examples/paco3/components.py index 3f93635..39d56d3 100644 --- a/Examples/paco3/components.py +++ b/Examples/paco3/components.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 *- -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pacocontext.py b/Examples/pacocontext.py index 1136c75..4301b93 100644 --- a/Examples/pacocontext.py +++ b/Examples/pacocontext.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pydoc1/Makefile b/Examples/pydoc1/Makefile index e4bdb76..3df18b8 100644 --- a/Examples/pydoc1/Makefile +++ b/Examples/pydoc1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pydoc1/components.py b/Examples/pydoc1/components.py index 7e6037f..1878528 100644 --- a/Examples/pydoc1/components.py +++ b/Examples/pydoc1/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pygui1/Makefile b/Examples/pygui1/Makefile index e4bdb76..3df18b8 100644 --- a/Examples/pygui1/Makefile +++ b/Examples/pygui1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pygui1/components.py b/Examples/pygui1/components.py index a6c31a3..ad7c933 100644 --- a/Examples/pygui1/components.py +++ b/Examples/pygui1/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pygui1/myinterface.idl b/Examples/pygui1/myinterface.idl index ad19ae2..a03d088 100644 --- a/Examples/pygui1/myinterface.idl +++ b/Examples/pygui1/myinterface.idl @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2013 EDF R&D +// Copyright (C) 2009-2014 EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pygui1/pycomposGUI.py b/Examples/pygui1/pycomposGUI.py index 38faf6d..40981c6 100644 --- a/Examples/pygui1/pycomposGUI.py +++ b/Examples/pygui1/pycomposGUI.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pyth1/Makefile b/Examples/pyth1/Makefile index c8e8251..51e2078 100644 --- a/Examples/pyth1/Makefile +++ b/Examples/pyth1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pyth1/bidul.py b/Examples/pyth1/bidul.py index ffa55d4..b7a6e6a 100644 --- a/Examples/pyth1/bidul.py +++ b/Examples/pyth1/bidul.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pyth1/components.py b/Examples/pyth1/components.py index be54ef5..3f7a743 100644 --- a/Examples/pyth1/components.py +++ b/Examples/pyth1/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pyth2/Makefile b/Examples/pyth2/Makefile index ff7f686..5ef6962 100644 --- a/Examples/pyth2/Makefile +++ b/Examples/pyth2/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/pyth2/components.py b/Examples/pyth2/components.py index 7583b87..883a937 100644 --- a/Examples/pyth2/components.py +++ b/Examples/pyth2/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/types1/Makefile b/Examples/types1/Makefile index 8c772d0..02ae2e7 100644 --- a/Examples/types1/Makefile +++ b/Examples/types1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/Examples/types1/components.py b/Examples/types1/components.py index df1ca2e..7f9020c 100644 --- a/Examples/types1/components.py +++ b/Examples/types1/components.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/MANIFEST.in b/MANIFEST.in index c332421..00a05a7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/__init__.py b/module_generator/__init__.py index ccbbb0c..5cc1f1b 100644 --- a/module_generator/__init__.py +++ b/module_generator/__init__.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/astcompo.py b/module_generator/astcompo.py index cb5ceb3..ca97124 100644 --- a/module_generator/astcompo.py +++ b/module_generator/astcompo.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/aster_tmpl.py b/module_generator/aster_tmpl.py index 0dc65a6..641e4af 100644 --- a/module_generator/aster_tmpl.py +++ b/module_generator/aster_tmpl.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/cata_tmpl.py b/module_generator/cata_tmpl.py index 532aaea..db4741b 100644 --- a/module_generator/cata_tmpl.py +++ b/module_generator/cata_tmpl.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/cpp_tmpl.py b/module_generator/cpp_tmpl.py index 32b2ddf..0c64c1b 100644 --- a/module_generator/cpp_tmpl.py +++ b/module_generator/cpp_tmpl.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/cppcompo.py b/module_generator/cppcompo.py index a5bb1c4..530a1e7 100644 --- a/module_generator/cppcompo.py +++ b/module_generator/cppcompo.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/doc_tmpl.py b/module_generator/doc_tmpl.py index 78ce863..69aa536 100644 --- a/module_generator/doc_tmpl.py +++ b/module_generator/doc_tmpl.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -101,7 +101,7 @@ master_doc = 'index' # General information about the project. project = u'${module}' -copyright = u'2010' +copyright = u'2010-2014' # 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 a6480fb..57968af 100644 --- a/module_generator/fcompo.py +++ b/module_generator/fcompo.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/gener.py b/module_generator/gener.py index 5b5a32b..c8ab0e7 100644 --- a/module_generator/gener.py +++ b/module_generator/gener.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/gui_tmpl.py b/module_generator/gui_tmpl.py index 4174c6d..a5e3483 100644 --- a/module_generator/gui_tmpl.py +++ b/module_generator/gui_tmpl.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/hxx_awk.py b/module_generator/hxx_awk.py index 2899130..03c1e2f 100644 --- a/module_generator/hxx_awk.py +++ b/module_generator/hxx_awk.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/hxx_para_tmpl.py b/module_generator/hxx_para_tmpl.py index 0bcc126..3a5dc44 100644 --- a/module_generator/hxx_para_tmpl.py +++ b/module_generator/hxx_para_tmpl.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/hxx_tmpl.py b/module_generator/hxx_tmpl.py index ab8e5cf..0756f31 100644 --- a/module_generator/hxx_tmpl.py +++ b/module_generator/hxx_tmpl.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/hxx_tmpl_gui.py b/module_generator/hxx_tmpl_gui.py index 8f224ae..1122194 100644 --- a/module_generator/hxx_tmpl_gui.py +++ b/module_generator/hxx_tmpl_gui.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/hxxcompo.py b/module_generator/hxxcompo.py index b594ddd..737d8cd 100644 --- a/module_generator/hxxcompo.py +++ b/module_generator/hxxcompo.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/hxxparacompo.py b/module_generator/hxxparacompo.py index de596fb..328874c 100644 --- a/module_generator/hxxparacompo.py +++ b/module_generator/hxxparacompo.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/mod_tmpl.py b/module_generator/mod_tmpl.py index 5fa55a6..4fdbb21 100644 --- a/module_generator/mod_tmpl.py +++ b/module_generator/mod_tmpl.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/paco_tmpl.py b/module_generator/paco_tmpl.py index 6de0e91..0044fbb 100644 --- a/module_generator/paco_tmpl.py +++ b/module_generator/paco_tmpl.py @@ -1,11 +1,11 @@ #!/usr/bin/env python # -*- coding: utf-8 *- -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/pacocompo.py b/module_generator/pacocompo.py index 38f1bf4..87f46e2 100644 --- a/module_generator/pacocompo.py +++ b/module_generator/pacocompo.py @@ -1,11 +1,11 @@ #!/usr/bin/env python # -*- coding: utf-8 *- -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/pycompo.py b/module_generator/pycompo.py index 14ed39d..fab0839 100644 --- a/module_generator/pycompo.py +++ b/module_generator/pycompo.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/pyth_tmpl.py b/module_generator/pyth_tmpl.py index 9ed1116..3f9d2fe 100644 --- a/module_generator/pyth_tmpl.py +++ b/module_generator/pyth_tmpl.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/salomemodules.py b/module_generator/salomemodules.py index aae6a8d..5e9d059 100644 --- a/module_generator/salomemodules.py +++ b/module_generator/salomemodules.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/module_generator/yacstypes.py b/module_generator/yacstypes.py index e53762e..3fd20fb 100644 --- a/module_generator/yacstypes.py +++ b/module_generator/yacstypes.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/script/hxx2salome.py b/script/hxx2salome.py index d9d9e43..4bc53c9 100755 --- a/script/hxx2salome.py +++ b/script/hxx2salome.py @@ -1,11 +1,11 @@ #! /usr/bin/env python # -*- coding: iso-8859-1 -*- -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/setup.py b/setup.py index bc94716..44728fb 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2013 EDF R&D +# Copyright (C) 2009-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of -- 2.39.2