diff --git a/CMakeLists.txt b/CMakeLists.txt
index fd7753a578be36e5de3e01ee56c77e9759605d27..8163ead480650c6e9e0f1664bc4ef4545bfe88b7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 ###
 #
-#  @copyright 2013-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#  @copyright 2013-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
 #  @version 1.0.0
diff --git a/include/spm.h b/include/spm.h
index ed42fa9f644dbc1beb2a09a63c03262e7d7790c9..b53d1db877fda91ca6d4fbd0ba287b129cf9dbc7 100644
--- a/include/spm.h
+++ b/include/spm.h
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package header.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/include/spm/config.h.in b/include/spm/config.h.in
index cd3153901529fe15b2ff8b5eae2303ad1b580cd2..9d83c81bc0ba3805cc1d93d13005e9c61e64b72f 100644
--- a/include/spm/config.h.in
+++ b/include/spm/config.h.in
@@ -4,10 +4,10 @@
  *
  * Spm configuration parameters
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Pierre Ramet
  * @author Mathieu Faverge
  * @date 2017-09-28
diff --git a/include/spm/const.h b/include/spm/const.h
index 16815f39fef98ac83f366cd84d19d300b6b69897..251f6cd5e0236a1cc0add35a02421e323485d6f6 100644
--- a/include/spm/const.h
+++ b/include/spm/const.h
@@ -4,10 +4,10 @@
  *
  * Spm API enums parameters.
  *
- * @copyright 2004-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2004-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Xavier Lacoste
  * @author Pierre Ramet
  * @author Mathieu Faverge
diff --git a/include/spm/datatypes.h b/include/spm/datatypes.h
index 061748f0d3cdbaed6a876521e6cdad9c5f119a96..f689461987e8bcc856cc221f3ef0efc19f4ba2a2 100644
--- a/include/spm/datatypes.h
+++ b/include/spm/datatypes.h
@@ -2,12 +2,12 @@
  *
  * @file spm/datatypes.h
  *
- * @copyright 2013-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2013-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * Definitions of the datatypes used in SPM
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Xavier Lacoste
  * @author Pierre Ramet
diff --git a/src/common.h b/src/common.h
index bce115b64f362c01230a373e47fc5caab30c30f3..ea926e0aacfbf92de7183086ece41af50f3c3dd9 100644
--- a/src/common.h
+++ b/src/common.h
@@ -2,10 +2,10 @@
  *
  * @file common.h
  *
- * @copyright 2004-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2004-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author David Goudin
  * @author François Pellegrini
  * @author Gregoire Pichon
diff --git a/src/drivers/laplacian.c b/src/drivers/laplacian.c
index 310f18c0c26001a79b7733f39c9ac9849b133a41..e80e971064947b7b89dbc2f48f933fb48408851e 100644
--- a/src/drivers/laplacian.c
+++ b/src/drivers/laplacian.c
@@ -2,10 +2,10 @@
  *
  * @file laplacian.c
  *
- * @copyright 2011-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2011-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Pierre Ramet
  * @author Xavier Lacoste
diff --git a/src/drivers/laplacian.h b/src/drivers/laplacian.h
index cd2ef45577bc5f76f95fe6025655868a9b995002..e0eb62f995b59c37bcec6f10abfdd7fcea2c0a36 100644
--- a/src/drivers/laplacian.h
+++ b/src/drivers/laplacian.h
@@ -2,10 +2,10 @@
  *
  * @file laplacian.h
  *
- * @copyright 2011-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2011-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @date 2011-11-11
diff --git a/src/drivers/readhb.c b/src/drivers/readhb.c
index 232a6dd2fc5fcabc092cf61bc0204345ce703457..72601a1e74b50c6af82465c7ad820081115e3049 100644
--- a/src/drivers/readhb.c
+++ b/src/drivers/readhb.c
@@ -2,10 +2,10 @@
  *
  * @file readhb.c
  *
- * @copyright 2014-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2014-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Pierre Ramet
  * @author Xavier Lacoste
diff --git a/src/drivers/readijv.c b/src/drivers/readijv.c
index a587788fa32b4e0fe08ba96df7f794b5e701fd63..670f38455e596168332fb4746f7e5fa32ac13439 100644
--- a/src/drivers/readijv.c
+++ b/src/drivers/readijv.c
@@ -2,10 +2,10 @@
  *
  * @file readijv.c
  *
- * @copyright 2014-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2014-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Pierre Ramet
  * @author Xavier Lacoste
diff --git a/src/drivers/readmm.c b/src/drivers/readmm.c
index 90fb4d0df093312d7b076e0853e7754fe52a599e..a5ef0315f753f5371345cf37950d3bcb1ba2254e 100644
--- a/src/drivers/readmm.c
+++ b/src/drivers/readmm.c
@@ -2,10 +2,10 @@
  *
  * @file readmm.c
  *
