Salome HOME
Copyright update 2022 V9_9_BR V9_9_0 V9_9_0rc1 V9_9_0rc2
authorvsr <vsr@opencascade.com>
Thu, 5 May 2022 14:35:32 +0000 (17:35 +0300)
committervsr <vsr@opencascade.com>
Thu, 5 May 2022 14:35:32 +0000 (17:35 +0300)
69 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_EnforcedMesh1D.cxx
src/BLSURFPlugin/BLSURFPlugin_EnforcedMesh1D.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 b31c60a63932c90b19c8da67ee5af2b6d7a59586..b88da2189184785e60cdbd8a4dc80e454b108e48 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 d269b678b1ff78618f08fe0970367a3af9abc540..20f7dfe60e4bd4494012704f8a28bc56910cc36d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 200d897d6e8572f8adf864561b6fc22649f98d3b..60214340848bc35860b123211416649cce91b5bd 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 1e14a11083edfb3cbe47232fb28ef35cbe45221a..486867bc5e1d7dd018fb6ad9f1a609586ee6dfbf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 bac9cd2163bc3ccec320eb6bdb3dc239722ac093..df8733ed272e47d3abf2026cfb6c00cc364fa165 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 1ac420a1615c0e2c44971ed3710b0d7b10d3d421..fa088c9282b27d83f6307e7a1b81f10ebe53c5ec 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 4389079d7008ed9d073b6a3a8a6a74d3414333c8..ea9fb1be2ee269749fe34461b99f8edad665b3c4 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+dnl Copyright (C) 2007-2022  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 090e43b28eb01ed544054ef509cfc0760dc63ba3..083ee7f833023ee832c974037262b0a20b889df1 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+dnl Copyright (C) 2007-2022  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 2e4eb2f408437cdb73b011653c93e68d9083cab6..b24f413fd50757621bc38a192a98648ad54e348e 100644 (file)
@@ -1,4 +1,4 @@
-dnl Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+dnl Copyright (C) 2007-2022  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 c64f12ded8ecbd8e9089621602d39adc7e559a47..6eff4f1d9e275b27920d28dfc97209c538d6a625 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 bc11a202bf74ff7bf45777c12aecef584b5fafa8..8041c43c7f2d11362ea789f482fda9d4344ab169 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 27500bbad9d89a030113784ecceb945bf3dbd860..be01d86606c1f40691594431a3e4d62fdf515ae3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 e469c3cf3ab28b46bc118f45d612f91f725d9ce7..3c79fd65325a70b118e240c82d4e2c61920930c6 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 a64a15926f15dafafc21bffb6897671938eb545b..9af4fc9ae7887b454af209bd80aab41d1f4789f9 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2016-2022  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 646ee32b8a88c27fecb59b1e92c5ce5102a573c3..f7f18d9a07d53a50cfc17d8990647b9968535cb7 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2022  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 1d6ab839c73f9e52af7fe270591a77fb56d2318f..41adb8a8d43deb90a25449fe0faf89f6dbfcf9ea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 0b4ecec26b177c63bf173f571e60f2487ff0530e..8c9011bb338e998a695b574b8eb3178a7fd0b4c7 100644 (file)
@@ -4,7 +4,7 @@
   <ul>
     $navpath
     <li class="footer">
-      Copyright &copy; 2007-2021  CEA/DEN, EDF R&amp;D<br>
+      Copyright &copy; 2007-2022  CEA/DEN, EDF R&amp;D<br>
     </li>
   </ul>
 </div>
index 239dacc8094a0308f1faed2a1055286ca4868938..a1b934b54713bb5dc4dbf693b5056f4b61d7c69b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 313806b2577539f0daccdeb1f88bc8baa3613ea6..ca892d8bb156acac1b1d4d2dbb10976e4532b494 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 0b4ecec26b177c63bf173f571e60f2487ff0530e..8c9011bb338e998a695b574b8eb3178a7fd0b4c7 100644 (file)
@@ -4,7 +4,7 @@
   <ul>
     $navpath
     <li class="footer">
