]> SALOME platform Git repositories - tools/yacsgen.git/commitdiff
Salome HOME
Update copyrights
authorvsr <vsr@opencascade.com>
Fri, 15 Feb 2019 12:10:20 +0000 (15:10 +0300)
committervsr <vsr@opencascade.com>
Fri, 15 Feb 2019 12:10:20 +0000 (15:10 +0300)
95 files changed:
Examples/ast1/Makefile
Examples/ast1/components.py
Examples/ast1/fcompo/Makefile
Examples/ast1/fcompo/compo.f
Examples/ast1/myaster/Makefile
Examples/ast1/myaster/make_cata
Examples/ast2/Makefile
Examples/ast2/components.py
Examples/ast2/exeaster
Examples/ast2/fcompo/Makefile
Examples/ast2/fcompo/compo.f
Examples/ast2/myaster/Makefile
Examples/ast2/myaster/config.txt
Examples/ast2/myaster/make_exec
Examples/calcium1/Makefile
Examples/calcium1/code1.f
Examples/calcium1/components.py
Examples/calcium2/Makefile
Examples/calcium2/code1.f
Examples/calcium2/components.py
Examples/context.py
Examples/cpp1/Makefile
Examples/cpp1/components.py
Examples/cpp2/Makefile
Examples/cpp2/components.py
Examples/cpp2/prog.cxx
Examples/cppgui1/Makefile
Examples/cppgui1/components.py
Examples/cppgui1/cppcomposGUI.cxx
Examples/cppgui1/cppcomposGUI.h
Examples/cppgui1/myinterface.idl
Examples/fort1/Makefile
Examples/fort1/bidul.f
Examples/fort1/code1.f
Examples/fort1/code2.f
Examples/fort1/components.py
Examples/fort2/Makefile
Examples/fort2/code1.f
Examples/fort2/code2.f
Examples/fort2/components.py
Examples/hxx1/Makefile
Examples/hxx1/component.py
Examples/makefile.inc
Examples/mpi1/Makefile
Examples/paco1/Makefile
Examples/paco1/components.py
Examples/paco2/Makefile
Examples/paco2/components.py
Examples/paco3/Makefile
Examples/paco3/components.py
Examples/pacocontext.py
Examples/parahxx1/Makefile
Examples/parahxx1/components.py
Examples/pydoc1/Makefile
Examples/pydoc1/components.py
Examples/pygui1/Makefile
Examples/pygui1/components.py
Examples/pygui1/myinterface.idl
Examples/pygui1/pycomposGUI.py
Examples/pyth1/Makefile
Examples/pyth1/bidul.py
Examples/pyth1/components.py
Examples/pyth2/Makefile
Examples/pyth2/components.py
Examples/types1/Makefile
Examples/types1/components.py
MANIFEST.in
module_generator/__init__.py
module_generator/astcompo.py
module_generator/aster_tmpl.py
module_generator/cata_tmpl.py
module_generator/cpp_tmpl.py
module_generator/cppcompo.py
module_generator/doc_tmpl.py
module_generator/fcompo.py
module_generator/gener.py
module_generator/gui_tmpl.py
module_generator/hxx_awk.py
module_generator/hxx_para_tmpl.py
module_generator/hxx_tmpl.py
module_generator/hxx_tmpl_gui.py
module_generator/hxxcompo.py
module_generator/hxxparacompo.py
module_generator/mod_tmpl.py
module_generator/mpi_tmpl.py
module_generator/mpicompo.py
module_generator/paco_tmpl.py
module_generator/pacocompo.py
module_generator/pycompo.py
module_generator/pyth_tmpl.py
module_generator/salomemodules.py
module_generator/yacsgen_version.py
module_generator/yacstypes.py
script/hxx2salome.py
setup.py

