From a982daa8b0885431cac65dd7f0a8a59b56c5749b Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Fri, 14 Feb 2025 16:03:57 +0100
Subject: [PATCH] Cleanup authors list by adding misisng authors

---
 cmake_modules/PrintOpts.cmake                     | 1 +
 compute/pzcesca.c                                 | 1 +
 compute/pzgemm.c                                  | 1 +
 compute/pzgenm2.c                                 | 1 +
 compute/pzgepdf_qdwh.c                            | 1 +
 compute/pzgered.c                                 | 1 +
 compute/pzgetrf_nopiv.c                           | 1 +
 compute/pzgram.c                                  | 1 +
 compute/pzhemm.c                                  | 1 +
 compute/pzhered.c                                 | 1 +
 compute/pzhetrd_he2hb.c                           | 1 +
 compute/pzlange.c                                 | 1 +
 compute/pzlansy.c                                 | 1 +
 compute/pzlatms.c                                 | 1 +
 compute/pzsymm.c                                  | 1 +
 compute/zcesca.c                                  | 1 +
 compute/zgemm.c                                   | 1 +
 compute/zgetrf.c                                  | 1 +
 compute/zgetrf_nopiv.c                            | 1 +
 compute/zgram.c                                   | 1 +
 compute/zhemm.c                                   | 1 +
 compute/zhetrd.c                                  | 1 +
 compute/zpoinv.c                                  | 1 +
 compute/zsymm.c                                   | 1 +
 control/compute_z.h                               | 1 +
 control/descriptor.c                              | 1 +
 control/descriptor.h                              | 1 +
 control/descriptor_helpers.c                      | 2 ++
 coreblas/CMakeLists.txt                           | 1 +
 coreblas/compute/CMakeLists.txt                   | 1 +
 coreblas/compute/core_zgeadd.c                    | 1 +
 coreblas/compute/core_ztile.c                     | 1 +
 coreblas/compute/core_ztile_empty.c               | 1 +
 coreblas/include/CMakeLists.txt                   | 1 +
 coreblas/include/coreblas/hmat.h                  | 1 +
 example/lapack_to_chameleon/step3.h               | 1 +
 gpuhipblas/compute/hip_ztrmm.c                    | 2 ++
 include/chameleon/constants.h                     | 1 +
 include/chameleon/descriptor_helpers.h            | 1 +
 include/chameleon/struct.h                        | 1 +
 runtime/openmp/codelets/codelet_ipiv.c            | 1 +
 runtime/openmp/codelets/codelet_map.c             | 1 +
 runtime/openmp/codelets/codelet_zgetrf_blocked.c  | 1 +
 runtime/openmp/codelets/codelet_zgetrf_percol.c   | 1 +
 runtime/openmp/control/runtime_descriptor.c       | 1 +
 runtime/parsec/codelets/codelet_ipiv.c            | 1 +
 runtime/parsec/codelets/codelet_zgetrf_blocked.c  | 1 +
 runtime/parsec/codelets/codelet_zgetrf_percol.c   | 1 +
 runtime/parsec/control/runtime_descriptor.c       | 1 +
 runtime/quark/codelets/codelet_ipiv.c             | 1 +
 runtime/quark/codelets/codelet_zgetrf_blocked.c   | 1 +
 runtime/quark/codelets/codelet_zgetrf_percol.c    | 1 +
 runtime/starpu/CMakeLists.txt                     | 1 +
 runtime/starpu/codelets/codelet_gemmex.c          | 1 +
 runtime/starpu/codelets/codelet_zgersum.c         | 1 +
 runtime/starpu/codelets/codelet_zipiv_allreduce.c | 1 +
 runtime/starpu/codelets/codelet_zlaswp.c          | 1 +
 runtime/starpu/codelets/codelet_zperm_allreduce.c | 1 +
 runtime/starpu/control/runtime_descriptor_ipiv.c  | 1 +
 runtime/starpu/control/runtime_workspace.c        | 1 +
 runtime/starpu/include/chameleon_starpu.h.in      | 1 +
 runtime/starpu/include/runtime_codelets.h         | 1 +
 testing/CMakeLists.txt                            | 1 +
 testing/testing_zcheck_qr_lq.c                    | 1 +
 testing/testing_zgepdf_qr.c                       | 1 +
 testing/testing_zgetrf.c                          | 1 +
 testing/testings.c                                | 1 +
 testing/values.c                                  | 2 ++
 testing/vendor_ztesting.c                         | 1 +
 69 files changed, 72 insertions(+)