-      Copyright &copy; 2007-2021  CEA/DEN, EDF R&amp;D<br>
+      Copyright &copy; 2007-2022  CEA/DEN, EDF R&amp;D<br>
     </li>
   </ul>
 </div>
index e380f2fcf2c4479eed0ef99f9eace61aedc97c90..10443408485c902c9186bd63e6cbcd3bc425e944 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 742e69675a5d5e9e73fdc6f959dfb723d33e4114..dd1d5fb8971f0ebc6e084ae2e62ec8c9765301ac 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 9c5d5a7141dc19f78f964d4486219a8a5ce5a57a..c21feb1724bebbfe1759486870e12d1d07416d78 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 8a7e946304973c6129aaf3016b9d1fac77e7db11..8820ee324e1a1f309d14b63b80733cdc1f3fa037 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2022  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 9dd9826f1db89eb240d40599cc5ffc418ca67aaa..1c4ed61c368f1de25f4f9f287239b572efef16b4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 00715ce26e13f2b6795491c4ff1d7fa4c082a1c0..4de6068786fd68944b70d6130db1e43d2a5ea5f1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 cd4eef4631f4467d9fea118f63552ea404589e11..6c7f12bf505905080f511a27520bd74cf0778900 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 4c045a4acd58f06cb673188aebfaa43b1affeeef..62f0c4d5d3fba16492c7cb4a1edd94e115d50d5e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 2d26fbcfa5734c38450752c44868ec22d5c13dac..7fed5a8e3a167e033c2fc274454fba7e041dda96 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 ba8ad0574097447521bf73637c64639e6eda6144..e6cdada04c04d2a7a830df4bc7acee061e201fae 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 1268ccb2568e17550c5df7f0e711b3eb4b0b3c29..e2f39cfc7ac6d3717362ed74dd4ca7ab292c69e8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 2532b032d989e0baa04622e78ba5f155c3cb03bd..eae154e838d1a9186e0a61398d129260b4c2db62 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 9d0ce4db69465ff43cd7754127b576648581e4a2..427b2557ddef5822241d1abbea0ed01aa1b398cd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 693def64b2be4f74426741f8a1b1abedfe715bc1..a11f284404ca22fc0690edd9caf148bfb8b2f236 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 b378244a4926eefb7cf78d08d41153f8766df2bb..ba89ba1981dd547dc8e8a1a28808e6222f685333 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 00f3bed56c429e1aee03aed1ea626404c3866f4c..a8333f3f6830220965b8d0770cffb3c18776a66c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 8e19052fd10386641642d26a707be57f9dd5e4ff..c0de08ef4e9730548206c9ae881f874c98ae4dcb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 85d767a9a64ebe9310535c8342a0e5c5ef03e7da..adb96308f935a573491a54b4bef7c0da865701a7 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 820922dd5246a8e31c1b6fad9775aac491bd3ecf..805f94770050b9d4441067bfef648acbe461dd59 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2007-2022  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 4d050bd330cf66ae62853805e105eed7fa5f2cae..30c9ed8a250e43edc27c00d2db6020917b5c698b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 3b76b818f636ff9c936b1c335f6f4133eb4ad0e2..6fb5cbe400bce60826eab9b6c92713cadeb49805 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 4f91f269d2fe2debceb2a324134d0b9faef291cd..9b8924e96e4e7c4f5a3105438470ec261fb55da3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 f8346716ee01047e73869f56e557c7ed3b094076..07fa167bd3369b441faa7714f789dac9c8fac89c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 7e0870a22958ecc3e8ade954522af3ee4de1b4ac..bc029d1ac8e6f1c656df9d0bfe5924d1449efb37 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 1ae9ef408b5424246a7871b4543fc4e375108b10..647e50ebc6111299680e735ce5612fc334b53112 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 f6eb086bfdc50177fa1addea482f0b9bf679238d..02019b68c3735566747ae7defe803fd42ee585c3 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 fa8e4e0d1ab9eee71876ef1e68c2c563ba260fb2..cefe7634b03f655cec2f481c750a2e0659e93ce0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 4daea1a47df40ef3fe1df3ed82d6cf6e937e9d6e..45945fe8e4bf5b4f2a38e8658babae74043b164a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  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 f3820998b7d90930ffa359858d19b160413a976c..fb7bb523dc681b98bb218be4b52f53fbbf7c9d28 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 651c813b06f609a4fceffcd284a7fc532ec02767..950105e957efd91b86db447bca2ca2877c7fa977 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 72b7e44f071ac54c6ae7a5a1bed640c473dfdf92..b7e43449a68a32d415fa5caa2031006e0e10ec8c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2016-2022  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 9ba622408153a4be4a7abc9a8e01447f2bde4b5d..41922beafce02a924eeddb5bac002721f0a3c169 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2022  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 8d8a5b0eebc8744c79d6fdbf6a4af3fdfd11899e..70a9e3e3cc435153ec326ce0aee083a2d79f3f5a 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2022  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 765ecbb2ee85a2111357d5103f7f0ae6b1138bb8..b77ed2f043cf1124b1fa9fc8280ac11b17807313 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2022  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 5fa3af43733852bee61d65907d95ad725a345f11..3ed98ba685eebbe9cef44732fd519a4f753b4c30 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 deed567fe2385c3a4483b4235c5655ff93dc7665..cf39f87dba0ad2cafb6cb8a085da00c8b8ba22e2 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 12ea76cb399d04271c3dff6c18d3140d55250f7e..25a33ed5ef1aaae1f1df8dd74fe009ae80b266ff 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2022  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 9cbb223062ed5d746715459f1e7f3fd7417c0825..a3d3678ef9e76575d30b67b01dd8323baf71acbe 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 a5a096ce9b1dc4efc9a79881fbbe6cdd2db52a6c..f43faec6ce3faf37d30c0d553167b7c75b6c8a19 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 4843f6660fec4389fbab856fcae465073c4722c0..dd1042e8362edf864695a8d6c5cbd2485bcf3f23 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 539dba67086063c5c0b759912e5c92379a4a8966..77a3e94e3b5a360c14d336757a1e3bdcd5df6dcc 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: iso-8859-1 -*-
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 065edbe8d7907d6fd3a1005146c0e5f8760f460c..cc3e20ca5f1bd537d025a62ae12aed1fd33fa922 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2013-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2013-2022  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 c3f5f5f70033e60753e52cca97c26c73994b8bfb..c4b8edcfd1654168c2b1b95b25352199f030625d 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2022  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 49dfb868845096748f26d560533ab93bf86a6a33..48419a1b56782e04b8a67da2a87396045b34de1c 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2022  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 71da10f7913afebd8389fe331a920133e93c35fa..954b0ac1aa5105bd1edb3bf391583d95006f9422 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2017-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2017-2022  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 989fcf8379a53768fbe3ca760e6d46ef4f0cf51c..6b2ae60ecf5d3b2be4b82b147f68d80c4f71dc68 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2015-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2015-2022  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 a3e6deed2949812e8ddcf20801781c963f51417d..2e532e7c10c5a228f4b96e376295c839f2bba65a 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2022  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 c8a4cc929494ccac98aa5d6f2cec09ff7a38df21..e31dd1abad3a9286f5be7cde145f27d0af783806 100644 (file)
@@ -1,5 +1,5 @@
 # -*- coding: utf-8 -*-
-# Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2014-2022  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 776e213b54a41dcb21373a3c1ecd7221289df5c9..fae87636038b879e06341ced90d1911c41abd456 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016-2021  CEA/DEN, EDF R&D
+# Copyright (C) 2016-2022  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