index b49630a385bd95ff430081782b96d476bd318035..fbc11886ebdd1da622401385776884415b137fc4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index bd8740c45c6714309e02969a701623592e99175f..a0716ce94d2dee81ffeb8a108686f22969e15417 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 7b7776973a1d59bbeb8c2f89d6ff9233701272b8..093e6bcace4786a623d6fbcc385ebdab3372534a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 091682d0beb860905af0157cb615faaef1a707d5..236e17e530f0c0935c5292bdbda2026d8451168c 100644 (file)
@@ -1,4 +1,4 @@
-C Copyright (C) 2009-2016  EDF R&D
+C Copyright (C) 2009-2019  EDF R&D
 C
 C This library is free software; you can redistribute it and/or
 C modify it under the terms of the GNU Lesser General Public
index 0573a289dce9997763f7f3544c129dcfdb096cfe..f8b6fb18a572149a6b707d94461e370583cdd27a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 9bb4940c3295dbcce0a5f55f82bffe920d794fdd..ddcaf569060ba5f38f52ee5d8afb0395b22fb445 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 5a39ca1f75686fc0c772e4d526b5cf725dfe1941..d1b592bdecf19c6adafe10301f666a1af685609d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 941c2b3760c789b15a43ee1c3914a3821d6de0dc..0330b5ede4b0029466167aa6471e5a57a08a4767 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index acb225b686cf26b1d6bd22c3fde29b3863851244..37a70c17fa6255138c5f9cefac7b9882fe50c46b 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index af1c145104b3d191736aedce0f5daaef5928daaf..660543360fbe12c15bddcdebb10c762848bdc483 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 4732e1f04919fb2f2d8428df47db8f4550c17a71..be199212518c380965e8819d3eed468632b345d5 100644 (file)
@@ -1,4 +1,4 @@
-C Copyright (C) 2009-2016  EDF R&D
+C Copyright (C) 2009-2019  EDF R&D
 C
 C This library is free software; you can redistribute it and/or
 C modify it under the terms of the GNU Lesser General Public
index 669030d207b9e0c2702b24a55466759bd2f526bc..4bb900cae4a89956550b41caa7100e510608a010 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index b6cfd78a7e389b384a761af9f87c1671a3b550c2..b1c5ebfc844d6011121dc076b5c6198f62752caa 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index a63d463448e52ad6bff2477cde4c2a128eb836b9..01aae4dc596dfb06d922e7832eeace753c588c43 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 6a993741eab1281ef988941f333e4d179f517d95..8fa83e60231f1cb2a50052fd1c6053ff56eb27a2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index c003e644d8bd989cd8ae87da44bcb3e324c4bf5c..40d297cda9fb9dd39aa3b5c545bbe7ae0cbabe30 100644 (file)
@@ -1,4 +1,4 @@
-C Copyright (C) 2009-2016  EDF R&D
+C Copyright (C) 2009-2019  EDF R&D
 C
 C This library is free software; you can redistribute it and/or
 C modify it under the terms of the GNU Lesser General Public
index 995e50609cf0532229dd7a3bbea4a83c705d0e07..fabefb733e892c345c38867dcb19dc5036e57231 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 6a993741eab1281ef988941f333e4d179f517d95..8fa83e60231f1cb2a50052fd1c6053ff56eb27a2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index bc37fc11db131c5eee71215b1b0311e42ac22bb5..0e77b112e67a4d041ecc008e32bcc0d9afb0ad6e 100644 (file)
@@ -1,4 +1,4 @@
-C Copyright (C) 2009-2016  EDF R&D
+C Copyright (C) 2009-2019  EDF R&D
 C
 C This library is free software; you can redistribute it and/or
 C modify it under the terms of the GNU Lesser General Public
