Salome HOME
Copyright update 2021
authorvsr <vsr@opencascade.com>
Fri, 19 Mar 2021 15:44:22 +0000 (18:44 +0300)
committervsr <vsr@opencascade.com>
Fri, 19 Mar 2021 15:44:22 +0000 (18:44 +0300)
67 files changed:
BLSURFPLUGIN_version.h.in
CMakeLists.txt
SalomeBLSURFPLUGINConfig.cmake.in
adm_local/CMakeLists.txt
adm_local/unix/CMakeLists.txt
adm_local/unix/config_files/CMakeLists.txt
adm_local/unix/config_files/check_BLSURF.m4
adm_local/unix/config_files/check_BLSURFPLUGIN.m4
adm_local/unix/config_files/check_MESHGEMS_CADSURF.m4
bin/CMakeLists.txt
doc/CMakeLists.txt
doc/salome/CMakeLists.txt
doc/salome/examples/CMakeLists.txt
doc/salome/examples/examples.set
doc/salome/examples/testme.py
doc/salome/gui/BLSURFPLUGIN/CMakeLists.txt
doc/salome/gui/BLSURFPLUGIN/static/footer.html
doc/salome/gui/CMakeLists.txt
doc/salome/tui/CMakeLists.txt
doc/salome/tui/static/footer.html
idl/BLSURFPlugin_Algorithm.idl
idl/CMakeLists.txt
resources/CMakeLists.txt
src/BLSURFPlugin/BLSURFPluginBuilder.py
src/BLSURFPlugin/BLSURFPlugin_Attractor.cxx
src/BLSURFPlugin/BLSURFPlugin_Attractor.hxx
src/BLSURFPlugin/BLSURFPlugin_BLSURF.cxx
src/BLSURFPlugin/BLSURFPlugin_BLSURF.hxx
src/BLSURFPlugin/BLSURFPlugin_BLSURF_i.cxx
src/BLSURFPlugin/BLSURFPlugin_BLSURF_i.hxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.cxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis.hxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.cxx
src/BLSURFPlugin/BLSURFPlugin_Hypothesis_i.hxx
src/BLSURFPlugin/BLSURFPlugin_i.cxx
src/BLSURFPlugin/CMakeLists.txt
src/BLSURFPlugin/__init__.py
src/CMakeLists.txt
src/GUI/BLSURFPluginGUI.cxx
src/GUI/BLSURFPluginGUI_AdvWidget.cxx
src/GUI/BLSURFPluginGUI_Dlg.h
src/GUI/BLSURFPluginGUI_HypothesisCreator.cxx
src/GUI/BLSURFPluginGUI_HypothesisCreator.h
src/GUI/BLSURFPluginGUI_StdWidget.cxx
src/GUI/BLSURFPluginGUI_TreeWidget.cxx
src/GUI/BLSURFPluginGUI_TreeWidget.h
src/GUI/CMakeLists.txt
tests/CMakeLists.txt
tests/CTestTestfileInstall.cmake
tests/attractor.py
tests/attractor_edge_on_border.py
tests/attractor_point_outside_face.py
tests/enforced_internal_vertex.py
tests/enforced_vertex.py
tests/multithread.py
tests/periodicity_2D_prepro.py
tests/periodicity_reflexion_2D_prepro.py
tests/periodicity_reflexion_prepro.py
tests/periodicity_with_points_2D_prepro.py
tests/prepro_intersections.py
tests/prepro_keep_gaps.py
tests/proximity.py
tests/quadrangles.py
tests/quadrangles_gradation.py
tests/remove_tiny_edges.py
tests/sphere.py
tests/tests.set

index 899cd4b57a04f8dbabbc729de6ad8bf7619fe8e1..b31c60a63932c90b19c8da67ee5af2b6d7a59586 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 3cff129075101bde6f0555beb469b33ebe15b0ea..48ffae73b60fd3f834833ae997951ce12d059b7f 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 046d8d3965f35fd398f546e3eb45dd4243bb4b5b..200d897d6e8572f8adf864561b6fc22649f98d3b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 41a639a4b753829c1e5c4841251a673530d0ca89..1e14a11083edfb3cbe47232fb28ef35cbe45221a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 c17b63372f8a0732ed5a83902e6884bdad5f3979..bac9cd2163bc3ccec320eb6bdb3dc239722ac093 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 3fed153b53fe396fa00044fd0a164674694509ee..1ac420a1615c0e2c44971ed3710b0d7b10d3d421 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 04a4c527e48a06b51c019e64affd3411031f39ee..4389079d7008ed9d073b6a3a8a6a74d3414333c8 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+dnl Copyright (C) 2007-2021  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index d3ac39ba0b483c53d3174dd1560250b153fd7bea..090e43b28eb01ed544054ef509cfc0760dc63ba3 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+dnl Copyright (C) 2007-2021  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index 083b7b8c6318146ed2f96587b96b011dbb283d3d..2e4eb2f408437cdb73b011653c93e68d9083cab6 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+dnl Copyright (C) 2007-2021  CEA/DEN, EDF R&D
 dnl
 dnl This library is free software; you can redistribute it and/or
 dnl modify it under the terms of the GNU Lesser General Public