diff --git a/cmake_modules/PrintOpts.cmake b/cmake_modules/PrintOpts.cmake
index 8b46d4bcc..472c42f73 100644
--- a/cmake_modules/PrintOpts.cmake
+++ b/cmake_modules/PrintOpts.cmake
@@ -21,6 +21,7 @@
 #  @author Florent Pruvost
 #  @author Mathieu Faverge
 #  @author Loris Lucido
+#  @author Abel Calluaud
 #  @date 2024-03-27
 #
 ###
diff --git a/compute/pzcesca.c b/compute/pzcesca.c
index 548a5f68d..86ddf39ec 100644
--- a/compute/pzcesca.c
+++ b/compute/pzcesca.c
@@ -11,6 +11,7 @@
  *
  * @version 1.3.0
  * @author Florent Pruvost
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> s d c z
  *
diff --git a/compute/pzgemm.c b/compute/pzgemm.c
index 2f842abe0..9327fcdc4 100644
--- a/compute/pzgemm.c
+++ b/compute/pzgemm.c
@@ -19,6 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Alycia Lisito
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzgenm2.c b/compute/pzgenm2.c
index 1ee6d7cab..cd1f160de 100644
--- a/compute/pzgenm2.c
+++ b/compute/pzgenm2.c
@@ -17,6 +17,7 @@
  * @author Dalal Sukkari
  * @author Alycia Lisito
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzgepdf_qdwh.c b/compute/pzgepdf_qdwh.c
index 987a4749f..7b5e695c0 100644
--- a/compute/pzgepdf_qdwh.c
+++ b/compute/pzgepdf_qdwh.c
@@ -15,6 +15,7 @@
  * @author Mathieu Faverge
  * @author Hatem Ltaief
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2024-11-13
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzgered.c b/compute/pzgered.c
index 424dd3d02..1e70241b2 100644
--- a/compute/pzgered.c
+++ b/compute/pzgered.c
@@ -14,6 +14,7 @@
  * @version 1.3.0
  * @author Mathieu Faverge
  * @author Ana Hourcau
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> z d
  *
diff --git a/compute/pzgetrf_nopiv.c b/compute/pzgetrf_nopiv.c
index 706330cad..2aca446e5 100644
--- a/compute/pzgetrf_nopiv.c
+++ b/compute/pzgetrf_nopiv.c
@@ -20,6 +20,7 @@
  * @author Samuel Thibault
  * @author Terry Cojean
  * @author Matthieu Kuhn
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzgram.c b/compute/pzgram.c
index 5574e058a..362a0f8ed 100644
--- a/compute/pzgram.c
+++ b/compute/pzgram.c
@@ -12,6 +12,7 @@
  * @version 1.3.0
  * @author Mathieu Faverge
  * @author Florent Pruvost
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> s d c z
  *
diff --git a/compute/pzhemm.c b/compute/pzhemm.c
index ed31866b8..1f3c85440 100644
--- a/compute/pzhemm.c
+++ b/compute/pzhemm.c
@@ -19,6 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Alycia Lisito
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> c
  *
diff --git a/compute/pzhered.c b/compute/pzhered.c
index 70fa8faaf..e5666144d 100644
--- a/compute/pzhered.c
+++ b/compute/pzhered.c
@@ -14,6 +14,7 @@
  * @version 1.3.0
  * @author Mathieu Faverge
  * @author Ana Hourcau
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> z d
  *
diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c
index 3d9675966..3a6dfc529 100644
--- a/compute/pzhetrd_he2hb.c
+++ b/compute/pzhetrd_he2hb.c
@@ -18,6 +18,7 @@
  * @author Samuel Thibault
  * @author Alycia Lisito
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzlange.c b/compute/pzlange.c
index 12774579e..cf17ae7f9 100644
--- a/compute/pzlange.c
+++ b/compute/pzlange.c
@@ -19,6 +19,7 @@
  * @author Florent Pruvost
  * @author Alycia Lisito
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzlansy.c b/compute/pzlansy.c
index 8d075c5c3..e1f26ef00 100644
--- a/compute/pzlansy.c
+++ b/compute/pzlansy.c
@@ -19,6 +19,7 @@
  * @author Florent Pruvost
  * @author Alycia Lisito
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> c d s
  *
