From aed911e0388f59469ebd1d23e39ae6e56d005f0e Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Mon, 3 Jul 2023 16:52:55 +0200
Subject: [PATCH] Update authors

---
 CMakeLists.txt                           | 1 +
 compute/CMakeLists.txt                   | 1 +
 compute/pzplrnt.c                        | 1 +
 coreblas/compute/CMakeLists.txt          | 1 +
 coreblas/compute/core_zprint.c           | 1 +
 coreblas/include/coreblas/coreblas_z.h   | 1 +
 gpucublas/compute/cuda_zgeadd.c          | 1 +
 gpucublas/compute/cuda_ztpmlqt.c         | 1 +
 gpucublas/compute/cudaglobal.c           | 1 +
 gpuhipblas/compute/hip_zhemm.c           | 1 +
 gpuhipblas/compute/hip_zher2k.c          | 1 +
 gpuhipblas/compute/hip_zherk.c           | 1 +
 gpuhipblas/compute/hip_zsymm.c           | 1 +
 gpuhipblas/compute/hip_zsyr2k.c          | 1 +
 gpuhipblas/compute/hip_zsyrk.c           | 1 +
 gpuhipblas/compute/hip_ztrmm.c           | 1 +
 gpuhipblas/compute/hipglobal.c           | 1 +
 gpuhipblas/eztrace_module/CMakeLists.txt | 1 +
 include/chameleon/chameleon_z.h          | 1 +
 include/chameleon/tasks_z.h              | 1 +
 runtime/CMakeLists.txt                   | 1 +
 runtime/starpu/codelets/codelet_zhemm.c  | 1 +
 runtime/starpu/codelets/codelet_zher2k.c | 1 +
 runtime/starpu/codelets/codelet_zherk.c  | 1 +
 runtime/starpu/codelets/codelet_zsymm.c  | 1 +
 runtime/starpu/codelets/codelet_zsyr2k.c | 1 +
 runtime/starpu/codelets/codelet_zsyrk.c  | 1 +
 runtime/starpu/codelets/codelet_ztrmm.c  | 1 +
 runtime/starpu/control/runtime_context.c | 1 +
 runtime/starpu/control/runtime_tags.c    | 1 +
 testing/CMakeLists.txt                   | 1 +
 testing/testing_zgetrf.c                 | 1 +
 tools/coverage.sh                        | 1 +
 33 files changed, 33 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 02be11f74..13b5ea5fa 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,6 +29,7 @@
 #  @author Guillaume Sylvand
 #  @author Alycia Lisito
 #  @author Loris Lucido
+#  @author Nathan Précigout
 #  @date 2023-01-30
 #
 ###
diff --git a/compute/CMakeLists.txt b/compute/CMakeLists.txt
index 1f18046a4..14eec7658 100644
--- a/compute/CMakeLists.txt
+++ b/compute/CMakeLists.txt
@@ -26,6 +26,7 @@
 #  @author Raphael Boucherie
 #  @author Alycia Lisito
 #  @author Loris Lucido
+#  @author Matthieu Kuhn
 #  @date 2023-01-30
 #
 ###
diff --git a/compute/pzplrnt.c b/compute/pzplrnt.c
index b6fba3206..185d8cc0d 100644
--- a/compute/pzplrnt.c
+++ b/compute/pzplrnt.c
@@ -18,6 +18,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Matthieu Kuhn
  * @date 2022-02-22
  * @precisions normal z -> s d c
  *
diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt
index d458f074e..7f89dc29e 100644
--- a/coreblas/compute/CMakeLists.txt
+++ b/coreblas/compute/CMakeLists.txt
@@ -23,6 +23,7 @@
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
 #  @author Guillaume Sylvand
+#  @author Matthieu Kuhn
 #  @date 2022-02-22
 #
 ###
diff --git a/coreblas/compute/core_zprint.c b/coreblas/compute/core_zprint.c
index c28bf5edd..9c127b6ea 100644
--- a/coreblas/compute/core_zprint.c
+++ b/coreblas/compute/core_zprint.c
@@ -11,6 +11,7 @@
  *
  * @version 1.2.0
  * @author Mathieu Faverge
+ * @author Florent Pruvost
  * @date 2020-03-03
  * @precisions normal z -> c d s
  *
diff --git a/coreblas/include/coreblas/coreblas_z.h b/coreblas/include/coreblas/coreblas_z.h
index 2b5f36eb8..74382a8df 100644
--- a/coreblas/include/coreblas/coreblas_z.h
+++ b/coreblas/include/coreblas/coreblas_z.h
@@ -21,6 +21,7 @@
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @author Florent Pruvost
+ * @author Matthieu Kuhn
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/gpucublas/compute/cuda_zgeadd.c b/gpucublas/compute/cuda_zgeadd.c
index c3909cfba..a6e059658 100644
--- a/gpucublas/compute/cuda_zgeadd.c
+++ b/gpucublas/compute/cuda_zgeadd.c
@@ -13,6 +13,7 @@
  *
  * @version 1.2.0
  * @author Mathieu Faverge