- * @copyright 2011-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2011-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Pierre Ramet
  * @author Xavier Lacoste
diff --git a/src/frobeniusupdate.h b/src/frobeniusupdate.h
index e232ad26333bfcbf84bc895ffb4b33fb7683d9dc..8da9f075595b62b09b529e6070e67e220bf09b09 100644
--- a/src/frobeniusupdate.h
+++ b/src/frobeniusupdate.h
@@ -4,10 +4,10 @@
  *
  * Formula to update frobenius norm computation in a safe manner.
  *
- * @copyright 2004-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2004-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2017-04-26
  *
diff --git a/src/integer_sort.c b/src/integer_sort.c
index acf887e8b0e21f93cda083918838904db0e22a59..5340c1046268944c20f4375a8c40ca89a57e301c 100644
--- a/src/integer_sort.c
+++ b/src/integer_sort.c
@@ -4,10 +4,10 @@
  *
  * File template to generate sort functions using qsort based algorithm.
  *
- * @copyright 2004-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2004-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author François Pellegrini
  * @author Xavier Lacoste
  * @date 2011-11-11
diff --git a/src/integer_sort_mtypes.c b/src/integer_sort_mtypes.c
index 882974fa05cb4e3990c763df762be2fe00a173e0..2be533da8268a50ee7de074bfe9dd0fcf70525b6 100644
--- a/src/integer_sort_mtypes.c
+++ b/src/integer_sort_mtypes.c
@@ -4,10 +4,10 @@
  *
  * File template to generate sort functions using qsort based algorithm.
  *
- * @copyright 2004-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2004-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author François Pellegrini
  * @author Xavier Lacoste
  * @date 2011-11-11
diff --git a/src/spm.c b/src/spm.c
index b42538caa3fe60be2fe64bfe19f4876f18cada57..ea58bf8ceb46a0e091773c74c9f104dd386725c9 100644
--- a/src/spm.c
+++ b/src/spm.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package main routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/spm_dof_extend.c b/src/spm_dof_extend.c
index 64ddfdaa9e239bee62962f71dd9b236d1f76b9be..3b251a8b06fae4dc86a6a0f766487d6ae09097cc 100644
--- a/src/spm_dof_extend.c
+++ b/src/spm_dof_extend.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package random multi-dofs generator.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/spm_drivers.h b/src/spm_drivers.h
index c33dfda0c431192478011a50f620b7812ce7dc07..a28beb1bd3680303c8a1b33eb8958a742aade0b0 100644
--- a/src/spm_drivers.h
+++ b/src/spm_drivers.h
@@ -3,7 +3,7 @@
  *
  * SParse Matrix package driver header.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/spm_gen_fake_values.c b/src/spm_gen_fake_values.c
index 2081c6c90bbe1c7cb1cb91202b105cac89147970..a967466cfb477072bcfbe1e9b1a876a140d245ef 100644
--- a/src/spm_gen_fake_values.c
+++ b/src/spm_gen_fake_values.c
@@ -3,7 +3,7 @@
  *
  * SParse Matrix generic laplacian value generator routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/spm_integers.c b/src/spm_integers.c
index 6f93e029d54ff14af3311dd48b6efd4988ca86d0..a5085941b7c690f7d69e0a1aa2c5eed5aacbf5ff 100644
--- a/src/spm_integers.c
+++ b/src/spm_integers.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package integers array management routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/spm_io.c b/src/spm_io.c
index 6af80b5d282ef5d52d40d4474dc4ee8114d0c3f9..a50fccd4c9736f8001817c2672493389e7ccc89d 100644
--- a/src/spm_io.c
+++ b/src/spm_io.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package I/O routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/spm_read_driver.c b/src/spm_read_driver.c
index c6b4ac25f25f1ae185da1d41f278ca81ea624201..264be81b024ac4788c7d6cce7c632658eb4954f2 100644
--- a/src/spm_read_driver.c
+++ b/src/spm_read_driver.c
@@ -3,7 +3,7 @@
  *
  * SParse Matrix package file driver.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm.c b/src/z_spm.c