diff --git a/compute/pzlatms.c b/compute/pzlatms.c
index edf0112a5..9351eb628 100644
--- a/compute/pzlatms.c
+++ b/compute/pzlatms.c
@@ -13,6 +13,7 @@
  * @version 1.3.0
  * @author Mathieu Faverge
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2025-01-29
  * @precisions normal z -> s d c
  *
diff --git a/compute/pzsymm.c b/compute/pzsymm.c
index b531b90c8..8ce1a8a9e 100644
--- a/compute/pzsymm.c
+++ b/compute/pzsymm.c
@@ -20,6 +20,7 @@
  * @author Florent Pruvost
  * @author Alycia Lisito
  * @author Romain Peressoni
+ * @author Pierre Esterie
  * @date 2025-01-24
  * @precisions normal z -> s d c
  *
diff --git a/compute/zcesca.c b/compute/zcesca.c
index 4b16d4dd5..6de6b6a75 100644
--- a/compute/zcesca.c
+++ b/compute/zcesca.c
@@ -12,6 +12,7 @@
  * @version 1.3.0
  * @author Florent Pruvost
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2024-11-13
  * @precisions normal z -> s d c z
  *
diff --git a/compute/zgemm.c b/compute/zgemm.c
index 75a0a0efa..f0fc5c1e1 100644
--- a/compute/zgemm.c
+++ b/compute/zgemm.c
@@ -19,6 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2024-11-13
  * @precisions normal z -> s d c
  *
diff --git a/compute/zgetrf.c b/compute/zgetrf.c
index d2554e4a2..169d038b5 100644
--- a/compute/zgetrf.c
+++ b/compute/zgetrf.c
@@ -21,6 +21,7 @@
  * @author Lionel Eyraud-Dubois
  * @author Alycia Lisito
  * @author Xavier Lacoste
+ * @author Pierre Esterie
  * @date 2024-12-09
  *
  * @precisions normal z -> s d c
diff --git a/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c
index 62155d808..f387d2abb 100644
--- a/compute/zgetrf_nopiv.c
+++ b/compute/zgetrf_nopiv.c
@@ -19,6 +19,7 @@
  * @author Florent Pruvost
  * @author Alycia Lisito
  * @author Matthieu Kuhn
+ * @author Pierre Esterie
  * @date 2024-11-13
  *
  * @precisions normal z -> s d c
diff --git a/compute/zgram.c b/compute/zgram.c
index 7dc56f889..8b67d1792 100644
--- a/compute/zgram.c
+++ b/compute/zgram.c
@@ -14,6 +14,7 @@
  * @author Florent Pruvost
  * @author Philippe Swartvagher
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2024-11-13
  * @precisions normal z -> s d c z
  *
diff --git a/compute/zhemm.c b/compute/zhemm.c
index ce549166b..143eb89b3 100644
--- a/compute/zhemm.c
+++ b/compute/zhemm.c
@@ -19,6 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2024-11-13
  * @precisions normal z -> c
  *
diff --git a/compute/zhetrd.c b/compute/zhetrd.c
index 888597bc2..5901c39ac 100644
--- a/compute/zhetrd.c
+++ b/compute/zhetrd.c
@@ -17,6 +17,7 @@
  * @author Gregoire Pichon
  * @author Mathieu Faverge
  * @author Raphael Boucherie
+ * @author Pierre Esterie
  * @date 2024-11-13
  * @precisions normal z -> s d c
  *
diff --git a/compute/zpoinv.c b/compute/zpoinv.c
index 8c30d9f87..cd105ca30 100644
--- a/compute/zpoinv.c
+++ b/compute/zpoinv.c
@@ -13,6 +13,7 @@
  *
  * @version 1.3.0
  * @author Alycia Lisito
+ * @author Eyraud-Dubois Lionel
  * @date 2024-02-18
  * @precisions normal z -> s d c
  *
