diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8163ead480650c6e9e0f1664bc4ef4545bfe88b7..46098c79fce213f7c4ed876a63389b6d7acb9dc1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@
 #
 #  @version 1.0.0
 #  @author Mathieu Faverge
-#  @date 2013-06-24
+#  @date 2020-07-10
 #
 ###
 cmake_minimum_required (VERSION 3.3)
diff --git a/include/spm.h b/include/spm.h
index b53d1db877fda91ca6d4fbd0ba287b129cf9dbc7..72d05e9c5beed9d16871b41b65d82721a5847e7f 100644
--- a/include/spm.h
+++ b/include/spm.h
@@ -12,7 +12,7 @@
  * @author Pierre Ramet
  * @author Mathieu Faverge
  * @author Tony Delarue
- * @date 2020-06-09
+ * @date 2020-07-10
  *
  * @addtogroup spm
  * @{
diff --git a/include/spm/config.h.in b/include/spm/config.h.in
index 9d83c81bc0ba3805cc1d93d13005e9c61e64b72f..d695cff3844d4fca33fa7f9b04d75e8f79cc22ad 100644
--- a/include/spm/config.h.in
+++ b/include/spm/config.h.in
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Pierre Ramet
  * @author Mathieu Faverge
- * @date 2017-09-28
+ * @date 2020-02-25
  *
  **/
 #ifndef _spm_config_h_
diff --git a/include/spm/const.h b/include/spm/const.h
index 251f6cd5e0236a1cc0add35a02421e323485d6f6..3a915e76b032719277ef9becb3b997f4ae6e098d 100644
--- a/include/spm/const.h
+++ b/include/spm/const.h
@@ -12,7 +12,7 @@
  * @author Pierre Ramet
  * @author Mathieu Faverge
  * @author Matthieu Kuhn
- * @date 2013-06-24
+ * @date 2020-07-10
  *
  * @addtogroup spm_const
  * @{
diff --git a/include/spm/datatypes.h b/include/spm/datatypes.h
index f689461987e8bcc856cc221f3ef0efc19f4ba2a2..688cd6a12c2744d76d025288cff0ab1d2c355bef 100644
--- a/include/spm/datatypes.h
+++ b/include/spm/datatypes.h
@@ -11,7 +11,7 @@
  * @author Mathieu Faverge
  * @author Xavier Lacoste
  * @author Pierre Ramet
- * @date 2017-01-17
+ * @date 2020-02-25
  *
  */
 #ifndef _spm_datatypes_h_
diff --git a/include/spm/mpi.h b/include/spm/mpi.h
index faa874dbd54e84b9c37940ab7ffe76d7a34b3236..4f437c55a1933c87e841e3a8eda6907516b9c7d1 100644
--- a/include/spm/mpi.h
+++ b/include/spm/mpi.h
@@ -11,7 +11,7 @@
  * @author Mathieu Faverge
  * @author Tony Delarue
  * @author Pierre Ramet
- * @date 2020-02-27
+ * @date 2020-03-26
  *
  */
 #ifndef _spm_mpi_h_
diff --git a/src/common.h b/src/common.h
index ea926e0aacfbf92de7183086ece41af50f3c3dd9..814be961faa2ff87026dd56ebe3be0b8f78ccb9d 100644
--- a/src/common.h
+++ b/src/common.h
@@ -13,7 +13,7 @@
  * @author Pascal Henon
  * @author Pierre Ramet
  * @author Xavier Lacoste
- * @date 2011-11-11
+ * @date 2020-07-10
  *
  **/
 #ifndef _spm_common_h_
diff --git a/src/drivers/laplacian.c b/src/drivers/laplacian.c
index e80e971064947b7b89dbc2f48f933fb48408851e..54292bad2e05227735dd03c019b85993cc62f7b4 100644
--- a/src/drivers/laplacian.c
+++ b/src/drivers/laplacian.c
@@ -10,7 +10,7 @@
  * @author Pierre Ramet
  * @author Xavier Lacoste
  * @author Theophile Terraz
- * @date 2011-11-11
+ * @date 2020-04-13
  *
  **/
 #include "common.h"
diff --git a/src/drivers/laplacian.h b/src/drivers/laplacian.h
index e0eb62f995b59c37bcec6f10abfdd7fcea2c0a36..634b3acec6644e023fa717773a47d690ed09afaa 100644
--- a/src/drivers/laplacian.h
+++ b/src/drivers/laplacian.h
@@ -8,7 +8,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2011-11-11
+ * @date 2018-05-07
  *
  **/
 #ifndef _laplacian_h_
diff --git a/src/drivers/readhb.c b/src/drivers/readhb.c
index 72601a1e74b50c6af82465c7ad820081115e3049..17892b60ce5809b661c2e5552d25f548a7442f89 100644
--- a/src/drivers/readhb.c
+++ b/src/drivers/readhb.c
@@ -9,7 +9,7 @@
  * @author Mathieu Faverge
  * @author Pierre Ramet
  * @author Xavier Lacoste
- * @date 2011-11-11
+ * @date 2020-02-27
  *
  **/
 #include "common.h"
diff --git a/src/drivers/readijv.c b/src/drivers/readijv.c
index 670f38455e596168332fb4746f7e5fa32ac13439..9055cb45a5f8a97ad64dc827d02332e8e730bed7 100644
--- a/src/drivers/readijv.c
+++ b/src/drivers/readijv.c
@@ -9,7 +9,7 @@
  * @author Mathieu Faverge
  * @author Pierre Ramet
  * @author Xavier Lacoste
- * @date 2011-11-11
+ * @date 2019-07-01
  *
  **/
 #include "common.h"
diff --git a/src/drivers/readmm.c b/src/drivers/readmm.c
index a5ef0315f753f5371345cf37950d3bcb1ba2254e..379d14fa27177dc5a0da001cbe77484e3d82a423 100644
--- a/src/drivers/readmm.c
+++ b/src/drivers/readmm.c
@@ -10,7 +10,7 @@
  * @author Pierre Ramet
  * @author Xavier Lacoste
  * @author Theophile Terraz
- * @date 2011-11-11
+ * @date 2020-02-27
  *
  **/
 #include "common.h"
diff --git a/src/frobeniusupdate.h b/src/frobeniusupdate.h
index 8da9f075595b62b09b529e6070e67e220bf09b09..4d21bb87734ce490014953e0533e3f1d3b611316 100644
--- a/src/frobeniusupdate.h
+++ b/src/frobeniusupdate.h
@@ -9,7 +9,7 @@
  *
  * @version 1.0.0
  * @author Mathieu Faverge
- * @date 2017-04-26
+ * @date 2020-05-14
  *
  */
 #ifndef _frobeniusupdate_h_
diff --git a/src/integer_sort.c b/src/integer_sort.c
index 5340c1046268944c20f4375a8c40ca89a57e301c..f03bcd7637a83e72b72df985ea29b995683e692e 100644
--- a/src/integer_sort.c
+++ b/src/integer_sort.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author François Pellegrini
  * @author Xavier Lacoste
- * @date 2011-11-11
+ * @date 2018-03-31
  *
  */
 /* This file is part of the Scotch distribution. It does
diff --git a/src/integer_sort_mtypes.c b/src/integer_sort_mtypes.c
index 2be533da8268a50ee7de074bfe9dd0fcf70525b6..d5879c26a15f1c041d84231c42d2c3106f058629 100644
--- a/src/integer_sort_mtypes.c
+++ b/src/integer_sort_mtypes.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author François Pellegrini
  * @author Xavier Lacoste
- * @date 2011-11-11
+ * @date 2018-04-04
  *
  */
 /* This file is part of the Scotch distribution. It does
diff --git a/src/spm.c b/src/spm.c
index ea58bf8ceb46a0e091773c74c9f104dd386725c9..8c92c26a66acda08a6e694bd8ca7f009bb7e6a11 100644
--- a/src/spm.c
+++ b/src/spm.c
@@ -12,7 +12,7 @@
  * @author Pierre Ramet
  * @author Mathieu Faverge
  * @author Tony Delarue
- * @date 2020-05-19
+ * @date 2020-07-10
  *
  * @addtogroup spm
  * @{
diff --git a/src/spm_dof_extend.c b/src/spm_dof_extend.c
index 3b251a8b06fae4dc86a6a0f766487d6ae09097cc..e71ad140e7e0a46a55b2236920f8b67d2f9a1c24 100644
--- a/src/spm_dof_extend.c
+++ b/src/spm_dof_extend.c
@@ -11,7 +11,7 @@
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @author Alban Bellot
- * @date 2015-01-01
+ * @date 2020-05-14
  *
  **/
 #include "common.h"
diff --git a/src/spm_drivers.h b/src/spm_drivers.h
index a28beb1bd3680303c8a1b33eb8958a742aade0b0..d510fec70efe34befa997613d3d6d6568bd6dee8 100644
--- a/src/spm_drivers.h
+++ b/src/spm_drivers.h
@@ -10,7 +10,7 @@
  * @author Mathieu Faverge
  * @author Pierre Ramet
  * @author Xavier Lacoste
- * @date 2011-11-11
+ * @date 2018-07-19
  *
  **/
 #ifndef _spm_drivers_h_
diff --git a/src/spm_gather.c b/src/spm_gather.c
index 82a1714346cefe020dc64d5c6622c7a8b9f89f69..82cdce679c6808cf692b1f74b81f627f2e19a9ed 100644
--- a/src/spm_gather.c
+++ b/src/spm_gather.c
@@ -9,7 +9,7 @@
  *
  * @version 1.0.0
  * @author Tony Delarue
- * @date 2020-02-19
+ * @date 2020-06-15
  *
  **/
 #include "common.h"
diff --git a/src/spm_gen_fake_values.c b/src/spm_gen_fake_values.c
index a967466cfb477072bcfbe1e9b1a876a140d245ef..872d6f5903413f76cf115c1817831a225c8b3000 100644
--- a/src/spm_gen_fake_values.c
+++ b/src/spm_gen_fake_values.c
@@ -10,7 +10,7 @@
  * @author Mathieu Faverge
  * @author Xavier Lacoste
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-04-29
  *
  * @addtogroup spm_dev_driver
  * @{
diff --git a/src/spm_integers.c b/src/spm_integers.c
index a5085941b7c690f7d69e0a1aa2c5eed5aacbf5ff..3a11913e8662d6cc54e32fb19d4e403a5fc6d394 100644
--- a/src/spm_integers.c
+++ b/src/spm_integers.c
@@ -12,7 +12,7 @@
  * @author Xavier Lacoste
  * @author Pierre Ramet
  * @author Mathieu Faverge
- * @date 2013-06-24
+ * @date 2018-06-04
  *
  **/
 #include "common.h"
diff --git a/src/spm_io.c b/src/spm_io.c
index a50fccd4c9736f8001817c2672493389e7ccc89d..689c47bef16e36e43683f995e0bcd53a9802d966 100644
--- a/src/spm_io.c
+++ b/src/spm_io.c
@@ -11,7 +11,7 @@
  * @author Xavier Lacoste
  * @author Pierre Ramet
  * @author Mathieu Faverge
- * @date 2013-06-24
+ * @date 2020-02-27
  *
  **/
 #include "common.h"
diff --git a/src/spm_read_driver.c b/src/spm_read_driver.c
index 264be81b024ac4788c7d6cce7c632658eb4954f2..349693fec07edb6d43f356acb0910aff47a41353 100644
--- a/src/spm_read_driver.c
+++ b/src/spm_read_driver.c
@@ -11,7 +11,7 @@
  * @author Pierre Ramet
  * @author Xavier Lacoste
  * @author Theophile Terraz
- * @date 2011-11-11
+ * @date 2020-02-27
  *
  **/
 #include "common.h"
diff --git a/src/spm_scatter.c b/src/spm_scatter.c
index e1a479fd116285cf755135b909b4078912fdd23c..1d59b0162baa9540778e902734d9708cc9d27de7 100644
--- a/src/spm_scatter.c
+++ b/src/spm_scatter.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Tony Delarue
  * @author Mathieu Faverge
- * @date 2020-02-19
+ * @date 2020-04-28
  *
   **/
 #include "common.h"
diff --git a/src/spm_update_compute_fields.c b/src/spm_update_compute_fields.c
index 46ad8e2a458d592b1118850fc528995fb46aa2d3..c84e9cdd181f29015f468f4eb542285e9d9308aa 100644
--- a/src/spm_update_compute_fields.c
+++ b/src/spm_update_compute_fields.c
@@ -11,7 +11,7 @@
  * @author Xavier Lacoste
  * @author Pierre Ramet
  * @author Mathieu Faverge
- * @date 2020-04-02
+ * @date 2020-04-13
  *
  * @addtogroup spm_dev
  * @{
diff --git a/src/z_spm.c b/src/z_spm.c
index 4a78915653b441af486d4443c383184c5691b0ca..cc64cfefdc713f78e7be73e8f148d1b83cf6b6f5 100644
--- a/src/z_spm.c
+++ b/src/z_spm.c
@@ -9,7 +9,7 @@
  *
  * @version 1.0.0
  * @author Mathieu Faverge
- * @date 2013-06-24
+ * @date 2019-10-29
  *
  * @precisions normal z -> c d s p
  *
diff --git a/src/z_spm.h b/src/z_spm.h
index 083df73a6dd8bd8fd3bc1cd1e651b36771f52d5f..7cd4c301a664bf653e7ff2f300ed1b898143e94e 100644
--- a/src/z_spm.h
+++ b/src/z_spm.h
@@ -12,7 +12,7 @@
  * @author Theophile Terraz
  * @author Pierre Ramet
  * @author Mathieu Faverge
- * @date 2013-06-24
+ * @date 2020-07-10
  *
  * @precisions normal z -> c d s p
  *
diff --git a/src/z_spm_2dense.c b/src/z_spm_2dense.c
index fe987709ac75c3100f74dc6e7240c3d56daeabf8..420383e57e8c5fe8b2c44891f8a873f3d4923de8 100644
--- a/src/z_spm_2dense.c
+++ b/src/z_spm_2dense.c
@@ -11,7 +11,7 @@
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @author Alban Bellot
- * @date 2015-01-01
+ * @date 2020-06-15
  *
  * @precisions normal z -> c d s
  *
diff --git a/src/z_spm_convert_to_csc.c b/src/z_spm_convert_to_csc.c
index 2a3ee2b0a8fb3b6c80bbf1fdaf6365866b774580..1c4428910aa37822af761ab991158af1d30026a1 100644
--- a/src/z_spm_convert_to_csc.c
+++ b/src/z_spm_convert_to_csc.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-07-10
  *
  * @precisions normal z -> c d s p
  *
diff --git a/src/z_spm_convert_to_csr.c b/src/z_spm_convert_to_csr.c
index 97044ba2680ba208416a8f0394fbdc63d7cd71d9..9a5bd69c2131d9bce1e18df179c2f9cf3e6dfc9b 100644
--- a/src/z_spm_convert_to_csr.c
+++ b/src/z_spm_convert_to_csr.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-07-10
  *
  * @precisions normal z -> c d s p
  *
diff --git a/src/z_spm_convert_to_ijv.c b/src/z_spm_convert_to_ijv.c
index 8df581998e17b74be3754624344ba44bef86b386..1c102c62f72b9865cf58bf9bf70150fe2f6fe8d1 100644
--- a/src/z_spm_convert_to_ijv.c
+++ b/src/z_spm_convert_to_ijv.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-04-29
  *
  * @precisions normal z -> c d s p
  **/
diff --git a/src/z_spm_dof_extend.c b/src/z_spm_dof_extend.c
index 0f84c85975759fa72b288d4821344aa8587972b2..83fe013a55b7212bafd444a6da75a951d5ca7e9b 100644
--- a/src/z_spm_dof_extend.c
+++ b/src/z_spm_dof_extend.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Alban Bellot
- * @date 2015-01-01
+ * @date 2020-04-29
  *
  * @precisions normal z -> c d s
  **/
diff --git a/src/z_spm_expand.c b/src/z_spm_expand.c
index af6a005ef6133fc81000068e65bf8623e002af04..f57aef7b5dfe022bb3bf7c754bcef8b16c23432a 100644
--- a/src/z_spm_expand.c
+++ b/src/z_spm_expand.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Alban Bellot
- * @date 2015-01-01
+ * @date 2020-05-14
  *
  * @precisions normal z -> c d s p
  **/
diff --git a/src/z_spm_gather_rhs.c b/src/z_spm_gather_rhs.c
index ca4b44b1c12116e6d6645a2abf45fc75106a494e..498c22246b37cb51040e1fbc11767f1a7f83f71a 100644
--- a/src/z_spm_gather_rhs.c
+++ b/src/z_spm_gather_rhs.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Delarue Tony
  * @author Faverge Mathieu
- * @date 2020-06-11
+ * @date 2020-07-10
  *
  * @precisions normal z -> c d s
  *
diff --git a/src/z_spm_genrhs.c b/src/z_spm_genrhs.c
index cd4a1391514e6d157e2c715d2cafe9de2d6f200a..c09fc2f4224ea8c8615848c8bb696e15e5acb468 100644
--- a/src/z_spm_genrhs.c
+++ b/src/z_spm_genrhs.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-07-10
  *
  * @precisions normal z -> c s d
  **/
diff --git a/src/z_spm_integer.c b/src/z_spm_integer.c
index 27df740ca3a47c48a7a2fdd6e842c5ea5d0ca8f8..cabd2eedaece131a51df219b7d9c7b13a75250a4 100644
--- a/src/z_spm_integer.c
+++ b/src/z_spm_integer.c
@@ -12,7 +12,7 @@
  * @author Mathieu Faverge
  * @author Pierre Ramet
  * @author Xavier Lacoste
- * @date 2011-11-11
+ * @date 2018-04-04
  *
  * @precisions normal z -> c d s
  *
diff --git a/src/z_spm_laplacian.c b/src/z_spm_laplacian.c
index 43441ca6dc7d864610bb374d71665fa928455a5c..a4c1d6f52fe9e4fa1a4b8ed9a75ea664df57d77a 100644
--- a/src/z_spm_laplacian.c
+++ b/src/z_spm_laplacian.c
@@ -10,7 +10,7 @@
  * @author Mathieu Faverge
  * @author Xavier Lacoste
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2018-07-04
  * @precisions normal z -> c d s p
  *
  **/
diff --git a/src/z_spm_matrixvector.c b/src/z_spm_matrixvector.c
index ca3b409c5b8054b5ffd9b860ad204b70ffb331fc..7530689dea1fd188cdad811d45a393042d90b5cf 100644
--- a/src/z_spm_matrixvector.c
+++ b/src/z_spm_matrixvector.c
@@ -11,7 +11,7 @@
  * @author Matthieu Kuhn
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-07-10
  *
  * @precisions normal z -> c d s
  **/
diff --git a/src/z_spm_print.c b/src/z_spm_print.c
index 015f0dbc3c7dbb91ec8a39cc56d2e5a691d9868a..51c9ca7477955ddb2dcb1f51cfcb1850beb57cde 100644
--- a/src/z_spm_print.c
+++ b/src/z_spm_print.c
@@ -11,7 +11,7 @@
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @author Alban Bellot
- * @date 2015-01-01
+ * @date 2020-07-10
  *
  * @precisions normal z -> c d s p
  *
diff --git a/src/z_spm_reduce_rhs.c b/src/z_spm_reduce_rhs.c
index 2a331d97c8a08d9f7dea4e986d56973776b3d28b..30135468d800197a1807961461380454109cb28d 100644
--- a/src/z_spm_reduce_rhs.c
+++ b/src/z_spm_reduce_rhs.c
@@ -9,7 +9,7 @@
  *
  * @version 1.0.0
  * @author Delarue Tony
- * @date 2020-03-08
+ * @date 2020-07-10
  *
  * @precisions normal z -> c d s
  *
diff --git a/src/z_spm_scal.c b/src/z_spm_scal.c
index c61e037b780d672b09cad0e155327449d4087996..16c5f3cb6be0250191dc11abc109a76c3fb9920b 100644
--- a/src/z_spm_scal.c
+++ b/src/z_spm_scal.c
@@ -11,7 +11,7 @@
  * @author Pierre Ramet
  * @author Xavier Lacoste
  * @author Theophile Terraz
- * @date 2015-06-01
+ * @date 2018-03-09
  * @precisions normal z -> c d s
  *
  **/
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 6be4f39266ca3646c30449e1b0a7809bcd18b1a3..0040b2ac9603e75bf62a68b5124cce7e234e60d9 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -5,7 +5,7 @@
 #
 #  @version 1.0.0
 #  @author Mathieu Faverge
-#  @date 2020-05-19
+#  @date 2020-07-10
 #
 ###
 include(RulesPrecisions)
diff --git a/tests/core_zgeadd.c b/tests/core_zgeadd.c
index 01b3f6789414360d140f65a10482dbb65fcc8d85..835da358aa742ed09eaae98bcd326d519d450417 100644
--- a/tests/core_zgeadd.c
+++ b/tests/core_zgeadd.c
@@ -11,7 +11,7 @@
  *
  * @version 1.0.0
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2018-03-31
  * @precisions normal z -> c d s
  *
  **/
diff --git a/tests/core_zplrnt.c b/tests/core_zplrnt.c
index 21afcb7fdbb9fda64ceca9c26f70090d09f89c27..18c63e2fe5da50cf2a829bb8cff37e1033f26ace 100644
--- a/tests/core_zplrnt.c
+++ b/tests/core_zplrnt.c
@@ -13,7 +13,7 @@
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
- * @date 2010-11-15
+ * @date 2018-03-31
  * @precisions normal z -> c d s
  *
  **/
diff --git a/tests/get_options.c b/tests/get_options.c
index d6ea7cdc14403f2d1ab99ed96c891b34ab6d62cb..be36793662fa840b9217cd42cb75a112e2214610 100644
--- a/tests/get_options.c
+++ b/tests/get_options.c
@@ -10,7 +10,7 @@
  * @author Pierre Ramet
  * @author Xavier Lacoste
  * @author Theophile Terraz
- * @date 2017-06-15
+ * @date 2018-07-04
  *
  */
 #include <spm_tests.h>
diff --git a/tests/p_spm_tests.c b/tests/p_spm_tests.c
index cbe7aa2e6abfb802cd86335622c3832c9f6aeace..5254b1e01a7349cb27a9620645aa219aca3d0515 100644
--- a/tests/p_spm_tests.c
+++ b/tests/p_spm_tests.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-02-27
  *
  **/
 #ifndef _GNU_SOURCE
diff --git a/tests/spm_compare.c b/tests/spm_compare.c
index 123c6b071cf9685118cb593233083bf49b5a0243..24491492cd59332d02cec052df91f400fa6557f4 100644
--- a/tests/spm_compare.c
+++ b/tests/spm_compare.c
@@ -8,7 +8,7 @@
  *
  * @version 1.0.0
  * @author Tony Delarue
- * @date 2020-02-19
+ * @date 2020-07-10
  *
  **/
 #include "spm_tests.h"
diff --git a/tests/spm_convert_tests.c b/tests/spm_convert_tests.c
index 882003bb9ed1a05895c612413d7a485183f366bb..9443b00d55074a24145dd542e9543f08e2898fd0 100644
--- a/tests/spm_convert_tests.c
+++ b/tests/spm_convert_tests.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-04-13
  *
  **/
 #ifndef _GNU_SOURCE
diff --git a/tests/spm_dist_genrhs_tests.c b/tests/spm_dist_genrhs_tests.c
index 44010a061d6b2460a66f52c656bc5a08abff74b3..6c9568b08c96a74f4b84ad120d0ce5dcc3b78032 100644
--- a/tests/spm_dist_genrhs_tests.c
+++ b/tests/spm_dist_genrhs_tests.c
@@ -11,7 +11,7 @@
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @author Tony Delarue
- * @date 2020-05-19
+ * @date 2020-07-10
  *
  **/
 #include <stdint.h>
diff --git a/tests/spm_dist_matvec_tests.c b/tests/spm_dist_matvec_tests.c
index b2bc29e50aa70ab004e12095061c13ac72715b09..242a5a3846981f40da55e6f5a10b8a6f87b78dc3 100644
--- a/tests/spm_dist_matvec_tests.c
+++ b/tests/spm_dist_matvec_tests.c
@@ -11,7 +11,7 @@
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @author Tony Delarue
- * @date 2020-05-19
+ * @date 2020-07-10
  *
  **/
 #include <stdint.h>
diff --git a/tests/spm_dist_norm_tests.c b/tests/spm_dist_norm_tests.c
index b87312ebaf666c6e12b2d7b6b64f9d83669b173b..7a659237dc7c331c6dfbd9fd1dcda42b95bfdca8 100644
--- a/tests/spm_dist_norm_tests.c
+++ b/tests/spm_dist_norm_tests.c
@@ -11,7 +11,7 @@
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @author Tony Delarue
- * @date 2020-05-19
+ * @date 2020-07-10
  *
  **/
 #include <stdint.h>
diff --git a/tests/spm_dof_expand_tests.c b/tests/spm_dof_expand_tests.c
index a5a20afb8eec8bcac8c389a62fc0648149f1d03b..cc7046e120a0083165acb7cd591841393a4d3895 100644
--- a/tests/spm_dof_expand_tests.c
+++ b/tests/spm_dof_expand_tests.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-05-14
  *
  **/
 #ifndef _GNU_SOURCE
diff --git a/tests/spm_dof_matvec_tests.c b/tests/spm_dof_matvec_tests.c
index 25ef4632a3dc1bac88e0bfc9168b61485acc0ff8..ca2ae60ae1bab04c579acc889f5677a930c01af1 100644
--- a/tests/spm_dof_matvec_tests.c
+++ b/tests/spm_dof_matvec_tests.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-05-14
  *
  **/
 
diff --git a/tests/spm_dof_norm_tests.c b/tests/spm_dof_norm_tests.c
index 09aea47ce94a63920adc21a254bfc26be14eb583..b52bde088ec39221bb1833c41da99758a0aad89f 100644
--- a/tests/spm_dof_norm_tests.c
+++ b/tests/spm_dof_norm_tests.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-05-14
  *
  **/
 #include <stdint.h>
diff --git a/tests/spm_matvec_tests.c b/tests/spm_matvec_tests.c
index d9fdcc01d20c8b539be8cfe197f20898d7e9eecf..043c0cb672b569d92b647a178d11597a077beb3f 100644
--- a/tests/spm_matvec_tests.c
+++ b/tests/spm_matvec_tests.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-05-14
  *
  **/
 #include <stdint.h>
diff --git a/tests/spm_norm_tests.c b/tests/spm_norm_tests.c
index 0ccebb58649f0698b6d6ce0e5c2c3eaa566544a2..56dd1e7a11db071a5099d66853c901f17d6d4fe4 100644
--- a/tests/spm_norm_tests.c
+++ b/tests/spm_norm_tests.c
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
- * @date 2015-01-01
+ * @date 2020-05-14
  *
  **/
 #include <stdint.h>
diff --git a/tests/spm_tests.h b/tests/spm_tests.h
index 6ad13b729655b83826ffbfd8f5931d4e543d5a39..e747b28013d5597aae97571eff05efb22602f971 100644
--- a/tests/spm_tests.h
+++ b/tests/spm_tests.h
@@ -10,7 +10,7 @@
  * @version 1.0.0
  * @author Mathieu Faverge
  * @author Tony Delarue
- * @date 2020-05-19
+ * @date 2020-07-10
  *
  **/
 #ifndef _spm_tests_h_
diff --git a/tests/validate_convert.sh b/tests/validate_convert.sh
index 4b331ca0e7dee0fa6a4d3071f021e4b35fed410b..168d802f33cf574248718fcb2a237619bf19ff1d 100755
--- a/tests/validate_convert.sh
+++ b/tests/validate_convert.sh
@@ -6,7 +6,7 @@
 #
 #  @version 1.0.0
 #  @author Mathieu Faverge
-#  @date 2017-06-24
+#  @date 2018-03-31
 #
 # This script compares the output files generated by the matrix format
 # conversion testings
diff --git a/tests/validate_expand.sh b/tests/validate_expand.sh
index 6ae61965b2f40398141655769dc4e5c39afe5172..f53a3486acebcd8f795a7b739c31977ca3b43cb4 100755
--- a/tests/validate_expand.sh
+++ b/tests/validate_expand.sh
@@ -6,7 +6,7 @@
 #
 #  @version 1.0.0
 #  @author Mathieu Faverge
-#  @date 2017-06-24
+#  @date 2018-03-31
 #
 # This script compares the output files generated by the DOF expansion
 # testings
diff --git a/tests/z_spm_tests.c b/tests/z_spm_tests.c
index 2d4abfef2e742d9c43f9650c85fa2461c92b015c..a0f7d820d37c766e11bd7a915af8dc6a255caefc 100644
--- a/tests/z_spm_tests.c
+++ b/tests/z_spm_tests.c
@@ -11,7 +11,7 @@
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @author Tony Delarue
- * @date 2020-05-19
+ * @date 2020-07-10
  *
  * @precisions normal z -> c d s
  *
diff --git a/tools/analysis.sh b/tools/analysis.sh
index 2cdf3002a293b77d5e64c2d2ed7f6473c4be3f46..118d6d44ce233008e310bc5c3e5fa14637cfef07 100755
--- a/tools/analysis.sh
+++ b/tools/analysis.sh
@@ -7,7 +7,7 @@
 #
 #  @version 1.0.0
 #  @author Mathieu Faverge
-#  @date 2019-11-12
+#  @date 2020-02-25
 #
 ###
 
diff --git a/tools/filelist.sh b/tools/filelist.sh
index 1c2406eb71ad719916e9c1af1f515418c5dac3c5..45d5d2d7c98e9d68e75b8277827c876612cccbb3 100755
--- a/tools/filelist.sh
+++ b/tools/filelist.sh
@@ -9,7 +9,7 @@
 #
 #  @version 1.0.0
 #  @author Mathieu Faverge
-#  @date 2019-11-12
+#  @date 2020-02-25
 #
 ###
 
diff --git a/tools/gen_wrappers.py b/tools/gen_wrappers.py
index 7bb3d79758a331284d79c0855a59b299345afdb9..14cce93dac165ac2206d48bf4c00917d5523dc7d 100755
--- a/tools/gen_wrappers.py
+++ b/tools/gen_wrappers.py
@@ -13,7 +13,7 @@
  @version 1.0.0
  @author Pierre Ramet
  @author Mathieu Faverge
- @date 2020-01-21
+ @date 2020-07-16
 
 """
 import os
diff --git a/tools/spm_env.sh.in b/tools/spm_env.sh.in
index 33d71c17da8c495f4d76d9b61c67e40db6602f8d..42a5a3b9f90296c19fa09d3ac94328ee1919b1f5 100644
--- a/tools/spm_env.sh.in
+++ b/tools/spm_env.sh.in
@@ -6,7 +6,7 @@
 #
 #  @version 1.0.0
 #  @author Mathieu Faverge
-#  @date 2017-06-24
+#  @date 2018-05-14
 #
 #!/bin/sh
 
diff --git a/tools/spmf.pc.in b/tools/spmf.pc.in
index 4901745f9022b7fedc8bc7769d9f64e1b607eafe..0c609907374b0131cf2fba024967514724063df7 100644
--- a/tools/spmf.pc.in
+++ b/tools/spmf.pc.in
@@ -6,7 +6,7 @@
 #
 #  @version 1.0.0
 #  @author Mathieu Faverge
-#  @date 2017-06-24
+#  @date 2018-07-04
 #
 prefix=@CMAKE_INSTALL_PREFIX@
 exec_prefix=${prefix}
diff --git a/tools/wrappers/__init__.py b/tools/wrappers/__init__.py
index ffc3d1bae64d86942a4d3e1a4f965a3e911c3a56..dbad81cb822302354e63da855543c578d52385f7 100644
--- a/tools/wrappers/__init__.py
+++ b/tools/wrappers/__init__.py
@@ -11,7 +11,7 @@ Wrappers
 
  @version 1.0.0
  @author Mathieu Faverge
- @date 2019-11-12
+ @date 2020-07-15
 
 """
 
diff --git a/tools/wrappers/wrap_fortran.py b/tools/wrappers/wrap_fortran.py
index 68859f997e9b0b0d14b0327ee74d5ac027ba6314..167ca2878c0b00382ced2a97db8e911d2452a5a1 100644
--- a/tools/wrappers/wrap_fortran.py
+++ b/tools/wrappers/wrap_fortran.py
@@ -12,7 +12,7 @@ Wrapper Fortran 90
 
  @version 1.0.0
  @author Mathieu Faverge
- @date 2019-12-05
+ @date 2020-07-15
 
 """
 import os
diff --git a/tools/wrappers/wrap_julia.py b/tools/wrappers/wrap_julia.py
index 5f531acbd1ca8a0d5b70ab82bc39bbe4d0cdd62e..9b95e55d5c4c4508a46068e19019266f2a56a017 100644
--- a/tools/wrappers/wrap_julia.py
+++ b/tools/wrappers/wrap_julia.py
@@ -13,7 +13,7 @@ Wrapper Julia
  @version 1.0.0
  @author Mathieu Faverge
  @author Selmane LEBDAOUI
- @date 2020-06-18
+ @date 2020-07-15
 
 """
 import os
diff --git a/tools/wrappers/wrap_python.py b/tools/wrappers/wrap_python.py
index 944437e4b5ca921667e5a0ff53ec710419e5dc6a..6cb0c6dbd477a0635e612ff839c40d51473c9a45 100644
--- a/tools/wrappers/wrap_python.py
+++ b/tools/wrappers/wrap_python.py
@@ -12,7 +12,7 @@ Wrapper Python
 
  @version 1.0.0
  @author Mathieu Faverge
- @date 2019-12-05
+ @date 2020-07-15
 
 """
 import os
diff --git a/wrappers/CMakeLists.txt b/wrappers/CMakeLists.txt
index a6ad31873ef1f4082eba96d58368df34e1967d33..26ac1db6a2d7dfe2db6a29bb14701814b21915e2 100644
--- a/wrappers/CMakeLists.txt
+++ b/wrappers/CMakeLists.txt
@@ -5,7 +5,7 @@
 #
 #  @version 1.0.0
 #  @author Mathieu Faverge
-#  @date 2020-01-29
+#  @date 2020-07-16
 #
 ###
 
diff --git a/wrappers/fortran90/CMakeLists.txt b/wrappers/fortran90/CMakeLists.txt
index 92fcec091fbc888134bea2b743539e992713a94a..6c1d05a16276d527acceeb23ba3e2f9f52b474eb 100644
--- a/wrappers/fortran90/CMakeLists.txt
+++ b/wrappers/fortran90/CMakeLists.txt
@@ -5,7 +5,7 @@
 #
 #  @version 1.0.0
 #  @author Mathieu Faverge
-#  @date 2017-05-22
+#  @date 2020-04-11
 #
 ###
 cmake_minimum_required (VERSION 3.1)
diff --git a/wrappers/fortran90/examples/spm_driver.F90 b/wrappers/fortran90/examples/spm_driver.F90
index 63e61dd0823ddfa008e1ff482b3744529a3517f5..fba2a146826d8887deb5d1b00a42ff88d22d3782 100644
--- a/wrappers/fortran90/examples/spm_driver.F90
+++ b/wrappers/fortran90/examples/spm_driver.F90
@@ -8,7 +8,7 @@
 !
 ! @version 1.0.0
 ! @author Mathieu Faverge
-! @date 2017-01-01
+! @date 2020-04-11
 !
 program spm_driver
   use iso_c_binding
diff --git a/wrappers/fortran90/examples/spm_user.F90 b/wrappers/fortran90/examples/spm_user.F90
index cb01cfa1fbed548c38bc9f80d34ce65213b0e91a..da9059c826cd2e2769a132e31f4723e86f2bdd1a 100644
--- a/wrappers/fortran90/examples/spm_user.F90
+++ b/wrappers/fortran90/examples/spm_user.F90
@@ -8,7 +8,7 @@
 !
 ! @version 1.0.0
 ! @author Mathieu Faverge
-! @date 2017-01-01
+! @date 2020-04-11
 !
 program spm_user
   use iso_c_binding
diff --git a/wrappers/julia/CMakeLists.txt b/wrappers/julia/CMakeLists.txt
index 7e7e6f0a706cb3cce54d5a09528cd0d3b7a79407..653ef172130a7f253a404a2d87143543d8e7e9ed 100644
--- a/wrappers/julia/CMakeLists.txt
+++ b/wrappers/julia/CMakeLists.txt
@@ -6,7 +6,7 @@
 #  @version 1.0.0
 #  @author Mathieu Faverge
 #  @author Selmane Lebdaoui
-#  @date 2020-07-15
+#  @date 2020-07-16
 #
 ###
 
diff --git a/wrappers/julia/spm_driver.jl b/wrappers/julia/spm_driver.jl
index 491c621aa678079286163c11b2cd259746265874..e36c5dba007d147bb8f9eb10cf408cda67c75998 100755
--- a/wrappers/julia/spm_driver.jl
+++ b/wrappers/julia/spm_driver.jl
@@ -10,7 +10,7 @@
   @version 1.0.0
   @author Mathieu Faverge
   @author Selmane Lebdaoui
-  @date 2020-06-15
+  @date 2020-07-06
 =#
 using Pkg
 Pkg.activate("spm")
diff --git a/wrappers/julia/spm_user.jl b/wrappers/julia/spm_user.jl
index c5d4d756e088b1d59c6da1e23fc75270b91f538d..0eb454b575ad7697b20650dd31ee2b3e638a9a48 100755
--- a/wrappers/julia/spm_user.jl
+++ b/wrappers/julia/spm_user.jl
@@ -10,7 +10,7 @@
   @version 1.0.0
   @author Mathieu Faverge
   @author Selmane Lebdaoui
-  @date 2020-06-27
+  @date 2020-07-16
 =#
 using Pkg
 Pkg.activate("spm")
diff --git a/wrappers/python/CMakeLists.txt b/wrappers/python/CMakeLists.txt
index 7c6b2995c1c9808b58455ca0a76f7f029049660e..08f7252a68032934d5b10a0f77c0fb7be8c77def 100644
--- a/wrappers/python/CMakeLists.txt
+++ b/wrappers/python/CMakeLists.txt
@@ -5,7 +5,7 @@
 #
 #  @version 1.0.0
 #  @author Mathieu Faverge
-#  @date 2019-12-04
+#  @date 2020-07-16
 #
 ###
 
diff --git a/wrappers/python/spm/__init__.py b/wrappers/python/spm/__init__.py
index c115630b2762727f3e03e2c65a77270a50fe0c92..8a6d121ad82684d532e03418b723e148d7628f27 100644
--- a/wrappers/python/spm/__init__.py
+++ b/wrappers/python/spm/__init__.py
@@ -10,7 +10,7 @@
 # @author Pierre Ramet
 # @author Mathieu Faverge
 # @author Louis Poirel
-# @date 2017-05-04
+# @date 2019-03-25
 #
 """
 PySpm
diff --git a/wrappers/python/spm/spm.py b/wrappers/python/spm/spm.py
index 0f76de002946c438d0726edca320e2523099a5e9..199fa78155f58149b00d8f7f8eacc9658d639666 100644
--- a/wrappers/python/spm/spm.py
+++ b/wrappers/python/spm/spm.py
@@ -9,7 +9,7 @@
  @version 1.0.0
  @author Pierre Ramet
  @author Mathieu Faverge
- @date 2017-05-04
+ @date 2020-04-11
 
 """
 from ctypes import *
diff --git a/wrappers/python/spm_driver.py b/wrappers/python/spm_driver.py
index c973c4cc5ca7e4339bdb27da8dde0a311bb7d549..83c6dd54c976e3683f1c609ef4084c787fcf0528 100755
--- a/wrappers/python/spm_driver.py
+++ b/wrappers/python/spm_driver.py
@@ -11,7 +11,7 @@
  @author Pierre Ramet
  @author Mathieu Faverge
  @author Louis Poirel
- @date 2017-05-04
+ @date 2018-07-19
 
 """
 import spm
diff --git a/wrappers/python/spm_scipy.py b/wrappers/python/spm_scipy.py
index 6d735ab0c58ca69abdc81aeef393ae659896917f..6a5a5d0ac360cf753ddc871c77abd152fecb6bf6 100755
--- a/wrappers/python/spm_scipy.py
+++ b/wrappers/python/spm_scipy.py
@@ -11,7 +11,7 @@
  @author Pierre Ramet
  @author Mathieu Faverge
  @author Louis Poirel
- @date 2017-05-04
+ @date 2018-07-04
 
 """
 import spm