index 4192b05383ec3c8dcce203273422426f0ea27c05..4a78915653b441af486d4443c383184c5691b0ca 100644
--- a/src/z_spm.c
+++ b/src/z_spm.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package precision dependent routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm.h b/src/z_spm.h
index cb2089c27e16b63d466b673de7d26f851aa0f166..083df73a6dd8bd8fd3bc1cd1e651b36771f52d5f 100644
--- a/src/z_spm.h
+++ b/src/z_spm.h
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package precision dependent header.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_2dense.c b/src/z_spm_2dense.c
index 0910feb8d76e5949a27ee00ed49ec9000ee1c587..fe987709ac75c3100f74dc6e7240c3d56daeabf8 100644
--- a/src/z_spm_2dense.c
+++ b/src/z_spm_2dense.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package conversion to dense routine.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_convert_to_csc.c b/src/z_spm_convert_to_csc.c
index d4efbc3f1cd0a16be77e683010234cf5201a03c4..2a3ee2b0a8fb3b6c80bbf1fdaf6365866b774580 100644
--- a/src/z_spm_convert_to_csc.c
+++ b/src/z_spm_convert_to_csc.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package conversion routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_convert_to_csr.c b/src/z_spm_convert_to_csr.c
index 3d7a247f104ccf4db72a769cc135c7cfdd663db0..97044ba2680ba208416a8f0394fbdc63d7cd71d9 100644
--- a/src/z_spm_convert_to_csr.c
+++ b/src/z_spm_convert_to_csr.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package conversion routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_convert_to_ijv.c b/src/z_spm_convert_to_ijv.c
index 4c1efb01baddb575165a0e8a54fe5648512839f0..8df581998e17b74be3754624344ba44bef86b386 100644
--- a/src/z_spm_convert_to_ijv.c
+++ b/src/z_spm_convert_to_ijv.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package conversion routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_dof_extend.c b/src/z_spm_dof_extend.c
index 8e7320fa3dc468b4cb0e82ba692318d6b4959c9d..0f84c85975759fa72b288d4821344aa8587972b2 100644
--- a/src/z_spm_dof_extend.c
+++ b/src/z_spm_dof_extend.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package multi-dof matrix expanser.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_expand.c b/src/z_spm_expand.c
index fe0af3a9879b1e89de62bab3fc4e3d6a4b55e688..af6a005ef6133fc81000068e65bf8623e002af04 100644
--- a/src/z_spm_expand.c
+++ b/src/z_spm_expand.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package random multi-dof spm generator.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_genrhs.c b/src/z_spm_genrhs.c
index 54f213cb71f700a12da9b7ba9d40347d71d01c36..cd4a1391514e6d157e2c715d2cafe9de2d6f200a 100644
--- a/src/z_spm_genrhs.c
+++ b/src/z_spm_genrhs.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package right hand side generators.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_integer.c b/src/z_spm_integer.c
index f53fe87e1d504adebf4f19fc9a0566c8ba0d93f3..27df740ca3a47c48a7a2fdd6e842c5ea5d0ca8f8 100644
--- a/src/z_spm_integer.c
+++ b/src/z_spm_integer.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package integer sorting routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_laplacian.c b/src/z_spm_laplacian.c
index 135e61cd3c2110ac1c4aa9fc4e93a1d148c2ac3e..43441ca6dc7d864610bb374d71665fa928455a5c 100644
--- a/src/z_spm_laplacian.c
+++ b/src/z_spm_laplacian.c
@@ -3,7 +3,7 @@
  *
  * SParse Matrix package laplacian generator routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_matrixvector.c b/src/z_spm_matrixvector.c
index 32c766ea94f6014582099a72f8772aeabe5b7333..ca3b409c5b8054b5ffd9b860ad204b70ffb331fc 100644
--- a/src/z_spm_matrixvector.c
+++ b/src/z_spm_matrixvector.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package matrix-vector multiplication routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_norm.c b/src/z_spm_norm.c
index 9c1035144270dc3548360cb3a186895321bffe10..c94daf14ad2cf1f6a55063d4691fd342982387c2 100644
--- a/src/z_spm_norm.c
+++ b/src/z_spm_norm.c
@@ -3,7 +3,7 @@
  *
  * SParse Matrix package norm routine.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_print.c b/src/z_spm_print.c
index a462f0ac257bd5b580ad933a46ad36bda32ce00e..015f0dbc3c7dbb91ec8a39cc56d2e5a691d9868a 100644
--- a/src/z_spm_print.c
+++ b/src/z_spm_print.c
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package printing routines.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/src/z_spm_scal.c b/src/z_spm_scal.c
index 3886729bf9d01dd5dff65ae432c5656bcc849dde..c61e037b780d672b09cad0e155327449d4087996 100644
--- a/src/z_spm_scal.c
+++ b/src/z_spm_scal.c
@@ -3,7 +3,7 @@
  *
  * SParse Matrix package scaling routine.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index aa2a161b515d42c1b050c77f2d7192179ba4529c..6be4f39266ca3646c30449e1b0a7809bcd18b1a3 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -1,6 +1,6 @@
 ###
 #
-#  @copyright 2013-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#  @copyright 2013-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
 #  @version 1.0.0
diff --git a/tests/core_zgeadd.c b/tests/core_zgeadd.c
index 758224ebe168d882e8f1d62a3734b3f52d1129f0..01b3f6789414360d140f65a10482dbb65fcc8d85 100644
--- a/tests/core_zgeadd.c
+++ b/tests/core_zgeadd.c
@@ -6,10 +6,10 @@
  *
  * @copyright 2010-2015 Univ. of Tennessee, Univ. of California Berkeley and
  *                      Univ. of Colorado Denver. All rights reserved.
- * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
diff --git a/tests/core_zplrnt.c b/tests/core_zplrnt.c
index e210cab72ccc4926d26310e0ebfb718ab4aedcd5..21afcb7fdbb9fda64ceca9c26f70090d09f89c27 100644
--- a/tests/core_zplrnt.c
+++ b/tests/core_zplrnt.c
@@ -6,10 +6,10 @@
  *
  * @copyright 2010-2015 Univ. of Tennessee, Univ. of California Berkeley and
  *                      Univ. of Colorado Denver. All rights reserved.
- * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2012-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Piotr Luszczek
  * @author Pierre Lemarinier
  * @author Mathieu Faverge
diff --git a/tests/get_options.c b/tests/get_options.c
index 683d8da0e45b2aab2752a4823f0274ebdc7c78bf..d6ea7cdc14403f2d1ab99ed96c891b34ab6d62cb 100644
--- a/tests/get_options.c
+++ b/tests/get_options.c
@@ -2,10 +2,10 @@
  *
  * @file get_options.c
  *
- * @copyright 2006-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2006-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Pierre Ramet
  * @author Xavier Lacoste
diff --git a/tests/p_spm_tests.c b/tests/p_spm_tests.c
index 1f70e5008c990a7b155f16576cfd350a6406d3ff..cbe7aa2e6abfb802cd86335622c3832c9f6aeace 100644
--- a/tests/p_spm_tests.c
+++ b/tests/p_spm_tests.c
@@ -2,12 +2,12 @@
  *
  * @file p_spm_tests.c
  *
- * @copyright 2011-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2011-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * Tests and validate the spm_convert routines.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @date 2015-01-01
diff --git a/tests/spm_convert_tests.c b/tests/spm_convert_tests.c
index 9d047751158db67455af18f29811189dfc92d88c..882003bb9ed1a05895c612413d7a485183f366bb 100644
--- a/tests/spm_convert_tests.c
+++ b/tests/spm_convert_tests.c
@@ -2,12 +2,12 @@
  *
  * @file spm_convert_tests.c
  *
- * @copyright 2011-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2011-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * Test and validate the spmConvert routine.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @date 2015-01-01
diff --git a/tests/spm_dist_genrhs_tests.c b/tests/spm_dist_genrhs_tests.c
index 26d0c46e15bd70a66b94d585e88ff56b653e5740..44010a061d6b2460a66f52c656bc5a08abff74b3 100644
--- a/tests/spm_dist_genrhs_tests.c
+++ b/tests/spm_dist_genrhs_tests.c
@@ -4,10 +4,10 @@
  *
  * Tests and validate the spm_genrhs routines in the case of random distributed vectors.
  *
- * @copyright 2015-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @author Tony Delarue
diff --git a/tests/spm_dist_matvec_tests.c b/tests/spm_dist_matvec_tests.c
index 7d2e270bdbe19e0a1f85bed61850c39642ef5b32..b2bc29e50aa70ab004e12095061c13ac72715b09 100644
--- a/tests/spm_dist_matvec_tests.c
+++ b/tests/spm_dist_matvec_tests.c
@@ -4,10 +4,10 @@
  *
  * Tests and validate the spm_matvec routines.
  *
- * @copyright 2015-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @author Tony Delarue
diff --git a/tests/spm_dist_norm_tests.c b/tests/spm_dist_norm_tests.c
index 1369f92e1e4ed3d26b56b61aefe1a7860b4b5bcc..b87312ebaf666c6e12b2d7b6b64f9d83669b173b 100644
--- a/tests/spm_dist_norm_tests.c
+++ b/tests/spm_dist_norm_tests.c
@@ -4,10 +4,10 @@
  *
  * Tests and validate the spm_norm routines.
  *
- * @copyright 2015-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @author Tony Delarue
diff --git a/tests/spm_dof_expand_tests.c b/tests/spm_dof_expand_tests.c
index d49612e0731dbf289800448f7851c736b6a90aeb..a5a20afb8eec8bcac8c389a62fc0648149f1d03b 100644
--- a/tests/spm_dof_expand_tests.c
+++ b/tests/spm_dof_expand_tests.c
@@ -4,10 +4,10 @@
  *
  * Tests and validate the spmNorm routines when the spm_tests.hold constant and/or variadic dofs.
  *
- * @copyright 2015-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @date 2015-01-01
diff --git a/tests/spm_dof_matvec_tests.c b/tests/spm_dof_matvec_tests.c
index 5841ce0452096361e688e63223fce4c9a79eda99..25ef4632a3dc1bac88e0bfc9168b61485acc0ff8 100644
--- a/tests/spm_dof_matvec_tests.c
+++ b/tests/spm_dof_matvec_tests.c
@@ -4,10 +4,10 @@
  *
  * Tests and validate the spmMatVec routines when the spm_tests.hold constant and/or variadic dofs.
  *