diff --git a/compute/zsymm.c b/compute/zsymm.c
index c08b965d8..a4b911e55 100644
--- a/compute/zsymm.c
+++ b/compute/zsymm.c
@@ -19,6 +19,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2024-11-13
  * @precisions normal z -> s d c
  *
diff --git a/control/compute_z.h b/control/compute_z.h
index 2136af105..812af3dce 100644
--- a/control/compute_z.h
+++ b/control/compute_z.h
@@ -23,6 +23,7 @@
  * @author Matthieu Kuhn
  * @author Lionel Eyraud-Dubois
  * @author Ana Hourcau
+ * @author Pierre Esterie
  * @date 2024-12-09
  * @precisions normal z -> c d s
  *
diff --git a/control/descriptor.c b/control/descriptor.c
index 753ce3cfd..b967c5419 100644
--- a/control/descriptor.c
+++ b/control/descriptor.c
@@ -19,6 +19,7 @@
  * @author Raphael Boucherie
  * @author Samuel Thibault
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2025-01-29
  *
  ***
diff --git a/control/descriptor.h b/control/descriptor.h
index 3c2a184cd..1da764ee6 100644
--- a/control/descriptor.h
+++ b/control/descriptor.h
@@ -21,6 +21,7 @@
  * @author Samuel Thibault
  * @author Lionel Eyraud-Dubois
  * @author Alycia Lisito
+ * @author Pierre Esterie
  * @date 2024-11-13
  *
  */
diff --git a/control/descriptor_helpers.c b/control/descriptor_helpers.c
index 032aa78d8..59c8a691c 100644
--- a/control/descriptor_helpers.c
+++ b/control/descriptor_helpers.c
@@ -19,6 +19,8 @@
  * @author Raphael Boucherie
  * @author Samuel Thibault
  * @author Lionel Eyraud-Dubois
+ * @author Alycia Lisito
+ * @author Pierre Esterie
  * @date 2024-11-13
  *
  ***
diff --git a/coreblas/CMakeLists.txt b/coreblas/CMakeLists.txt
index 27dd37199..fcb85e2e7 100644
--- a/coreblas/CMakeLists.txt
+++ b/coreblas/CMakeLists.txt
@@ -22,6 +22,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
+#  @author Abel Calluaud
 #  @date 2024-03-27
 #
 ###
diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt
index 3be0c6d38..538598c8f 100644
--- a/coreblas/compute/CMakeLists.txt
+++ b/coreblas/compute/CMakeLists.txt
@@ -24,6 +24,7 @@
 #  @author Florent Pruvost
 #  @author Guillaume Sylvand
 #  @author Matthieu Kuhn
+#  @author Abel Calluaud
 #  @date 2024-03-27
 #
 ###
diff --git a/coreblas/compute/core_zgeadd.c b/coreblas/compute/core_zgeadd.c
index 89e1e4b43..5cdadaaa1 100644
--- a/coreblas/compute/core_zgeadd.c
+++ b/coreblas/compute/core_zgeadd.c
@@ -17,6 +17,7 @@
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
  * @author Florent Pruvost
+ * @author Nicolas Brieuc
  * @date 2024-11-26
  * @precisions normal z -> c d s
  *
diff --git a/coreblas/compute/core_ztile.c b/coreblas/compute/core_ztile.c
index 4deec716f..b5fa13d62 100644
--- a/coreblas/compute/core_ztile.c
+++ b/coreblas/compute/core_ztile.c
@@ -13,6 +13,7 @@
  * @author Mathieu Faverge
  * @author Florent Pruvost
  * @author Alycia Lisito
+ * @author Abel Calluaud
  * @date 2024-12-09
  * @precisions normal z -> c d s
  *
diff --git a/coreblas/compute/core_ztile_empty.c b/coreblas/compute/core_ztile_empty.c
index f86248189..9c6535d7d 100644
--- a/coreblas/compute/core_ztile_empty.c
+++ b/coreblas/compute/core_ztile_empty.c
@@ -12,6 +12,7 @@
  * @version 1.3.0
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Abel Calluaud
  * @date 2024-03-27
  * @precisions normal z -> c d s
  *
diff --git a/coreblas/include/CMakeLists.txt b/coreblas/include/CMakeLists.txt
index 33aafa025..4869f342f 100644
--- a/coreblas/include/CMakeLists.txt
+++ b/coreblas/include/CMakeLists.txt
@@ -22,6 +22,7 @@
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
+#  @author Abel Calluaud
 #  @date 2024-03-27
 #
 ###