index 63d1e82ffc1304205dab0f349e9bd6a691b823a8..c64f12ded8ecbd8e9089621602d39adc7e559a47 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 1a2b1ac009e082f3098e1972c6bd9d708f3e2610..bc11a202bf74ff7bf45777c12aecef584b5fafa8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 d05649862b44f844de00d354636f9ce7a3e02c5c..27500bbad9d89a030113784ecceb945bf3dbd860 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 dcaadcc19d6ff209a3a506be1728000ae96d053a..e469c3cf3ab28b46bc118f45d612f91f725d9ce7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 fad44f2c2951e847acc856941b53294eec73e6f8..a64a15926f15dafafc21bffb6897671938eb545b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2016-2021  CEA/DEN, EDF 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 e659d500bc203db9d7dd183b05fb917d8b9a7cf7..c646e385f0e308ddcbd7c34576a1cd12fcabcbf3 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2020  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
index aaf2594247afc8465922252fcab497d1d3a75519..624a330603e265fc46ba40d0eac32606002087c5 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 9dcc2239c255fe0d90a2141decc72511a73de0cb..0b4ecec26b177c63bf173f571e60f2487ff0530e 100644 (file)
@@ -4,7 +4,7 @@
   <ul>
     $navpath
     <li class="footer">
-      Copyright &copy; 2007-2020  CEA/DEN, EDF R&amp;D<br>
+      Copyright &copy; 2007-2021  CEA/DEN, EDF R&amp;D<br>
     </li>
   </ul>
 </div>
index d00215e2523305a09175ccb3d79db45abc6be577..239dacc8094a0308f1faed2a1055286ca4868938 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 353fa67a643f4437887b35fbc07fc0a568a762f8..7ee9caf748a2ee422c9bc37b2399adf250eb328e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 9dcc2239c255fe0d90a2141decc72511a73de0cb..0b4ecec26b177c63bf173f571e60f2487ff0530e 100644 (file)
@@ -4,7 +4,7 @@
   <ul>
     $navpath
     <li class="footer">
-      Copyright &copy; 2007-2020  CEA/DEN, EDF R&amp;D<br>
+      Copyright &copy; 2007-2021  CEA/DEN, EDF R&amp;D<br>
     </li>
   </ul>
 </div>
