From 7d4533d866b8c105aa4270576b6c775a7f16c8ab Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Mon, 30 Jan 2023 19:27:42 +0100
Subject: [PATCH] headers: Update authors list after last merges

---
 control/context.c                        | 1 +
 include/chameleon/constants.h            | 1 +
 runtime/starpu/codelets/codelet_zpotrf.c | 1 +
 runtime/starpu/codelets/codelet_zsyrk.c  | 1 +
 testing/chameleon_ztesting.c             | 1 +
 testing/vendor_ztesting.c                | 1 +
 6 files changed, 6 insertions(+)

diff --git a/control/context.c b/control/context.c
index d724c82ad..66b844ccf 100644
--- a/control/context.c
+++ b/control/context.c
@@ -20,6 +20,7 @@
  * @author Alycia Lisito
  * @author Matthieu Kuhn
  * @author Loris Lucido
+ * @author Terry Cojean
  * @date 2022-02-22
  *
  ***
diff --git a/include/chameleon/constants.h b/include/chameleon/constants.h
index 6462ddd4a..ba252005b 100644
--- a/include/chameleon/constants.h
+++ b/include/chameleon/constants.h
@@ -17,6 +17,7 @@
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @author Alycia Lisito
+ * @author Terry Cojean
  * @date 2022-02-22
  *
  */
diff --git a/runtime/starpu/codelets/codelet_zpotrf.c b/runtime/starpu/codelets/codelet_zpotrf.c
index ee2b3320f..dc3024575 100644
--- a/runtime/starpu/codelets/codelet_zpotrf.c
+++ b/runtime/starpu/codelets/codelet_zpotrf.c
@@ -20,6 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Samuel Thibault
+ * @author Terry Cojean
  * @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 2c7ac3e92..8d8dcdbe7 100644
--- a/runtime/starpu/codelets/codelet_zsyrk.c
+++ b/runtime/starpu/codelets/codelet_zsyrk.c
@@ -20,6 +20,7 @@
  * @author Lucas Barros de Assis
  * @author Florent Pruvost
  * @author Gwenole Lucas
+ * @author Terry Cojean
  * @date 2022-02-22
  * @precisions normal z -> c d s
  *
diff --git a/testing/chameleon_ztesting.c b/testing/chameleon_ztesting.c
index 11f0a96e1..9d70612cb 100644
--- a/testing/chameleon_ztesting.c
+++ b/testing/chameleon_ztesting.c
@@ -20,6 +20,7 @@
  * @author Alycia Lisito
  * @author Philippe Swartvagher
  * @author Lucas Nesi
+ * @author Matthieu Kuhn
  * @date 2023-01-05
  * @precisions normal z -> c d s
  *
diff --git a/testing/vendor_ztesting.c b/testing/vendor_ztesting.c
index 59b7820c2..aa67f5429 100644
--- a/testing/vendor_ztesting.c
+++ b/testing/vendor_ztesting.c
@@ -14,6 +14,7 @@
  * @version 1.2.0
  * @author Alycia Lisito
  * @author Lucas Nesi
+ * @author Matthieu Kuhn
  * @date 2023-01-05
  * @precisions normal z -> c d s
  *
-- 
GitLab