diff --git a/coreblas/include/coreblas/hmat.h b/coreblas/include/coreblas/hmat.h
index cb53ad49e..bdd874b7d 100644
--- a/coreblas/include/coreblas/hmat.h
+++ b/coreblas/include/coreblas/hmat.h
@@ -14,6 +14,7 @@
  * @version 1.3.0
  * @author Rocio Carratala-Saez
  * @author Mathieu Faverge
+ * @author Abel Calluaud
  * @date 2024-03-27
  *
  */
diff --git a/example/lapack_to_chameleon/step3.h b/example/lapack_to_chameleon/step3.h
index de6e7a56f..b5a2e667d 100644
--- a/example/lapack_to_chameleon/step3.h
+++ b/example/lapack_to_chameleon/step3.h
@@ -14,6 +14,7 @@
  * @version 1.3.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
+ * @author Pierre Esterie
  * @date 2025-01-29
  *
  */
diff --git a/gpuhipblas/compute/hip_ztrmm.c b/gpuhipblas/compute/hip_ztrmm.c
index 3fd918bb7..62c25474f 100644
--- a/gpuhipblas/compute/hip_ztrmm.c
+++ b/gpuhipblas/compute/hip_ztrmm.c
@@ -15,6 +15,8 @@
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @author Loris Lucido
+ * @author Matthieu Kuhn
+ * @author Xavier Lacoste
  * @date 2024-04-24
  * @precisions normal z -> c d s
  *
diff --git a/include/chameleon/constants.h b/include/chameleon/constants.h
index 671a0f6f6..183e77b5e 100644
--- a/include/chameleon/constants.h
+++ b/include/chameleon/constants.h
@@ -19,6 +19,7 @@
  * @author Alycia Lisito
  * @author Terry Cojean
  * @author Matthieu Kuhn
+ * @author Brieuc Nicolas
  * @date 2025-01-24
  *
  */
diff --git a/include/chameleon/descriptor_helpers.h b/include/chameleon/descriptor_helpers.h
index 435247948..0e5e5d5f1 100644
--- a/include/chameleon/descriptor_helpers.h
+++ b/include/chameleon/descriptor_helpers.h
@@ -20,6 +20,7 @@
  * @author Raphael Boucherie
  * @author Samuel Thibault
  * @author Lionel Eyraud-Dubois
+ * @author Alycia Lisito
  * @date 2025-01-24
  *
  * @addtogroup chameleon_descriptors
diff --git a/include/chameleon/struct.h b/include/chameleon/struct.h
index 1c3384bf4..c1d3d3a10 100644
--- a/include/chameleon/struct.h
+++ b/include/chameleon/struct.h
@@ -19,6 +19,7 @@
  * @author Samuel Thibault
  * @author Matthieu Kuhn
  * @author Lionel Eyraud-Dubois
+ * @author Pierre Esterie
  * @date 2025-01-24
  *
  */
diff --git a/runtime/openmp/codelets/codelet_ipiv.c b/runtime/openmp/codelets/codelet_ipiv.c
index 78229da06..c21d13280 100644
--- a/runtime/openmp/codelets/codelet_ipiv.c
+++ b/runtime/openmp/codelets/codelet_ipiv.c
@@ -12,6 +12,7 @@
  * @version 1.3.0
  * @author Mathieu Faverge
  * @author Matthieu Kuhn
+ * @author Alycia Lisito
  * @date 2024-08-29
  *
  */
diff --git a/runtime/openmp/codelets/codelet_map.c b/runtime/openmp/codelets/codelet_map.c
index 6f1391f38..5ea20165f 100644
--- a/runtime/openmp/codelets/codelet_map.c
+++ b/runtime/openmp/codelets/codelet_map.c
@@ -11,6 +11,7 @@
  *
  * @version 1.3.0
  * @author Mathieu Faverge
+ * @author Philippe Virouleau
  * @date 2024-03-14
  *
  */