index 0812e1fe5fe4ac852b6295408412a5c8b52fbf8c..7e3bd78cc84f22b80be2cfb0400caeae20c29931 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 d9ee44e43fd1fabd5dd1a126bc50ebb4054f87ff..742e69675a5d5e9e73fdc6f959dfb723d33e4114 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 46da7d27d9ea43765988c24c7d0b9323d90b9288..edda96760d4e431a4cf5dbdc090669b2d67fa53d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 e28bf26a6fccb8561b641e63d3559841e287f40e..ac507f2b8a28738efeea3e18aa9767fee18ad877 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2021  CEA/DEN, EDF 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 e1939c93d8e913b797006ff12e96e1fceb231dd7..816fc41be29633a6176256ea2f0d4f608584c496 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 446550586610a36ddbdf468e3742d1cc910815b9..00715ce26e13f2b6795491c4ff1d7fa4c082a1c0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 95dcd01de7d7e641a50940c918a958ceb8c012be..c93ecc83a3a242223fec123899badd00b8c7283d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 860181988d1e59f0ef42a5550cfad796d972e553..167b7617f72bc1ddf3a5237a6f8be9b69e1663ea 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 399e2eb833a7f4d92d3b37c6d34541a86541d656..2d26fbcfa5734c38450752c44868ec22d5c13dac 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 84bbef82dfb2de6ee3664c8e049a1faa507bf759..ba8ad0574097447521bf73637c64639e6eda6144 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 0b99e73eadd3f266ab1352ee9ea094ae2a21dce4..2bf22d6d45e4d1cc782cc7f9ae853bd5b98d313b 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 e6b73340fb6460c2987ed551eb7f3e56e4d0e1b2..8bfd8db833e5f10a9ed993447ea6e887b6dad33c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 9495b48da1c68c2d764e2fc6384cdda3cb2129a2..22e6bb835dd8c819c2e61fdf0e88d39ff9601c7f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 e6ccf2bb973ccbaea4e80e1d95a60d32ba3e0248..5b6c7496eb803b0c02743ecd33af042a1065af6a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 e4d78feeddc063c278f5bac53fc798e3f47da674..8e19052fd10386641642d26a707be57f9dd5e4ff 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 bfdc9047fe2b2ebd9ee28ea2d27858efd57cd396..170f618e6502fce2710f332a38086c7e19aed223 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 ed7dc2c419c42d82135052704a4bf531975dc638..820922dd5246a8e31c1b6fad9775aac491bd3ecf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2021  CEA/DEN, EDF 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 7d313af6f880a50003006b86631c7df92f8e8c1e..4d050bd330cf66ae62853805e105eed7fa5f2cae 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 8024ecf68006b2f7466776cc2afe2a56b5cc9354..3b76b818f636ff9c936b1c335f6f4133eb4ad0e2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 ed42fdca6243ceb61bdb21bfea4e2919804172bc..4f91f269d2fe2debceb2a324134d0b9faef291cd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 741c6a7f43793c9780c0359bca1119d75daf7346..f8346716ee01047e73869f56e557c7ed3b094076 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 c064e484a021a7b08f1a0d28372d125e88518831..57aae8349ca9a90d2f141109eeae6ef663ef9e37 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 2cf2c116eaf35c6ff8b88be013c68f5f11afbd8e..70f156b8d2e50ec959a78c37b3ccd83fc5cc0991 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 fc0d67b3cc5cf362b7fc717590dc5babf42d4703..f6eb086bfdc50177fa1addea482f0b9bf679238d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 6c937e225bdb0b47ab0ae5ac361682ea2c914d5b..fa8e4e0d1ab9eee71876ef1e68c2c563ba260fb2 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 42065fdc61936df308b26539ecd70b79003bb066..4daea1a47df40ef3fe1df3ed82d6cf6e937e9d6e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2021  CEA/DEN, EDF 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 02fd8d1dbc95102882e0a9da98ee392e70b0cc9e..47fbb4d8dcbb1e8a26fb2d5b343de54ff4b2cf71 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 05e7aa50852f46178fa924d19dc3e773bba0f570..651c813b06f609a4fceffcd284a7fc532ec02767 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 a31052fafa445a267b2a668baf2b5918397cbee7..09ea5cf390ffa6ed4b53675c414a09a016a9428d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2016-2021  CEA/DEN, EDF 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 d3fb30b8120104e39f32343bc677425c5413cacc..9ba622408153a4be4a7abc9a8e01447f2bde4b5d 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2021  CEA/DEN, EDF 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 7b871f2fbfc2cbd2533374db0ebace4a2cd2ae2b..8d8a5b0eebc8744c79d6fdbf6a4af3fdfd11899e 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2021  CEA/DEN, EDF 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 2ea93c800ea6b1e6bf590284c3fa85823ffbdcc7..765ecbb2ee85a2111357d5103f7f0ae6b1138bb8 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2021  CEA/DEN, EDF 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 d9795f3d168022d52b8964a041b215004aec4158..5fa3af43733852bee61d65907d95ad725a345f11 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 065ca35e59d1aafe768a10b81ff310ca574b078d..deed567fe2385c3a4483b4235c5655ff93dc7665 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 fef853fbb55ecbfed7cde285ae282c57325645c0..12ea76cb399d04271c3dff6c18d3140d55250f7e 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2021  CEA/DEN, EDF 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 5696f2e97f2acea56853c6f7bce9fcef01835dc5..9cbb223062ed5d746715459f1e7f3fd7417c0825 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 a591bed7c039c6aea472a7f0d9d63f12ac821d34..a5a096ce9b1dc4efc9a79881fbbe6cdd2db52a6c 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 24f72ecf2366d683023127c2d2953bff47e782ce..4843f6660fec4389fbab856fcae465073c4722c0 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 1c1a7c9342294bafe2d4d3a8f3231447e19c6fc3..539dba67086063c5c0b759912e5c92379a4a8966 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 e06f72084ed27c4ffa97c5db45072a3c9dbaf421..065edbe8d7907d6fd3a1005146c0e5f8760f460c 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2013-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2021  CEA/DEN, EDF 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 aa23ff93bc306bc77c091f2c840227fc2b6ae88b..c3f5f5f70033e60753e52cca97c26c73994b8bfb 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2021  CEA/DEN, EDF 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 a6a7b3cb4c7158a8b7288544b9bff97075cd5f66..49dfb868845096748f26d560533ab93bf86a6a33 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2021  CEA/DEN, EDF 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 286a4a9db876f825dc5f55b224a437cda21de29b..71da10f7913afebd8389fe331a920133e93c35fa 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2021  CEA/DEN, EDF 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 99a1e55011db94a56c8d1449c8b85f7c5ac65749..989fcf8379a53768fbe3ca760e6d46ef4f0cf51c 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2015-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2015-2021  CEA/DEN, EDF 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 12131418b33df8aeb45d243ec7e59166ed6ae779..a3e6deed2949812e8ddcf20801781c963f51417d 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2021  CEA/DEN, EDF 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 58c184bd93c8b41f16c0425babc0839c8e768063..c8a4cc929494ccac98aa5d6f2cec09ff7a38df21 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2021  CEA/DEN, EDF 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 883f08e6d536f5a5de4c577a6baf0ff2a1a42f76..776e213b54a41dcb21373a3c1ecd7221289df5c9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2020  CEA/DEN, EDF R&D
+# Copyright (C) 2016-2021  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public