index 30537eda08e501824622372aa6dce0d9bf66373d..14cff63a49b766df39a72e9605353e3cf5b13f1e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 8f07bf11b60fc66590fcc8ad2ad6072973d12b08..05bc6e5f8a8d604418fe9a595b8727ef4abed406 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index d3739795e225828847e81c516e2153d3f47d98c8..a43b7380490c9280acd57d187f173955751595e1 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index cbdd7ffc53299537b91b82666281c0ebb0ed58b2..4d00930b03fd85f5f3cb76cf0f9f512ee968d6ac 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index f8f47c6867059e124e89e2108285d73bc40edfbc..5618c50ea30091e903428f13769ab4e1b4daa89f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index cf00113150110cb025638d98e0b31c15388b13fc..5dbefeb1d270827b3640d3a520099ec86f95f516 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index c3639f5864d7b3189c7481953343187e74167e62..12a2e2a0d9f9f871541f57dbe9d66e36e2ebd9e9 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  EDF R&D
+// Copyright (C) 2009-2019  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 0275d8ef21d25d601c4b014d896093ca45d55f58..f942299d10587606646d56aef84354b9b7f9416d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 39c98c5ac35666f254b1fa69e57b4a78a8628185..16d09c1c8c9f3055f695a06d86a73148caa92b86 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 47d5ce6702d9e554599cfeb3f05fef58ad2795e9..fa6b966cc598f44cc7d9fbf2a4afd213454c1268 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  EDF R&D
+// Copyright (C) 2009-2019  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 9a31b6a69cf8bb63d609b826bc53c77e9756a8aa..e12ea1ff030234f68a633f1628212be134b87301 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  EDF R&D
+// Copyright (C) 2009-2019  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 0e2c9f0ec0df0897a73eca2c47e636ed81d48c84..862187b748106ee67ac6f6d3032f397d0e4b4d65 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  EDF R&D
+// Copyright (C) 2009-2019  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 31aa74b31b3af51ffbe8b849e7d5f2a1cf7e0ab7..20c928040e09168b6a08b55edbb007331950a7c3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 7fefabf4de35608291d55ed48ea8cc22bb8e98be..07dda87ce49f37094357929ed0d11b24701ad526 100644 (file)
@@ -1,4 +1,4 @@
-C Copyright (C) 2009-2016  EDF R&D
+C Copyright (C) 2009-2019  EDF R&D
 C
 C This library is free software; you can redistribute it and/or
 C modify it under the terms of the GNU Lesser General Public
index 380431add501ab827fafa038dcddd0f220354cdb..2fe9b26fee026786b5c94c5a91bdeafcaae888d2 100644 (file)
@@ -1,4 +1,4 @@
-C Copyright (C) 2009-2016  EDF R&D
+C Copyright (C) 2009-2019  EDF R&D
 C
 C This library is free software; you can redistribute it and/or
 C modify it under the terms of the GNU Lesser General Public
index 72cf49aad02b453c0b45ace616b7e6403236c8dc..ce1c50170ce4de3821323b49683baa1160429cc9 100644 (file)
@@ -1,4 +1,4 @@
-C Copyright (C) 2009-2016  EDF R&D
+C Copyright (C) 2009-2019  EDF R&D
 C
 C This library is free software; you can redistribute it and/or
 C modify it under the terms of the GNU Lesser General Public
index 539f27e43c20612f765685ca1a3b7fde69ad4f53..93070c9cc5cea7f5019ed6e2a7a808ae6c8b7949 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 710dbf0142be64fb76608d83c1495f1851639ada..0883158150cdad6d3b15fc3ec5715257d27a5c79 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 67cd4e6fb93d6eeed0aa85f589360c8d5fb50387..62b4b7a3926c701cbcabdee73c872fca39586be7 100644 (file)
@@ -1,4 +1,4 @@
-C Copyright (C) 2009-2016  EDF R&D
+C Copyright (C) 2009-2019  EDF R&D
 C
 C This library is free software; you can redistribute it and/or
 C modify it under the terms of the GNU Lesser General Public
index d0da9e1d53b66ceb277bef2376b0b7b4807c0e32..4d399657106b4222e1d796a84c213141b1381a0f 100644 (file)
@@ -1,4 +1,4 @@
-C Copyright (C) 2009-2016  EDF R&D
+C Copyright (C) 2009-2019  EDF R&D
 C
 C This library is free software; you can redistribute it and/or
 C modify it under the terms of the GNU Lesser General Public