diff --git a/runtime/openmp/codelets/codelet_zgetrf_blocked.c b/runtime/openmp/codelets/codelet_zgetrf_blocked.c
index aec7ab42b..399a557a4 100644
--- a/runtime/openmp/codelets/codelet_zgetrf_blocked.c
+++ b/runtime/openmp/codelets/codelet_zgetrf_blocked.c
@@ -13,6 +13,7 @@
  * @comment Codelets to perform panel factorization with partial pivoting
  *
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2024-03-29
  * @precisions normal z -> c d s
  *
diff --git a/runtime/openmp/codelets/codelet_zgetrf_percol.c b/runtime/openmp/codelets/codelet_zgetrf_percol.c
index a492268e9..6a1d2f663 100644
--- a/runtime/openmp/codelets/codelet_zgetrf_percol.c
+++ b/runtime/openmp/codelets/codelet_zgetrf_percol.c
@@ -14,6 +14,7 @@
  *
  * @author Mathieu Faverge
  * @author Matthieu Kuhn
+ * @author Alycia Lisito
  * @date 2024-03-29
  * @precisions normal z -> c d s
  *
diff --git a/runtime/openmp/control/runtime_descriptor.c b/runtime/openmp/control/runtime_descriptor.c
index ac97dd928..18b490378 100644
--- a/runtime/openmp/control/runtime_descriptor.c
+++ b/runtime/openmp/control/runtime_descriptor.c
@@ -16,6 +16,7 @@
  * @author Cedric Castagnede
  * @author Philippe Virouleau
  * @author Mathieu Faverge
+ * @author Florent Pruvost
  * @date 2024-03-16
  *
  */
diff --git a/runtime/parsec/codelets/codelet_ipiv.c b/runtime/parsec/codelets/codelet_ipiv.c
index 56af95434..e111c1e95 100644
--- a/runtime/parsec/codelets/codelet_ipiv.c
+++ b/runtime/parsec/codelets/codelet_ipiv.c
@@ -12,6 +12,7 @@
  * @version 1.3.0
  * @author Mathieu Faverge
  * @author Matthieu Kuhn
+ * @author Alycia Lisito
  * @date 2024-08-29
  *
  */
diff --git a/runtime/parsec/codelets/codelet_zgetrf_blocked.c b/runtime/parsec/codelets/codelet_zgetrf_blocked.c
index da265d12c..812ab095e 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_blocked.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_blocked.c
@@ -13,6 +13,7 @@
  * @comment Codelets to perform panel factorization with partial pivoting
  *
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2024-03-29
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/codelets/codelet_zgetrf_percol.c b/runtime/parsec/codelets/codelet_zgetrf_percol.c
index c4b9ad89f..f7f5d0205 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_percol.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_percol.c
@@ -14,6 +14,7 @@
  *
  * @author Mathieu Faverge
  * @author Matthieu Kuhn
+ * @author Alycia Lisito
  * @date 2024-03-29
  * @precisions normal z -> c d s
  *
diff --git a/runtime/parsec/control/runtime_descriptor.c b/runtime/parsec/control/runtime_descriptor.c
index 4856abd7c..245c0c85c 100644
--- a/runtime/parsec/control/runtime_descriptor.c
+++ b/runtime/parsec/control/runtime_descriptor.c
@@ -16,6 +16,7 @@
  * @author Mathieu Faverge
  * @author Guillaume Sylvand
  * @author Samuel Thibault
+ * @author Florent Pruvost
  * @date 2024-03-16
  *
  */
diff --git a/runtime/quark/codelets/codelet_ipiv.c b/runtime/quark/codelets/codelet_ipiv.c
index d0085c408..8075d0f8a 100644
--- a/runtime/quark/codelets/codelet_ipiv.c
+++ b/runtime/quark/codelets/codelet_ipiv.c
@@ -12,6 +12,7 @@
  * @version 1.3.0
  * @author Mathieu Faverge
  * @author Matthieu Kuhn
+ * @author Alycia Lisito
  * @date 2024-08-29
  *
  */
diff --git a/runtime/quark/codelets/codelet_zgetrf_blocked.c b/runtime/quark/codelets/codelet_zgetrf_blocked.c
index 26c42e629..d3e102970 100644
--- a/runtime/quark/codelets/codelet_zgetrf_blocked.c
+++ b/runtime/quark/codelets/codelet_zgetrf_blocked.c
@@ -13,6 +13,7 @@
  * @comment Codelets to perform panel factorization with partial pivoting
  *
  * @author Mathieu Faverge