+ * @author Florent Pruvost
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/gpucublas/compute/cuda_ztpmlqt.c b/gpucublas/compute/cuda_ztpmlqt.c
index b41e3f099..6e5ab3a6b 100644
--- a/gpucublas/compute/cuda_ztpmlqt.c
+++ b/gpucublas/compute/cuda_ztpmlqt.c
@@ -13,6 +13,7 @@
  *
  * @version 1.2.0
  * @author Mathieu Faverge
+ * @author Florent Pruvost
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/gpucublas/compute/cudaglobal.c b/gpucublas/compute/cudaglobal.c
index bc0cf74a1..e7360a2a6 100644
--- a/gpucublas/compute/cudaglobal.c
+++ b/gpucublas/compute/cudaglobal.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Florent Pruvost
  * @date 2022-02-22
  *
  */
diff --git a/gpuhipblas/compute/hip_zhemm.c b/gpuhipblas/compute/hip_zhemm.c
index f1724738e..65d0b9a1c 100644
--- a/gpuhipblas/compute/hip_zhemm.c
+++ b/gpuhipblas/compute/hip_zhemm.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c
  *
diff --git a/gpuhipblas/compute/hip_zher2k.c b/gpuhipblas/compute/hip_zher2k.c
index f6bf36023..718de4326 100644
--- a/gpuhipblas/compute/hip_zher2k.c
+++ b/gpuhipblas/compute/hip_zher2k.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c
  *
diff --git a/gpuhipblas/compute/hip_zherk.c b/gpuhipblas/compute/hip_zherk.c
index ce0005812..8b51c7b8d 100644
--- a/gpuhipblas/compute/hip_zherk.c
+++ b/gpuhipblas/compute/hip_zherk.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c
  *
diff --git a/gpuhipblas/compute/hip_zsymm.c b/gpuhipblas/compute/hip_zsymm.c
index f217c27dd..1eb03241b 100644
--- a/gpuhipblas/compute/hip_zsymm.c
+++ b/gpuhipblas/compute/hip_zsymm.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/gpuhipblas/compute/hip_zsyr2k.c b/gpuhipblas/compute/hip_zsyr2k.c
index 3f3197b2f..cc102eccd 100644
--- a/gpuhipblas/compute/hip_zsyr2k.c
+++ b/gpuhipblas/compute/hip_zsyr2k.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/gpuhipblas/compute/hip_zsyrk.c b/gpuhipblas/compute/hip_zsyrk.c
index 2d6dac816..37065d5bf 100644
--- a/gpuhipblas/compute/hip_zsyrk.c
+++ b/gpuhipblas/compute/hip_zsyrk.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/gpuhipblas/compute/hip_ztrmm.c b/gpuhipblas/compute/hip_ztrmm.c
index 73141dcfd..70c610910 100644
--- a/gpuhipblas/compute/hip_ztrmm.c
+++ b/gpuhipblas/compute/hip_ztrmm.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/gpuhipblas/compute/hipglobal.c b/gpuhipblas/compute/hipglobal.c
index 2da05eac2..a34c863d6 100644
--- a/gpuhipblas/compute/hipglobal.c
+++ b/gpuhipblas/compute/hipglobal.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Mathieu Faverge
  * @author Loris Lucido
+ * @author Florent Pruvost
  * @date 2023-01-30
  *
  */
diff --git a/gpuhipblas/eztrace_module/CMakeLists.txt b/gpuhipblas/eztrace_module/CMakeLists.txt
index 444a6d3de..4659d5cbf 100644
--- a/gpuhipblas/eztrace_module/CMakeLists.txt
+++ b/gpuhipblas/eztrace_module/CMakeLists.txt
@@ -20,6 +20,7 @@
 # @version 1.2.0
 #  @author Florent Pruvost
 #  @author Mathieu Faverge
+#  @author Loris Lucido
 #  @date 2022-02-22
 #
 ###
diff --git a/include/chameleon/chameleon_z.h b/include/chameleon/chameleon_z.h
index da5a5bc65..fa5af0a74 100644
--- a/include/chameleon/chameleon_z.h
+++ b/include/chameleon/chameleon_z.h
@@ -22,6 +22,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Alycia Lisito
+ * @author Matthieu Kuhn
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/include/chameleon/tasks_z.h b/include/chameleon/tasks_z.h
index fa6956abd..db5620754 100644
--- a/include/chameleon/tasks_z.h
+++ b/include/chameleon/tasks_z.h
@@ -23,6 +23,7 @@
  * @author Florent Pruvost
  * @author Alycia Lisito
  * @author Romain Peressoni
+ * @author Matthieu Kuhn
  * @date 2023-02-21
  * @precisions normal z -> c d s
  *
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index 125e16fd9..5d8113b9b 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -23,6 +23,7 @@
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
 #  @author Philippe Virouleau