- * @copyright 2015-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @date 2015-01-01
diff --git a/tests/spm_dof_norm_tests.c b/tests/spm_dof_norm_tests.c
index 8383fb326f1a5f181961c1c9b31a73df7247c183..09aea47ce94a63920adc21a254bfc26be14eb583 100644
--- a/tests/spm_dof_norm_tests.c
+++ b/tests/spm_dof_norm_tests.c
@@ -4,10 +4,10 @@
  *
  * Tests and validate the spm_norm routines when the spm_tests.hold constant and/or variadic dofs.
  *
- * @copyright 2015-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @date 2015-01-01
diff --git a/tests/spm_matvec_tests.c b/tests/spm_matvec_tests.c
index 84108b9b88bc2b2ff7ddb93c87bd424c2caa5c55..d9fdcc01d20c8b539be8cfe197f20898d7e9eecf 100644
--- a/tests/spm_matvec_tests.c
+++ b/tests/spm_matvec_tests.c
@@ -4,10 +4,10 @@
  *
  * Tests and validate the spm_matvec routines.
  *
- * @copyright 2015-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @date 2015-01-01
diff --git a/tests/spm_norm_tests.c b/tests/spm_norm_tests.c
index 415239044417931b1379d1f0300717b3911e95eb..0ccebb58649f0698b6d6ce0e5c2c3eaa566544a2 100644
--- a/tests/spm_norm_tests.c
+++ b/tests/spm_norm_tests.c
@@ -4,10 +4,10 @@
  *
  * Tests and validate the spm_norm routines.
  *
- * @copyright 2015-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @date 2015-01-01
diff --git a/tests/spm_tests.h b/tests/spm_tests.h
index 85dd17ab26f7f2bd503d492d906a5476f3e62ce6..6ad13b729655b83826ffbfd8f5931d4e543d5a39 100644
--- a/tests/spm_tests.h
+++ b/tests/spm_tests.h
@@ -4,7 +4,7 @@
  *
  * SParse Matrix package testings header.
  *
- * @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
  * @version 1.0.0
diff --git a/tests/validate_convert.sh b/tests/validate_convert.sh
index 45cac3bbf9bc12bcc16ad7622ef51dbba2ae3fb3..4b331ca0e7dee0fa6a4d3071f021e4b35fed410b 100755
--- a/tests/validate_convert.sh
+++ b/tests/validate_convert.sh
@@ -1,10 +1,10 @@
 #
 #  @file validate_convert.sh
 #
-#  @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#  @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 6.0.0
+#  @version 1.0.0
 #  @author Mathieu Faverge
 #  @date 2017-06-24
 #
diff --git a/tests/validate_expand.sh b/tests/validate_expand.sh
index b00e6141fa9958b0ec9d3d789ee22b9d6b1ad78a..6ae61965b2f40398141655769dc4e5c39afe5172 100755
--- a/tests/validate_expand.sh
+++ b/tests/validate_expand.sh
@@ -1,10 +1,10 @@
 #
 #  @file validate_expand.sh
 #
-#  @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#  @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 6.0.0
+#  @version 1.0.0
 #  @author Mathieu Faverge
 #  @date 2017-06-24
 #
diff --git a/tests/z_spm_tests.c b/tests/z_spm_tests.c
index c53a0900c9c845312b8f437c1456d24b152c6b0f..2d4abfef2e742d9c43f9650c85fa2461c92b015c 100644
--- a/tests/z_spm_tests.c
+++ b/tests/z_spm_tests.c
@@ -4,10 +4,10 @@
  *
  * Tests and validate the spm_convert routines.
  *
- * @copyright 2015-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ * @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 6.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Theophile Terraz
  * @author Tony Delarue
diff --git a/tools/gen_wrappers.py b/tools/gen_wrappers.py
index 89b9c458f7a3209a8820cba3c21349dc4ade7d67..7bb3d79758a331284d79c0855a59b299345afdb9 100755
--- a/tools/gen_wrappers.py
+++ b/tools/gen_wrappers.py
@@ -10,7 +10,7 @@
  @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.1.0
+ @version 1.0.0
  @author Pierre Ramet
  @author Mathieu Faverge
  @date 2020-01-21
diff --git a/tools/spm_env.sh.in b/tools/spm_env.sh.in
index 1ae1a3813e0cf805866a2bc7a4db061d4661174b..33d71c17da8c495f4d76d9b61c67e40db6602f8d 100644
--- a/tools/spm_env.sh.in
+++ b/tools/spm_env.sh.in
@@ -1,10 +1,10 @@
 #
 #  @file spm_env.sh
 #
-#  @copyright 2016-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#  @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 6.0.0
+#  @version 1.0.0
 #  @author Mathieu Faverge
 #  @date 2017-06-24
 #