+ * @author Alycia Lisito
  * @date 2024-03-29
  * @precisions normal z -> c d s
  *
diff --git a/runtime/quark/codelets/codelet_zgetrf_percol.c b/runtime/quark/codelets/codelet_zgetrf_percol.c
index c328edb9b..cda25ec30 100644
--- a/runtime/quark/codelets/codelet_zgetrf_percol.c
+++ b/runtime/quark/codelets/codelet_zgetrf_percol.c
@@ -14,6 +14,7 @@
  *
  * @author Mathieu Faverge
  * @author Matthieu Kuhn
+ * @author Alycia Lisito
  * @date 2024-03-29
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/CMakeLists.txt b/runtime/starpu/CMakeLists.txt
index 5331abe2e..17e0ddd6c 100644
--- a/runtime/starpu/CMakeLists.txt
+++ b/runtime/starpu/CMakeLists.txt
@@ -26,6 +26,7 @@
 #  @author Matthieu Kuhn
 #  @author Loris Lucido
 #  @author Terry Cojean
+#  @author Alycia Lisito
 #  @date 2024-08-29
 #
 ###
diff --git a/runtime/starpu/codelets/codelet_gemmex.c b/runtime/starpu/codelets/codelet_gemmex.c
index af9ac8773..0c5c8de7c 100644
--- a/runtime/starpu/codelets/codelet_gemmex.c
+++ b/runtime/starpu/codelets/codelet_gemmex.c
@@ -13,6 +13,7 @@
  *
  * @version 1.3.0
  * @author Mathieu Faverge
+ * @author Philippe Swartvagher
  * @date 2024-10-18
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zgersum.c b/runtime/starpu/codelets/codelet_zgersum.c
index 9716c669e..3e04f2c37 100644
--- a/runtime/starpu/codelets/codelet_zgersum.c
+++ b/runtime/starpu/codelets/codelet_zgersum.c
@@ -15,6 +15,7 @@
  * @author Romain Peressoni
  * @author Mathieu Faverge
  * @author Antoine Jego
+ * @author Florent Pruvost
  * @date 2025-01-29
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/codelets/codelet_zipiv_allreduce.c b/runtime/starpu/codelets/codelet_zipiv_allreduce.c
index 804b2941e..a3d4d2144 100644
--- a/runtime/starpu/codelets/codelet_zipiv_allreduce.c
+++ b/runtime/starpu/codelets/codelet_zipiv_allreduce.c
@@ -11,6 +11,7 @@
  *
  * @version 1.3.0
  * @author Alycia Lisito
+ * @author Pierre Esterie
  * @date 2025-01-29
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/codelets/codelet_zlaswp.c b/runtime/starpu/codelets/codelet_zlaswp.c
index aa0110894..2c77f07f3 100644
--- a/runtime/starpu/codelets/codelet_zlaswp.c
+++ b/runtime/starpu/codelets/codelet_zlaswp.c
@@ -12,6 +12,7 @@
  * @version 1.3.0
  * @author Mathieu Faverge
  * @author Matthieu Kuhn
+ * @author Alycia Lisito
  * @date 2024-11-12
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/codelets/codelet_zperm_allreduce.c b/runtime/starpu/codelets/codelet_zperm_allreduce.c
index 22501c214..93bd984ab 100644
--- a/runtime/starpu/codelets/codelet_zperm_allreduce.c
+++ b/runtime/starpu/codelets/codelet_zperm_allreduce.c
@@ -11,6 +11,7 @@
  *
  * @version 1.3.0
  * @author Alycia Lisito
+ * @author Pierre Esterie
  * @date 2024-11-14
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/control/runtime_descriptor_ipiv.c b/runtime/starpu/control/runtime_descriptor_ipiv.c
index d6b847c2e..30b4eb826 100644
--- a/runtime/starpu/control/runtime_descriptor_ipiv.c
+++ b/runtime/starpu/control/runtime_descriptor_ipiv.c
@@ -14,6 +14,7 @@
  * @author Matthieu Kuhn
  * @author Alycia Lisito
  * @author Florent Pruvost