+#  @author Matthieu Kuhn
 #  @date 2023-02-21
 #
 ###
diff --git a/runtime/starpu/codelets/codelet_zhemm.c b/runtime/starpu/codelets/codelet_zhemm.c
index 52b923f98..d59d9f115 100644
--- a/runtime/starpu/codelets/codelet_zhemm.c
+++ b/runtime/starpu/codelets/codelet_zhemm.c
@@ -19,6 +19,7 @@
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c
  *
diff --git a/runtime/starpu/codelets/codelet_zher2k.c b/runtime/starpu/codelets/codelet_zher2k.c
index 91f5587d2..96ff9fbf8 100644
--- a/runtime/starpu/codelets/codelet_zher2k.c
+++ b/runtime/starpu/codelets/codelet_zher2k.c
@@ -19,6 +19,7 @@
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c
  *
diff --git a/runtime/starpu/codelets/codelet_zherk.c b/runtime/starpu/codelets/codelet_zherk.c
index 19bf62ba2..c07ecb157 100644
--- a/runtime/starpu/codelets/codelet_zherk.c
+++ b/runtime/starpu/codelets/codelet_zherk.c
@@ -20,6 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Gwenole Lucas
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c
  *
diff --git a/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c
index 0012ed7d1..865e8563f 100644
--- a/runtime/starpu/codelets/codelet_zsymm.c
+++ b/runtime/starpu/codelets/codelet_zsymm.c
@@ -20,6 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Romain Peressoni
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/codelets/codelet_zsyr2k.c b/runtime/starpu/codelets/codelet_zsyr2k.c
index a45544cce..e6dd471e6 100644
--- a/runtime/starpu/codelets/codelet_zsyr2k.c
+++ b/runtime/starpu/codelets/codelet_zsyr2k.c
@@ -19,6 +19,7 @@
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/codelets/codelet_zsyrk.c b/runtime/starpu/codelets/codelet_zsyrk.c
index 863e28648..049dfd4b8 100644
--- a/runtime/starpu/codelets/codelet_zsyrk.c
+++ b/runtime/starpu/codelets/codelet_zsyrk.c
@@ -21,6 +21,7 @@
  * @author Florent Pruvost
  * @author Gwenole Lucas
  * @author Terry Cojean
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/codelets/codelet_ztrmm.c b/runtime/starpu/codelets/codelet_ztrmm.c
index c9f4ea32b..31e9dd3fe 100644
--- a/runtime/starpu/codelets/codelet_ztrmm.c
+++ b/runtime/starpu/codelets/codelet_ztrmm.c
@@ -19,6 +19,7 @@
  * @author Cedric Castagnede
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
+ * @author Loris Lucido
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/runtime/starpu/control/runtime_context.c b/runtime/starpu/control/runtime_context.c
index e2cdb399f..f9e7f0fdb 100644
--- a/runtime/starpu/control/runtime_context.c
+++ b/runtime/starpu/control/runtime_context.c
@@ -17,6 +17,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Terry Cojean
+ * @author Loris Lucido
  * @date 2022-02-22
  *
  */
diff --git a/runtime/starpu/control/runtime_tags.c b/runtime/starpu/control/runtime_tags.c
index b1b0a2ec0..ad075ca6a 100644
--- a/runtime/starpu/control/runtime_tags.c
+++ b/runtime/starpu/control/runtime_tags.c
@@ -8,6 +8,7 @@
  * @version 1.2.0
  * @author Pierre Ramet
  * @author Mathieu Faverge
+ * @author Florent Pruvost
  * @date 2021-10-04
  *
  * Functions to manage the MPI data tags with StarPU (originated from PaStiX).
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
index 8804eb0e0..97dbf8ad1 100644
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -24,6 +24,7 @@
 #  @author Lucas Barros de Assis
 #  @author Florent Pruvost
 #  @author Alycia Lisito
+#  @author Matthieu Kuhn
 #  @date 2022-02-22
 #
 ###
diff --git a/testing/testing_zgetrf.c b/testing/testing_zgetrf.c
index 5657d49b6..92a82eb6b 100644
--- a/testing/testing_zgetrf.c
+++ b/testing/testing_zgetrf.c
@@ -13,6 +13,7 @@
  * @author Lucas Barros de Assis
  * @author Mathieu Faverge
  * @author Alycia Lisito
+ * @author Matthieu Kuhn
  * @date 2023-02-21
  * @precisions normal z -> c d s
  *
diff --git a/tools/coverage.sh b/tools/coverage.sh
index be6298089..846c2041f 100755
--- a/tools/coverage.sh
+++ b/tools/coverage.sh
@@ -7,6 +7,7 @@
 #
 #  @version 1.2.0
 #  @author Mathieu Faverge
+#  @author Florent Pruvost
 #  @date 2022-02-09
 #
 ###
-- 
GitLab