index cf646896dc267d3ac0d044878c3ff0f58dc345bb..3ea2475cb72fecefefea98397f56265868d37827 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index eed0de158245ff9863b1309d373f679ff521af2c..e389de85d2fc96cbd1b07a9e7b09d90317d96e6b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 6add419c301e51c81a3a503f636f067e5be3ad59..0f93d2daab88015d647fdd72f56bfa2b05c83bdd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 1f60702101fe5cf82a0578e4dba71588522c3e40..15a222b2ae4cb3912a7efb1b967be7099d7a7cf9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 53efb898b0029d70c3ed0949cd38b430902386bd..764232e33382b9ebd0ec1b8c876b56a65f4085eb 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index d60e24fef44a6e6745ce11de68c1812f64fea809..220dd551e6fe344286a8de756fbb7fbd2c5e1a04 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index a7be2dd4a4ce86c111ef24d069d3a3f6f5509ae7..de22fa1c4da7a7b286fcdb70e6cf820b8cc0b931 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index d60e24fef44a6e6745ce11de68c1812f64fea809..220dd551e6fe344286a8de756fbb7fbd2c5e1a04 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 8fd959ab57da528b45b12df94def58a685b8c6af..f8d9a231169af9b7f694e74d442991732e7328fa 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 5c22ebdd6e11a61a5215ea84fedaa1daea54d2fb..3147aef73e265b7f6f3be7031ce654f2c61c5248 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index a3f4ab98f37662dab760df9199d88a2bde31d1ea..adb80dbb6b1293a8beb05a3dd3ae492460d5bdd8 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 *-
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index b18ebb68d9734ce03dbefbfd2d4ab11dd81d82af..54c6cb4ed3c0c6e2b38ea6396c2fffbce666f041 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index a10053c50f228e917b306bf18f8eaf7a4cd5dff8..a2d5cb4f84601183d01f14a5bcdc0c5f897889c3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index b907cae8a0fa71f479be2370cdd6c1b3b8fd30e8..c6e9f7b479a60bd6e35a791c2a7d713322a0435f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 0c2bb8a743e303088c2f5d56d54e66068edd824e..8325e74b7560d9c8b01cb923fe7d286d53c1286f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 6a8fc904024f003b192613af17898e4c9ae17f85..cc3e00ed662bb3079839a1b557148f7a1bb6afb0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 0c2bb8a743e303088c2f5d56d54e66068edd824e..8325e74b7560d9c8b01cb923fe7d286d53c1286f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 6b13e7a30a5e1b6c7a7e6a9804b4784754191752..5e17b58f4068023a60353040a9c4dbddbbff5989 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 0e2c9f0ec0df0897a73eca2c47e636ed81d48c84..862187b748106ee67ac6f6d3032f397d0e4b4d65 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2009-2016  EDF R&D
+// Copyright (C) 2009-2019  EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
index 7917100853f8eacb00b1fc1f0e1f0196c3dc76fc..431533e7765c353a4947b3dcd521842b417536b4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index b9f874f6fd955253b2974484d26f629432817d59..7a725884af266fd165a1783c5fa14f6a0b38a31b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 2d09ee2b957402ca8ebdc570e7e541bf35be9de7..0714e1d94ea611b089bd85118e874d3f7ce1f612 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index ea2b40c41280a3bc326e22ef2e72d855dcf225d9..4ec4d20072ce0db016b3b340f5ff1c4cf7cce857 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index a8dee4135a8ba5e512f027762838ca60c6fd7943..9b05727fce9d056e5334f34bd84c9ce6b5905049 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 3f695e0a4013874499f23b7c169a1e3235fece1f..f348e019fbc863d222a9675641acea0e9e817e40 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 06866a9e78d79e02ccbdf4f2008303357092e867..4f2e01493711c4eaf9a98130bf1142771cdb8008 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 6b2a80739c4fce708c35146399547602ad208bba..4b2a0304fc0a6e26352eecbbfc441b1075f3c004 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 86b312c6b88144fcb6dcd6f49ef73f02165a90a0..744b0dc2343cce25fbbaece96493448183d7b07a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index cd16304ae1b278cc66cff3e387952a45f7151d15..c058c87db46a08524e528ef710b95b3d9999f65b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 03762c9e22da238315f7fcebd9cbb3cc56fb4e0b..5cd4433da7ba96500f387dacca5957688e07b2f0 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 47f77a681900933691579afd2d0cce8368c3eabc..0e603ecb1fab6c54385260dbd9c15d5db36e18e3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 6b849324474e41084114e0c871242c3994d0c122..32d9f7777fdeb32a1b1018e6113e4a4b1a3bd85e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 2462e07e3a69c08fcea8959a568352050d791d60..d3d5d6e49af9f8f45a138479b45231c81ac6c532 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 75a9f0893f1bdfc42e1b813dfa6389b1a15d117f..e670b3aefdc60e9e931dac294fee5890ca8ab2fe 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 1d906e1eec58fea7ec77387f29b0493042bf2cb3..202b42709c138bace9a52bbf9b95a37b5420bf28 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -104,7 +104,7 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'${module}'
-copyright = u'2010-2016'
+copyright = u'2010-2019'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
index 4fcc90d712667147319a6b8a38dc7ad3d4e3155a..cfcb7b17ccfad21fc25ddedf417b1ecf9d002a44 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 17934a1365d3d3aa463e6c1c48adcd48b157300a..6b6dc1c47217c4aac4fe5bb5e664a4dabdbb927a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index f16ed06e356d3aea41683fe5aef01cb2b4fa0ea4..07aea221bad72eaf0d9d2e3afee37927c2ca29cd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index df7c7ea54fa1f912833f53056b328e5cba67b1fb..08549c93fc1dd2276caf7188a7549ccf660cb0c7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index f6b2537308f515009aa3ae7dcdfa07aafa17bd94..98a7d3f5245bcd5d9926a2f60b8c41b266b94415 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index a5f5dfcca9a6f1ce0c0b6ab7b4fc25e9351bb8db..0eef5158ef3bcbbfb3e4a5e1ff60aaecd71add85 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index b54881fa0953d954410371ad936d220752f94812..e30c0883e1052b5a5cda6b1fd0a1ee8f0dcfec8c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index e02711d2657c732f08c41b3f673d1261cdef9883..975d948228a9938ca34abf5e4f6e32355e8a6e8d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 59c7b6880a77b49dea8121e002393d6d1b472a65..6e7385e1dd06604cf69876a601e6bc41b1316a72 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index a59a6f7a71f49eec6a4922dbb68c7a13631016d7..6d9c1f9d58730756ba112300289546d1a37010b8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index cc51bd0138498258fbdbe8d743175c90f1f13751..acf3df95bd68576308c2c2a680f244273ff98970 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index b060c52d73994f32e276cc74e69d5ae2e061e83f..409179364a53e7002f35d30bb1735eea558482cd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2015  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index bcf190df381a4517b10971017e8364fa9f89597b..485d91798d2f78ae307bd51991b955b2fd80f773 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 *-
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 4a895f628499e85c5a33890f893a2e76df4aee43..12bddd5ae277010815d57a22e51a49671d6275bb 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 # -*- coding: utf-8 *-
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index f97bf8d05d7025b63d25121f98802732c565bca9..12f4fefefcae55b82cdafe1ab54b91e9473cec6a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index bc7348b0938cd746c551559aab5f30a4dfb6b007..dc82e86e9a40261833558948be196f2a16a98359 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index bac8878e3cac7984675a98e0d565e2b9d21eda17..931924f5c762f1f9d4726858b46e1bc9cb42c91b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 3ac6e43432b92b5434900fe8a0783b5139e71b74..cf18ad17c29629b777cd8221b80e1caa18443c2c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 637948427654da6923e7270e45674428c1ea27ea..191ec3e4c2876fd171ca82a6b2055502d2cd15cc 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 6fda8ede15e67f77e990baf7c8a58e0a0699c112..771df74c97ef3583d9368443031ce21a07611861 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/env python
 #  -*- coding: iso-8859-1 -*-
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index 135810d61bc5d277c2999e3e9faf7903858e39ba..029492e13bc0ff5ca6b8f57197894a8ac931ffc3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2009-2016  EDF R&D
+# Copyright (C) 2009-2019  EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public