+ * @author Pierre Esterie
  * @date 2024-12-18
  *
  */
diff --git a/runtime/starpu/control/runtime_workspace.c b/runtime/starpu/control/runtime_workspace.c
index dc3171d88..84db20b4c 100644
--- a/runtime/starpu/control/runtime_workspace.c
+++ b/runtime/starpu/control/runtime_workspace.c
@@ -16,6 +16,7 @@
  * @author Mathieu Faverge
  * @author Florent Pruvost
  * @author Loris Lucido
+ * @author Philippe Swartvagher
  * @date 2024-09-17
  *
  */
diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in
index ae2c373fc..2c285f330 100644
--- a/runtime/starpu/include/chameleon_starpu.h.in
+++ b/runtime/starpu/include/chameleon_starpu.h.in
@@ -20,6 +20,7 @@
  * @author Loris Lucido
  * @author Terry Cojean
  * @author Matthieu Kuhn
+ * @author Alycia Lisito
  * @date 2024-09-17
  *
  */
diff --git a/runtime/starpu/include/runtime_codelets.h b/runtime/starpu/include/runtime_codelets.h
index a01997e46..e274d643a 100644
--- a/runtime/starpu/include/runtime_codelets.h
+++ b/runtime/starpu/include/runtime_codelets.h
@@ -17,6 +17,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Loris Lucido
+ * @author Matthieu Kuhn
  * @date 2024-02-18
  *
  */
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
index d883542b4..81268734d 100644
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -25,6 +25,7 @@
 #  @author Florent Pruvost
 #  @author Alycia Lisito
 #  @author Matthieu Kuhn
+#  @author Abel Calluaud
 #  @date 2025-01-24
 #
 ###
diff --git a/testing/testing_zcheck_qr_lq.c b/testing/testing_zcheck_qr_lq.c
index 6d82727c9..57e2e54f9 100644
--- a/testing/testing_zcheck_qr_lq.c
+++ b/testing/testing_zcheck_qr_lq.c
@@ -15,6 +15,7 @@
  * @author Mathieu Faverge
  * @author Nathalie Furmento
  * @author Alycia Lisito
+ * @author Pierre Esterie
  * @date 2024-11-13
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zgepdf_qr.c b/testing/testing_zgepdf_qr.c
index 0752cea8a..c1c27ac23 100644
--- a/testing/testing_zgepdf_qr.c
+++ b/testing/testing_zgepdf_qr.c
@@ -14,6 +14,7 @@
  * @author Mathieu Faverge
  * @author Hatem Ltaief
  * @author Alycia Lisito
+ * @author Pierre Esterie
  * @date 2024-11-13
  * @precisions normal z -> c d s
  *
diff --git a/testing/testing_zgetrf.c b/testing/testing_zgetrf.c
index d2801e4fe..fca667603 100644
--- a/testing/testing_zgetrf.c
+++ b/testing/testing_zgetrf.c
@@ -16,6 +16,7 @@
  * @author Matthieu Kuhn
  * @author Lionel Eyraud-Dubois
  * @author Xavier Lacoste
+ * @author Florent Pruvost
  * @date 2025-01-29
  * @precisions normal z -> c d s
  *
diff --git a/testing/testings.c b/testing/testings.c
index 3f8bba38c..dd9f20b13 100644
--- a/testing/testings.c
+++ b/testing/testings.c
@@ -12,6 +12,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Florent Pruvost
  * @date 2025-01-24
  *
  */
diff --git a/testing/values.c b/testing/values.c
index 82e533c75..3f3ed0bbc 100644
--- a/testing/values.c
+++ b/testing/values.c
@@ -12,6 +12,8 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Florent Pruvost
+ * @author Philippe Swartvagher
  * @date 2024-08-28
  *
  */
diff --git a/testing/vendor_ztesting.c b/testing/vendor_ztesting.c
index 350ae1aa6..d4fe9ac80 100644
--- a/testing/vendor_ztesting.c
+++ b/testing/vendor_ztesting.c
@@ -15,6 +15,7 @@
  * @author Alycia Lisito
  * @author Lucas Nesi
  * @author Matthieu Kuhn
+ * @author Philippe Swartvagher
  * @date 2024-09-19
  * @precisions normal z -> c d s
  *
-- 
GitLab