diff --git a/tools/spmf.pc.in b/tools/spmf.pc.in
index c368a6d7fb3371d6a3303a931b9bc0ea2b119484..4901745f9022b7fedc8bc7769d9f64e1b607eafe 100644
--- a/tools/spmf.pc.in
+++ b/tools/spmf.pc.in
@@ -1,7 +1,7 @@
 #
 #  @file spmf.pc
 #
-#  @copyright 2016-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#  @copyright 2016-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
 #  @version 1.0.0
diff --git a/tools/wrappers/__init__.py b/tools/wrappers/__init__.py
index 9b57736398d1439cd2cda53eb74d179b1ec82bec..ffc3d1bae64d86942a4d3e1a4f965a3e911c3a56 100644
--- a/tools/wrappers/__init__.py
+++ b/tools/wrappers/__init__.py
@@ -9,7 +9,7 @@ Wrappers
  @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.1.0
+ @version 1.0.0
  @author Mathieu Faverge
  @date 2019-11-12
 
diff --git a/tools/wrappers/wrap_fortran.py b/tools/wrappers/wrap_fortran.py
index 805b33ae6639dae9438e8afdf629aaf5fc8fbaaa..68859f997e9b0b0d14b0327ee74d5ac027ba6314 100644
--- a/tools/wrappers/wrap_fortran.py
+++ b/tools/wrappers/wrap_fortran.py
@@ -10,7 +10,7 @@ Wrapper Fortran 90
  @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.3
+ @version 1.0.0
  @author Mathieu Faverge
  @date 2019-12-05
 
@@ -141,7 +141,7 @@ class wrap_fortran:
 ! @copyright 2017-''' + time.strftime( "%Y" ) + ''' Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 6.0.3
+! @version 1.0.0
 ! @author Mathieu Faverge
 ! @date ''' + time.strftime( "%Y-%m-%d" ) + '''
 !
diff --git a/tools/wrappers/wrap_julia.py b/tools/wrappers/wrap_julia.py
index b4dc34239d1645b1799fef22c172817734b044f1..5f531acbd1ca8a0d5b70ab82bc39bbe4d0cdd62e 100644
--- a/tools/wrappers/wrap_julia.py
+++ b/tools/wrappers/wrap_julia.py
@@ -10,7 +10,7 @@ Wrapper Julia
  @copyright 2019-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.0
+ @version 1.0.0
  @author Mathieu Faverge
  @author Selmane LEBDAOUI
  @date 2020-06-18
@@ -102,7 +102,7 @@ class wrap_julia:
  @copyright 2020-''' + time.strftime( "%Y" ) + ''' Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.0
+ @version 1.0.0
  @author Mathieu Faverge
  @author Lebdaoui selmane
  @date ''' + time.strftime( "%Y-%m-%d" ) + '''
diff --git a/tools/wrappers/wrap_python.py b/tools/wrappers/wrap_python.py
index b1656ef7c06b3eb88ddc0f5a81e3459352109baa..944437e4b5ca921667e5a0ff53ec710419e5dc6a 100644
--- a/tools/wrappers/wrap_python.py
+++ b/tools/wrappers/wrap_python.py
@@ -10,7 +10,7 @@ Wrapper Python
  @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.3
+ @version 1.0.0
  @author Mathieu Faverge
  @date 2019-12-05
 
@@ -138,7 +138,7 @@ class wrap_python:
  @copyright 2017-''' + time.strftime( "%Y" ) + ''' Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.3
+ @version 1.0.0
  @author Pierre Ramet
  @author Mathieu Faverge
  @author Louis Poirel
diff --git a/wrappers/CMakeLists.txt b/wrappers/CMakeLists.txt
index 4e4dc3935f898afbb9c6992b0586ade68ec12e82..a6ad31873ef1f4082eba96d58368df34e1967d33 100644
--- a/wrappers/CMakeLists.txt
+++ b/wrappers/CMakeLists.txt
@@ -3,7 +3,7 @@
 #  @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 6.1.0
+#  @version 1.0.0
 #  @author Mathieu Faverge
 #  @date 2020-01-29
 #
diff --git a/wrappers/fortran90/CMakeLists.txt b/wrappers/fortran90/CMakeLists.txt
index f968fa905a420cc8a85a6be627484fdc3c06ce3c..92fcec091fbc888134bea2b743539e992713a94a 100644
--- a/wrappers/fortran90/CMakeLists.txt
+++ b/wrappers/fortran90/CMakeLists.txt
@@ -1,9 +1,9 @@
 ###
 #
-#  @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#  @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 6.0.0
+#  @version 1.0.0
 #  @author Mathieu Faverge
 #  @date 2017-05-22
 #
diff --git a/wrappers/fortran90/examples/spm_driver.F90 b/wrappers/fortran90/examples/spm_driver.F90
index a6f8a36deaa08e8748b269710b81af26f45e7f49..63e61dd0823ddfa008e1ff482b3744529a3517f5 100644
--- a/wrappers/fortran90/examples/spm_driver.F90
+++ b/wrappers/fortran90/examples/spm_driver.F90
@@ -3,10 +3,10 @@
 !
 ! Fortran 90 example using a matrix read with the spm driver.
 !
-! @copyright 2017-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+! @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 6.0.0
+! @version 1.0.0
 ! @author Mathieu Faverge
 ! @date 2017-01-01
 !
diff --git a/wrappers/fortran90/examples/spm_user.F90 b/wrappers/fortran90/examples/spm_user.F90
index c035108d4c497eb8859a4b805e501cf3921e5171..cb01cfa1fbed548c38bc9f80d34ce65213b0e91a 100644
--- a/wrappers/fortran90/examples/spm_user.F90
+++ b/wrappers/fortran90/examples/spm_user.F90
@@ -3,10 +3,10 @@
 !
 ! Fortran 90 example using a laplacian matrix.
 !
-! @copyright 2015-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+! @copyright 2015-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 6.0.0
+! @version 1.0.0
 ! @author Mathieu Faverge
 ! @date 2017-01-01
 !
diff --git a/wrappers/fortran90/src/spm_enums.F90 b/wrappers/fortran90/src/spm_enums.F90
index 03a480db2c5ef208d9aafe79e54ca1cfdd84bb63..82d526f5a33ef36f6e13668ef0519853e4555db8 100644
--- a/wrappers/fortran90/src/spm_enums.F90
+++ b/wrappers/fortran90/src/spm_enums.F90
@@ -7,7 +7,7 @@
 ! @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 6.0.3
+! @version 1.0.0
 ! @author Mathieu Faverge
 ! @date 2020-07-15
 !
diff --git a/wrappers/fortran90/src/spmf.f90 b/wrappers/fortran90/src/spmf.f90
index 44c3677ef045af46e1995e318d8af14e566fef4a..9782f3f47e67f7137440f3a2b7457ba7c8d2e7d6 100644
--- a/wrappers/fortran90/src/spmf.f90
+++ b/wrappers/fortran90/src/spmf.f90
@@ -7,7 +7,7 @@
 ! @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 !                      Univ. Bordeaux. All rights reserved.
 !
-! @version 6.0.3
+! @version 1.0.0
 ! @author Mathieu Faverge
 ! @date 2020-07-15
 !
diff --git a/wrappers/julia/CMakeLists.txt b/wrappers/julia/CMakeLists.txt
index 8b9720f2f9e13eadf67126038f3e2ec9113441c1..7e7e6f0a706cb3cce54d5a09528cd0d3b7a79407 100644
--- a/wrappers/julia/CMakeLists.txt
+++ b/wrappers/julia/CMakeLists.txt
@@ -3,7 +3,7 @@
 #  @copyright 2019-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 6.0.0
+#  @version 1.0.0
 #  @author Mathieu Faverge
 #  @author Selmane Lebdaoui
 #  @date 2020-07-15
diff --git a/wrappers/julia/spm/src/spm.jl b/wrappers/julia/spm/src/spm.jl
index 8a2f1676d8b911e90139f232a54fd7683a248b88..acb5d144cf320828aecdb167ffd7270182730731 100644
--- a/wrappers/julia/spm/src/spm.jl
+++ b/wrappers/julia/spm/src/spm.jl
@@ -7,7 +7,7 @@
  @copyright 2020-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.0
+ @version 1.0.0
  @author Mathieu Faverge
  @author Lebdaoui selmane
  @date 2020-07-15
diff --git a/wrappers/julia/spm/src/spm_enums.jl.in b/wrappers/julia/spm/src/spm_enums.jl.in
index 71e5bca12075445e8e2163a2885c897ad6aa200b..dc066d7f5707252ef59519ad9f95962f94563185 100644
--- a/wrappers/julia/spm/src/spm_enums.jl.in
+++ b/wrappers/julia/spm/src/spm_enums.jl.in
@@ -7,7 +7,7 @@
  @copyright 2020-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.0
+ @version 1.0.0
  @author Mathieu Faverge
  @author Lebdaoui selmane
  @date 2020-07-15
diff --git a/wrappers/julia/spm_driver.jl b/wrappers/julia/spm_driver.jl
index 71b64fde183a92346df21aa70980858f208f8625..491c621aa678079286163c11b2cd259746265874 100755
--- a/wrappers/julia/spm_driver.jl
+++ b/wrappers/julia/spm_driver.jl
@@ -7,7 +7,7 @@
   @copyright 2019-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                        Univ. Bordeaux. All rights reserved.
 
-  @version 6.0.0
+  @version 1.0.0
   @author Mathieu Faverge
   @author Selmane Lebdaoui
   @date 2020-06-15
diff --git a/wrappers/julia/spm_user.jl b/wrappers/julia/spm_user.jl
index 98282a87400e5e4caf02a7a58a2fdd851f76d87f..c5d4d756e088b1d59c6da1e23fc75270b91f538d 100755
--- a/wrappers/julia/spm_user.jl
+++ b/wrappers/julia/spm_user.jl
@@ -7,7 +7,7 @@
   @copyright 2019-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                        Univ. Bordeaux. All rights reserved.
 
-  @version 6.0.0
+  @version 1.0.0
   @author Mathieu Faverge
   @author Selmane Lebdaoui
   @date 2020-06-27
diff --git a/wrappers/python/CMakeLists.txt b/wrappers/python/CMakeLists.txt
index c5853782765fa123cbe5c7ba76b3820903c90a08..7c6b2995c1c9808b58455ca0a76f7f029049660e 100644
--- a/wrappers/python/CMakeLists.txt
+++ b/wrappers/python/CMakeLists.txt
@@ -3,7 +3,7 @@
 #  @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                       Univ. Bordeaux. All rights reserved.
 #
-#  @version 6.0.3
+#  @version 1.0.0
 #  @author Mathieu Faverge
 #  @date 2019-12-04
 #
diff --git a/wrappers/python/spm/__init__.py b/wrappers/python/spm/__init__.py
index d235bf946c21b62328ffc5631c368033a5dbd34f..c115630b2762727f3e03e2c65a77270a50fe0c92 100644
--- a/wrappers/python/spm/__init__.py
+++ b/wrappers/python/spm/__init__.py
@@ -3,10 +3,10 @@
 #
 # SParse Matrix package python module intialization
 #
-# @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+# @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
 #                      Univ. Bordeaux. All rights reserved.
 #
-# @version 6.0.0
+# @version 1.0.0
 # @author Pierre Ramet
 # @author Mathieu Faverge
 # @author Louis Poirel
diff --git a/wrappers/python/spm/__spm__.py b/wrappers/python/spm/__spm__.py
index 421aee431a7e433c5cde465b20fd5a4f1c52cd12..3da7cc7634bceacb04738f4eb88d806629b144ee 100644
--- a/wrappers/python/spm/__spm__.py
+++ b/wrappers/python/spm/__spm__.py
@@ -7,7 +7,7 @@
  @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.3
+ @version 1.0.0
  @author Pierre Ramet
  @author Mathieu Faverge
  @author Louis Poirel
diff --git a/wrappers/python/spm/enum.py.in b/wrappers/python/spm/enum.py.in
index 988699d4b03ff5547f090f0542843f25d59a6c7a..eee1f1feb1be7d8e5e5528ed50f9d6f1e7b938c3 100644
--- a/wrappers/python/spm/enum.py.in
+++ b/wrappers/python/spm/enum.py.in
@@ -7,7 +7,7 @@
  @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.3
+ @version 1.0.0
  @author Pierre Ramet
  @author Mathieu Faverge
  @author Louis Poirel
diff --git a/wrappers/python/spm/spm.py b/wrappers/python/spm/spm.py
index fb502da651ef5edafd691b5c9a13289ba8f7e916..0f76de002946c438d0726edca320e2523099a5e9 100644
--- a/wrappers/python/spm/spm.py
+++ b/wrappers/python/spm/spm.py
@@ -3,10 +3,10 @@
 
  SPM python wrapper
 
- @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.0
+ @version 1.0.0
  @author Pierre Ramet
  @author Mathieu Faverge
  @date 2017-05-04
diff --git a/wrappers/python/spm_driver.py b/wrappers/python/spm_driver.py
index eb06c7818fec035ac7562160849daa632ed7e07e..c973c4cc5ca7e4339bdb27da8dde0a311bb7d549 100755
--- a/wrappers/python/spm_driver.py
+++ b/wrappers/python/spm_driver.py
@@ -4,10 +4,10 @@
 
  SPM example to generate a sparse matrix from the spm drivers
 
- @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.0
+ @version 1.0.0
  @author Pierre Ramet
  @author Mathieu Faverge
  @author Louis Poirel
diff --git a/wrappers/python/spm_scipy.py b/wrappers/python/spm_scipy.py
index d21672380e90a4db5108111a7262e7bcba3d0675..6d735ab0c58ca69abdc81aeef393ae659896917f 100755
--- a/wrappers/python/spm_scipy.py
+++ b/wrappers/python/spm_scipy.py
@@ -4,10 +4,10 @@
 
  SPM example to geneate a sparse matrix from Scipy to SPM
 
- @copyright 2017-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ @copyright 2017-2020 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
                       Univ. Bordeaux. All rights reserved.
 
- @version 6.0.0
+ @version 1.0.0
  @author Pierre Ramet
  @author Mathieu Faverge
  @author Louis Poirel