diff --git a/CMakeLists.txt b/CMakeLists.txt
index 87f2055a6913041c839885293176fa33d3bc03ed..f32bf9cf17e79e7b03cc4d540ad6a97130a26ab0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project CHAMELEON
 #  CHAMELEON is a software package provided by:
@@ -18,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.1
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/LICENCE.txt b/LICENCE.txt
index b95821f36afa3579a5f1de4fe840aec43b7a4b96..3b00840c5ebca4c4b541b89023bf815c5a3bf248 100644
--- a/LICENCE.txt
+++ b/LICENCE.txt
@@ -1,11 +1,12 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
-# @copyright (c) 2016      KAUST. All rights reserved.
+# @file LICENCE.txt
+#
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
+# @copyright 2016-2018 KAUST. All rights reserved.
 #
 ###
 #
diff --git a/cmake_modules/GenPkgConfig.cmake b/cmake_modules/GenPkgConfig.cmake
index 85c8cfc11e1a4bf3310c303c915cf7e74d4aa791..99b06b7cd5a554d6edf4bc5bd53db40579c14889 100644
--- a/cmake_modules/GenPkgConfig.cmake
+++ b/cmake_modules/GenPkgConfig.cmake
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2017 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file GenPkgConfig.cmake
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file GenPkgConfig.cmake
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.1
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 10-11-2014
+#  @date 2014-11-10
 #
 ###
 
diff --git a/cmake_modules/PrintOpts.cmake b/cmake_modules/PrintOpts.cmake
index 6fedfaeda741ddfae70d53a0889d4ee753ccc84f..8a4886cf48dccbf08ddfd36eb114a85257a68c8c 100644
--- a/cmake_modules/PrintOpts.cmake
+++ b/cmake_modules/PrintOpts.cmake
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Inria. All rights reserved.
-# @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file PrintOpts.cmake
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file PrintOpts.cmake
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,9 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Florent Pruvost
-#  @date 10-11-2014
+#  @date 2014-11-10
 #
 ###
 set(dep_message "\nConfiguration of Chameleon:\n"
diff --git a/compute/CMakeLists.txt b/compute/CMakeLists.txt
index 3160f15e186f7b37ea4ee58d689d84d2abe20190..58d639f5fe4952f1a83dab0f7d0d06a1abf4ac9d 100644
--- a/compute/CMakeLists.txt
+++ b/compute/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/compute/pzbuild.c b/compute/pzbuild.c
index f4e3a6c0b8f0bdb26eb7676ca5aa0561e92ee7e2..4f65345c55e9c3943065876d173b28627c749e54 100644
--- a/compute/pzbuild.c
+++ b/compute/pzbuild.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzbuild.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzbuild.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zbuild parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -26,11 +21,11 @@
  * @date 2016-09-05
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m, n) A,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile matrix generation
  *
  *******************************************************************************
@@ -57,7 +52,7 @@
  * @param[out] request
  *          Identifies this function call (for exception handling purposes).
  *
- *******************************************************************************/
+ */
 void morse_pzbuild( MORSE_enum uplo, MORSE_desc_t *A, void *user_data, void* user_build_callback,
                     MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/pzgebrd_ge2gb.c b/compute/pzgebrd_ge2gb.c
index b9d0ec1e631d76f7f383786f194e83fb1f73cf4a..2e9b9c5e926646c0aaeefc6fc2fbd8c1582bcca8 100644
--- a/compute/pzgebrd_ge2gb.c
+++ b/compute/pzgebrd_ge2gb.c
@@ -1,28 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzgebrd_ge2gb.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzgebrd_ge2gb.c
+ ***
  *
- *  PLASMA auxiliary routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgebrd_ge2gb parallel algorithm
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 void morse_pzgebrd_ge2gb(MORSE_desc_t A, MORSE_desc_t T, MORSE_desc_t D,
diff --git a/compute/pzgelqf.c b/compute/pzgelqf.c
index 90e8351dd22a09d4e95b19c5810c939c7ca6899f..1dbea93bce01b21df0e941501138fafdf8593cb7 100644
--- a/compute/pzgelqf.c
+++ b/compute/pzgelqf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzgelqf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzgelqf.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgelqf parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
@@ -38,9 +33,9 @@
 #define D(k)   D, k, k
 #endif
 
-/*******************************************************************************
+/**
  *  Parallel tile LQ factorization - dynamic scheduling
- **/
+ */
 void morse_pzgelqf(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *D,
                    MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzgelqf_param.c b/compute/pzgelqf_param.c
index 1c93e77899fb4020caeb68223c61a67ee2d836b7..ef2a600802ac27c2956017e405af7a2ce2baa4f9 100644
--- a/compute/pzgelqf_param.c
+++ b/compute/pzgelqf_param.c
@@ -1,27 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University of
- *                          Tennessee Research Foundation.  All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file pzgelqf_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzgelqf_param.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgelqf_param parallel algorithm
  *
- * @version 0.0.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 #include "libhqr.h"
diff --git a/compute/pzgelqfrh.c b/compute/pzgelqfrh.c
index 22a89797ae94bb876d876f2633514d021aaa0309..82c63ae144166c77b852674684f56c040689dc78 100644
--- a/compute/pzgelqfrh.c
+++ b/compute/pzgelqfrh.c
@@ -1,21 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University of
- *                          Tennessee Research Foundation.  All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file pzgelqfrh.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzgelqfrh.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgelqfrh parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -27,7 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n)  A,  (m),  (n)
diff --git a/compute/pzgemm.c b/compute/pzgemm.c
index c52fcc281c57374bb2249d21faf9b4c343da1771..4ddd5651c126909f3437555d6bccab1b274ad54e 100644
--- a/compute/pzgemm.c
+++ b/compute/pzgemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzgemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzgemm.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgemm parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,15 +20,15 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m, n) A,  m,  n
 #define B(m, n) B,  m,  n
 #define C(m, n) C,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile matrix-matrix multiplication - dynamic scheduling
- **/
+ */
 void morse_pzgemm(MORSE_enum transA, MORSE_enum transB,
                          MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                          MORSE_Complex64_t beta,  MORSE_desc_t *C,
diff --git a/compute/pzgeqrf.c b/compute/pzgeqrf.c
index 7146dbc8375719e5ecb623e1e0cb2f8ad21d7a11..cb06ffea49445db55210c83c04e9c2615a5d1704 100644
--- a/compute/pzgeqrf.c
+++ b/compute/pzgeqrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzgeqrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzgeqrf.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeqrf parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
@@ -38,9 +33,9 @@
 #define D(k)   D,  k,  k
 #endif
 
-/*******************************************************************************
+/**
  *  Parallel tile QR factorization - dynamic scheduling
- **/
+ */
 void morse_pzgeqrf(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *D,
                    MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzgeqrf_param.c b/compute/pzgeqrf_param.c
index 03e90369a5a17dbb46bd1bdf4136c40953720313..897c935c56f5036cc0cff2e63010c2834eaabf6c 100644
--- a/compute/pzgeqrf_param.c
+++ b/compute/pzgeqrf_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University of
- *                          Tennessee Research Foundation.  All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file pzgeqrf_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzgeqrf_param.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeqrf_param parallel algorithm
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 #include "libhqr.h"
diff --git a/compute/pzgeqrfrh.c b/compute/pzgeqrfrh.c
index a82d78315ca28125bd34ffa42a5289c2cce66f94..8263a77917d209e984d7e928ea9c0ac863951aa1 100644
--- a/compute/pzgeqrfrh.c
+++ b/compute/pzgeqrfrh.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzgeqrfrh.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzgeqrfrh.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeqrfrh parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -28,7 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n)  A,  (m),  (n)
@@ -40,9 +35,9 @@
 #define D(m,n) A,  (m),  (n)
 #endif
 
-/*******************************************************************************
+/**
  *  Parallel tile QR factorization (reduction Householder) - dynamic scheduling
- **/
+ */
 void morse_pzgeqrfrh(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *D, int BS,
                      MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzgetrf_incpiv.c b/compute/pzgetrf_incpiv.c
index b5c23f6da8b8e085a5d1c09856b029fc4d0beb5e..26205bacfdedf1cbdb9bd7a248b220ffa5da5a94 100644
--- a/compute/pzgetrf_incpiv.c
+++ b/compute/pzgetrf_incpiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzgetrf_incpiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzgetrf_incpiv.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrf_incpiv parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 //ALLOC_WS :  ib*L->nb
 //WS_ADD :  ib*L->nb
 #include "control/common.h"
@@ -42,9 +37,9 @@
 #define L(_m_,_n_) L,  _m_,  _n_
 #define IPIV(_m_,_n_) &(IPIV[(int64_t)A->mb*((int64_t)(_m_)+(int64_t)A->mt*(int64_t)(_n_))])
 
-/*******************************************************************************
+/**
  *  Parallel tile LU factorization - dynamic scheduling
- **/
+ */
 void morse_pzgetrf_incpiv( MORSE_desc_t *A, MORSE_desc_t *L, MORSE_desc_t *D, int *IPIV,
                            MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/pzgetrf_nopiv.c b/compute/pzgetrf_nopiv.c
index e620dcdfa07b64f339d962fe455871fb739364ce..9bb3fe4e030f3675c7c7fa0e1eed1bab61170f58 100644
--- a/compute/pzgetrf_nopiv.c
+++ b/compute/pzgetrf_nopiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzgetrf_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzgetrf_nopiv.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrf_nopiv parallel algorithm
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
@@ -24,14 +19,14 @@
  * @date 2013-02-01
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 
-/*******************************************************************************
+/**
  *  Parallel tile LU factorization with no pivoting - dynamic scheduling
- **/
+ */
 void morse_pzgetrf_nopiv(MORSE_desc_t *A,
                                 MORSE_sequence_t *sequence,
                                 MORSE_request_t *request)
diff --git a/compute/pzhemm.c b/compute/pzhemm.c
index 7e5ca07095bb0a933e66897bca79179883e6c178..3bf736b67c42af9b1d0d68e85513c853e8085ab5 100644
--- a/compute/pzhemm.c
+++ b/compute/pzhemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzhemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzhemm.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zhemm parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,15 +20,15 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
 #define C(m,n) C,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile Hermitian matrix-matrix multiplication - dynamic scheduling
- **/
+ */
 void morse_pzhemm(MORSE_enum side, MORSE_enum uplo,
                          MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                          MORSE_Complex64_t beta, MORSE_desc_t *C,
diff --git a/compute/pzher2k.c b/compute/pzher2k.c
index 63b02741095ad2a6eba0c54e3ae65e134d61f380..a327b3fe8570f15c44ca95c9fb0f12bc107bf707 100644
--- a/compute/pzher2k.c
+++ b/compute/pzher2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzher2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzher2k.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zher2k parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,15 +20,15 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
 #define C(m,n) C,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile Hermitian rank-k update - dynamic scheduling
- **/
+ */
 void morse_pzher2k(MORSE_enum uplo, MORSE_enum trans,
                           MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                           double beta,  MORSE_desc_t *C,
diff --git a/compute/pzherk.c b/compute/pzherk.c
index b499177f11ba862d8339e523abbb6277cc8f68e4..74f09e1195efb3eee5c9aa6a3c04c7a62cca9b3a 100644
--- a/compute/pzherk.c
+++ b/compute/pzherk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzherk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzherk.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zherk parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,14 +20,14 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define C(m,n) C,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile Hermitian rank-k update - dynamic scheduling
- **/
+ */
 void morse_pzherk(MORSE_enum uplo, MORSE_enum trans,
                          double alpha, MORSE_desc_t *A,
                          double beta,  MORSE_desc_t *C,
diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c
index 98301f2b214dc8ddfda207f630f4c324c8137ef0..ea785ab0c08c67428110151188100a6bec86999f 100644
--- a/compute/pzhetrd_he2hb.c
+++ b/compute/pzhetrd_he2hb.c
@@ -1,28 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzhetrd_he2hb.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzhetrd_he2hb.c
+ ***
  *
- *  PLASMA auxiliary routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zhetrd_he2hb parallel algorithm
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 
@@ -38,9 +33,9 @@
 #define E(m, n) A, m, n
 #endif
 
-/*******************************************************************************
+/**
  *  Parallel tile BAND Tridiagonal Reduction - dynamic scheduler
- **/
+ */
 void morse_pzhetrd_he2hb(MORSE_enum uplo,
                          MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *E,
                          MORSE_sequence_t *sequence, MORSE_request_t *request)
diff --git a/compute/pzlacpy.c b/compute/pzlacpy.c
index b13b15222513827741298d84bff4abc56060512e..54cb862558f1ce195829dedb6445b9b360cfcdbd 100644
--- a/compute/pzlacpy.c
+++ b/compute/pzlacpy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzlacpy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzlacpy.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlacpy parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,18 +20,17 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
-/*******************************************************************************
+/**
  *
- **/
-
-/*******************************************************************************
+ */
+/**
  *
- **/
+ */
 void morse_pzlacpy(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B,
                           MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzlag2c.c b/compute/pzlag2c.c
index 5ca24e2b313b97b9e13f3aa78ca9cdee3bb0cb75..3d4e185e2aad52bfc41b90762b0e6a849a374254 100644
--- a/compute/pzlag2c.c
+++ b/compute/pzlag2c.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzlag2c.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzlag2c.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlag2c parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,20 +20,19 @@
  * @date 2010-11-15
  * @precisions mixed zc -> ds
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
 #define SA(m,n) SA,  m,  n
 #define SB(m,n) SB,  m,  n
-/*******************************************************************************
+/**
  *
- **/
-
-/*******************************************************************************
+ */
+/**
  *
- **/
+ */
 void morse_pclag2z(MORSE_desc_t *SA, MORSE_desc_t *B,
                           MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzlange.c b/compute/pzlange.c
index 0394d6d335b3faf9247e1a80368ce308ba5758e2..0b53b85e70ce75cf7d19a38e982a1e935fe6dbb8 100644
--- a/compute/pzlange.c
+++ b/compute/pzlange.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzlange.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzlange.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlange parallel algorithm
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Emmanuel Agullo
@@ -25,7 +20,7 @@
  * @date 2014-07-21
  * @precisions normal z -> s d c
  *
- **/
+ */
 //ALLOC_WS :  A->mb
 //ALLOC_WS :  A->nb
 //WS_ADD :  A->mb + A->nb
@@ -36,9 +31,9 @@
 #define VECNORMS_STEP2(m, n) VECNORMS_STEP2, m, n
 #define RESULT(m, n) RESULT, m, n
 
-/*****************************************************************************
+/**
  *
- **/
+ */
 void morse_pzlange( MORSE_enum norm, MORSE_desc_t *A, double *result,
                     MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/pzlanhe.c b/compute/pzlanhe.c
index ef78f795fc9f33310a95affcaa84e8ee4ffb59cd..eb0cb47d8834f4e4aa285611dfe303565877ab09 100644
--- a/compute/pzlanhe.c
+++ b/compute/pzlanhe.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzlanhe.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzlanhe.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlanhe parallel algorithm
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Emmanuel Agullo
@@ -24,7 +19,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 //ALLOC_WS :  A->mb
 //#include <stdlib.h>
 //#include <math.h>
@@ -35,13 +30,12 @@
 #define VECNORMS_STEP1(m, n) VECNORMS_STEP1, m, n
 #define VECNORMS_STEP2(m, n) VECNORMS_STEP2, m, n
 #define RESULT(m, n) RESULT, m, n
-/*******************************************************************************
+/**
  *
- **/
-
-/*******************************************************************************
+ */
+/**
  *
- **/
+ */
 void morse_pzlanhe(MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A, double *result,
                    MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzlansy.c b/compute/pzlansy.c
index f89d4302f24cb2caa16421a705f48e4997bdc729..3c1bcbd7d485456ae9e8ab1f50923ae5dd3c3a71 100644
--- a/compute/pzlansy.c
+++ b/compute/pzlansy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzlansy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzlansy.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlansy parallel algorithm
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Emmanuel Agullo
@@ -24,7 +19,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 //ALLOC_WS :  A->mb
 #include <stdlib.h>
 #include <math.h>
@@ -35,13 +30,12 @@
 #define VECNORMS_STEP1(m, n) VECNORMS_STEP1, m, n
 #define VECNORMS_STEP2(m, n) VECNORMS_STEP2, m, n
 #define RESULT(m, n) RESULT, m, n
-/*******************************************************************************
+/**
  *
- **/
-
-/*******************************************************************************
+ */
+/**
  *
- **/
+ */
 void morse_pzlansy(MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A, double *result,
                    MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzlantr.c b/compute/pzlantr.c
index 5f6606615b9dfde5c1968432f5c4fe919f80a4b8..5943beed8f4be766cafe794068d453b28ca24b54 100644
--- a/compute/pzlantr.c
+++ b/compute/pzlantr.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzlantr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzlantr.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlantr parallel algorithm
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <math.h>
 #include "control/common.h"
@@ -32,9 +27,9 @@
 #define VECNORMS_STEP1(m, n) VECNORMS_STEP1, m, n
 #define VECNORMS_STEP2(m, n) VECNORMS_STEP2, m, n
 #define RESULT(m, n) RESULT, m, n
-/*******************************************************************************
+/**
  *
- **/
+ */
 void morse_pzlantr(MORSE_enum norm, MORSE_enum uplo, MORSE_enum diag,
                    MORSE_desc_t *A, double *result,
                    MORSE_sequence_t *sequence, MORSE_request_t *request)
diff --git a/compute/pzlascal.c b/compute/pzlascal.c
index 1809a5a12f15d5ea778a542fd0857d71de31c342..4f4224a95bdf2dbaf83080355e569a46663e1ca4 100644
--- a/compute/pzlascal.c
+++ b/compute/pzlascal.c
@@ -2,22 +2,27 @@
  *
  * @file pzlascal.c
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.8.0
+ ***
+ *
+ * @brief Chameleon zlascal parallel algorithm
+ *
+ * @version 1.0.0
  * @author Dalal Sukkari
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m, n) A,  m,  n
 /**
  *  Parallel scale of a matrix A
- **/
+ */
 void morse_pzlascal(MORSE_enum uplo, MORSE_Complex64_t alpha, MORSE_desc_t *A,
                     MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzlaset.c b/compute/pzlaset.c
index f0c84a852747e92dc52de55d6de1134b05a33ac2..0ad8fd653da0d1375d6cb26c7ecfea2773796e35 100644
--- a/compute/pzlaset.c
+++ b/compute/pzlaset.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzlaset.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzlaset.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlaset parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -26,14 +21,14 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
-/*******************************************************************************
+/**
  *  Parallel initialization a 2-D array A to BETA on the diagonal and
  *  ALPHA on the offdiagonals.
- **/
+ */
 void morse_pzlaset(MORSE_enum uplo,
                           MORSE_Complex64_t alpha, MORSE_Complex64_t beta,
                           MORSE_desc_t *A,
diff --git a/compute/pzlaset2.c b/compute/pzlaset2.c
index 96b681245be044ad9aad739b17ccb3ecfe12aa25..f39e3497589c1039160a8b7b65381fa7a9b01996 100644
--- a/compute/pzlaset2.c
+++ b/compute/pzlaset2.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzlaset2.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzlaset2.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlaset2 parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -26,14 +21,14 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
-/*******************************************************************************
+/**
  *  Parallel initializztion a 2-D array A to 
  *  ALPHA on the offdiagonals.
- **/
+ */
 void morse_pzlaset2(MORSE_enum uplo, MORSE_Complex64_t alpha, 
                            MORSE_desc_t *A,
                            MORSE_sequence_t *sequence, MORSE_request_t *request)
diff --git a/compute/pzlauum.c b/compute/pzlauum.c
index d7052fd75fef5dcf2f07664dfabdac0c7c60a5e8..d525a9e8bc176d09b002f1564e2f9b7220841ac1 100644
--- a/compute/pzlauum.c
+++ b/compute/pzlauum.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzlauum.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzlauum.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlauum parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,13 +22,13 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
-/*******************************************************************************
+/**
  *  Parallel UU' or L'L operation - dynamic scheduling
- **/
+ */
 void morse_pzlauum(MORSE_enum uplo, MORSE_desc_t *A,
                           MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzplghe.c b/compute/pzplghe.c
index 239e5947ea86d24758900d0bf4999674162a2442..2b9233945ed1dce4c196f958ddeb0f6b48197a68 100644
--- a/compute/pzplghe.c
+++ b/compute/pzplghe.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzplghe.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzplghe.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplghe parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file is a copy from pzplghe.c
  *          wich has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
@@ -28,13 +23,13 @@
  * @date 2016-08-01
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
-/*******************************************************************************
+/**
  *  morse_pzplghe - Generate a random hermitian (positive definite if 'bump' is large enough) half-matrix by tiles.
- **/
+ */
 void morse_pzplghe( double bump, MORSE_enum uplo, MORSE_desc_t *A,
                     unsigned long long int seed,
                     MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/pzplgsy.c b/compute/pzplgsy.c
index c5111e5674a0743d0df5e0dcc7170038d50b1304..ed11f6756721a046911dce6d278107a68f375415 100644
--- a/compute/pzplgsy.c
+++ b/compute/pzplgsy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzplgsy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzplgsy.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplgsy parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file is a copy of pzplgsy.c,
             wich has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
@@ -28,13 +23,13 @@
  * @date 2016-08-01
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
-/*******************************************************************************
+/**
  *  morse_pzplgsy - Generate a random symmetric (positive definite if 'bump' is large enough) half-matrix by tiles.
- **/
+ */
 void morse_pzplgsy( MORSE_Complex64_t bump, MORSE_enum uplo, MORSE_desc_t *A,
                     unsigned long long int seed,
                     MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/pzplrnt.c b/compute/pzplrnt.c
index d0467737980d0ad57d6db98805943afddca3294b..d43f036f86b5c78f196e3b7e6343766e9e6400fc 100644
--- a/compute/pzplrnt.c
+++ b/compute/pzplrnt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzplrnt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzplrnt.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplrnt parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,13 +20,13 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m, n) A,  m,  n
-/*******************************************************************************
+/**
  *  morse_pzplghe - Generate a random matrix by tiles.
- **/
+ */
 void morse_pzplrnt( MORSE_desc_t *A, unsigned long long int seed,
                     MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/pzpotrf.c b/compute/pzpotrf.c
index ae7f858a3e7aa78caba17dfe0084a16d45d2dd04..ad4283dacf541a3e0563df635799396e221edee6 100644
--- a/compute/pzpotrf.c
+++ b/compute/pzpotrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzpotrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzpotrf.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zpotrf parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -28,13 +23,13 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile Cholesky factorization - dynamic scheduling
- **/
+ */
 void morse_pzpotrf(MORSE_enum uplo, MORSE_desc_t *A,
                    MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzpotrimm.c b/compute/pzpotrimm.c
index fd4956e21f2f732056034e54999807ad5606cdb2..680a6e79d48f3b88d7f86027dd9b1859bcf40df0 100644
--- a/compute/pzpotrimm.c
+++ b/compute/pzpotrimm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzpotrimm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzpotrimm.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zpotrimm parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -25,15 +20,15 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
 #define C(m,n) C,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile Cholesky factorization - dynamic scheduling
- **/
+ */
 void morse_pzpotrimm(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *C,
                      MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzsymm.c b/compute/pzsymm.c
index fd608f65d9fac24e3967c5933be0c3ce7430d723..0af835f5d3dcdae98848edfc3b79967ae1f56e8e 100644
--- a/compute/pzsymm.c
+++ b/compute/pzsymm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzsymm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzsymm.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsymm parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,15 +20,15 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
 #define C(m,n) C,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile symmetric matrix-matrix multiplication - dynamic scheduling
- **/
+ */
 void morse_pzsymm(MORSE_enum side, MORSE_enum uplo,
                           MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                           MORSE_Complex64_t beta, MORSE_desc_t *C,
diff --git a/compute/pzsyr2k.c b/compute/pzsyr2k.c
index 9ed43086c37a4de4de61c6c2f23cf7c3dfd4b991..f37e72721b9d4f7752d8656703b5257ac33229f1 100644
--- a/compute/pzsyr2k.c
+++ b/compute/pzsyr2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzsyr2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzsyr2k.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsyr2k parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,15 +20,15 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
 #define C(m,n) C,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile Hermitian rank-k update - dynamic scheduling
- **/
+ */
 void morse_pzsyr2k(MORSE_enum uplo, MORSE_enum trans,
                           MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                           MORSE_Complex64_t beta,  MORSE_desc_t *C,
diff --git a/compute/pzsyrk.c b/compute/pzsyrk.c
index a942fa8d475415759fbac0f0918710e50a4eb323..bb918cca5e5cae52f9b07bd0126a4ace633776b5 100644
--- a/compute/pzsyrk.c
+++ b/compute/pzsyrk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzsyrk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzsyrk.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsyrk parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,14 +21,14 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define C(m,n) C,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile symmetric rank-k update - dynamic scheduling
- **/
+ */
 void morse_pzsyrk(MORSE_enum uplo, MORSE_enum trans,
                          MORSE_Complex64_t alpha, MORSE_desc_t *A,
                          MORSE_Complex64_t beta,  MORSE_desc_t *C,
diff --git a/compute/pzsytrf.c b/compute/pzsytrf.c
index 6e257b5b2080ace71fc02161256600a0645ba53b..27f411a7da8c950a87daa9ee4329659a3c5a60e6 100644
--- a/compute/pzsytrf.c
+++ b/compute/pzsytrf.c
@@ -1,20 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzsytrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzsytrf.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsytrf parallel algorithm
  *
  * @version 1.0.0
  * @author Jakub Kurzak
@@ -27,13 +22,13 @@
  * @date 2014-10-09
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile Cholesky factorization - dynamic scheduling
- **/
+ */
 void morse_pzsytrf(MORSE_enum uplo, MORSE_desc_t *A,
                    MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pztile2band.c b/compute/pztile2band.c
index bfd4f5cf1861e02b1d19c823083fde827abd68de..0cd73a1c1496c5cd4e214cd1c688782fadbc076c 100644
--- a/compute/pztile2band.c
+++ b/compute/pztile2band.c
@@ -1,38 +1,32 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pztile2band.c
  *
- **/
-
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pztile2band.c
+ ***
  *
- *  PLASMA auxiliary routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztile2band parallel algorithm
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Azzam Haidar
  * @author Gregoire Pichon
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n)   A,  m, n
 #define B(m, n)  B, m, n
 
-/*******************************************************************************
+/**
  *  Parallel copy of a band matrix from full NxN tile storage to band storage (LDABxN).
- **/
+ */
 void morse_pztile2band(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B,
                        MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pztpgqrt.c b/compute/pztpgqrt.c
index b659d45390eca482ef869a698d37bb6e1a7e1614..9a4079708e0a97ae6282073ac00fc3e9abd8a8e0 100644
--- a/compute/pztpgqrt.c
+++ b/compute/pztpgqrt.c
@@ -1,27 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file pztpgqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
  *
- * @file pztpgqrt.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon computational routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define V1(m,n) V1,  m,  n
@@ -36,9 +32,9 @@
 #define D(k)    V1, k, k
 #endif
 
-/*******************************************************************************
+/**
  *  Parallel tile QR factorization - dynamic scheduling
- **/
+ */
 void morse_pztpgqrt( int L,
                      MORSE_desc_t *V1, MORSE_desc_t *T1,
                      MORSE_desc_t *V2, MORSE_desc_t *T2,
diff --git a/compute/pztpqrt.c b/compute/pztpqrt.c
index 6e956cff65f831876d52453ffbe4220616b39b53..a85d4f2f452dc75487973dcb5e84d3e1998a2fef 100644
--- a/compute/pztpqrt.c
+++ b/compute/pztpqrt.c
@@ -1,36 +1,32 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file pztpqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
  *
- * @file pztpqrt.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon computational routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
 #define T(m,n) T,  m,  n
 
-/*******************************************************************************
+/**
  *  Parallel tile QR factorization - dynamic scheduling
- **/
+ */
 void morse_pztpqrt( int L, MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *T,
                     MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/pztradd.c b/compute/pztradd.c
index aa5dca0e588b2ef31384b276f43f37c8b6712109..524136171756c19c79d4238e81b7be090e6f03d4 100644
--- a/compute/pztradd.c
+++ b/compute/pztradd.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pztradd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pztradd.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztradd parallel algorithm
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Emmanuel Agullo
@@ -24,15 +19,15 @@
  * @date 2011-11-03
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m, n) A,  m,  n
 #define B(m, n) B,  m,  n
 
-/*******************************************************************************
+/**
  *  Parallel tile matrix-matrix multiplication - dynamic scheduling
- **/
+ */
 void morse_pztradd(MORSE_enum uplo, MORSE_enum trans,
                    MORSE_Complex64_t alpha, MORSE_desc_t *A,
                    MORSE_Complex64_t beta,  MORSE_desc_t *B,
diff --git a/compute/pztrmm.c b/compute/pztrmm.c
index b616bd55a478c65aae58e4c5f0bef8ee9bc17f67..1551fa10c3e69b6ccc7e8aec59fe4bdbd20f3fdb 100644
--- a/compute/pztrmm.c
+++ b/compute/pztrmm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pztrmm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pztrmm.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrmm parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
@@ -33,9 +28,9 @@
 
 
 
-/*******************************************************************************
+/**
  *  Parallel tile triangular matrix-matrix multiplication - dynamic scheduling
- **/
+ */
 void morse_pztrmm(MORSE_enum side, MORSE_enum uplo,
                          MORSE_enum trans, MORSE_enum diag,
                          MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
diff --git a/compute/pztrsm.c b/compute/pztrsm.c
index 727b7e5dbeb10cf313792071a2d7300f6c879502..a621ad29eddda6f1bfbe6cf45fc323dc4b4e2c4a 100644
--- a/compute/pztrsm.c
+++ b/compute/pztrsm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pztrsm.c
  *
- **/
-
-/**
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pztrsm.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrsm parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -27,14 +22,14 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile triangular solve - dynamic scheduling
- **/
+ */
 void morse_pztrsm(MORSE_enum side, MORSE_enum uplo, MORSE_enum trans, MORSE_enum diag,
                          MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                          MORSE_sequence_t *sequence, MORSE_request_t *request)
diff --git a/compute/pztrsmpl.c b/compute/pztrsmpl.c
index a96db6292f8a7bcb71224a3b88e6e55d2f409b54..b89b3726eaac3ca5f31297999483bca533e26d99 100644
--- a/compute/pztrsmpl.c
+++ b/compute/pztrsmpl.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pztrsmpl.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pztrsmpl.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrsmpl parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -27,16 +22,16 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
 #define B(m,n) B,  m,  n
 #define L(m,n) L,  m,  n
 #define IPIV(m,n) &(IPIV[(int64_t)A->nb*((int64_t)(m)+(int64_t)A->mt*(int64_t)(n))])
-/*******************************************************************************
+/**
  *  Parallel forward substitution for tile LU - dynamic scheduling
- **/
+ */
 void morse_pztrsmpl( MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *L, int *IPIV,
                      MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/pztrtri.c b/compute/pztrtri.c
index e212d3805516147fb1067991dabfbd22961cff07..2f94bcb94f020d0bf4c30f818b67cd0766ed31b5 100644
--- a/compute/pztrtri.c
+++ b/compute/pztrtri.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pztrtri.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pztrtri.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrtri parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,13 +22,13 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
-/*******************************************************************************
+/**
  *  Parallel tile triangular matrix inverse - dynamic scheduling
- **/
+ */
 void morse_pztrtri(MORSE_enum uplo, MORSE_enum diag, MORSE_desc_t *A,
                           MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzunglq.c b/compute/pzunglq.c
index dcf53f600f420950660a570ba8c061424bacc770..f6f83a0b56ace9a31dcb87ed927951b3bf09254f 100644
--- a/compute/pzunglq.c
+++ b/compute/pzunglq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzunglq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzunglq.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunglq parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
@@ -39,9 +34,9 @@
 #define D(k)   D,  k,  k
 #endif
 
-/*******************************************************************************
+/**
  *  Parallel construction of Q using tile V (application to identity) - dynamic scheduling
- **/
+ */
 void morse_pzunglq(MORSE_desc_t *A, MORSE_desc_t *Q, MORSE_desc_t *T, MORSE_desc_t *D,
                    MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzunglq_param.c b/compute/pzunglq_param.c
index 16af09a3a2a35521f1248c671f743fb77f068d53..9ca050a4db78c7682e30b832a3d07bac0cd204c2 100644
--- a/compute/pzunglq_param.c
+++ b/compute/pzunglq_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzunglq_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzunglq_pram.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunglq_param parallel algorithm
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 
diff --git a/compute/pzunglqrh.c b/compute/pzunglqrh.c
index 591de3742c7733e98d9c1284638e3f99b0cc6af0..f40c63638be5ab70244a0a6f6daff3562624edf9 100644
--- a/compute/pzunglqrh.c
+++ b/compute/pzunglqrh.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzunglqrh.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzunglqrh.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunglqrh parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dulceneia Becker
@@ -26,7 +21,7 @@
  * @date 2011-05-24
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  (m),  (n)
@@ -42,7 +37,7 @@
 /**
  *  Parallel construction of Q using tile V (application to identity;
  *  reduction Householder) - dynamic scheduling
- **/
+ */
 void morse_pzunglqrh(MORSE_desc_t *A, MORSE_desc_t *Q,
                      MORSE_desc_t *T, MORSE_desc_t *D, int BS,
                      MORSE_sequence_t *sequence, MORSE_request_t *request)
diff --git a/compute/pzungqr.c b/compute/pzungqr.c
index 140c0e6b273c92019cd0feac31d62a200c6320e2..2bd2b302f46586a33f07a16b768b6264091474c5 100644
--- a/compute/pzungqr.c
+++ b/compute/pzungqr.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzungqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzungqr.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zungqr parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
@@ -39,9 +34,9 @@
 #define D(k)   D,  k,  k
 #endif
 
-/*******************************************************************************
+/**
  *  Parallel construction of Q using tile V (application to identity) - dynamic scheduling
- **/
+ */
 void morse_pzungqr(MORSE_desc_t *A, MORSE_desc_t *Q, MORSE_desc_t *T, MORSE_desc_t *D,
                    MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
diff --git a/compute/pzungqr_param.c b/compute/pzungqr_param.c
index 849909b3f7df4d3f2902d951a8cfe6f907c0bc00..fe7777d095cf4deb3e8b7df28abe77f4f251f6af 100644
--- a/compute/pzungqr_param.c
+++ b/compute/pzungqr_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzungqr_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzungqr_param.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zungqr_param parallel algorithm
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 
diff --git a/compute/pzungqrrh.c b/compute/pzungqrrh.c
index 621d75e259ca23c0ea9525e938255207a3cfddc3..9b3422cd4afae779360c8a5d5ca71682bd32e6d1 100644
--- a/compute/pzungqrrh.c
+++ b/compute/pzungqrrh.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzungqrrh.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzungqrrh.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zungqrrh parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -28,7 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  (m),  (n)
@@ -44,7 +39,7 @@
 /**
  *  Parallel construction of Q using tile V (application to identity;
  *  reduction Householder) - dynamic scheduling
- **/
+ */
 void morse_pzungqrrh(MORSE_desc_t *A, MORSE_desc_t *Q,
                      MORSE_desc_t *T,  MORSE_desc_t *D, int BS,
                      MORSE_sequence_t *sequence, MORSE_request_t *request)
diff --git a/compute/pzunmlq.c b/compute/pzunmlq.c
index f2d07a65d472791a7af9ad739ae1376f1f9a1293..df686642bc6831ce37ae65a92f0be9e5befd0bea 100644
--- a/compute/pzunmlq.c
+++ b/compute/pzunmlq.c
@@ -1,21 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzunmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzunmlq.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmlq parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
@@ -41,7 +37,7 @@
 
 /**
  *  Parallel application of Q using tile V - LQ factorization - dynamic scheduling
- **/
+ */
 void morse_pzunmlq(MORSE_enum side, MORSE_enum trans,
                    MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *T, MORSE_desc_t *D,
                    MORSE_sequence_t *sequence, MORSE_request_t *request)
diff --git a/compute/pzunmlq_param.c b/compute/pzunmlq_param.c
index d8ca7f2d77447eb6d53a7df6b920a1d70848e1cc..c37ea1b59b484c14a23a2b63533e72d6cc30f709 100644
--- a/compute/pzunmlq_param.c
+++ b/compute/pzunmlq_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzunmlq_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzunmlq_param.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmlq_param parallel algorithm
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 
diff --git a/compute/pzunmlqrh.c b/compute/pzunmlqrh.c
index f6b38ab833e945da1ffbe59b15be86e84a93d318..cceda501cb3b64716548cc4722de92d87b2eef69 100644
--- a/compute/pzunmlqrh.c
+++ b/compute/pzunmlqrh.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzunmlqrh.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzunmlqrh.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmlqrh parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -28,7 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  (m),  (n)
@@ -41,10 +36,10 @@
 #define D(m,n) A, (m), (n)
 #endif
 
-/*******************************************************************************
+/**
  *  Parallel application of Q using tile V - LQ factorization (reduction
  *  Householder) - dynamic scheduling
- **/
+ */
 void morse_pzunmlqrh(MORSE_enum side, MORSE_enum trans,
                      MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *T, MORSE_desc_t *D, int BS,
                      MORSE_sequence_t *sequence, MORSE_request_t *request)
diff --git a/compute/pzunmqr.c b/compute/pzunmqr.c
index 140a65fcdbc91510cf16b79bd338aec12622c0e7..3a0f3c18d97e41252869371e1555a1a197cd5308 100644
--- a/compute/pzunmqr.c
+++ b/compute/pzunmqr.c
@@ -1,21 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzunmqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzunmqr.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmqr parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  m,  n
@@ -41,7 +37,7 @@
 
 /**
  *  Parallel application of Q using tile V - QR factorization - dynamic scheduling
- **/
+ */
 void morse_pzunmqr(MORSE_enum side, MORSE_enum trans,
                    MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *T, MORSE_desc_t *D,
                    MORSE_sequence_t *sequence, MORSE_request_t *request)
diff --git a/compute/pzunmqr_param.c b/compute/pzunmqr_param.c
index c9c33d6bb606f1961ce501ea656b1ba8f43b4faf..0ad3b1f87eee68a324af18d45bc5138fb3644144 100644
--- a/compute/pzunmqr_param.c
+++ b/compute/pzunmqr_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzunmqr_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzunmqr_param.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmqr_param parallel algorithm
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 
diff --git a/compute/pzunmqrrh.c b/compute/pzunmqrrh.c
index 08e7992d28f6514c5cea891695d5e50cf735bb06..46edc8be91f4ae24975b9bd2d8ec428938d3009f 100644
--- a/compute/pzunmqrrh.c
+++ b/compute/pzunmqrrh.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file pzunmqrrh.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file pzunmqrrh.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmqrrh parallel algorithm
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -28,7 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 #define A(m,n) A,  (m),  (n)
@@ -41,10 +36,10 @@
 #define D(m,n) A, (m), (n)
 #endif
 
-/*******************************************************************************
+/**
  *  Parallel application of Q using tile V - QR factorization (reduction
  *  Householder) - dynamic scheduling
- **/
+ */
 void morse_pzunmqrrh( MORSE_enum side, MORSE_enum trans,
                       MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *T, MORSE_desc_t *D, int BS,
                       MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/zbuild.c b/compute/zbuild.c
index 7fe753ef6ae56796ab8041ed1fdf7181727c132c..d3345a749e01915bdb0b83fc9e31e6a30f1643c4 100644
--- a/compute/zbuild.c
+++ b/compute/zbuild.c
@@ -1,18 +1,15 @@
 /**
- *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
  *
  * @file zbuild.c
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ * @brief Chameleon zbuild wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -22,7 +19,7 @@
  * @date 2016-09-05
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -81,7 +78,7 @@
  * @sa MORSE_dbuild
  * @sa MORSE_sbuild
  *
- ******************************************************************************/
+ */
 int MORSE_zbuild( MORSE_enum uplo, int M, int N,
                   MORSE_Complex64_t *A, int LDA,
                   void *user_data, void* user_build_callback )
@@ -189,7 +186,7 @@ int MORSE_zbuild( MORSE_enum uplo, int M, int N,
  * @sa MORSE_dbuild_Tile
  * @sa MORSE_sbuild_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zbuild_Tile( MORSE_enum uplo, MORSE_desc_t *A,
                        void *user_data, void* user_build_callback )
 {
@@ -257,7 +254,7 @@ int MORSE_zbuild_Tile( MORSE_enum uplo, MORSE_desc_t *A,
  * @sa MORSE_dbuild_Tile_Async
  * @sa MORSE_sbuild_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zbuild_Tile_Async( MORSE_enum uplo, MORSE_desc_t     *A,
                              void *user_data, void* user_build_callback,
                              MORSE_sequence_t *sequence,
diff --git a/compute/zgeadd.c b/compute/zgeadd.c
index eb53b30b6b542de7b830ceb0827989c083639b08..efbeaa4986f110be955fec2e53d30af4745b276e 100644
--- a/compute/zgeadd.c
+++ b/compute/zgeadd.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgeadd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgeadd.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeadd wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2011-11-03
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -90,7 +85,7 @@
  * @sa MORSE_dgeadd
  * @sa MORSE_sgeadd
  *
- ******************************************************************************/
+ */
 int MORSE_zgeadd( MORSE_enum trans, int M, int N,
                   MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA,
                   MORSE_Complex64_t beta,  MORSE_Complex64_t *B, int LDB )
@@ -227,7 +222,7 @@ int MORSE_zgeadd( MORSE_enum trans, int M, int N,
  * @sa MORSE_dgeadd_Tile
  * @sa MORSE_sgeadd_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgeadd_Tile( MORSE_enum trans,
                        MORSE_Complex64_t alpha, MORSE_desc_t *A,
                        MORSE_Complex64_t beta,  MORSE_desc_t *B )
@@ -283,7 +278,7 @@ int MORSE_zgeadd_Tile( MORSE_enum trans,
  * @sa MORSE_dgeadd_Tile_Async
  * @sa MORSE_sgeadd_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgeadd_Tile_Async( MORSE_enum trans,
                              MORSE_Complex64_t alpha, MORSE_desc_t *A,
                              MORSE_Complex64_t beta,  MORSE_desc_t *B,
diff --git a/compute/zgelqf.c b/compute/zgelqf.c
index 3e9529bec49c49fe2e0ca6ff823deb97a5aa00a8..9c0185492df3a6679a7dd3b4a0bd22d710de8f86 100644
--- a/compute/zgelqf.c
+++ b/compute/zgelqf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgelqf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgelqf.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgelqf wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -74,7 +69,7 @@
  * @sa MORSE_sgelqf
  * @sa MORSE_zgelqs
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqf( int M, int N,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_desc_t *descT )
@@ -182,7 +177,7 @@ int MORSE_zgelqf( int M, int N,
  * @sa MORSE_sgelqf_Tile
  * @sa MORSE_zgelqs_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqf_Tile( MORSE_desc_t *A, MORSE_desc_t *T )
 {
     MORSE_context_t *morse;
@@ -236,7 +231,7 @@ int MORSE_zgelqf_Tile( MORSE_desc_t *A, MORSE_desc_t *T )
  * @sa MORSE_sgelqf_Tile_Async
  * @sa MORSE_zgelqs_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqf_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *T,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zgelqf_param.c b/compute/zgelqf_param.c
index 76e11f6b9d8188026bf96e7bba188440f7c99e3e..ffa0f2c84bc2419749e0b04382673009f0951a7d 100644
--- a/compute/zgelqf_param.c
+++ b/compute/zgelqf_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgelqf_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgelqf_param.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgelqf_param wrappers
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -71,7 +67,7 @@
  * @sa MORSE_sgelqf
  * @sa MORSE_zgelqs
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqf_param( const libhqr_tree_t *qrtree, int M, int N,
                         MORSE_Complex64_t *A, int LDA,
                         MORSE_desc_t *descTS, MORSE_desc_t *descTT )
@@ -180,7 +176,7 @@ int MORSE_zgelqf_param( const libhqr_tree_t *qrtree, int M, int N,
  * @sa MORSE_sgelqf_Tile
  * @sa MORSE_zgelqs_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqf_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT )
 {
     MORSE_context_t *morse;
@@ -235,7 +231,7 @@ int MORSE_zgelqf_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE
  * @sa MORSE_sgelqf_Tile_Async
  * @sa MORSE_zgelqs_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqf_param_Tile_Async( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT,
                                    MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zgelqs.c b/compute/zgelqs.c
index 75bf9db2d3224082a7e6efdf990d0be8bf5916a8..1233497593b423092abfc676c12472cf50c7771e 100644
--- a/compute/zgelqs.c
+++ b/compute/zgelqs.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright 2009-2014 The University of Tennessee and The University
- *                      of Tennessee Research Foundation.
- *                      All rights reserved.
+ * @file zgelqs.c
+ *
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- **/
-
-/**
- *
- * @file zgelqs.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgelqs wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 
@@ -80,7 +75,7 @@
  * @sa MORSE_sgelqs
  * @sa MORSE_zgelqf
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqs( int M, int N, int NRHS,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_desc_t *descT,
@@ -203,7 +198,7 @@ int MORSE_zgelqs( int M, int N, int NRHS,
  * @sa MORSE_sgelqs_Tile
  * @sa MORSE_zgelqf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqs_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -259,7 +254,7 @@ int MORSE_zgelqs_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B )
  * @sa MORSE_sgelqs_Tile_Async
  * @sa MORSE_zgelqf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqs_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zgelqs_param.c b/compute/zgelqs_param.c
index 6171fd70c359c231ab1aea42a150dbf3378bf524..c62855559f6b6cdb6083f534707800dc156213a0 100644
--- a/compute/zgelqs_param.c
+++ b/compute/zgelqs_param.c
@@ -1,20 +1,15 @@
 /**
  *
- * @copyright 2009-2014 The University of Tennessee and The University
- *                      of Tennessee Research Foundation.
- *                      All rights reserved.
+ * @file zgelqs_param.c
+ *
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- **/
-
-/**
- *
- * @file zgelqs_param.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgelqs_param wrappers
  *
  * @version 1.0.0
  * @author Raphael Boucherie
@@ -22,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 
@@ -82,7 +77,7 @@
  * @sa MORSE_sgelqs
  * @sa MORSE_zgelqf
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqs_param( const libhqr_tree_t *qrtree, int M, int N, int NRHS,
                         MORSE_Complex64_t *A, int LDA,
                         MORSE_desc_t *descTS, MORSE_desc_t *descTT,
@@ -209,7 +204,7 @@ int MORSE_zgelqs_param( const libhqr_tree_t *qrtree, int M, int N, int NRHS,
  * @sa MORSE_sgelqs_Tile
  * @sa MORSE_zgelqf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqs_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A,
                              MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B )
 {
@@ -267,7 +262,7 @@ int MORSE_zgelqs_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A,
  * @sa MORSE_sgelqs_Tile_Async
  * @sa MORSE_zgelqf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgelqs_param_Tile_Async( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B,
                                    MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zgels.c b/compute/zgels.c
index 22af1ab71d75ffc1404fa5273e3396bda17ca2a0..ad53082643a65d057caf4638a69413b4cdd12752 100644
--- a/compute/zgels.c
+++ b/compute/zgels.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgels.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgels.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgels wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 
@@ -106,7 +101,7 @@
  * @sa MORSE_dgels
  * @sa MORSE_sgels
  *
- ******************************************************************************/
+ */
 int MORSE_zgels( MORSE_enum trans, int M, int N, int NRHS,
                  MORSE_Complex64_t *A, int LDA,
                  MORSE_desc_t *descT,
@@ -260,7 +255,7 @@ int MORSE_zgels( MORSE_enum trans, int M, int N, int NRHS,
  * @sa MORSE_dgels_Tile
  * @sa MORSE_sgels_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgels_Tile( MORSE_enum trans, MORSE_desc_t *A,
                       MORSE_desc_t *T, MORSE_desc_t *B )
 {
@@ -316,7 +311,7 @@ int MORSE_zgels_Tile( MORSE_enum trans, MORSE_desc_t *A,
  * @sa MORSE_dgels_Tile_Async
  * @sa MORSE_sgels_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgels_Tile_Async( MORSE_enum trans, MORSE_desc_t *A,
                             MORSE_desc_t *T, MORSE_desc_t *B,
                             MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/zgels_param.c b/compute/zgels_param.c
index d965a089859f6895bd4398b718ef9725717ec382..bada9e30021814d1a4d79cc174d6f6804853d240 100644
--- a/compute/zgels_param.c
+++ b/compute/zgels_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgels_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgels_param.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgels_param wrappers
  *
  * @version 1.0.0
  * @author Raphael Boucherie
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 
@@ -108,7 +104,7 @@
  * @sa MORSE_dgels
  * @sa MORSE_sgels
  *
- ******************************************************************************/
+ */
 int MORSE_zgels_param( const libhqr_tree_t *qrtree, MORSE_enum trans, int M, int N, int NRHS,
                        MORSE_Complex64_t *A, int LDA,
                        MORSE_desc_t *descTS, MORSE_desc_t *descTT,
@@ -265,7 +261,7 @@ int MORSE_zgels_param( const libhqr_tree_t *qrtree, MORSE_enum trans, int M, int
  * @sa MORSE_dgels_Tile
  * @sa MORSE_sgels_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgels_param_Tile( const libhqr_tree_t *qrtree, MORSE_enum trans, MORSE_desc_t *A,
                             MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B )
 {
@@ -322,7 +318,7 @@ int MORSE_zgels_param_Tile( const libhqr_tree_t *qrtree, MORSE_enum trans, MORSE
  * @sa MORSE_dgels_Tile_Async
  * @sa MORSE_sgels_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgels_param_Tile_Async( const libhqr_tree_t *qrtree, MORSE_enum trans, MORSE_desc_t *A,
                                   MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B,
                                   MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/zgemm.c b/compute/zgemm.c
index 5578bcd0f19ebe982985d28fb28940facf81da76..06cf67878cab867703f2cac1b9538c95600030db 100644
--- a/compute/zgemm.c
+++ b/compute/zgemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgemm.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgemm wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -129,7 +124,7 @@
  * @sa MORSE_dgemm
  * @sa MORSE_sgemm
  *
- ******************************************************************************/
+ */
 int MORSE_zgemm( MORSE_enum transA, MORSE_enum transB, int M, int N, int K,
                  MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA,
                  MORSE_Complex64_t *B, int LDB,
@@ -299,7 +294,7 @@ int MORSE_zgemm( MORSE_enum transA, MORSE_enum transB, int M, int N, int K,
  * @sa MORSE_dgemm_Tile
  * @sa MORSE_sgemm_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgemm_Tile( MORSE_enum transA, MORSE_enum transB,
                       MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                       MORSE_Complex64_t beta,  MORSE_desc_t *C )
@@ -355,7 +350,7 @@ int MORSE_zgemm_Tile( MORSE_enum transA, MORSE_enum transB,
  * @sa MORSE_dgemm_Tile_Async
  * @sa MORSE_sgemm_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgemm_Tile_Async( MORSE_enum transA, MORSE_enum transB,
                             MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                             MORSE_Complex64_t beta,  MORSE_desc_t *C,
diff --git a/compute/zgeqrf.c b/compute/zgeqrf.c
index e58694721d73319d5616fa6a65152dd9409491a4..1e6e9925f0b49477758943aeeb54b51748b85f9e 100644
--- a/compute/zgeqrf.c
+++ b/compute/zgeqrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgeqrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgeqrf.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeqrf wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -73,7 +68,7 @@
  * @sa MORSE_sgeqrf
  * @sa MORSE_zgeqrs
  *
- ******************************************************************************/
+ */
 int MORSE_zgeqrf( int M, int N,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_desc_t *descT )
@@ -181,7 +176,7 @@ int MORSE_zgeqrf( int M, int N,
  * @sa MORSE_sgeqrf_Tile
  * @sa MORSE_zgeqrs_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgeqrf_Tile( MORSE_desc_t *A, MORSE_desc_t *T )
 {
     MORSE_context_t *morse;
@@ -235,7 +230,7 @@ int MORSE_zgeqrf_Tile( MORSE_desc_t *A, MORSE_desc_t *T )
  * @sa MORSE_sgeqrf_Tile_Async
  * @sa MORSE_zgeqrs_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgeqrf_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *T,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zgeqrf_param.c b/compute/zgeqrf_param.c
index 0586e4630f71296af693bd4384914c7f17eba51d..ff8747edef2155f8fbf4daef84bcc5595ebe7a36 100644
--- a/compute/zgeqrf_param.c
+++ b/compute/zgeqrf_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgeqrf_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgeqrf_param.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeqrf_param wrappers
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -76,7 +72,7 @@
  * @sa MORSE_sgeqrf
  * @sa MORSE_zgeqrs
  *
- ******************************************************************************/
+ */
 int MORSE_zgeqrf_param( const libhqr_tree_t *qrtree, int M, int N,
                         MORSE_Complex64_t *A, int LDA,
                         MORSE_desc_t *descTS, MORSE_desc_t *descTT )
@@ -189,7 +185,7 @@ int MORSE_zgeqrf_param( const libhqr_tree_t *qrtree, int M, int N,
  * @sa MORSE_sgeqrf_param_Tile
  * @sa MORSE_zgeqrs_param_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgeqrf_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT )
 {
     MORSE_context_t *morse;
@@ -244,7 +240,7 @@ int MORSE_zgeqrf_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE
  * @sa MORSE_sgeqrf_param_Tile_Async
  * @sa MORSE_zgeqrs_param_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgeqrf_param_Tile_Async( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT,
                                    MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zgeqrs.c b/compute/zgeqrs.c
index db7fb9e7b07b79241d3cf75d0d2d7caa5f1a8a0c..4059d49120ef52c6446ace0c9b2a5425485e7f00 100644
--- a/compute/zgeqrs.c
+++ b/compute/zgeqrs.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgeqrs.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgeqrs.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeqrs wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 
@@ -80,7 +75,7 @@
  * @sa MORSE_sgeqrs
  * @sa MORSE_zgeqrf
  *
- *******************************************************************************/
+ */
 int MORSE_zgeqrs( int M, int N, int NRHS,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_desc_t *descT,
@@ -202,7 +197,7 @@ int MORSE_zgeqrs( int M, int N, int NRHS,
  * @sa MORSE_sgeqrs_Tile
  * @sa MORSE_zgeqrf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgeqrs_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -258,7 +253,7 @@ int MORSE_zgeqrs_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B )
  * @sa MORSE_sgeqrs_Tile_Async
  * @sa MORSE_zgeqrf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgeqrs_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zgeqrs_param.c b/compute/zgeqrs_param.c
index 26d98eb2893bc1aaf41916c75eb1e32ced3ed951..97860c992f207eb569195b03d8af0c27cf239a43 100644
--- a/compute/zgeqrs_param.c
+++ b/compute/zgeqrs_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgeqrs_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgeqrs_param.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeqrs_param wrappers
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 
@@ -75,7 +71,7 @@
  * @sa MORSE_sgeqrs
  * @sa MORSE_zgeqrf
  *
- *******************************************************************************/
+ */
 int MORSE_zgeqrs_param( const libhqr_tree_t *qrtree, int M, int N, int NRHS,
                         MORSE_Complex64_t *A, int LDA,
                         MORSE_desc_t *descTS, MORSE_desc_t *descTT,
@@ -198,7 +194,7 @@ int MORSE_zgeqrs_param( const libhqr_tree_t *qrtree, int M, int N, int NRHS,
  * @sa MORSE_sgeqrs_Tile
  * @sa MORSE_zgeqrf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgeqrs_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A,
                              MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B )
 {
@@ -256,7 +252,7 @@ int MORSE_zgeqrs_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A,
  * @sa MORSE_sgeqrs_Tile_Async
  * @sa MORSE_zgeqrf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgeqrs_param_Tile_Async( const libhqr_tree_t *qrtree,
                                    MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B,
                                    MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/zgesv_incpiv.c b/compute/zgesv_incpiv.c
index a3e9c8c3ea5cc665d3b9502be5005de49afcbfa8..a77008a2c9a7f66d1c4b1dac352bfa77162a034f 100644
--- a/compute/zgesv_incpiv.c
+++ b/compute/zgesv_incpiv.c
@@ -1,22 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file zgesv_incpiv.c
  *
- *  MORSE computational routines
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zgesv_incpiv wrappers
  *  Release Date: November, 15th 2009
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -85,7 +81,7 @@
  * @sa MORSE_dgesv_incpiv
  * @sa MORSE_sgesv_incpiv
  *
- ******************************************************************************/
+ */
 int MORSE_zgesv_incpiv( int N, int NRHS,
                         MORSE_Complex64_t *A, int LDA,
                         MORSE_desc_t *descL, int *IPIV,
@@ -207,7 +203,7 @@ int MORSE_zgesv_incpiv( int N, int NRHS,
  * @sa MORSE_sgesv_incpiv_Tile
  * @sa MORSE_zcgesv_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgesv_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -263,7 +259,7 @@ int MORSE_zgesv_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_
  * @sa MORSE_sgesv_incpiv_Tile_Async
  * @sa MORSE_zcgesv_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgesv_incpiv_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t *B,
                                    MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zgesv_nopiv.c b/compute/zgesv_nopiv.c
index 0a5753ad3753d7cef81d1f2a6f91be709d16df02..1033b01b232c5bce12dc045dbf1934ceab9b6525 100644
--- a/compute/zgesv_nopiv.c
+++ b/compute/zgesv_nopiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file zgesv_nopiv.c
  *
- *  MORSE computational routines
- *  Release Date: November, 15th 2009
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zgesv_nopiv wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -85,7 +80,7 @@
  * @sa MORSE_dgesv_nopiv
  * @sa MORSE_sgesv_nopiv
  *
- ******************************************************************************/
+ */
 int MORSE_zgesv_nopiv( int N, int NRHS,
                        MORSE_Complex64_t *A, int LDA,
                        MORSE_Complex64_t *B, int LDB )
@@ -198,7 +193,7 @@ int MORSE_zgesv_nopiv( int N, int NRHS,
  * @sa MORSE_sgesv_nopiv_Tile
  * @sa MORSE_zcgesv_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgesv_nopiv_Tile( MORSE_desc_t *A, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -253,7 +248,7 @@ int MORSE_zgesv_nopiv_Tile( MORSE_desc_t *A, MORSE_desc_t *B )
  * @sa MORSE_sgesv_nopiv_Tile_Async
  * @sa MORSE_zcgesv_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgesv_nopiv_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *B,
                                   MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zgesvd.c b/compute/zgesvd.c
index ba35c4da4e0164dbe0bb319ffea38209cbaa41b1..1c135ae469223b05acbb13c313cde6e1f5d44cc1 100644
--- a/compute/zgesvd.c
+++ b/compute/zgesvd.c
@@ -1,28 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgesvd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgesvd.c
+ ***
  *
- *  PLASMA computational routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgesvd wrappers
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Gregoire Pichon
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 #include <stdio.h>
@@ -146,7 +141,7 @@
  * @sa MORSE_dgesvd
  * @sa MORSE_sgesvd
  *
- ******************************************************************************/
+ */
 int MORSE_zgesvd( MORSE_enum jobu, MORSE_enum jobvt,
                   int M, int N,
                   MORSE_Complex64_t *A, int LDA,
@@ -334,7 +329,7 @@ int MORSE_zgesvd( MORSE_enum jobu, MORSE_enum jobvt,
  * @sa MORSE_dgesvd_Tile
  * @sa MORSE_sgesvd_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgesvd_Tile( MORSE_enum jobu, MORSE_enum jobvt,
                        MORSE_desc_t *A,
                        double *S,
@@ -394,7 +389,7 @@ int MORSE_zgesvd_Tile( MORSE_enum jobu, MORSE_enum jobvt,
  * @sa MORSE_dgesvd_Tile_Async
  * @sa MORSE_sgesvd_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgesvd_Tile_Async( MORSE_enum jobu, MORSE_enum jobvt,
                              MORSE_desc_t *A,
                              double *S,
diff --git a/compute/zgetrf_incpiv.c b/compute/zgetrf_incpiv.c
index 8c1c9eddfd03f8adb0b8d43354c814ffae378084..13869c0e8991da7038a8fdae91f8f7e7867fb2a0 100644
--- a/compute/zgetrf_incpiv.c
+++ b/compute/zgetrf_incpiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgetrf_incpiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgetrf_incpiv.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrf_incpiv wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -77,7 +72,7 @@
  * @sa MORSE_sgetrf_incpiv
  * @sa MORSE_zgetrs_incpiv
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrf_incpiv( int M, int N,
                          MORSE_Complex64_t *A, int LDA,
                          MORSE_desc_t *descL, int *IPIV )
@@ -186,7 +181,7 @@ int MORSE_zgetrf_incpiv( int M, int N,
  * @sa MORSE_sgetrf_incpiv_Tile
  * @sa MORSE_zgetrs_incpiv_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrf_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV )
 {
     MORSE_context_t *morse;
@@ -240,7 +235,7 @@ int MORSE_zgetrf_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV )
  * @sa MORSE_sgetrf_incpiv_Tile_Async
  * @sa MORSE_zgetrs_incpiv_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrf_incpiv_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV,
                                     MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c
index cf44857a8df9ac437e6b9bd4ef6b5c84de571d94..1112a79a2087bea50f3a36da8e75d861ba500914 100644
--- a/compute/zgetrf_nopiv.c
+++ b/compute/zgetrf_nopiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgetrf_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgetrf_nopiv.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrf_nopiv wrappers
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
@@ -25,7 +20,7 @@
  *
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -71,7 +66,7 @@
  * @sa MORSE_dgetrf_nopiv
  * @sa MORSE_sgetrf_nopiv
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrf_nopiv( int M, int N,
                         MORSE_Complex64_t *A, int LDA )
 {
@@ -171,7 +166,7 @@ int MORSE_zgetrf_nopiv( int M, int N,
  * @sa MORSE_sgetrf_nopiv_Tile
  * @sa MORSE_zgetrs_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrf_nopiv_Tile( MORSE_desc_t *A )
 {
     MORSE_context_t *morse;
@@ -228,7 +223,7 @@ int MORSE_zgetrf_nopiv_Tile( MORSE_desc_t *A )
  * @sa MORSE_sgetrf_nopiv_Tile_Async
  * @sa MORSE_zgetrs_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrf_nopiv_Tile_Async( MORSE_desc_t *A,
                                    MORSE_sequence_t *sequence,
                                    MORSE_request_t *request )
diff --git a/compute/zgetrs_incpiv.c b/compute/zgetrs_incpiv.c
index e22d55f2e54450528b8b5f7052f2d67206b4f39e..43496bec50707870057b2910d412654a005554cb 100644
--- a/compute/zgetrs_incpiv.c
+++ b/compute/zgetrs_incpiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgetrs_incpiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgetrs_incpiv.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrs_incpiv wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -87,7 +82,7 @@
  * @sa MORSE_sgetrs_incpiv
  * @sa MORSE_zgetrf_incpiv
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrs_incpiv( MORSE_enum trans, int N, int NRHS,
                          MORSE_Complex64_t *A, int LDA,
                          MORSE_desc_t *descL, int *IPIV,
@@ -211,7 +206,7 @@ int MORSE_zgetrs_incpiv( MORSE_enum trans, int N, int NRHS,
  * @sa MORSE_sgetrs_incpiv_Tile
  * @sa MORSE_zgetrf_incpiv_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrs_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -267,7 +262,7 @@ int MORSE_zgetrs_incpiv_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE
  * @sa MORSE_sgetrs_incpiv_Tile_Async
  * @sa MORSE_zgetrf_incpiv_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrs_incpiv_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t *B,
                                     MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zgetrs_nopiv.c b/compute/zgetrs_nopiv.c
index 7833e3eafad5da98d755e1af57c94b89dd3c94d0..115213ec085050c36da9903b432b782ee0652a6e 100644
--- a/compute/zgetrs_nopiv.c
+++ b/compute/zgetrs_nopiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zgetrs_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zgetrs_nopiv.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrs_nopiv wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -27,7 +22,7 @@
  * @date 2014-11-08
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -82,7 +77,7 @@
  * @sa MORSE_sgetrs_nopiv
  * @sa MORSE_zgetrf_nopiv
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrs_nopiv( MORSE_enum trans, int N, int NRHS,
                         MORSE_Complex64_t *A, int LDA,
                         MORSE_Complex64_t *B, int LDB )
@@ -198,7 +193,7 @@ int MORSE_zgetrs_nopiv( MORSE_enum trans, int N, int NRHS,
  * @sa MORSE_sgetrs_nopiv_Tile
  * @sa MORSE_zgetrf_nopiv_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrs_nopiv_Tile( MORSE_desc_t *A, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -253,7 +248,7 @@ int MORSE_zgetrs_nopiv_Tile( MORSE_desc_t *A, MORSE_desc_t *B )
  * @sa MORSE_sgetrs_nopiv_Tile_Async
  * @sa MORSE_zgetrf_nopiv_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zgetrs_nopiv_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *B,
                                    MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zheevd.c b/compute/zheevd.c
index 7346739297368b2bdc181beeaf0a99385fe418ee..c4af46e6ced9cf1cc660f12f8b08e52b2d6c3f5e 100644
--- a/compute/zheevd.c
+++ b/compute/zheevd.c
@@ -1,28 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file zheevd.c
  *
- *  PLASMA computational routines
- *  Release Date: November, 15th 2009
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zheevd wrappers
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Azzam Haidar
  * @author Hatem Ltaief
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #include <stdlib.h>
 #include <string.h>
@@ -99,7 +94,7 @@
  * @sa MORSE_dsyev
  * @sa MORSE_ssyev
  *
- ******************************************************************************/
+ */
 int MORSE_zheevd( MORSE_enum jobz, MORSE_enum uplo, int N,
                   MORSE_Complex64_t *A, int LDA,
                   double *W,
@@ -239,7 +234,7 @@ int MORSE_zheevd( MORSE_enum jobz, MORSE_enum uplo, int N,
  * @sa MORSE_dsyev
  * @sa MORSE_ssyev
  *
- ******************************************************************************/
+ */
 int MORSE_zheevd_Tile( MORSE_enum jobz, MORSE_enum uplo,
                        MORSE_desc_t *A, double *W, MORSE_desc_t *T )
 {
@@ -331,7 +326,7 @@ int MORSE_zheevd_Tile( MORSE_enum jobz, MORSE_enum uplo,
  * @sa MORSE_dsyev_Tile_Async
  * @sa MORSE_ssyev_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zheevd_Tile_Async( MORSE_enum jobz, MORSE_enum uplo,
                              MORSE_desc_t *A, double *W, MORSE_desc_t *T,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/zhemm.c b/compute/zhemm.c
index ce06a71dab415bba74aa660e34c21b270d79bfab..225d64ac79c2a0081787570e7cd6966bf1d9f4b8 100644
--- a/compute/zhemm.c
+++ b/compute/zhemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zhemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zhemm.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zhemm wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -105,7 +100,7 @@
  * @sa MORSE_dhemm
  * @sa MORSE_shemm
  *
- ******************************************************************************/
+ */
 int MORSE_zhemm( MORSE_enum side, MORSE_enum uplo, int M, int N,
                  MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA,
                  MORSE_Complex64_t *B, int LDB,
@@ -264,7 +259,7 @@ int MORSE_zhemm( MORSE_enum side, MORSE_enum uplo, int M, int N,
  * @sa MORSE_dhemm_Tile
  * @sa MORSE_shemm_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zhemm_Tile( MORSE_enum side, MORSE_enum uplo,
                       MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                       MORSE_Complex64_t beta,  MORSE_desc_t *C )
@@ -320,7 +315,7 @@ int MORSE_zhemm_Tile( MORSE_enum side, MORSE_enum uplo,
  * @sa MORSE_dhemm_Tile_Async
  * @sa MORSE_shemm_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zhemm_Tile_Async( MORSE_enum side, MORSE_enum uplo,
                             MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                             MORSE_Complex64_t beta,  MORSE_desc_t *C,
diff --git a/compute/zher2k.c b/compute/zher2k.c
index 71608495f399ad90c52a5b4dd4c00a9366a5f3b2..27c76582f1595db8c2584617be250cb229b74e1d 100644
--- a/compute/zher2k.c
+++ b/compute/zher2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zher2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zher2k.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zher2k wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -107,7 +102,7 @@
  * @sa MORSE_dher2k
  * @sa MORSE_sher2k
  *
- ******************************************************************************/
+ */
 int MORSE_zher2k( MORSE_enum uplo, MORSE_enum trans, int N, int K,
                  MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA, MORSE_Complex64_t *B, int LDB,
                  double beta,  MORSE_Complex64_t *C, int LDC )
@@ -264,7 +259,7 @@ int MORSE_zher2k( MORSE_enum uplo, MORSE_enum trans, int N, int K,
  * @sa MORSE_dher2k
  * @sa MORSE_sher2k
  *
- ******************************************************************************/
+ */
 int MORSE_zher2k_Tile( MORSE_enum uplo, MORSE_enum trans,
                       MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                       double beta,  MORSE_desc_t *C )
@@ -320,7 +315,7 @@ int MORSE_zher2k_Tile( MORSE_enum uplo, MORSE_enum trans,
  * @sa MORSE_dher2k_Tile_Async
  * @sa MORSE_sher2k_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zher2k_Tile_Async( MORSE_enum uplo, MORSE_enum trans,
                             MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                             double beta,  MORSE_desc_t *C,
diff --git a/compute/zherk.c b/compute/zherk.c
index b99dd19884401cb400d435abc60dea745f9e333f..a8dd544918f5a340471a75ee24c4127158368884 100644
--- a/compute/zherk.c
+++ b/compute/zherk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zherk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zherk.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zherk wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -97,7 +92,7 @@
  * @sa MORSE_dherk
  * @sa MORSE_sherk
  *
- ******************************************************************************/
+ */
 int MORSE_zherk( MORSE_enum uplo, MORSE_enum trans, int N, int K,
                  double alpha, MORSE_Complex64_t *A, int LDA,
                  double beta,  MORSE_Complex64_t *C, int LDC )
@@ -240,7 +235,7 @@ int MORSE_zherk( MORSE_enum uplo, MORSE_enum trans, int N, int K,
  * @sa MORSE_dherk
  * @sa MORSE_sherk
  *
- ******************************************************************************/
+ */
 int MORSE_zherk_Tile( MORSE_enum uplo, MORSE_enum trans,
                       double alpha, MORSE_desc_t *A,
                       double beta,  MORSE_desc_t *C )
@@ -295,7 +290,7 @@ int MORSE_zherk_Tile( MORSE_enum uplo, MORSE_enum trans,
  * @sa MORSE_dherk_Tile_Async
  * @sa MORSE_sherk_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zherk_Tile_Async( MORSE_enum uplo, MORSE_enum trans,
                             double alpha, MORSE_desc_t *A,
                             double beta,  MORSE_desc_t *C,
diff --git a/compute/zhetrd.c b/compute/zhetrd.c
index 5593d45a4b18c68d3403bdf7bee88be86f2449eb..38d0f7abbbe3b9a22a5addf8d3933156253545ce 100644
--- a/compute/zhetrd.c
+++ b/compute/zhetrd.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file zhetrd.c
  *
- *  PLASMA computational routines
- *  Release Date: November, 15th 2009
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zhetrd wrappers
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Azzam Haidar
  * @author Hatem Ltaief
  * @author Gregoire Pichon
@@ -24,7 +19,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 #if !defined(CHAMELEON_SIMULATION)
 #include <coreblas/lapacke.h>
@@ -112,7 +107,7 @@
  * @sa MORSE_dsytrd
  * @sa MORSE_ssytrd
  *
- ******************************************************************************/
+ */
 int MORSE_zhetrd( MORSE_enum jobz, MORSE_enum uplo, int N,
                   MORSE_Complex64_t *A, int LDA,
                   double *D,
@@ -266,7 +261,7 @@ int MORSE_zhetrd( MORSE_enum jobz, MORSE_enum uplo, int N,
  * @sa MORSE_ssytrd_Tile
  * @sa MORSE_zhetrd_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zhetrd_Tile( MORSE_enum jobz, MORSE_enum uplo,
                        MORSE_desc_t *A, double *D, double *E,
                        MORSE_desc_t *T, MORSE_Complex64_t *Q, int LDQ )
@@ -325,7 +320,7 @@ int MORSE_zhetrd_Tile( MORSE_enum jobz, MORSE_enum uplo,
  * @sa MORSE_dsytrd_Tile_Async
  * @sa MORSE_ssytrd_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zhetrd_Tile_Async( MORSE_enum jobz,
                              MORSE_enum uplo,
                              MORSE_desc_t *A,
diff --git a/compute/zlacpy.c b/compute/zlacpy.c
index d47417ac4d7bdc868db32dae4d94bdac3fad0ae3..ea1f0e0e7eb448effd083233cf9421e78c9409ea 100644
--- a/compute/zlacpy.c
+++ b/compute/zlacpy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zlacpy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zlacpy.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlacpy wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -73,7 +68,7 @@
  * @sa MORSE_dlacpy
  * @sa MORSE_slacpy
  *
- ******************************************************************************/
+ */
 int MORSE_zlacpy( MORSE_enum uplo, int M, int N,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_Complex64_t *B, int LDB )
@@ -196,7 +191,7 @@ int MORSE_zlacpy( MORSE_enum uplo, int M, int N,
  * @sa MORSE_dlacpy_Tile
  * @sa MORSE_slacpy_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zlacpy_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -248,7 +243,7 @@ int MORSE_zlacpy_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B )
  * @sa MORSE_dlacpy_Tile_Async
  * @sa MORSE_slacpy_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zlacpy_Tile_Async( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zlange.c b/compute/zlange.c
index e351bb5c7672c141f0e357cb53213f06c39fc6dc..e0d4658470dc43728270a453372c2fd164a362ce 100644
--- a/compute/zlange.c
+++ b/compute/zlange.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zlange.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zlange.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlange wrappers
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -82,7 +77,7 @@
  * @sa MORSE_dlange
  * @sa MORSE_slange
  *
- ******************************************************************************/
+ */
 double MORSE_zlange(MORSE_enum norm, int M, int N,
                     MORSE_Complex64_t *A, int LDA )
 {
@@ -192,7 +187,7 @@ double MORSE_zlange(MORSE_enum norm, int M, int N,
  * @sa MORSE_dlange_Tile
  * @sa MORSE_slange_Tile
  *
- ******************************************************************************/
+ */
 double MORSE_zlange_Tile(MORSE_enum norm, MORSE_desc_t *A )
 {
     MORSE_context_t *morse;
@@ -244,7 +239,7 @@ double MORSE_zlange_Tile(MORSE_enum norm, MORSE_desc_t *A )
  * @sa MORSE_dlange_Tile_Async
  * @sa MORSE_slange_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zlange_Tile_Async( MORSE_enum norm, MORSE_desc_t *A, double *value,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zlanhe.c b/compute/zlanhe.c
index e43a8111d29f62922cd24050badb702d29875b32..20d6d2873527213c6d8575ca435151edfdf77460 100644
--- a/compute/zlanhe.c
+++ b/compute/zlanhe.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zlanhe.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zlanhe.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlanhe wrappers
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -82,7 +77,7 @@
  * @sa MORSE_dlanhe
  * @sa MORSE_slanhe
  *
- ******************************************************************************/
+ */
 double MORSE_zlanhe(MORSE_enum norm, MORSE_enum uplo, int N,
                     MORSE_Complex64_t *A, int LDA )
 {
@@ -196,7 +191,7 @@ double MORSE_zlanhe(MORSE_enum norm, MORSE_enum uplo, int N,
  * @sa MORSE_dlanhe_Tile
  * @sa MORSE_slanhe_Tile
  *
- ******************************************************************************/
+ */
 double MORSE_zlanhe_Tile( MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A )
 {
     MORSE_context_t *morse;
@@ -248,7 +243,7 @@ double MORSE_zlanhe_Tile( MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A )
  * @sa MORSE_dlanhe_Tile_Async
  * @sa MORSE_slanhe_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zlanhe_Tile_Async( MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A, double *value,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zlansy.c b/compute/zlansy.c
index cb97a551881bb1cdb44580e6f3ca7d6631500964..10a2d3557283c1815585184480852bf62eb41d6c 100644
--- a/compute/zlansy.c
+++ b/compute/zlansy.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zlansy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zlansy.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlansy wrappers
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -82,7 +77,7 @@
  * @sa MORSE_dlansy
  * @sa MORSE_slansy
  *
- ******************************************************************************/
+ */
 double MORSE_zlansy(MORSE_enum norm, MORSE_enum uplo, int N,
                     MORSE_Complex64_t *A, int LDA )
 {
@@ -196,7 +191,7 @@ double MORSE_zlansy(MORSE_enum norm, MORSE_enum uplo, int N,
  * @sa MORSE_dlansy_Tile
  * @sa MORSE_slansy_Tile
  *
- ******************************************************************************/
+ */
 double MORSE_zlansy_Tile( MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A )
 {
     MORSE_context_t *morse;
@@ -248,7 +243,7 @@ double MORSE_zlansy_Tile( MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A )
  * @sa MORSE_dlansy_Tile_Async
  * @sa MORSE_slansy_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zlansy_Tile_Async( MORSE_enum norm, MORSE_enum uplo, MORSE_desc_t *A, double *value,
                             MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zlantr.c b/compute/zlantr.c
index f803abd84474cbe35a720c2bd5e98d20bd727a5d..42127a8b32fa5e669e886a61c1158906d9188b1e 100644
--- a/compute/zlantr.c
+++ b/compute/zlantr.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zlantr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zlantr.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlantr wrappers
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -94,7 +89,7 @@
  * @sa MORSE_dlantr
  * @sa MORSE_slantr
  *
- ******************************************************************************/
+ */
 double MORSE_zlantr(MORSE_enum norm, MORSE_enum uplo, MORSE_enum diag,
                     int M, int N, MORSE_Complex64_t *A, int LDA )
 {
@@ -218,7 +213,7 @@ double MORSE_zlantr(MORSE_enum norm, MORSE_enum uplo, MORSE_enum diag,
  * @sa MORSE_dlantr_Tile
  * @sa MORSE_slantr_Tile
  *
- ******************************************************************************/
+ */
 double MORSE_zlantr_Tile(MORSE_enum norm, MORSE_enum uplo, MORSE_enum diag, MORSE_desc_t *A )
 {
     MORSE_context_t *morse;
@@ -270,7 +265,7 @@ double MORSE_zlantr_Tile(MORSE_enum norm, MORSE_enum uplo, MORSE_enum diag, MORS
  * @sa MORSE_dlantr_Tile_Async
  * @sa MORSE_slantr_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zlantr_Tile_Async( MORSE_enum norm, MORSE_enum uplo, MORSE_enum diag,
                              MORSE_desc_t *A, double *value,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/zlascal.c b/compute/zlascal.c
index b37d8f61881884d7b7dcd943f7c7b5b44c55f0be..3b7df6dcaa560a4d1f74de803944c7ef485172a5 100644
--- a/compute/zlascal.c
+++ b/compute/zlascal.c
@@ -2,16 +2,22 @@
  *
  * @file zlascal.c
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
  *
- * @version 2.8.0
+ ***
+ *
+ * @brief Chameleon zlascal wrappers
+ *
+ * @version 1.0.0
  * @author Dalal Sukkari
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -61,7 +67,7 @@
  * @sa MORSE_dlascal
  * @sa MORSE_slascal
  *
- ******************************************************************************/
+ */
 int MORSE_zlascal( MORSE_enum uplo, int M, int N,
                    MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA )
 {
@@ -173,7 +179,7 @@ int MORSE_zlascal( MORSE_enum uplo, int M, int N,
  * @sa MORSE_dlascal_Tile
  * @sa MORSE_slascal_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zlascal_Tile( MORSE_enum uplo,
                         MORSE_Complex64_t alpha, MORSE_desc_t *A )
 {
@@ -227,7 +233,7 @@ int MORSE_zlascal_Tile( MORSE_enum uplo,
  * @sa MORSE_dlascal_Tile_Async
  * @sa MORSE_slascal_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zlascal_Tile_Async( MORSE_enum uplo,
                               MORSE_Complex64_t alpha, MORSE_desc_t *A,
                               MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/zlaset.c b/compute/zlaset.c
index 41093bc7d0468aa7cf7e5b0c7df96d7da21b69e8..0a6617835206a801efdb70b58a4adaba04e26a2e 100644
--- a/compute/zlaset.c
+++ b/compute/zlaset.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zlaset.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zlaset.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlaset wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -74,7 +69,7 @@
  * @sa MORSE_dlaset
  * @sa MORSE_slaset
  *
- ******************************************************************************/
+ */
 int MORSE_zlaset( MORSE_enum uplo, int M, int N,
                   MORSE_Complex64_t alpha, MORSE_Complex64_t beta,
                   MORSE_Complex64_t *A, int LDA )
@@ -183,7 +178,7 @@ int MORSE_zlaset( MORSE_enum uplo, int M, int N,
  * @sa MORSE_dlaset_Tile
  * @sa MORSE_slaset_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zlaset_Tile( MORSE_enum uplo,
                        MORSE_Complex64_t alpha, MORSE_Complex64_t beta,
                        MORSE_desc_t *A )
@@ -236,7 +231,7 @@ int MORSE_zlaset_Tile( MORSE_enum uplo,
  * @sa MORSE_dlaset_Tile_Async
  * @sa MORSE_slaset_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zlaset_Tile_Async( MORSE_enum uplo,
                              MORSE_Complex64_t alpha, MORSE_Complex64_t beta,
                              MORSE_desc_t *A,
diff --git a/compute/zlauum.c b/compute/zlauum.c
index 7c29cf3908488ddd67fa090718b3daaab92556dd..a21bfefcca440c2aa0c6925b776c09cd8e5b69eb 100644
--- a/compute/zlauum.c
+++ b/compute/zlauum.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zlauum.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zlauum.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlauum wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -76,7 +71,7 @@
  * @sa MORSE_slauum
  * @sa MORSE_zpotri
  *
- ******************************************************************************/
+ */
 int MORSE_zlauum( MORSE_enum uplo, int N,
                   MORSE_Complex64_t *A, int LDA )
 {
@@ -182,7 +177,7 @@ int MORSE_zlauum( MORSE_enum uplo, int N,
  * @sa MORSE_slauum_Tile
  * @sa MORSE_zpotri_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zlauum_Tile( MORSE_enum uplo, MORSE_desc_t *A )
 {
     MORSE_context_t *morse;
@@ -237,7 +232,7 @@ int MORSE_zlauum_Tile( MORSE_enum uplo, MORSE_desc_t *A )
  * @sa MORSE_slauum_Tile_Async
  * @sa MORSE_zpotri_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zlauum_Tile_Async( MORSE_enum uplo, MORSE_desc_t *A,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zplghe.c b/compute/zplghe.c
index 5f8deeee1f8174ba6eb659b97d140243beefb537..ee944a2a0f62f37c3c39feb6cba0c13fe5add018 100644
--- a/compute/zplghe.c
+++ b/compute/zplghe.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zplghe.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zplghe.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplghe wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file is a copy of zplghe.c
  *          wich has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
@@ -28,7 +23,7 @@
  * @date 2016-08-01
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -74,7 +69,7 @@
  * @sa MORSE_splghe
  * @sa MORSE_zplghe
  *
- ******************************************************************************/
+ */
 int MORSE_zplghe( double bump, MORSE_enum uplo, int N,
                   MORSE_Complex64_t *A, int LDA,
                   unsigned long long int seed )
@@ -177,7 +172,7 @@ int MORSE_zplghe( double bump, MORSE_enum uplo, int N,
  * @sa MORSE_splghe_Tile
  * @sa MORSE_zplghe_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zplghe_Tile( double bump, MORSE_enum uplo, MORSE_desc_t *A,
                        unsigned long long int seed )
 {
@@ -231,7 +226,7 @@ int MORSE_zplghe_Tile( double bump, MORSE_enum uplo, MORSE_desc_t *A,
  * @sa MORSE_splghe_Tile_Async
  * @sa MORSE_zplghe_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zplghe_Tile_Async( double                 bump,
                              MORSE_enum             uplo,
                              MORSE_desc_t             *A,
diff --git a/compute/zplgsy.c b/compute/zplgsy.c
index 31ec6fdc714d98fd2d8e0ca6a5fd56c2c13be896..d7fb72be0f5397d951ddf63faf2256a084c48af0 100644
--- a/compute/zplgsy.c
+++ b/compute/zplgsy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zplgsy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zplgsy.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplgsy wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file is a copy of zplgsy.c,
  *          wich has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
@@ -28,7 +23,7 @@
  * @date 2016-08-01
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -74,7 +69,7 @@
  * @sa MORSE_splgsy
  * @sa MORSE_zplgsy
  *
- ******************************************************************************/
+ */
 int MORSE_zplgsy( MORSE_Complex64_t bump, MORSE_enum uplo, int N,
                   MORSE_Complex64_t *A, int LDA,
                   unsigned long long int seed )
@@ -177,7 +172,7 @@ int MORSE_zplgsy( MORSE_Complex64_t bump, MORSE_enum uplo, int N,
  * @sa MORSE_splgsy_Tile
  * @sa MORSE_zplgsy_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zplgsy_Tile( MORSE_Complex64_t bump, MORSE_enum uplo,
                        MORSE_desc_t *A,
                        unsigned long long int seed )
@@ -233,7 +228,7 @@ int MORSE_zplgsy_Tile( MORSE_Complex64_t bump, MORSE_enum uplo,
  * @sa MORSE_zplgsy_Tile_Async
  * @sa MORSE_zplgsy_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zplgsy_Tile_Async( MORSE_Complex64_t      bump,
                              MORSE_enum             uplo,
                              MORSE_desc_t             *A,
diff --git a/compute/zplrnt.c b/compute/zplrnt.c
index 17edaa9d72de578abfb3e913b2fe1157494fc028..62d8c12ddf0280c71bf114c3145ead2d5c199146 100644
--- a/compute/zplrnt.c
+++ b/compute/zplrnt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zplrnt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zplrnt.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplrnt wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -68,7 +63,7 @@
  * @sa MORSE_zplghe
  * @sa MORSE_zplgsy
  *
- ******************************************************************************/
+ */
 int MORSE_zplrnt( int M, int N,
                   MORSE_Complex64_t *A, int LDA,
                   unsigned long long int seed )
@@ -168,7 +163,7 @@ int MORSE_zplrnt( int M, int N,
  * @sa MORSE_zplghe_Tile
  * @sa MORSE_zplgsy_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zplrnt_Tile( MORSE_desc_t *A,
                        unsigned long long int seed )
 {
@@ -223,7 +218,7 @@ int MORSE_zplrnt_Tile( MORSE_desc_t *A,
  * @sa MORSE_zplghe_Tile_Async
  * @sa MORSE_zplgsy_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zplrnt_Tile_Async( MORSE_desc_t     *A,
                              unsigned long long int seed,
                              MORSE_sequence_t *sequence,
diff --git a/compute/zposv.c b/compute/zposv.c
index 6f4615ce69fbe0b6ae145d5bbe7ef5ba3ec94941..f4e3f185d5887e8a41d2df15215372c9e66e51a1 100644
--- a/compute/zposv.c
+++ b/compute/zposv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zposv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zposv.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zposv wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -94,7 +89,7 @@
  * @sa MORSE_dposv
  * @sa MORSE_sposv
  *
- ******************************************************************************/
+ */
 int MORSE_zposv( MORSE_enum uplo, int N, int NRHS,
                  MORSE_Complex64_t *A, int LDA,
                  MORSE_Complex64_t *B, int LDB )
@@ -224,7 +219,7 @@ int MORSE_zposv( MORSE_enum uplo, int N, int NRHS,
  * @sa MORSE_dposv_Tile
  * @sa MORSE_sposv_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zposv_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -278,7 +273,7 @@ int MORSE_zposv_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B )
  * @sa MORSE_dposv_Tile_Async
  * @sa MORSE_sposv_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zposv_Tile_Async( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B,
                             MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zpotrf.c b/compute/zpotrf.c
index f37ee389b55fdc2ab7d11c0c02560f4b91b9eda4..13dc5ca87e7cb548fd74b06701b45bbc865d3082 100644
--- a/compute/zpotrf.c
+++ b/compute/zpotrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zpotrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zpotrf.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zpotrf wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -82,7 +77,7 @@
  * @sa MORSE_spotrf
  * @sa MORSE_zpotrs
  *
- ******************************************************************************/
+ */
 int MORSE_zpotrf( MORSE_enum uplo, int N,
                   MORSE_Complex64_t *A, int LDA )
 {
@@ -194,7 +189,7 @@ int MORSE_zpotrf( MORSE_enum uplo, int N,
  * @sa MORSE_spotrf_Tile
  * @sa MORSE_zpotrs_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zpotrf_Tile( MORSE_enum uplo, MORSE_desc_t *A )
 {
     MORSE_context_t *morse;
@@ -248,7 +243,7 @@ int MORSE_zpotrf_Tile( MORSE_enum uplo, MORSE_desc_t *A )
  * @sa MORSE_spotrf_Tile_Async
  * @sa MORSE_zpotrs_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zpotrf_Tile_Async( MORSE_enum uplo, MORSE_desc_t *A,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zpotri.c b/compute/zpotri.c
index 6662a1c661608b63269d537b8def7ed4c54c4f77..c4e4f3be8e84a443ebf8b658a1988509c6af7963 100644
--- a/compute/zpotri.c
+++ b/compute/zpotri.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zpotri.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zpotri.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zpotri wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -73,7 +68,7 @@
  * @sa MORSE_spotri
  * @sa MORSE_zpotrf
  *
- ******************************************************************************/
+ */
 int MORSE_zpotri( MORSE_enum uplo, int N,
                   MORSE_Complex64_t *A, int LDA )
 {
@@ -182,7 +177,7 @@ int MORSE_zpotri( MORSE_enum uplo, int N,
  * @sa MORSE_spotri_Tile
  * @sa MORSE_zpotrf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zpotri_Tile( MORSE_enum uplo, MORSE_desc_t *A )
 {
     MORSE_context_t *morse;
@@ -237,7 +232,7 @@ int MORSE_zpotri_Tile( MORSE_enum uplo, MORSE_desc_t *A )
  * @sa MORSE_spotri_Tile_Async
  * @sa MORSE_zpotrf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zpotri_Tile_Async( MORSE_enum uplo, MORSE_desc_t *A,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zpotrimm.c b/compute/zpotrimm.c
index ec2f8759a6a6dd690545751c165cbfd71044c36b..4d393828dec9226fbcd25b5a6c73ff6db004c06b 100644
--- a/compute/zpotrimm.c
+++ b/compute/zpotrimm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zpotrimm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zpotrimm.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zpotrimm wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -73,7 +68,7 @@
  * @sa MORSE_spotri
  * @sa MORSE_zpotrf
  *
- ******************************************************************************/
+ */
 int MORSE_zpotrimm( MORSE_enum uplo, int N,
                     MORSE_Complex64_t *A, int LDA,
                     MORSE_Complex64_t *B, int LDB,
@@ -204,7 +199,7 @@ int MORSE_zpotrimm( MORSE_enum uplo, int N,
  * @sa MORSE_spotri_Tile
  * @sa MORSE_zpotrf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zpotrimm_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *C )
 {
     MORSE_context_t *morse;
@@ -261,7 +256,7 @@ int MORSE_zpotrimm_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B, MORS
  * @sa MORSE_spotri_Tile_Async
  * @sa MORSE_zpotrf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zpotrimm_Tile_Async( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *C,
                                MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zpotrs.c b/compute/zpotrs.c
index 7ff43c5698b9f6eda87fe6342edf3abdca8ed95d..8b3a1ef7c7d0cc61e7ed8944685257626add47c3 100644
--- a/compute/zpotrs.c
+++ b/compute/zpotrs.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zpotrs.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zpotrs.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zpotrs wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -79,7 +74,7 @@
  * @sa MORSE_spotrs
  * @sa MORSE_zpotrf
  *
- ******************************************************************************/
+ */
 int MORSE_zpotrs( MORSE_enum uplo, int N, int NRHS,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_Complex64_t *B, int LDB )
@@ -200,7 +195,7 @@ int MORSE_zpotrs( MORSE_enum uplo, int N, int NRHS,
  * @sa MORSE_spotrs_Tile
  * @sa MORSE_zpotrf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zpotrs_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -255,7 +250,7 @@ int MORSE_zpotrs_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B )
  * @sa MORSE_spotrs_Tile_Async
  * @sa MORSE_zpotrf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zpotrs_Tile_Async( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zsymm.c b/compute/zsymm.c
index a6662f3e9adeb3b6c2468e4ee859f325c94395af..dd1794d0ac0e0ee14530f41890c6bacc84f5dbe0 100644
--- a/compute/zsymm.c
+++ b/compute/zsymm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zsymm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zsymm.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsymm wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -105,7 +100,7 @@
  * @sa MORSE_dsymm
  * @sa MORSE_ssymm
  *
- ******************************************************************************/
+ */
 int MORSE_zsymm( MORSE_enum side, MORSE_enum uplo, int M, int N,
                  MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA,
                  MORSE_Complex64_t *B, int LDB,
@@ -264,7 +259,7 @@ int MORSE_zsymm( MORSE_enum side, MORSE_enum uplo, int M, int N,
  * @sa MORSE_dsymm_Tile
  * @sa MORSE_ssymm_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zsymm_Tile( MORSE_enum side, MORSE_enum uplo,
                       MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                       MORSE_Complex64_t beta,  MORSE_desc_t *C )
@@ -320,7 +315,7 @@ int MORSE_zsymm_Tile( MORSE_enum side, MORSE_enum uplo,
  * @sa MORSE_dsymm_Tile_Async
  * @sa MORSE_ssymm_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zsymm_Tile_Async( MORSE_enum side, MORSE_enum uplo,
                             MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                             MORSE_Complex64_t beta,  MORSE_desc_t *C,
diff --git a/compute/zsyr2k.c b/compute/zsyr2k.c
index 84a501a4808176c987358ebbca2a9d9a0a5a2d27..a841aa60ae1b41899a859ebd9602cb70c6378ae7 100644
--- a/compute/zsyr2k.c
+++ b/compute/zsyr2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zsyr2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zsyr2k.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsyr2k wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -107,7 +102,7 @@
  * @sa MORSE_dsyr2k
  * @sa MORSE_ssyr2k
  *
- ******************************************************************************/
+ */
 int MORSE_zsyr2k( MORSE_enum uplo, MORSE_enum trans, int N, int K,
                  MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA, MORSE_Complex64_t *B, int LDB,
                  MORSE_Complex64_t beta,  MORSE_Complex64_t *C, int LDC )
@@ -264,7 +259,7 @@ int MORSE_zsyr2k( MORSE_enum uplo, MORSE_enum trans, int N, int K,
  * @sa MORSE_dsyr2k
  * @sa MORSE_ssyr2k
  *
- ******************************************************************************/
+ */
 int MORSE_zsyr2k_Tile( MORSE_enum uplo, MORSE_enum trans,
                       MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                       MORSE_Complex64_t beta,  MORSE_desc_t *C )
@@ -320,7 +315,7 @@ int MORSE_zsyr2k_Tile( MORSE_enum uplo, MORSE_enum trans,
  * @sa MORSE_dsyr2k_Tile_Async
  * @sa MORSE_ssyr2k_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zsyr2k_Tile_Async( MORSE_enum uplo, MORSE_enum trans,
                             MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
                             MORSE_Complex64_t beta,  MORSE_desc_t *C,
diff --git a/compute/zsyrk.c b/compute/zsyrk.c
index 2dd3e6ac15d9a225cbc45c5b79fde39396386a61..1e62c5aef92e3a2a6dc8f86a0491660cd1ccf2e8 100644
--- a/compute/zsyrk.c
+++ b/compute/zsyrk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zsyrk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zsyrk.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsyrk wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -97,7 +92,7 @@
  * @sa MORSE_dsyrk
  * @sa MORSE_ssyrk
  *
- ******************************************************************************/
+ */
 int MORSE_zsyrk( MORSE_enum uplo, MORSE_enum trans, int N, int K,
                  MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA,
                  MORSE_Complex64_t beta,  MORSE_Complex64_t *C, int LDC )
@@ -240,7 +235,7 @@ int MORSE_zsyrk( MORSE_enum uplo, MORSE_enum trans, int N, int K,
  * @sa MORSE_dsyrk
  * @sa MORSE_ssyrk
  *
- ******************************************************************************/
+ */
 int MORSE_zsyrk_Tile( MORSE_enum uplo, MORSE_enum trans,
                       MORSE_Complex64_t alpha, MORSE_desc_t *A,
                       MORSE_Complex64_t beta,  MORSE_desc_t *C )
@@ -295,7 +290,7 @@ int MORSE_zsyrk_Tile( MORSE_enum uplo, MORSE_enum trans,
  * @sa MORSE_dsyrk_Tile_Async
  * @sa MORSE_ssyrk_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zsyrk_Tile_Async( MORSE_enum uplo, MORSE_enum trans,
                             MORSE_Complex64_t alpha, MORSE_desc_t *A,
                             MORSE_Complex64_t beta,  MORSE_desc_t *C,
diff --git a/compute/zsysv.c b/compute/zsysv.c
index a53b8cb57eb575da39f9b05387dec10f8483b09f..cbfbfb153c84ed0b0004c41bf6dc93047a6c6577 100644
--- a/compute/zsysv.c
+++ b/compute/zsysv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zsysv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zsysv.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsysv wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -28,7 +23,7 @@
  * @date 2014-10-09
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -91,7 +86,7 @@
  * @sa MORSE_zsysv_Tile_Async
  * @sa MORSE_csysv
  *
- ******************************************************************************/
+ */
 int MORSE_zsysv( MORSE_enum uplo, int N, int NRHS,
                  MORSE_Complex64_t *A, int LDA,
                  MORSE_Complex64_t *B, int LDB )
@@ -217,7 +212,7 @@ int MORSE_zsysv( MORSE_enum uplo, int N, int NRHS,
  * @sa MORSE_zsysv_Tile_Async
  * @sa MORSE_csysv_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zsysv_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -269,7 +264,7 @@ int MORSE_zsysv_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B )
  * @sa MORSE_zsysv_Tile
  * @sa MORSE_csysv_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zsysv_Tile_Async( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B,
                             MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zsytrf.c b/compute/zsytrf.c
index 11d74b77576fe3474cfd29ef9396a1788abd88c9..023eb796491ab2f43ed739f3f33517a8a51c39b5 100644
--- a/compute/zsytrf.c
+++ b/compute/zsytrf.c
@@ -1,28 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zsytrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zsytrf.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsytrf wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Florent Pruvost
  * @author Marc Sergent
  * @date 2014-10-09
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -77,7 +72,7 @@
  * @sa MORSE_ssytrf
  * @sa MORSE_zpotrs
  *
- ******************************************************************************/
+ */
 int MORSE_zsytrf( MORSE_enum uplo, int N,
                   MORSE_Complex64_t *A, int LDA )
 {
@@ -183,7 +178,7 @@ int MORSE_zsytrf( MORSE_enum uplo, int N,
  * @sa MORSE_zsytrf_Tile_Async
  * @sa MORSE_csytrf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zsytrf_Tile( MORSE_enum uplo, MORSE_desc_t *A )
 {
     MORSE_context_t *morse;
@@ -234,7 +229,7 @@ int MORSE_zsytrf_Tile( MORSE_enum uplo, MORSE_desc_t *A )
  * @sa MORSE_zsytrf_Tile
  * @sa MORSE_csytrf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zsytrf_Tile_Async( MORSE_enum uplo, MORSE_desc_t *A,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zsytrs.c b/compute/zsytrs.c
index 7223993d95d2b857c8eebdb664f1c318fecf9333..d5286a22b6656813a86bb0ddc55b72816eb4f589 100644
--- a/compute/zsytrs.c
+++ b/compute/zsytrs.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zsytrs.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zsytrs.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsytrs wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -28,7 +23,7 @@
  * @date 2014-10-09
  * @precisions normal z -> c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -78,7 +73,7 @@
  * @sa MORSE_zsytrs_Tile_Async
  * @sa MORSE_csytrs
  *
- ******************************************************************************/
+ */
 int MORSE_zsytrs( MORSE_enum uplo, int N, int NRHS,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_Complex64_t *B, int LDB )
@@ -196,7 +191,7 @@ int MORSE_zsytrs( MORSE_enum uplo, int N, int NRHS,
  * @sa MORSE_zsytrs_Tile_Async
  * @sa MORSE_csytrs_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zsytrs_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -248,7 +243,7 @@ int MORSE_zsytrs_Tile( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B )
  * @sa MORSE_zsytrs_Tile
  * @sa MORSE_csytrs_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zsytrs_Tile_Async( MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/ztile.c b/compute/ztile.c
index 868a565e4178542648efe0234f848cd32a651df6..17a9e8a385293e34fcfcdccd455e413b546db73c 100644
--- a/compute/ztile.c
+++ b/compute/ztile.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file ztile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file ztile.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon auxiliary routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -60,7 +55,7 @@
  * @sa MORSE_dLapack_to_Tile
  * @sa MORSE_sLapack_to_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zLapack_to_Tile( MORSE_Complex64_t *Af77, int LDA, MORSE_desc_t *A )
 {
     MORSE_context_t *morse;
@@ -137,7 +132,7 @@ int MORSE_zLapack_to_Tile( MORSE_Complex64_t *Af77, int LDA, MORSE_desc_t *A )
  * @sa MORSE_dTile_to_Lapack
  * @sa MORSE_sTile_to_Lapack
  *
- ******************************************************************************/
+ */
 int MORSE_zTile_to_Lapack( MORSE_desc_t *A, MORSE_Complex64_t *Af77, int LDA )
 {
     MORSE_context_t *morse;
diff --git a/compute/ztpgqrt.c b/compute/ztpgqrt.c
index 7763b4136f1df1572f2703ef171a70aaeb9938ca..d311c35ffd756c12f2445578d94524f108a614a2 100644
--- a/compute/ztpgqrt.c
+++ b/compute/ztpgqrt.c
@@ -1,27 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file ztpgqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
  *
- * @file ztpgqrt.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztpgqrt wrappers
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -132,7 +128,7 @@
  * @sa MORSE_stpgqrt
  * @sa MORSE_zgeqrs
  *
- ******************************************************************************/
+ */
 int MORSE_ztpgqrt( int M, int N, int K, int L,
                    MORSE_Complex64_t *V1, int LDV1, MORSE_desc_t *descT1,
                    MORSE_Complex64_t *V2, int LDV2, MORSE_desc_t *descT2,
@@ -260,7 +256,6 @@ int MORSE_ztpgqrt( int M, int N, int K, int L,
  *
  *******************************************************************************
  *
- *
  *******************************************************************************
  *
  * @return
@@ -275,7 +270,7 @@ int MORSE_ztpgqrt( int M, int N, int K, int L,
  * @sa MORSE_stpgqrt_Tile
  * @sa MORSE_zgeqrs_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_ztpgqrt_Tile( int L,
                         MORSE_desc_t *V1, MORSE_desc_t *T1,
                         MORSE_desc_t *V2, MORSE_desc_t *T2,
@@ -336,7 +331,7 @@ int MORSE_ztpgqrt_Tile( int L,
  * @sa MORSE_stpgqrt_Tile_Async
  * @sa MORSE_zgeqrs_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_ztpgqrt_Tile_Async( int L,
                               MORSE_desc_t *V1, MORSE_desc_t *T1,
                               MORSE_desc_t *V2, MORSE_desc_t *T2,
diff --git a/compute/ztpqrt.c b/compute/ztpqrt.c
index af70716d9b3cd18513b89157ac697bf31383a335..35426439d2104d0883e6fee2b41b5769eaf7d073 100644
--- a/compute/ztpqrt.c
+++ b/compute/ztpqrt.c
@@ -1,27 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file ztpqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
  *
- * @file ztpqrt.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztpqrt wrappers
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -127,7 +123,7 @@
  * @sa MORSE_stpqrt
  * @sa MORSE_zgeqrs
  *
- ******************************************************************************/
+ */
 int MORSE_ztpqrt( int M, int N, int L,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_Complex64_t *B, int LDB,
@@ -251,7 +247,7 @@ int MORSE_ztpqrt( int M, int N, int L,
  * @sa MORSE_stpqrt_Tile
  * @sa MORSE_zgeqrs_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_ztpqrt_Tile( int L, MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *T )
 {
     MORSE_context_t *morse;
@@ -306,7 +302,7 @@ int MORSE_ztpqrt_Tile( int L, MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *T
  * @sa MORSE_stpqrt_Tile_Async
  * @sa MORSE_zgeqrs_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_ztpqrt_Tile_Async( int L, MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *T,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/ztradd.c b/compute/ztradd.c
index 64e4b4aff742e369cde1f573e467a882f94c9ac2..cf43736462fbfcd1fdf42cbc9be4edb0a32c44fb 100644
--- a/compute/ztradd.c
+++ b/compute/ztradd.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file ztradd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file ztradd.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztradd wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2011-11-03
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -96,7 +91,7 @@
  * @sa MORSE_dtradd
  * @sa MORSE_stradd
  *
- ******************************************************************************/
+ */
 int MORSE_ztradd( MORSE_enum uplo, MORSE_enum trans, int M, int N,
                   MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA,
                   MORSE_Complex64_t beta,  MORSE_Complex64_t *B, int LDB )
@@ -243,7 +238,7 @@ int MORSE_ztradd( MORSE_enum uplo, MORSE_enum trans, int M, int N,
  * @sa MORSE_dtradd_Tile
  * @sa MORSE_stradd_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_ztradd_Tile( MORSE_enum uplo, MORSE_enum trans,
                        MORSE_Complex64_t alpha, MORSE_desc_t *A,
                        MORSE_Complex64_t beta,  MORSE_desc_t *B )
@@ -299,7 +294,7 @@ int MORSE_ztradd_Tile( MORSE_enum uplo, MORSE_enum trans,
  * @sa MORSE_dtradd_Tile_Async
  * @sa MORSE_stradd_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_ztradd_Tile_Async( MORSE_enum uplo, MORSE_enum trans,
                              MORSE_Complex64_t alpha, MORSE_desc_t *A,
                              MORSE_Complex64_t beta,  MORSE_desc_t *B,
diff --git a/compute/ztrmm.c b/compute/ztrmm.c
index 71dd3adc06be17917b03395a4ff924d2bee18145..d1073ff69ee2dc29f91f6adce247ac46846ff278 100644
--- a/compute/ztrmm.c
+++ b/compute/ztrmm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file ztrmm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file ztrmm.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrmm wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -99,7 +94,7 @@
  * @sa MORSE_dtrmm
  * @sa MORSE_strmm
  *
- ******************************************************************************/
+ */
 int MORSE_ztrmm( MORSE_enum side, MORSE_enum uplo,
                  MORSE_enum transA, MORSE_enum diag,
                  int N, int NRHS, MORSE_Complex64_t alpha,
@@ -265,7 +260,7 @@ int MORSE_ztrmm( MORSE_enum side, MORSE_enum uplo,
  * @sa MORSE_dtrmm_Tile
  * @sa MORSE_strmm_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_ztrmm_Tile( MORSE_enum side, MORSE_enum uplo,
                       MORSE_enum transA, MORSE_enum diag,
                       MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B )
@@ -320,7 +315,7 @@ int MORSE_ztrmm_Tile( MORSE_enum side, MORSE_enum uplo,
  * @sa MORSE_dtrmm_Tile_Async
  * @sa MORSE_strmm_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_ztrmm_Tile_Async( MORSE_enum side, MORSE_enum uplo,
                             MORSE_enum transA, MORSE_enum diag,
                             MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
diff --git a/compute/ztrsm.c b/compute/ztrsm.c
index c9bd77932249275cf057e3be427ef8b9975d98d3..b403ab24baff8c05ec7b615e03023c12a345c4aa 100644
--- a/compute/ztrsm.c
+++ b/compute/ztrsm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file ztrsm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file ztrsm.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrsm wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -100,7 +95,7 @@
  * @sa MORSE_dtrsm
  * @sa MORSE_strsm
  *
- ******************************************************************************/
+ */
 int MORSE_ztrsm( MORSE_enum side, MORSE_enum uplo,
                  MORSE_enum transA, MORSE_enum diag,
                  int N, int NRHS, MORSE_Complex64_t alpha,
@@ -263,7 +258,7 @@ int MORSE_ztrsm( MORSE_enum side, MORSE_enum uplo,
  * @sa MORSE_dtrsm_Tile
  * @sa MORSE_strsm_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_ztrsm_Tile( MORSE_enum side, MORSE_enum uplo,
                       MORSE_enum transA, MORSE_enum diag,
                       MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B )
@@ -318,7 +313,7 @@ int MORSE_ztrsm_Tile( MORSE_enum side, MORSE_enum uplo,
  * @sa MORSE_dtrsm_Tile_Async
  * @sa MORSE_strsm_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_ztrsm_Tile_Async( MORSE_enum side, MORSE_enum uplo,
                             MORSE_enum transA, MORSE_enum diag,
                             MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_desc_t *B,
diff --git a/compute/ztrsmpl.c b/compute/ztrsmpl.c
index d84670ad98dc9fcf87bcccfd63c73b3538380f2c..4ec6fa35fe9e6de530b4dac04df734ca8bd4446d 100644
--- a/compute/ztrsmpl.c
+++ b/compute/ztrsmpl.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file ztrsmpl.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file ztrsmpl.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrsmpl wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -79,7 +74,7 @@
  * @sa MORSE_strsmpl
  * @sa MORSE_zgetrf_incpiv
  *
- ******************************************************************************/
+ */
 int MORSE_ztrsmpl( int N, int NRHS,
                    MORSE_Complex64_t *A, int LDA,
                    MORSE_desc_t *descL, int *IPIV,
@@ -195,7 +190,7 @@ int MORSE_ztrsmpl( int N, int NRHS,
  * @sa MORSE_strsmpl_Tile
  * @sa MORSE_zgetrf_incpiv_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_ztrsmpl_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t *B )
 {
     MORSE_context_t *morse;
@@ -251,7 +246,7 @@ int MORSE_ztrsmpl_Tile( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_
  * @sa MORSE_strsmpl_Tile_Async
  * @sa MORSE_zgetrf_incpiv_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_ztrsmpl_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *L, int *IPIV, MORSE_desc_t *B,
                               MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/ztrtri.c b/compute/ztrtri.c
index e4d822d94fce6c2b348925b26faf29c0bed71cfa..0deff2a58259882f715b538fab6e154dd3fecbc5 100644
--- a/compute/ztrtri.c
+++ b/compute/ztrtri.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file ztrtri.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file ztrtri.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrtri wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -81,7 +76,7 @@
  * @sa MORSE_strtri
  * @sa MORSE_zpotri
  *
- ******************************************************************************/
+ */
 int MORSE_ztrtri( MORSE_enum uplo, MORSE_enum diag, int N,
                   MORSE_Complex64_t *A, int LDA )
 {
@@ -201,7 +196,7 @@ int MORSE_ztrtri( MORSE_enum uplo, MORSE_enum diag, int N,
  * @sa MORSE_strtri_Tile
  * @sa MORSE_zpotri_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_ztrtri_Tile( MORSE_enum uplo, MORSE_enum diag, MORSE_desc_t *A )
 {
     MORSE_context_t *morse;
@@ -255,7 +250,7 @@ int MORSE_ztrtri_Tile( MORSE_enum uplo, MORSE_enum diag, MORSE_desc_t *A )
  * @sa MORSE_strtri_Tile_Async
  * @sa MORSE_zpotri_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_ztrtri_Tile_Async( MORSE_enum uplo, MORSE_enum diag, MORSE_desc_t *A,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zunglq.c b/compute/zunglq.c
index ca9ed653bc82d5591bca9c8ebd531e998312e74c..a684465c2f2f2366e46e508605e0263ef9c68adb 100644
--- a/compute/zunglq.c
+++ b/compute/zunglq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zunglq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zunglq.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunglq wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -80,7 +75,7 @@
  * @sa MORSE_sorglq
  * @sa MORSE_zgelqf
  *
- ******************************************************************************/
+ */
 int MORSE_zunglq( int M, int N, int K,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_desc_t *descT,
@@ -198,7 +193,7 @@ int MORSE_zunglq( int M, int N, int K,
  * @sa MORSE_sorglq_Tile
  * @sa MORSE_zgelqf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zunglq_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *Q )
 {
     MORSE_context_t *morse;
@@ -252,7 +247,7 @@ int MORSE_zunglq_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *Q )
  * @sa MORSE_sorglq_Tile_Async
  * @sa MORSE_zgelqf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zunglq_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *Q,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zunglq_param.c b/compute/zunglq_param.c
index 39f63a41ec8689538136411e8101c335606fa896..328a4e7137dadbb6dc4b6181d2dd3d1a42521174 100644
--- a/compute/zunglq_param.c
+++ b/compute/zunglq_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zunglq_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zunglq_param.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunglq_param wrappers
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -77,7 +73,7 @@
  * @sa MORSE_sorglq
  * @sa MORSE_zgelqf
  *
- ******************************************************************************/
+ */
 int MORSE_zunglq_param( const libhqr_tree_t *qrtree, int M, int N, int K,
                         MORSE_Complex64_t *A, int LDA,
                         MORSE_desc_t *descTS, MORSE_desc_t *descTT,
@@ -196,7 +192,7 @@ int MORSE_zunglq_param( const libhqr_tree_t *qrtree, int M, int N, int K,
  * @sa MORSE_sorglq_Tile
  * @sa MORSE_zgelqf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zunglq_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *Q )
 {
     MORSE_context_t *morse;
@@ -251,7 +247,7 @@ int MORSE_zunglq_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE
  * @sa MORSE_sorglq_Tile_Async
  * @sa MORSE_zgelqf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zunglq_param_Tile_Async( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *Q,
                                    MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zungqr.c b/compute/zungqr.c
index 331a5b35273439c3f7b1a72449c36f7b101e75c5..69153b4e954b4c0aaac8918de0dfc95d59b74550 100644
--- a/compute/zungqr.c
+++ b/compute/zungqr.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zungqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zungqr.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zungqr wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -80,7 +75,7 @@
  * @sa MORSE_sorgqr
  * @sa MORSE_zgeqrf
  *
- ******************************************************************************/
+ */
 int MORSE_zungqr( int M, int N, int K,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_desc_t *descT,
@@ -197,7 +192,7 @@ int MORSE_zungqr( int M, int N, int K,
  * @sa MORSE_sorgqr_Tile
  * @sa MORSE_zgeqrf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zungqr_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *Q )
 {
     MORSE_context_t *morse;
@@ -251,7 +246,7 @@ int MORSE_zungqr_Tile( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *Q )
  * @sa MORSE_sorgqr_Tile_Async
  * @sa MORSE_zgeqrf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zungqr_Tile_Async( MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *Q,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
diff --git a/compute/zungqr_param.c b/compute/zungqr_param.c
index 1f70aad4157733970f0099da92c713b3c73e9c84..111d85cc4ba079f56ecc924c2fc5a1530f0cda18 100644
--- a/compute/zungqr_param.c
+++ b/compute/zungqr_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zungqr_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zungqr_param.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zungqr_param wrappers
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -77,7 +73,7 @@
  * @sa MORSE_sorgqr
  * @sa MORSE_zgeqrf
  *
- ******************************************************************************/
+ */
 int MORSE_zungqr_param( const libhqr_tree_t *qrtree,
                         int M, int N, int K,
                         MORSE_Complex64_t *A, int LDA,
@@ -197,7 +193,7 @@ int MORSE_zungqr_param( const libhqr_tree_t *qrtree,
  * @sa MORSE_sorgqr_Tile
  * @sa MORSE_zgeqrf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zungqr_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *Q )
 {
     MORSE_context_t *morse;
@@ -252,7 +248,7 @@ int MORSE_zungqr_param_Tile( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE
  * @sa MORSE_sorgqr_Tile_Async
  * @sa MORSE_zgeqrf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zungqr_param_Tile_Async( const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *Q, MORSE_sequence_t *sequence, MORSE_request_t *request )
 {
     MORSE_context_t *morse;
diff --git a/compute/zunmlq.c b/compute/zunmlq.c
index 33e73eb189a895d9ae8df29af0b4561e4e8a50ce..fa23e7977d091b4ced4b9963ae850eb38a2976c9 100644
--- a/compute/zunmlq.c
+++ b/compute/zunmlq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zunmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zunmlq.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmlq wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -28,7 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -104,7 +99,7 @@
  * @sa MORSE_sormlq
  * @sa MORSE_zgelqf
  *
- ******************************************************************************/
+ */
 int MORSE_zunmlq( MORSE_enum side, MORSE_enum trans, int M, int N, int K,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_desc_t *descT,
@@ -249,7 +244,7 @@ int MORSE_zunmlq( MORSE_enum side, MORSE_enum trans, int M, int N, int K,
  * @sa MORSE_sormlq_Tile
  * @sa MORSE_zgelqf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zunmlq_Tile( MORSE_enum side, MORSE_enum trans,
                        MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *C )
 {
@@ -304,7 +299,7 @@ int MORSE_zunmlq_Tile( MORSE_enum side, MORSE_enum trans,
  * @sa MORSE_sormlq_Tile_Async
  * @sa MORSE_zgelqf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zunmlq_Tile_Async( MORSE_enum side, MORSE_enum trans,
                              MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *C,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/zunmlq_param.c b/compute/zunmlq_param.c
index 7b46fbb8697c41935890b76f7e9434add080febc..67f8dfa0dfdae0cc99ffbfe751dba179493d366f 100644
--- a/compute/zunmlq_param.c
+++ b/compute/zunmlq_param.c
@@ -1,27 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zunmlq_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zunmlq_param.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmlq_param wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -103,7 +99,7 @@
  * @sa MORSE_sormlq
  * @sa MORSE_zgelqf
  *
- ******************************************************************************/
+ */
 int MORSE_zunmlq_param( const libhqr_tree_t *qrtree, MORSE_enum side, MORSE_enum trans, int M, int N, int K,
                         MORSE_Complex64_t *A, int LDA,
                         MORSE_desc_t *descTS, MORSE_desc_t *descTT,
@@ -249,7 +245,7 @@ int MORSE_zunmlq_param( const libhqr_tree_t *qrtree, MORSE_enum side, MORSE_enum
  * @sa MORSE_sormlq_Tile
  * @sa MORSE_zgelqf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zunmlq_param_Tile( const libhqr_tree_t *qrtree, MORSE_enum side, MORSE_enum trans,
                              MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *C )
 {
@@ -305,7 +301,7 @@ int MORSE_zunmlq_param_Tile( const libhqr_tree_t *qrtree, MORSE_enum side, MORSE
  * @sa MORSE_sormlq_Tile_Async
  * @sa MORSE_zgelqf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zunmlq_param_Tile_Async( const libhqr_tree_t *qrtree, MORSE_enum side, MORSE_enum trans,
                                    MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *C,
                                    MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/zunmqr.c b/compute/zunmqr.c
index 89f33de1d6142a2abb5eced233af1617e080a54c..27e01a1f5d4fd5ac2b669998dc1c1139ef0a1ec5 100644
--- a/compute/zunmqr.c
+++ b/compute/zunmqr.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zunmqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zunmqr.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmqr wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -106,7 +101,7 @@
  * @sa MORSE_sormqr
  * @sa MORSE_zgeqrf
  *
- ******************************************************************************/
+ */
 int MORSE_zunmqr( MORSE_enum side, MORSE_enum trans, int M, int N, int K,
                   MORSE_Complex64_t *A, int LDA,
                   MORSE_desc_t *descT,
@@ -253,7 +248,7 @@ int MORSE_zunmqr( MORSE_enum side, MORSE_enum trans, int M, int N, int K,
  * @sa MORSE_sormqr_Tile
  * @sa MORSE_zgeqrf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zunmqr_Tile( MORSE_enum side, MORSE_enum trans,
                        MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *C )
 {
@@ -308,7 +303,7 @@ int MORSE_zunmqr_Tile( MORSE_enum side, MORSE_enum trans,
  * @sa MORSE_sormqr_Tile_Async
  * @sa MORSE_zgeqrf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zunmqr_Tile_Async( MORSE_enum side, MORSE_enum trans,
                              MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *C,
                              MORSE_sequence_t *sequence, MORSE_request_t *request )
diff --git a/compute/zunmqr_param.c b/compute/zunmqr_param.c
index f1d31036ba5eb1d42cf832b4c474d3a3a29e744c..c6903c21533e3e92b9b57253eba363c6d49ead50 100644
--- a/compute/zunmqr_param.c
+++ b/compute/zunmqr_param.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zunmqr_param.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file zunmqr_param.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmqr_param wrappers
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "control/common.h"
 
 /**
@@ -106,7 +102,7 @@
  * @sa MORSE_sormqr
  * @sa MORSE_zgeqrf
  *
- ******************************************************************************/
+ */
 int MORSE_zunmqr_param( const libhqr_tree_t *qrtree,
                         MORSE_enum side, MORSE_enum trans, int M, int N, int K,
                         MORSE_Complex64_t *A, int LDA,
@@ -255,7 +251,7 @@ int MORSE_zunmqr_param( const libhqr_tree_t *qrtree,
  * @sa MORSE_sormqr_Tile
  * @sa MORSE_zgeqrf_Tile
  *
- ******************************************************************************/
+ */
 int MORSE_zunmqr_param_Tile( const libhqr_tree_t *qrtree, MORSE_enum side, MORSE_enum trans,
                              MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *C )
 {
@@ -311,7 +307,7 @@ int MORSE_zunmqr_param_Tile( const libhqr_tree_t *qrtree, MORSE_enum side, MORSE
  * @sa MORSE_sormqr_Tile_Async
  * @sa MORSE_zgeqrf_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_zunmqr_param_Tile_Async( const libhqr_tree_t *qrtree,
                                    MORSE_enum side, MORSE_enum trans,
                                    MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *C,
diff --git a/control/CMakeLists.txt b/control/CMakeLists.txt
index 5cc1b6b04e00f3351d4d80b872c6b3ed7f121d59..1ab6efa3d62f82122f7cc1334f395ea8d45cd716 100644
--- a/control/CMakeLists.txt
+++ b/control/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2017 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/control/async.c b/control/async.c
index 4e273b724351dee19a6bffb14e1dc7181e4add81..31ec1941e11aff629389b296724e84cfbc9c83fb 100644
--- a/control/async.c
+++ b/control/async.c
@@ -1,30 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file async.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file async.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon asynchronous management routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
-
-/**
+ ***
  *
  * @defgroup Sequences
  * @brief Group routines exposed to users to handle asynchronous tasks execution
@@ -34,9 +27,9 @@
 #include "control/common.h"
 #include "chameleon/morse_runtime.h"
 
-/*******************************************************************************
+/**
  *  Register an exception.
- **/
+ */
 int morse_request_fail(MORSE_sequence_t *sequence, MORSE_request_t *request, int status)
 {
     sequence->request = request;
@@ -45,9 +38,9 @@ int morse_request_fail(MORSE_sequence_t *sequence, MORSE_request_t *request, int
     return status;
 }
 
-/*******************************************************************************
+/**
  *  Create a sequence
- **/
+ */
 int morse_sequence_create(MORSE_context_t *morse, MORSE_sequence_t **sequence)
 {
     if ((*sequence = malloc(sizeof(MORSE_sequence_t))) == NULL) {
@@ -61,9 +54,9 @@ int morse_sequence_create(MORSE_context_t *morse, MORSE_sequence_t **sequence)
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Destroy a sequence
- **/
+ */
 int morse_sequence_destroy(MORSE_context_t *morse, MORSE_sequence_t *sequence)
 {
     RUNTIME_sequence_destroy( morse, sequence );
@@ -71,16 +64,16 @@ int morse_sequence_destroy(MORSE_context_t *morse, MORSE_sequence_t *sequence)
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Wait for the completion of a sequence
- **/
+ */
 int morse_sequence_wait(MORSE_context_t *morse, MORSE_sequence_t *sequence)
 {
     RUNTIME_sequence_wait( morse, sequence );
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Sequences
  *
@@ -96,7 +89,7 @@ int morse_sequence_wait(MORSE_context_t *morse, MORSE_sequence_t *sequence)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Sequence_Create(MORSE_sequence_t **sequence)
 {
     MORSE_context_t *morse;
@@ -111,7 +104,7 @@ int MORSE_Sequence_Create(MORSE_sequence_t **sequence)
     return status;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Sequences
  *
@@ -127,7 +120,7 @@ int MORSE_Sequence_Create(MORSE_sequence_t **sequence)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Sequence_Destroy(MORSE_sequence_t *sequence)
 {
     MORSE_context_t *morse;
@@ -146,7 +139,7 @@ int MORSE_Sequence_Destroy(MORSE_sequence_t *sequence)
     return status;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Sequences
  *
@@ -162,7 +155,7 @@ int MORSE_Sequence_Destroy(MORSE_sequence_t *sequence)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Sequence_Wait(MORSE_sequence_t *sequence)
 {
     MORSE_context_t *morse;
@@ -181,7 +174,7 @@ int MORSE_Sequence_Wait(MORSE_sequence_t *sequence)
     return status;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Sequences
  *
@@ -200,7 +193,7 @@ int MORSE_Sequence_Wait(MORSE_sequence_t *sequence)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Sequence_Flush(MORSE_sequence_t *sequence, MORSE_request_t *request)
 {
     MORSE_context_t *morse;
diff --git a/control/async.h b/control/async.h
index 8cfef81bf164250414dcf833380981d215724896..3773cd34e821408397b0ce6c8e0f49004fd6a804 100644
--- a/control/async.h
+++ b/control/async.h
@@ -1,28 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file async.h
  *
- **/
-
-/***
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
  *
- * @file async.h
+ * @brief Chameleon asynchronous management header
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
- *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
+ */
 #ifndef _MORSE_ASYNC_H_
 #define _MORSE_ASYNC_H_
 
@@ -32,9 +26,9 @@
 extern "C" {
 #endif
 
-/*******************************************************************************
+/**
  *  Internal routines
- **/
+ */
 int morse_request_fail     (MORSE_sequence_t *sequence, MORSE_request_t *request, int error);
 int morse_sequence_create  (MORSE_context_t *MORSE, MORSE_sequence_t **sequence);
 int morse_sequence_destroy (MORSE_context_t *MORSE, MORSE_sequence_t *sequence);
diff --git a/control/auxiliary.c b/control/auxiliary.c
index b71dafa5236f4b707abc73e07aaa2a4f3853e375..db8c7e678dffcae5b2dda06e6c35f29adc9ca593 100644
--- a/control/auxiliary.c
+++ b/control/auxiliary.c
@@ -1,31 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file auxiliary.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file auxiliary.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon auxiliary routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
-
-/**
+ ***
  *
  * @defgroup Auxiliary
  * @brief Group auxiliary routines exposed to users
@@ -39,7 +32,7 @@
 #include <stdlib.h>
 #include <limits.h>
 
-/*******************************************************************************
+/**
  *
  *  Indicates a recoverable problem.
  *  User's erroneous action without severe consequences.
@@ -52,7 +45,7 @@
  * @param[in] msg_text
  *          Warning message to display.
  *
- ******************************************************************************/
+ */
 void morse_warning(const char *func_name, const char *msg_text)
 {
     MORSE_context_t *morse;
@@ -64,7 +57,7 @@ void morse_warning(const char *func_name, const char *msg_text)
         fprintf(stderr, "MORSE WARNING: %s(): %s\n", func_name, msg_text);
 }
 
-/*******************************************************************************
+/**
  *
  *  Indicates a recoverable problem.
  *  User's erroneous action with potentially severe consequences.
@@ -77,13 +70,13 @@ void morse_warning(const char *func_name, const char *msg_text)
  * @param[in] msg_text
  *          Warning message to display.
  *
- ******************************************************************************/
+ */
 void morse_error(const char *func_name, const char *msg_text)
 {
     fprintf(stderr, "MORSE ERROR: %s(): %s\n", func_name, msg_text);
 }
 
-/*******************************************************************************
+/**
  *
  *  Unexpected behavior within the library.
  *  Unrecoverable user errors.
@@ -95,24 +88,24 @@ void morse_error(const char *func_name, const char *msg_text)
  * @param[in] msg_text
  *          Warning message to display.
  *
- ******************************************************************************/
+ */
 void morse_fatal_error(const char *func_name, const char *msg_text)
 {
     fprintf(stderr, "MORSE FATAL ERROR: %s(): %s\n", func_name, msg_text);
     exit(0);
 }
 
-/*******************************************************************************
+/**
  *  Returns core id
- **/
+ */
 int morse_rank(MORSE_context_t *morse)
 {
     return RUNTIME_thread_rank( morse );
 }
 
-/*******************************************************************************
+/**
  *  Tune block size nb and internal block size ib
- **/
+ */
 int morse_tune(MORSE_enum func, int M, int N, int NRHS)
 {
     MORSE_context_t *morse;
@@ -127,7 +120,7 @@ int morse_tune(MORSE_enum func, int M, int N, int NRHS)
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Auxiliary
  *
@@ -149,7 +142,7 @@ int morse_tune(MORSE_enum func, int M, int N, int NRHS)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Version(int *ver_major, int *ver_minor, int *ver_micro)
 {
     if (! ver_major && ! ver_minor && ! ver_micro)
@@ -167,7 +160,7 @@ int MORSE_Version(int *ver_major, int *ver_minor, int *ver_micro)
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Auxiliary
  *
@@ -190,7 +183,7 @@ int MORSE_Version(int *ver_major, int *ver_minor, int *ver_micro)
  * @return
  *          \retval Element size in bytes
  *
- *****************************************************************************/
+ */
 int MORSE_Element_Size(int type)
 {
     switch(type) {
@@ -206,7 +199,7 @@ int MORSE_Element_Size(int type)
     }
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Auxiliary
  *
@@ -219,7 +212,7 @@ int MORSE_Element_Size(int type)
  * @return
  *          \retval MPI rank
  *
- *****************************************************************************/
+ */
 int MORSE_My_Mpi_Rank(void)
 {
 #if defined(CHAMELEON_USE_MPI)
@@ -234,9 +227,9 @@ int MORSE_My_Mpi_Rank(void)
 #endif
 }
 
-/*******************************************************************************
+/**
  *  Display a progress percentage in stderr
- **/
+ */
 void update_progress(int currentValue, int maximumValue) {
     div_t res ;
     static int progress = -1; /* varie de 0 a 100 au cours du calcul concerne */
diff --git a/control/auxiliary.h b/control/auxiliary.h
index 5cc85d6dc50488bc9e1d0116d885c5c6a1f97b26..45ba468a8c5ed3917871b40bf0e30a4d26d39209 100644
--- a/control/auxiliary.h
+++ b/control/auxiliary.h
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file auxiliary.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file auxiliary.h
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon auxiliary header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Emmanuel Agullo
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
+ */
 #ifndef _MORSE_AUXILIARY_H_
 #define _MORSE_AUXILIARY_H_
 
@@ -33,18 +28,18 @@
 extern "C" {
 #endif
 
-/*******************************************************************************
+/**
  *  Internal routines
- **/
+ */
 void morse_warning      (const char *func_name, const char* msg_text);
 void morse_error        (const char *func_name, const char* msg_text);
 void morse_fatal_error  (const char *func_name, const char* msg_text);
 int  morse_rank         (MORSE_context_t *morse);
 int  morse_tune         (MORSE_enum func, int M, int N, int NRHS);
 
-/*******************************************************************************
+/**
  *  API routines
- **/
+ */
 int  MORSE_Version      (int *ver_major, int *ver_minor, int *ver_micro);
 int  MORSE_Element_Size (int type);
 int  MORSE_My_Mpi_Rank  (void);
diff --git a/control/common.h b/control/common.h
index 1df9385bafadfcc64fde9eb5a603035ad1e67915..ad11d04ddb68c8477e5cb43eb3dc5df7269e32d6 100644
--- a/control/common.h
+++ b/control/common.h
@@ -1,33 +1,26 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file common.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file common.h
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon common header file
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
-
-/*******************************************************************************
+ */
+/**
  *  MORSE facilities of interest to both MORSE core developer
  *  and also of interest to MORSE community contributor.
- **/
+ */
 #ifndef _MORSE_COMMON_H_
 #define _MORSE_COMMON_H_
 
@@ -38,9 +31,9 @@
 #include <unistd.h>
 #endif
 
-/** ****************************************************************************
+/**
  * Implementation headers
- **/
+ */
 #if defined(CHAMELEON_USE_CUDA) && !defined(CHAMELEON_SIMULATION)
 #include <cuda.h>
 #include <cuda_runtime.h>
@@ -61,17 +54,17 @@
 #include <mpi.h>
 #endif
 
-/** ****************************************************************************
+/**
  *  Line to avoid conflict with other linear algebra libraries, because, we
  *  don't know why but lapacke provide a wrong interface of lapack in fortran
- **/
+ */
 #ifndef LAPACK_NAME
 #define LAPACK_NAME(a, b) lapackef77_##a
 #endif
 
-/** ****************************************************************************
+/**
  *  Chameleon header files
- **/
+ */
 #include "morse.h"
 
 #include "control/global.h"
@@ -80,9 +73,9 @@
 #include "control/descriptor.h"
 #include "control/async.h"
 
-/*******************************************************************************
+/**
  *  Global shortcuts
- **/
+ */
 #define MORSE_RANK        morse_rank(morse)
 #define MORSE_SIZE        morse->world_size
 #define MORSE_GRPSIZE     morse->group_size
@@ -100,16 +93,16 @@
 #define MORSE_MPI_SIZE    morse->mpi_comm_size
 #endif
 
-/*******************************************************************************
+/**
  *  IPT internal define
- **/
+ */
 #define MorseIPT_NoDep   0
 #define MorseIPT_Panel   1
 #define MorseIPT_All     2
 
-/*******************************************************************************
+/**
  *  Global array of LAPACK constants
- **/
+ */
 extern char *morse_lapack_constants[];
 #define morse_lapack_const(morse_const) morse_lapack_constants[morse_const][0]
 
diff --git a/control/compute_z.h b/control/compute_z.h
index 7ff7a28000cd376b0edaa08af5a419edf60e6929..67c7815f4209f88bd510c82f8259f80dc6f96f6b 100644
--- a/control/compute_z.h
+++ b/control/compute_z.h
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file compute_z.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file compute_z.h
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon computational functions header
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -26,18 +21,17 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
-/*******************************************************************************
+ */
+/**
  *  LAPACK/Tile Descriptor accesses
- **/
+ */
 #define MorseDescInput  1
 #define MorseDescOutput 2
 #define MorseDescInout  (MorseDescInput | MorseDescOutput)
 
-/***************************************************************************//**
+/**
  *  Macro for matrix conversion / Lapack interface
- **/
+ */
 #define morse_zdesc_alloc_diag( descA, mb, nb, lm, ln, i, j, m, n, p, q) \
     descA = morse_desc_init_diag(                                       \
         MorseComplexDouble, (mb), (nb), ((mb)*(nb)),                    \
@@ -56,16 +50,16 @@
     }                                                                   \
     RUNTIME_desc_create( &(descA) );
 
-/***************************************************************************//**
+/**
  *  Declarations of internal sequential functions
- **/
+ */
 int morse_zshift(MORSE_context_t *morse, int m, int n, MORSE_Complex64_t *A,
                   int nprob, int me, int ne, int L,
                   MORSE_sequence_t *sequence, MORSE_request_t *request);
 
-/***************************************************************************//**
+/**
  *  Declarations of parallel functions (dynamic scheduling) - alphabetical order
- **/
+ */
 void morse_pzbarrier_pnl2tl(MORSE_desc_t *A, MORSE_sequence_t *sequence, MORSE_request_t *request);
 void morse_pzbarrier_row2tl(MORSE_desc_t *A, MORSE_sequence_t *sequence, MORSE_request_t *request);
 void morse_pzbarrier_tl2pnl(MORSE_desc_t *A, MORSE_sequence_t *sequence, MORSE_request_t *request);
diff --git a/control/context.c b/control/context.c
index 7f0d67fc96f0aa0b6030c50209996b36ab5f03f9..444bf5ce696682b816fba90e8a512ea803e60a8a 100644
--- a/control/context.c
+++ b/control/context.c
@@ -1,30 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file context.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file context.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon context management routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
-
-/**
+ ***
  *
  * @defgroup Options
  * @brief Group routines exposed to users to handle options
@@ -47,15 +40,15 @@
 #include "coreblas.h"
 #endif
 
-/*******************************************************************************
+/**
  *  Global data
- **/
+ */
 /* master threads context lookup table */
 static MORSE_context_t *morse_ctxt = NULL;
 
-/*******************************************************************************
+/**
  *  Create new context
- **/
+ */
 MORSE_context_t *morse_context_create()
 {
     MORSE_context_t *morse;
@@ -99,18 +92,17 @@ MORSE_context_t *morse_context_create()
 }
 
 
-/*******************************************************************************
+/**
  *  Return context for a thread
- **/
+ */
 MORSE_context_t *morse_context_self()
 {
     return morse_ctxt;
 }
 
-/*******************************************************************************
+/**
  *  Clean the context
- **/
-
+ */
 int morse_context_destroy(){
 
     RUNTIME_context_destroy(morse_ctxt);
@@ -120,7 +112,7 @@ int morse_context_destroy(){
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Options
  *
@@ -141,7 +133,7 @@ int morse_context_destroy(){
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Enable(MORSE_enum option)
 {
     MORSE_context_t *morse;
@@ -189,7 +181,7 @@ int MORSE_Enable(MORSE_enum option)
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Options
  *
@@ -210,7 +202,7 @@ int MORSE_Enable(MORSE_enum option)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Disable(MORSE_enum option)
 {
     MORSE_context_t *morse;
@@ -253,7 +245,7 @@ int MORSE_Disable(MORSE_enum option)
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Options
  *
@@ -274,7 +266,7 @@ int MORSE_Disable(MORSE_enum option)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Set(MORSE_enum param, int value)
 {
     MORSE_context_t *morse;
@@ -347,7 +339,7 @@ int MORSE_Set(MORSE_enum param, int value)
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Options
  *
@@ -368,7 +360,7 @@ int MORSE_Set(MORSE_enum param, int value)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Get(MORSE_enum param, int *value)
 {
     MORSE_context_t *morse;
diff --git a/control/context.h b/control/context.h
index 0c9191c49439cace1991bb500158538ef1541ad4..6ddc295511287abb4c3eb3d236200dce37cf9eaf 100644
--- a/control/context.h
+++ b/control/context.h
@@ -1,37 +1,32 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file context.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file control/context.h
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon context header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
+ */
 #ifndef _MORSE_CONTEXT_H_
 #define _MORSE_CONTEXT_H_
 
 #include "chameleon/morse_struct.h"
 
-/*******************************************************************************
+/**
  *  Routines to handle threads context
- **/
+ */
 #ifdef __cplusplus
 extern "C" {
 #endif
diff --git a/control/control.c b/control/control.c
index 58bc403c18402dd3d42151042325de561eab1afe..b478c7eb3a5c39d6a33630559c0ad52df1a81fbd 100644
--- a/control/control.c
+++ b/control/control.c
@@ -1,30 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file control.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file control.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon control routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
-
-/**
+ ***
  *
  * @defgroup Control
  * @brief Group routines exposed to users to control MORSE state
@@ -37,7 +30,7 @@
 #include "control/common.h"
 #include "chameleon/morse_runtime.h"
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Control
  *
@@ -56,13 +49,13 @@
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Init(int cores, int gpus)
 {
     return MORSE_InitPar(cores, gpus, -1);
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Control
  *
@@ -84,7 +77,7 @@ int MORSE_Init(int cores, int gpus)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_InitPar(int ncpus, int ncudas, int nthreads_per_worker)
 {
     MORSE_context_t *morse;
@@ -115,7 +108,7 @@ int MORSE_InitPar(int ncpus, int ncudas, int nthreads_per_worker)
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Control
  *
@@ -126,7 +119,7 @@ int MORSE_InitPar(int ncpus, int ncudas, int nthreads_per_worker)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Finalize(void)
 {
     MORSE_context_t *morse = morse_context_self();
@@ -149,7 +142,7 @@ int MORSE_Finalize(void)
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Control
  *
@@ -160,7 +153,7 @@ int MORSE_Finalize(void)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Pause(void)
 {
     MORSE_context_t *morse = morse_context_self();
@@ -172,7 +165,7 @@ int MORSE_Pause(void)
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Control
  *
@@ -184,7 +177,7 @@ int MORSE_Pause(void)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Resume(void)
 {
     MORSE_context_t *morse = morse_context_self();
@@ -196,7 +189,7 @@ int MORSE_Resume(void)
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Control
  *
@@ -207,7 +200,7 @@ int MORSE_Resume(void)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Distributed_start(void)
 {
     MORSE_context_t *morse = morse_context_self();
@@ -219,7 +212,7 @@ int MORSE_Distributed_start(void)
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Control
  *
@@ -230,7 +223,7 @@ int MORSE_Distributed_start(void)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Distributed_stop(void)
 {
     MORSE_context_t *morse = morse_context_self();
@@ -242,7 +235,7 @@ int MORSE_Distributed_stop(void)
     return MORSE_SUCCESS;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Control
  *
@@ -253,7 +246,7 @@ int MORSE_Distributed_stop(void)
  * @retval The size of the distributed computation
  * @retval -1 if context not initialized
  *
- *****************************************************************************/
+ */
 int MORSE_Comm_size()
 {
     MORSE_context_t *morse = morse_context_self();
@@ -265,7 +258,7 @@ int MORSE_Comm_size()
     return RUNTIME_comm_size( morse );
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Control
  *
@@ -276,7 +269,7 @@ int MORSE_Comm_size()
  * @retval The rank of the distributed computation
  * @retval -1 if context not initialized
  *
- *****************************************************************************/
+ */
 int MORSE_Comm_rank()
 {
     MORSE_context_t *morse = morse_context_self();
@@ -288,7 +281,7 @@ int MORSE_Comm_rank()
     return RUNTIME_comm_rank( morse );
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Control
  *
@@ -300,7 +293,7 @@ int MORSE_Comm_rank()
  * @return
  *          \retval The number of CPU workers started
  *
- *****************************************************************************/
+ */
 int MORSE_GetThreadNbr( )
 {
     MORSE_context_t *morse = morse_context_self();
diff --git a/control/descriptor.c b/control/descriptor.c
index 6cf9be5485208a53b3dadae2c797d9fb6087b742..227ae49707eede9ff9b2cc4ca4a9a0023c615020 100644
--- a/control/descriptor.c
+++ b/control/descriptor.c
@@ -1,29 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file descriptor.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file descriptor.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon descriptors routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
-
-/**
+ ***
  *
  * @defgroup Descriptor
  * @brief Group descriptor routines exposed to users
@@ -102,7 +95,7 @@ static int nbdesc = 0;
  *
  * @return  The descriptor with the matrix description parameters set.
  *
- *****************************************************************************/
+ */
 MORSE_desc_t morse_desc_init_user(MORSE_enum dtyp, int mb, int nb, int bsiz,
                                   int lm, int ln, int i, int j,
                                   int m,  int n,  int p, int q,
@@ -198,9 +191,9 @@ MORSE_desc_t morse_desc_init_user(MORSE_enum dtyp, int mb, int nb, int bsiz,
     return desc;
 }
 
-/*******************************************************************************
+/**
  *  Internal static descriptor initializer
- **/
+ */
 MORSE_desc_t morse_desc_init(MORSE_enum dtyp, int mb, int nb, int bsiz,
                              int lm, int ln, int i, int j,
                              int m,  int n,  int p, int q)
@@ -209,9 +202,9 @@ MORSE_desc_t morse_desc_init(MORSE_enum dtyp, int mb, int nb, int bsiz,
                                 morse_getaddr_ccrb, morse_getblkldd_ccrb, morse_getrankof_2d);
 }
 
-/*******************************************************************************
+/**
  *  Internal static descriptor initializer for a block diagonal matrix
- **/
+ */
 MORSE_desc_t morse_desc_init_diag(MORSE_enum dtyp, int mb, int nb, int bsiz,
                                   int lm, int ln, int i, int j,
                                   int m,  int n,  int p, int q)
@@ -220,9 +213,9 @@ MORSE_desc_t morse_desc_init_diag(MORSE_enum dtyp, int mb, int nb, int bsiz,
                                 morse_getaddr_ccrb, morse_getblkldd_ccrb, morse_getrankof_2d_diag);
 }
 
-/*******************************************************************************
+/**
  *  Internal static descriptor initializer for submatrices
- **/
+ */
 MORSE_desc_t* morse_desc_submatrix(MORSE_desc_t *descA, int i, int j, int m, int n)
 {
     MORSE_desc_t *descB = malloc(sizeof(MORSE_desc_t));
@@ -255,9 +248,9 @@ MORSE_desc_t* morse_desc_submatrix(MORSE_desc_t *descA, int i, int j, int m, int
     return descB;
 }
 
-/*******************************************************************************
+/**
  *  Check for descriptor correctness
- **/
+ */
 int morse_desc_check(const MORSE_desc_t *desc)
 {
     if (desc == NULL) {
@@ -302,9 +295,9 @@ int morse_desc_check(const MORSE_desc_t *desc)
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *
- **/
+ */
 int morse_desc_mat_alloc( MORSE_desc_t *desc )
 {
     size_t size = (size_t)(desc->llm) * (size_t)(desc->lln)
@@ -320,9 +313,9 @@ int morse_desc_mat_alloc( MORSE_desc_t *desc )
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *
- **/
+ */
 int morse_desc_mat_free( MORSE_desc_t *desc )
 {
     if ( (desc->mat       != NULL) &&
@@ -399,7 +392,7 @@ int morse_desc_mat_free( MORSE_desc_t *desc )
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Desc_Create(MORSE_desc_t **descptr, void *mat, MORSE_enum dtyp, int mb, int nb, int bsiz,
                       int lm, int ln, int i, int j, int m, int n, int p, int q)
 {
@@ -513,7 +506,7 @@ int MORSE_Desc_Create(MORSE_desc_t **descptr, void *mat, MORSE_enum dtyp, int mb
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Desc_Create_User(MORSE_desc_t **descptr, void *mat, MORSE_enum dtyp, int mb, int nb, int bsiz,
                            int lm, int ln, int i, int j, int m, int n, int p, int q,
                            void* (*get_blkaddr)( const MORSE_desc_t*, int, int ),
@@ -610,7 +603,7 @@ int MORSE_Desc_Create_User(MORSE_desc_t **descptr, void *mat, MORSE_enum dtyp, i
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Desc_Create_OOC_User(MORSE_desc_t **descptr, MORSE_enum dtyp, int mb, int nb, int bsiz,
                                int lm, int ln, int i, int j, int m, int n, int p, int q,
                                int (*get_rankof)( const MORSE_desc_t*, int, int ))
@@ -706,7 +699,7 @@ int MORSE_Desc_Create_OOC_User(MORSE_desc_t **descptr, MORSE_enum dtyp, int mb,
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Desc_Create_OOC(MORSE_desc_t **descptr, MORSE_enum dtyp, int mb, int nb, int bsiz,
                           int lm, int ln, int i, int j, int m, int n, int p, int q)
 {
@@ -732,7 +725,7 @@ int MORSE_Desc_Create_OOC(MORSE_desc_t **descptr, MORSE_enum dtyp, int mb, int n
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Desc_Destroy(MORSE_desc_t **desc)
 {
     MORSE_context_t *morse;
@@ -773,7 +766,7 @@ int MORSE_Desc_Destroy(MORSE_desc_t **desc)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Desc_Acquire (MORSE_desc_t  *desc) {
     return RUNTIME_desc_acquire( desc );
 }
@@ -797,7 +790,7 @@ int MORSE_Desc_Acquire (MORSE_desc_t  *desc) {
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Desc_Release (MORSE_desc_t  *desc) {
     return RUNTIME_desc_release( desc );
 }
@@ -819,7 +812,7 @@ int MORSE_Desc_Release (MORSE_desc_t  *desc) {
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Desc_Flush( MORSE_desc_t     *desc,
                       MORSE_sequence_t *sequence )
 {
@@ -850,7 +843,7 @@ int MORSE_Desc_Flush( MORSE_desc_t     *desc,
  * @return
  *          \retval none
  *
- *****************************************************************************/
+ */
 void MORSE_user_tag_size(int user_tag_width, int user_tag_sep) {
     RUNTIME_comm_set_tag_sizes( user_tag_width, user_tag_sep );
     return;
diff --git a/control/descriptor.h b/control/descriptor.h
index 37cb2b19a026eabd6e740673b8b6a2416a37bbce..549762e184fed9ef4523dbd046264c9fed1f9898 100644
--- a/control/descriptor.h
+++ b/control/descriptor.h
@@ -1,28 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file descriptor.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file control/descriptor.h
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon descriptor header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
+ */
 #ifndef _MORSE_DESCRIPTOR_H_
 #define _MORSE_DESCRIPTOR_H_
 
@@ -35,9 +30,9 @@
 extern "C" {
 #endif
 
-/*******************************************************************************
+/**
  *  Internal routines
- **/
+ */
 inline static void* morse_geteltaddr(const MORSE_desc_t *A, int m, int n, int eltsize);
 inline static void* morse_getaddr_cm    (const MORSE_desc_t *A, int m, int n);
 inline static void* morse_getaddr_ccrb  (const MORSE_desc_t *A, int m, int n);
@@ -45,7 +40,7 @@ inline static void* morse_getaddr_null  (const MORSE_desc_t *A, int m, int n);
 inline static int   morse_getblkldd_cm  (const MORSE_desc_t *A, int m);
 inline static int   morse_getblkldd_ccrb(const MORSE_desc_t *A, int m);
 
-/*****************************************************************
+/**
  *  Data distributions
  */
 inline static int   morse_getrankof_2d(const MORSE_desc_t *desc, int m, int n);
@@ -69,9 +64,9 @@ int morse_desc_mat_free (MORSE_desc_t *desc);
 
 #define BLKLDD(A, k) A->get_blkldd( A,k )
 
-/*******************************************************************************
+/**
  *  Internal function to return address of block (m,n) with m,n = block indices
- **/
+ */
 inline static void* morse_getaddr_ccrb(const MORSE_desc_t *A, int m, int n)
 {
     size_t mm = m + A->i / A->mb;
@@ -101,9 +96,9 @@ inline static void* morse_getaddr_ccrb(const MORSE_desc_t *A, int m, int n)
     return (void*)((intptr_t)A->mat + (offset*eltsize) );
 }
 
-/*******************************************************************************
+/**
  *  Internal function to return address of block (m,n) with m,n = block indices
- **/
+ */
 inline static void *morse_getaddr_cm(const MORSE_desc_t *A, int m, int n)
 {
     size_t mm = m + A->i / A->mb;
@@ -121,19 +116,19 @@ inline static void *morse_getaddr_cm(const MORSE_desc_t *A, int m, int n)
     return (void*)((intptr_t)A->mat + (offset*eltsize) );
 }
 
-/*******************************************************************************
+/**
  *  Internal function to return address of block (m,n) with m,n = block indices
  *  This version lets the runtime allocate on-demand.
- **/
+ */
 inline static void *morse_getaddr_null(const MORSE_desc_t *A, int m, int n)
 {
     (void)A; (void)m; (void)n;
     return NULL;
 }
 
-/*******************************************************************************
+/**
  *  Internal function to return address of element A(m,n) with m,n = matrix indices
- **/
+ */
 inline static void* morse_geteltaddr(const MORSE_desc_t *A, int m, int n, int eltsize) // Not used anywhere ?!
 {
     size_t mm = (m + A->i)/A->mb;
@@ -161,9 +156,9 @@ inline static void* morse_geteltaddr(const MORSE_desc_t *A, int m, int n, int el
     return (void*)((intptr_t)A->mat + (offset*eltsize) );
 }
 
-/*******************************************************************************
+/**
  *  Internal function to return the leading dimension of element A(m,*) with m,n = block indices
- **/
+ */
 inline static int morse_getblkldd_ccrb(const MORSE_desc_t *A, int m)
 {
     int mm = m + A->i / A->mb;
@@ -176,17 +171,17 @@ inline static int morse_getblkldd_cm(const MORSE_desc_t *A, int m) {
 }
 
 
-/*******************************************************************************
+/**
  *  Internal function to return MPI rank of element A(m,n) with m,n = block indices
- **/
+ */
 inline static int morse_getrankof_2d(const MORSE_desc_t *desc, int m, int n)
 {
     return (m % desc->p) * desc->q + (n % desc->q);
 }
 
-/*******************************************************************************
+/**
  *  Internal function to return MPI rank of element DIAG(m,0) with m,n = block indices
- **/
+ */
 inline static int morse_getrankof_2d_diag(const MORSE_desc_t *desc, int m, int n)
 {
     assert( n == 0 );
@@ -194,9 +189,9 @@ inline static int morse_getrankof_2d_diag(const MORSE_desc_t *desc, int m, int n
 }
 
 
-/*******************************************************************************
+/**
  * Detect if the tile is local or not
- **/
+ */
 inline static int morse_desc_islocal( const MORSE_desc_t *A, int m, int n )
 {
 #if defined(CHAMELEON_USE_MPI)
@@ -207,7 +202,7 @@ inline static int morse_desc_islocal( const MORSE_desc_t *A, int m, int n )
 #endif /* defined(CHAMELEON_USE_MPI) */
 }
 
-/*******************************************************************************
+/**
  * Declare data accesses of codelets using these macros, for instance:
  * MORSE_BEGIN_ACCESS_DECLARATION
  * MORSE_ACCESS_R(A, Am, An)
diff --git a/control/gkkleader.h b/control/gkkleader.h
index 740a6c8e5ae8afe5707683bba8a2d568f46edd3d..6e4d17c18f37eb796dab48dee77ba99a91c59f6f 100644
--- a/control/gkkleader.h
+++ b/control/gkkleader.h
@@ -1,31 +1,24 @@
-/**
- *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
 /**
  *
  * @file gkkleader.h
  *
- *  MORSE InPlaceTransformation module
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- *  This work is the implementation of an inplace transformation 
- *  based on the GKK algorithm by Gustavson, Karlsson, Kagstrom 
- *  and its fortran implementation.
+ ***
  *
- * @version 0.9.0
+ * @brief Chameleon InPlaceTransformation main module header
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  *
- **/
-
+ * This work is the implementation of an inplace transformation
+ * based on the GKK algorithm by Gustavson, Karlsson, Kagstrom
+ * and its fortran implementation.
+ *
+ */
 #ifndef GKKLEADERS_H
 #define GKKLEADERS_H
 
@@ -33,16 +26,17 @@ int  GKK_doublingtable(int x, int m, int emax, int *dt);
 int  GKK_modpow(int *dt, int e, int m);
 int  GKK_primroot(int p, int e, primedec_t *pr_p1, int t_p1);
 int  GKK_multorder(int n, int p, int e, int pe, primedec_t *pr_p1, int t_p1);
-void GKK_prepare(int q, int n, primedec_t *pr_q, int *t, 
-                 primedec_t **pr_pi1, int *t_pi1, int *gi, 
+void GKK_prepare(int q, int n, primedec_t *pr_q, int *t,
+                 primedec_t **pr_pi1, int *t_pi1, int *gi,
                  int *Nif, int *Kif, int *dif);
-void GKK_L(int t, primedec_t *pr_q, int *fi, int *Kif, int *dif, 
+void GKK_L(int t, primedec_t *pr_q, int *fi, int *Kif, int *dif,
            int *Li, int *diLi, int *cl, int *nl);
-void GKK_precompute_terms(int q, primedec_t *pr_q, int t, int *gi, 
+void GKK_precompute_terms(int q, primedec_t *pr_q, int t, int *gi,
                           int *diLi, int *rp, int *Mg, int nMg);
 void GKK_BalanceLoad(int thrdnbr, int *Tp, int *leaders, int nleaders, int L);
-void GKK_output_tables(int m, int n, int q, primedec_t *pr_q, int t, 
+void GKK_output_tables(int m, int n, int q, primedec_t *pr_q, int t,
                        int *gi, int *Nif, int *Kif, int *dif);
 
-int GKK_getLeaderNbr(int me, int ne, int *nleaders, int **leaders);
+int  GKK_getLeaderNbr(int me, int ne, int *nleaders, int **leaders);
+
 #endif /* GKKLEADERS_H */
diff --git a/control/global.h b/control/global.h
index f7811cfbcdbad52d8d6a678c027e7ad8ee18bb28..7386a3600da16f6b2449af2c21defdeac12773b0 100644
--- a/control/global.h
+++ b/control/global.h
@@ -1,33 +1,27 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file global.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file global.h
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon global variables header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
-
-/*******************************************************************************
+ */
+/**
  *  MORSE internals of interest to MORSE core developers, but not necessarily
  *  of interest to MORSE community contributors.
- **/
+ */
 #ifndef _MORSE_GLOBAL_H_
 #define _MORSE_GLOBAL_H_
 
@@ -37,9 +31,9 @@
 #include <pthread.h>
 #endif
 
-/*******************************************************************************
+/**
  *  Numerical operations
- **/
+ */
 #define MORSE_FUNC_SGELS    1
 #define MORSE_FUNC_SPOSV    2
 #define MORSE_FUNC_SGESV    3
diff --git a/control/morse_f77.c b/control/morse_f77.c
index a988f12883e18cc84a3beaad038585d2b4fd1700..690dfd03bec7e175737a742bfff2c4736d798f77 100644
--- a/control/morse_f77.c
+++ b/control/morse_f77.c
@@ -1,20 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_f77.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_f77.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon Fortran77 interface
  *
  * @version 1.0.0
  * @author Bilel Hadri
@@ -22,7 +17,7 @@
  * @author Florent Pruvost
  * @date 2010-11-15
  *
- **/
+ */
 #include <stdlib.h>
 #include "control/common.h"
 #include "morse.h"
@@ -32,9 +27,9 @@
 extern "C" {
 #endif
 
-    /*******************************************************************************
+    /**
      *  FORTRAN API - auxiliary function prototypes
-     **/
+     */
     void MORSE_INIT(int *CORES, int *NGPUS, int *INFO)
     {   *INFO = MORSE_Init(*CORES, *NGPUS); }
 
@@ -65,9 +60,9 @@ extern "C" {
         *INFO = MORSE_SUCCESS;
     }
 
-    /***************************************************************************
+    /**
      *  FORTRAN API - descriptor allocation and deallocation
-     **/
+     */
     void MORSE_DESC_CREATE(MORSE_desc_t **desc, void *mat, MORSE_enum *dtyp,
                            int *mb, int *nb, int *bsiz, int *lm, int *ln,
                            int *i, int *j, int *m, int *n, int *p, int *q,
@@ -98,9 +93,9 @@ extern "C" {
     void MORSE_DESC_DESTROY(MORSE_desc_t **desc, int *INFO)
     {   *INFO = MORSE_Desc_Destroy(desc); }
 
-    /***************************************************************************
+    /**
      *  FORTRAN API - conversion from LAPACK F77 matrix layout to tile layout
-     **/
+     */
     void MORSE_LAPACK_TO_TILE(intptr_t *Af77, int *LDA, intptr_t *A, int *INFO)
     {   *INFO = MORSE_Lapack_to_Tile( (void *)Af77, *LDA, (MORSE_desc_t *)(*A)); }
 
diff --git a/control/morse_f77.h b/control/morse_f77.h
index 49f2d6ede949a119178f193425c96dfa0716aa2f..32a52a62f4741e412f7608095be5e64848b47185 100644
--- a/control/morse_f77.h
+++ b/control/morse_f77.h
@@ -1,34 +1,29 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_f77.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_f77.h
+ ***
  *
- *  MORSE Fortran names
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon Fortran77 naming macros
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2017-05-03
  *
- **/
+ */
 #ifndef _MORSE_F77_H_
 #define _MORSE_F77_H_
 
 #include "chameleon/morse_mangling.h"
 
-/** ****************************************************************************
+/**
  *  Determine FORTRAN names
- **/
+ */
 #define MORSE_FNAME(lcname, UCNAME) MORSE_GLOBAL(morse_##lcname, MORSE_##UCNAME)
 #define MORSE_TILE_FNAME(lcname, UCNAME) MORSE_GLOBAL(morse_##lcname##_tile, MORSE_##UCNAME##_TILE)
 #define MORSE_ASYNC_FNAME(lcname, UCNAME) MORSE_GLOBAL(morse_##lcname##_tile_async, MORSE_##UCNAME##_TILE_ASYNC)
diff --git a/control/morse_f90.f90 b/control/morse_f90.f90
index fc24f6a6318fb241e6cb687ccdcec71f1fb8ece6..d0a445e6c17066946653a4d3e6f0969e8c1c3a40 100644
--- a/control/morse_f90.f90
+++ b/control/morse_f90.f90
@@ -6,19 +6,19 @@
 ! This software is a computer program whose purpose is to process
 ! Matrices Over Runtime Systems @ Exascale (MORSE). More information
 ! can be found on the following website: http://www.inria.fr/en/teams/morse.
-! 
+!
 ! This software is governed by the CeCILL-B license under French law and
-! abiding by the rules of distribution of free software.  You can  use, 
+! abiding by the rules of distribution of free software.  You can  use,
 ! modify and/ or redistribute the software under the terms of the CeCILL-B
 ! license as circulated by CEA, CNRS and INRIA at the following URL
-! "http://www.cecill.info". 
-! 
+! "http://www.cecill.info".
+!
 ! As a counterpart to the access to the source code and  rights to copy,
 ! modify and redistribute granted by the license, users are provided only
 ! with a limited warranty  and the software's author,  the holder of the
 ! economic rights,  and the successive licensors  have only  limited
-! liability. 
-! 
+! liability.
+!
 ! In this respect, the user's attention is drawn to the risks associated
 ! with loading,  using,  modifying and/or developing or reproducing the
 ! software by the user in light of its specific status of free software,
@@ -26,51 +26,50 @@
 ! therefore means  that it is reserved for developers  and  experienced
 ! professionals having in-depth computer knowledge. Users are therefore
 ! encouraged to load and test the software's suitability as regards their
-! requirements in conditions enabling the security of their systems and/or 
-! data to be ensured and,  more generally, to use and operate it in the 
-! same conditions as regards security. 
-! 
+! requirements in conditions enabling the security of their systems and/or
+! data to be ensured and,  more generally, to use and operate it in the
+! same conditions as regards security.
+!
 ! The fact that you are presently reading this means that you have had
 ! knowledge of the CeCILL-B license and that you accept its terms.
 !
 !!!
 
 !
-!     Copyright © 2011 The Numerical Algorithms Group Ltd. All rights reserved.
-!   
-!     Redistribution and use in source and binary forms, with or without
-!     modification, are permitted provided that the following conditions are
-!     met:
-!     - Redistributions of source code must retain the above copyright notice,
-!       this list of conditions, and the following disclaimer.
-!     - Redistributions in binary form must reproduce the above copyright
-!       notice, this list of conditions and the following disclaimer listed in
-!       this license in the documentation and/or other materials provided with
-!       the distribution.
-!     - Neither the name of the copyright holders nor the names of its
-!       contributors may be used to endorse or promote products derived from
-!       this software without specific prior written permission.
-!     
-!     This software is provided by the copyright holders and contributors "as
-!     is" and any express or implied warranties, including, but not limited
-!     to, the implied warranties of merchantability and fitness for a
-!     particular purpose are disclaimed. in no event shall the copyright owner
-!     or contributors be liable for any direct, indirect, incidental, special,
-!     exemplary, or consequential damages (including, but not limited to,
-!     procurement of substitute goods or services; loss of use, data, or
-!     profits; or business interruption) however caused and on any theory of
-!     liability, whether in contract, strict liability, or tort (including
-!     negligence or otherwise) arising in any way out of the use of this
-!     software, even if advised of the possibility of such damage.
+! Copyright © 2011 The Numerical Algorithms Group Ltd. All rights reserved.
+!
+! Redistribution and use in source and binary forms, with or without
+! modification, are permitted provided that the following conditions are
+! met:
+! - Redistributions of source code must retain the above copyright notice,
+!   this list of conditions, and the following disclaimer.
+! - Redistributions in binary form must reproduce the above copyright
+!   notice, this list of conditions and the following disclaimer listed in
+!   this license in the documentation and/or other materials provided with
+!   the distribution.
+! - Neither the name of the copyright holders nor the names of its
+!   contributors may be used to endorse or promote products derived from
+!   this software without specific prior written permission.
+!
+! This software is provided by the copyright holders and contributors "as
+! is" and any express or implied warranties, including, but not limited
+! to, the implied warranties of merchantability and fitness for a
+! particular purpose are disclaimed. in no event shall the copyright owner
+! or contributors be liable for any direct, indirect, incidental, special,
+! exemplary, or consequential damages (including, but not limited to,
+! procurement of substitute goods or services; loss of use, data, or
+! profits; or business interruption) however caused and on any theory of
+! liability, whether in contract, strict liability, or tort (including
+! negligence or otherwise) arising in any way out of the use of this
+! software, even if advised of the possibility of such damage.
 !
 !
-! @file morse_f90.f90
 !
 !  MORSE fortran 90 interface
 !  MORSE is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @version 2.4.2
+! @version 1.0.0
 ! @author Numerical Algorithm Group
 ! @date 2011-09-15
 ! @precisions normal z -> c d s
@@ -538,7 +537,7 @@ module morse
       use iso_c_binding
       implicit none
       integer(kind=c_int), intent(in) :: cores
-      integer(kind=c_int), intent(out), target :: bindtab 
+      integer(kind=c_int), intent(out), target :: bindtab
       integer(kind=c_int), intent(out) :: info
       info = morse_init_affinity_c(cores,c_loc(bindtab))
    end subroutine morse_init_affinity
diff --git a/control/morse_mf77.c b/control/morse_mf77.c
index 94e7c2d11a99d076ca3730afba3249e6b36484fe..570b670bc290c2697015c3ddecfb334011718716 100644
--- a/control/morse_mf77.c
+++ b/control/morse_mf77.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_mf77.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_mf77.c
+ ***
  *
- *  MORSE mixed-precision computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon Fortran77 interface for mixed-precision computational routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Bilel Hadri
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
+ */
 #include <stdlib.h>
 #include "control/common.h"
 
@@ -47,9 +42,9 @@
 extern "C" {
 #endif
 
-/***************************************************************************//**
+/**
  *  FORTRAN API - math functions (simple interface)
- **/
+ */
 //void MORSE_ZCGESV(int *N, int *NRHS, MORSE_Complex64_t *A, int *LDA, int *IPIV, MORSE_Complex64_t *B, int *LDB, MORSE_Complex64_t *X, int *LDX, int *ITER, int *INFO)
 //{   *INFO = MORSE_zcgesv(*N, *NRHS, A, *LDA, IPIV, B, *LDB, X, *LDX, ITER); }
 //
@@ -78,9 +73,9 @@ extern "C" {
 }
 #endif
 
-/***************************************************************************//**
+/**
  *  FORTRAN API - math functions (native interface)
- **/
+ */
 //void MORSE_ZCGESV_TILE(intptr_t *A, int *IPIV, intptr_t *B, intptr_t *X, int *ITER, int *INFO)
 //{   *INFO = MORSE_zcgesv_Tile((MORSE_desc_t *)(*A), IPIV, (MORSE_desc_t *)(*B), (MORSE_desc_t *)(*X), ITER); }
 //
diff --git a/control/morse_zcf90.F90 b/control/morse_zcf90.F90
index 72300a56b9c31062b8b23fa395fee357de08f689..05559dd8955b908d2f50770968d91587e1421096 100644
--- a/control/morse_zcf90.F90
+++ b/control/morse_zcf90.F90
@@ -64,13 +64,12 @@
 !     software, even if advised of the possibility of such damage.
 !
 !
-! @file morse_zcf90.F90
 !
 !  MORSE Fortran 90 interfaces using Fortran 2003 ISO C bindings
 !  MORSE is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @version 2.4.5
+! @version 1.0.0
 ! @author Numerical Algorithms Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
diff --git a/control/morse_zf77.c b/control/morse_zf77.c
index c9013dcc4c3675709ddb2cc4dd690da3ee1cc85e..b600f740f77e6ae8c03add42c16e970221d81676 100644
--- a/control/morse_zf77.c
+++ b/control/morse_zf77.c
@@ -1,25 +1,20 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_zf77.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_zf77.c
+ ***
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
- *  This file is automatically generated by tools/genf77interface.pl
+ * @brief Chameleon Fortran77 computational routines
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
+ * @comment This file is automatically generated by tools/genf77interface.pl
  * @author Bilel Hadri
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
@@ -28,7 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include "control/common.h"
 #include "control/morse_f77.h"
@@ -36,9 +31,9 @@
 #define COMPLEX
 
 
-/***************************************************************************//**
+/**
  *  FORTRAN API - math functions (simple interface)
- **/
+ */
 #define MORSE_ZLAPACK_TO_TILE MORSE_FNAME(zlapack_to_tile, ZLAPACK_TO_TILE)
 #define MORSE_ZTILE_TO_LAPACK MORSE_FNAME(ztile_to_lapack, ZTILE_TO_LAPACK)
 //#define MORSE_ZGEBRD          MORSE_FNAME(zgebrd       , ZGEBRD       )
@@ -116,9 +111,9 @@
 #define MORSE_ZUNMLQ          MORSE_FNAME(zunmlq       , ZUNMLQ       )
 #define MORSE_ZUNMQR          MORSE_FNAME(zunmqr       , ZUNMQR       )
 
-/***************************************************************************//**
+/**
  *  FORTRAN API - math functions (native interface)
- **/
+ */
 //#define MORSE_ZGEBRD_TILE          MORSE_TILE_FNAME(zgebrd       , ZGEBRD       )
 #define MORSE_ZGELQF_TILE          MORSE_TILE_FNAME(zgelqf       , ZGELQF       )
 #define MORSE_ZGELQS_TILE          MORSE_TILE_FNAME(zgelqs       , ZGELQS       )
@@ -189,9 +184,9 @@
 #define MORSE_ZUNMLQ_TILE          MORSE_TILE_FNAME(zunmlq       , ZUNMLQ       )
 #define MORSE_ZUNMQR_TILE          MORSE_TILE_FNAME(zunmqr       , ZUNMQR       )
 
-/***************************************************************************//**
+/**
  *  FORTRAN API - math functions (asynchronous interface)
- **/
+ */
 //#define MORSE_ZGEBRD_TILE_ASYNC          MORSE_ASYNC_FNAME(zgebrd       , ZGEBRD       )
 #define MORSE_ZGELQF_TILE_ASYNC          MORSE_ASYNC_FNAME(zgelqf       , ZGELQF       )
 #define MORSE_ZGELQS_TILE_ASYNC          MORSE_ASYNC_FNAME(zgelqs       , ZGELQS       )
@@ -259,9 +254,9 @@
 #define MORSE_ZUNMLQ_TILE_ASYNC          MORSE_ASYNC_FNAME(zunmlq       , ZUNMLQ       )
 #define MORSE_ZUNMQR_TILE_ASYNC          MORSE_ASYNC_FNAME(zunmqr       , ZUNMQR       )
 
-/***************************************************************************//**
+/**
  *  FORTRAN API - workspace allocation
- **/
+ */
 //#define MORSE_ALLOC_WORKSPACE_ZGEBRD              MORSE_WS_FNAME(zgebrd            , ZGEBRD            )
 //#define MORSE_ALLOC_WORKSPACE_ZGEEV               MORSE_WS_FNAME(zgeev             , ZGEEV             )
 //#define MORSE_ALLOC_WORKSPACE_ZGEHRD              MORSE_WS_FNAME(zgehrd            , ZGEHRD            )
@@ -285,9 +280,9 @@
 
 
 
-/***************************************************************************//**
+/**
  *  FORTRAN API - math functions (simple interface)
- **/
+ */
 void MORSE_ZLAPACK_TO_TILE(MORSE_Complex64_t *Af77, int *LDA, MORSE_desc_t *A, int *info)
 { *info = MORSE_zLapack_to_Tile(Af77, *LDA, A); }
 
@@ -493,9 +488,9 @@ void MORSE_ZUNMQR(MORSE_enum *side, MORSE_enum *trans, int *M, int *N, int *K, M
 { *info = MORSE_zunmqr(*side, *trans, *M, *N, *K, A, *LDA, *descT, B, *LDB); }
 
 
-/***************************************************************************//**
+/**
  *  FORTRAN API - math functions (native interface)
- **/
+ */
 //void MORSE_ZGEBRD_TILE(MORSE_desc_t *A, double *D, double *E, MORSE_desc_t *T, int *info)
 //{ *info = MORSE_zgebrd_Tile(A, D, E, T); }
 
@@ -683,9 +678,9 @@ void MORSE_ZUNMQR_TILE(MORSE_enum *side, MORSE_enum *trans, MORSE_desc_t *A, MOR
 { *info = MORSE_zunmqr_Tile(*side, *trans, A, T, B); }
 
 
-/***************************************************************************//**
+/**
  *  FORTRAN API - math functions (asynchronous interface)
- **/
+ */
 //void MORSE_ZGEBRD_TILE_ASYNC(MORSE_desc_t *A, double *D, double *E, MORSE_desc_t *T, MORSE_sequence_t *sequence, MORSE_request_t *request, int *info)
 //{ *info = MORSE_zgebrd_Tile_Async(A, D, E, T, sequence, request); }
 
@@ -873,9 +868,9 @@ void MORSE_ZUNMQR_TILE_ASYNC(MORSE_enum *side, MORSE_enum *trans, MORSE_desc_t *
 { *info = MORSE_zunmqr_Tile_Async(*side, *trans, A, T, B, sequence, request); }
 
 
-/***************************************************************************//**
+/**
  *  FORTRAN API - workspace allocation
- **/
+ */
 //void MORSE_ALLOC_WORKSPACE_ZGEBRD(int *M, int *N, MORSE_desc_t **descT, int *info)
 //{ *info = MORSE_Alloc_Workspace_zgebrd(*M, *N, descT); }
 //
diff --git a/control/morse_zf90.F90 b/control/morse_zf90.F90
index c9bf4035a99c4ac19d5db88427f5569126c67ab4..36ed6a1d77a44d25e8dc0d7bb0ef2b6648ee6358 100644
--- a/control/morse_zf90.F90
+++ b/control/morse_zf90.F90
@@ -64,13 +64,12 @@
 !     software, even if advised of the possibility of such damage.
 !
 !
-! @file morse_zf90.F90
 !
 !  MORSE Fortran 90 interfaces using Fortran 2003 ISO C bindings
 !  MORSE is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @version 2.4.6
+! @version 1.0.0
 ! @author Numerical Algorithms Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
diff --git a/control/morse_zf90_wrappers.F90 b/control/morse_zf90_wrappers.F90
index 50598d69083227b313821637763418b834f2b346..ac77a3ea68e06ae9ff5fb0cbf874005714577a75 100644
--- a/control/morse_zf90_wrappers.F90
+++ b/control/morse_zf90_wrappers.F90
@@ -65,13 +65,12 @@
 !
 !
 !
-! @file morse_zf90_wrappers.F90
 !
 !  MORSE fortran wrapper for BLAS and LAPACK subroutines.
 !  MORSE is a software package provided by Univ. of Tennessee,
 !  Univ. of California Berkeley and Univ. of Colorado Denver
 !
-! @version 2.4.2
+! @version 1.0.0
 ! @author Numerical Algorithm Group
 ! @author Mathieu Faverge
 ! @author Emmanuel Agullo
diff --git a/control/morsewinthread.c b/control/morsewinthread.c
index e17316884d2c417fa4f59e5f250ceb2c092c6766..5aad40bd2730ea8aa58268fad45280c5ef05fb16 100644
--- a/control/morsewinthread.c
+++ b/control/morsewinthread.c
@@ -1,28 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morsewinthread.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morsewinthread.c
+ ***
  *
- *  MORSE thread routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon windows threads interface
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Piotr Luszczek
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
-
+ */
 #include "control/morsewinthread.h"
 
 #include <limits.h>
diff --git a/control/morsewinthread.h b/control/morsewinthread.h
index c2541a3eb5b4c2fba5a54482b1fd6fdbacd16f83..a872b7f5e18fa287cabc15d8bae59405f2fb4bae 100644
--- a/control/morsewinthread.h
+++ b/control/morsewinthread.h
@@ -1,28 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morsewinthread.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morsewinthread.h
+ ***
  *
- *  MORSE thread routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon Windows thread interface header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Piotr Luszczek
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
-
+ */
 #ifndef MORSEWINTHREAD_H
 #define MORSEWINTHREAD_H
 
diff --git a/control/primes.h b/control/primes.h
index fcf0e9a111855a3819fe5425be6fdae47b99e2de..a503df5de21094a0de9ee75d914649b9420a7427 100644
--- a/control/primes.h
+++ b/control/primes.h
@@ -1,32 +1,25 @@
-/**
- *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
 /**
  *
  * @file primes.h
  *
- *  MORSE InPlaceTransformation module
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- *  This work is the implementation of an inplace transformation 
- *  based on the GKK algorithm by Gustavson, Karlsson, Kagstrom 
- *  and its fortran implementation.
+ ***
  *
- * @version 0.9.0
+ * @brief Chameleon InPlaceTransformation prime numbers module header
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
-
+ * This work is the implementation of an inplace transformation
+ * based on the GKK algorithm by Gustavson, Karlsson, Kagstrom
+ * and its fortran implementation.
+ *
+ */
 #ifndef PRIMES_H
 #define PRIMES_H
 
diff --git a/control/tile.c b/control/tile.c
index 2d2a05270486126208ccaa885c6f87ed56ed9078..bcc9dd9fa1cda9135b25870d637dbe1cb42e7df2 100644
--- a/control/tile.c
+++ b/control/tile.c
@@ -1,29 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file tile.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon layout conversion wrappers
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
-
-/**
+ ***
  *
  * @defgroup Tile
  * @brief Group routines exposed to users for matrices conversion LAPACK-Tile
@@ -32,7 +25,7 @@
 #include "control/common.h"
 #include "control/auxiliary.h"
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Tile
  *
@@ -54,7 +47,7 @@
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Lapack_to_Tile(void *Af77, int LDA, MORSE_desc_t *A)
 {
     switch( A->dtyp ) {
@@ -74,7 +67,7 @@ int MORSE_Lapack_to_Tile(void *Af77, int LDA, MORSE_desc_t *A)
     return MORSE_ERR_ILLEGAL_VALUE;
 }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Tile
  *
@@ -96,7 +89,7 @@ int MORSE_Lapack_to_Tile(void *Af77, int LDA, MORSE_desc_t *A)
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Tile_to_Lapack(MORSE_desc_t *A, void *Af77, int LDA)
 {
     switch( A->dtyp ) {
diff --git a/control/workspace.c b/control/workspace.c
index e5c04088cddcfd5b51570f63807ba08a72d1ed46..1c8d6d0dfe454d687134e653bba979a0022f35d6 100644
--- a/control/workspace.c
+++ b/control/workspace.c
@@ -1,29 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file workspace.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file workspace.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon workspace routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
-
-/**
+ ***
  *
  * @defgroup Workspace
  * @brief Group routines exposed to users about specific workspaces management
@@ -35,9 +28,9 @@
 #include "control/auxiliary.h"
 #include "control/workspace.h"
 
-/*******************************************************************************
+/**
  *
- **/
+ */
 int morse_alloc_ibnb_tile(int M, int N, MORSE_enum func, int type, MORSE_desc_t **desc, int p, int q)
 {
     int status;
@@ -107,9 +100,9 @@ int morse_alloc_ibnb_tile(int M, int N, MORSE_enum func, int type, MORSE_desc_t
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *
- **/
+ */
 int morse_alloc_ipiv(int M, int N, MORSE_enum func, int type, MORSE_desc_t **desc, void **IPIV, int p, int q)
 {
     int status;
@@ -163,7 +156,7 @@ int morse_alloc_ipiv(int M, int N, MORSE_enum func, int type, MORSE_desc_t **des
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -180,7 +173,7 @@ int morse_alloc_ipiv(int M, int N, MORSE_enum func, int type, MORSE_desc_t **des
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Dealloc_Workspace(MORSE_desc_t **desc)
 {
     MORSE_context_t *morse;
diff --git a/control/workspace.h b/control/workspace.h
index bcac24cca75276f8ac596de2f8133abdeafd56a1..70a6a30226230cfab571c8cba892362baf312aa1 100644
--- a/control/workspace.h
+++ b/control/workspace.h
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file workspace.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file workspace.h
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon workspace header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
+ */
 #ifndef _MORSE_WORKSPACE_H_
 #define _MORSE_WORKSPACE_H_
 
@@ -29,9 +24,9 @@
 extern "C" {
 #endif
 
-/*******************************************************************************
+/**
  *  Internal routines
- **/
+ */
 int morse_alloc_ibnb_tile(int M, int N, MORSE_enum func, int type, MORSE_desc_t **desc, int p, int q);
 int morse_alloc_ipiv(int M, int N, MORSE_enum func, int type, MORSE_desc_t **desc, void **IPIV, int p, int q);
 
diff --git a/control/workspace_z.c b/control/workspace_z.c
index 6ca8df01da5e2b5c1ec33a1b9dbb7dc72fca89c5..e6e795b82991c7199cdef582be078ece58c7bc75 100644
--- a/control/workspace_z.c
+++ b/control/workspace_z.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file workspace_z.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file workspace_z.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon precision dependent workspace routines
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -28,11 +23,11 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "control/common.h"
 #include "control/workspace.h"
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -53,11 +48,11 @@
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgeev(int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(N, N, MORSE_FUNC_ZGEEV, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -78,11 +73,11 @@ int MORSE_Alloc_Workspace_zgeev(int N, MORSE_desc_t **descT, int p, int q) {
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgehrd(int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(N, N, MORSE_FUNC_ZGEHRD, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -105,11 +100,11 @@ int MORSE_Alloc_Workspace_zgehrd(int N, MORSE_desc_t **descT, int p, int q) {
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgebrd(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZGEBRD, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -133,11 +128,11 @@ int MORSE_Alloc_Workspace_zgebrd(int M, int N, MORSE_desc_t **descT, int p, int
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgels(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZGELS, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -167,11 +162,11 @@ int MORSE_Alloc_Workspace_zgels(int M, int N, MORSE_desc_t **descT, int p, int q
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgels_Tile(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZGELS, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -201,11 +196,11 @@ int MORSE_Alloc_Workspace_zgels_Tile(int M, int N, MORSE_desc_t **descT, int p,
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgeqrf(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZGELS, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -235,11 +230,11 @@ int MORSE_Alloc_Workspace_zgeqrf(int M, int N, MORSE_desc_t **descT, int p, int
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgeqrf_Tile(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZGELS, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -269,11 +264,11 @@ int MORSE_Alloc_Workspace_zgeqrf_Tile(int M, int N, MORSE_desc_t **descT, int p,
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgelqf(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZGELS, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -302,11 +297,11 @@ int MORSE_Alloc_Workspace_zgelqf(int M, int N, MORSE_desc_t **descT, int p, int
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgelqf_Tile(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZGELS, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -332,11 +327,11 @@ int MORSE_Alloc_Workspace_zgelqf_Tile(int M, int N, MORSE_desc_t **descT, int p,
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgesv_incpiv(int N, MORSE_desc_t **descL, int **IPIV, int p, int q) {
     return morse_alloc_ipiv(N, N, MORSE_FUNC_ZGESV, MorseComplexDouble, descL, (void**)IPIV, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -362,12 +357,12 @@ int MORSE_Alloc_Workspace_zgesv_incpiv(int N, MORSE_desc_t **descL, int **IPIV,
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- *****************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgesv_incpiv_Tile(int N, MORSE_desc_t **descL, int **IPIV, int p, int q)
 {
     return morse_alloc_ipiv(N, N, MORSE_FUNC_ZGESV, MorseComplexDouble, descL, (void**)IPIV, p, q);
 }
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -396,11 +391,11 @@ int MORSE_Alloc_Workspace_zgesv_incpiv_Tile(int N, MORSE_desc_t **descL, int **I
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgesvd(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZGESVD, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -435,11 +430,11 @@ int MORSE_Alloc_Workspace_zgesvd(int M, int N, MORSE_desc_t **descT, int p, int
  * @sa MORSE_zgetrf_incpiv_Tile
  * @sa MORSE_zgetrf_incpiv_Tile_Async
  *
- ******************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgetrf_incpiv(int M, int N, MORSE_desc_t **descL, int **IPIV, int p, int q) {
     return morse_alloc_ipiv(M, N, MORSE_FUNC_ZGESV, MorseComplexDouble, descL, (void**)IPIV, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -464,11 +459,11 @@ int MORSE_Alloc_Workspace_zgetrf_incpiv(int M, int N, MORSE_desc_t **descL, int
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zgetrf_incpiv_Tile(int N, MORSE_desc_t **descL, int **IPIV, int p, int q) {
     return morse_alloc_ipiv(N, N, MORSE_FUNC_ZGESV, MorseComplexDouble, descL, (void**)IPIV, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -496,11 +491,11 @@ int MORSE_Alloc_Workspace_zgetrf_incpiv_Tile(int N, MORSE_desc_t **descL, int **
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zheev(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZHEEV, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -528,11 +523,11 @@ int MORSE_Alloc_Workspace_zheev(int M, int N, MORSE_desc_t **descT, int p, int q
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zheevd(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZHEEVD, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -560,11 +555,11 @@ int MORSE_Alloc_Workspace_zheevd(int M, int N, MORSE_desc_t **descT, int p, int
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zhegv(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZHEGV, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -592,11 +587,11 @@ int MORSE_Alloc_Workspace_zhegv(int M, int N, MORSE_desc_t **descT, int p, int q
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zhegvd(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZHEGVD, MorseComplexDouble, descT, p, q); }
 
-/** ***************************************************************************
+/**
  *
  * @ingroup Workspace
  *
@@ -624,6 +619,6 @@ int MORSE_Alloc_Workspace_zhegvd(int M, int N, MORSE_desc_t **descT, int p, int
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *
- ******************************************************************************/
+ */
 int MORSE_Alloc_Workspace_zhetrd(int M, int N, MORSE_desc_t **descT, int p, int q) {
     return morse_alloc_ibnb_tile(M, N, MORSE_FUNC_ZHETRD, MorseComplexDouble, descT, p, q); }
diff --git a/coreblas/CMakeLists.txt b/coreblas/CMakeLists.txt
index 20762027aefc6775723293b6dca0d2e1dcb3166a..ca80402a7c4791fb8d5c8dc8651d08dcfc3e7ad4 100644
--- a/coreblas/CMakeLists.txt
+++ b/coreblas/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/coreblas/compute/CMakeLists.txt b/coreblas/compute/CMakeLists.txt
index 39c52725c24de3bb176ab3a2a547faaaaa065c82..0b406e71fcb7b1eb4580ed78d07ae53665ffca09 100644
--- a/coreblas/compute/CMakeLists.txt
+++ b/coreblas/compute/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2014 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/coreblas/compute/core_dzasum.c b/coreblas/compute/core_dzasum.c
index e06402dbfa179cba57352c2023627d9449e29d1e..29694f6ef24aeffecb82ad4ffb0e75fcd256869a 100644
--- a/coreblas/compute/core_dzasum.c
+++ b/coreblas/compute/core_dzasum.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_dzasum.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_dzasum.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon core_dzasum CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/cblas.h"
 #include <math.h>
 #include "coreblas.h"
@@ -35,7 +30,7 @@
  *
  */
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -72,7 +67,7 @@
  *          Array of dimension M if storev = MorseRowwise; N otherwise.
  *          On exit, contains the sums of the absolute values per column or row.
  *
- ******************************************************************************/
+ */
 
 void CORE_dzasum(MORSE_enum storev, MORSE_enum uplo, int M, int N,
                  const MORSE_Complex64_t *A, int lda, double *work)
diff --git a/coreblas/compute/core_zaxpy.c b/coreblas/compute/core_zaxpy.c
index 249267697aa16815746506cf4dfadd0a11a6ed72..7e28d4e6cff06ac30cd9656140829be877cdffdb 100644
--- a/coreblas/compute/core_zaxpy.c
+++ b/coreblas/compute/core_zaxpy.c
@@ -1,25 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zaxpy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zaxpy.c
+ ***
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -53,7 +51,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zaxpy(int M, MORSE_Complex64_t alpha,
                const MORSE_Complex64_t *A, int incA,
diff --git a/coreblas/compute/core_zgeadd.c b/coreblas/compute/core_zgeadd.c
index aa7c965cea5b6faff1119e1b5638926c3a43703d..d6d31f288e0cf7fe0d370e1b42623f4f6d6356c5 100644
--- a/coreblas/compute/core_zgeadd.c
+++ b/coreblas/compute/core_zgeadd.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zgeadd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zgeadd.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zgeadd CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -24,7 +19,7 @@
  * @date 2015-11-03
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
 /**
@@ -80,7 +75,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 #if defined(MORSE_HAVE_WEAK)
 #pragma weak CORE_zgeadd = PCORE_zgeadd
 #define CORE_zgeadd PCORE_zgeadd
diff --git a/coreblas/compute/core_zgelqt.c b/coreblas/compute/core_zgelqt.c
index 37bb3e99819e4d9df5f2795c44f3280590e99f2d..2ec26732749c7b0024d9c7adc6a5c1919b20b5cf 100644
--- a/coreblas/compute/core_zgelqt.c
+++ b/coreblas/compute/core_zgelqt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zgelqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zgelqt.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zgelqt CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,11 +22,11 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -91,7 +86,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zgelqt(int M, int N, int IB,
                 MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zgemm.c b/coreblas/compute/core_zgemm.c
index b4d4ad797c9157ee9b9d64ab3f1f83b8153b14d9..f414f822d3cf8ee7304b3eee29490d1af9c3f6b4 100644
--- a/coreblas/compute/core_zgemm.c
+++ b/coreblas/compute/core_zgemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zgemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zgemm.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zgemm CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,15 +22,14 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zgemm(MORSE_enum transA, int transB,
                 int M, int N, int K,
                 MORSE_Complex64_t alpha, const MORSE_Complex64_t *A, int LDA,
@@ -63,7 +57,7 @@ void CORE_zgemm(MORSE_enum transA, int transB,
 }
 
 
-/***************************************************************************/
+/**/
 
 
 
diff --git a/coreblas/compute/core_zgeqrt.c b/coreblas/compute/core_zgeqrt.c
index fa6d9392afcb46b892a10cefa8f65cd62c00fe57..bb9cd2c71ee57d804bc53e46862904c151190879 100644
--- a/coreblas/compute/core_zgeqrt.c
+++ b/coreblas/compute/core_zgeqrt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zgeqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zgeqrt.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zgeqrt CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,11 +22,11 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -92,7 +87,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zgeqrt(int M, int N, int IB,
                 MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zgesplit.c b/coreblas/compute/core_zgesplit.c
index f2610acf1c65c2eff0c111299cbb832e0f1c634a..e89c2c24c5166e90642e44c174bf81c928164bc5 100644
--- a/coreblas/compute/core_zgesplit.c
+++ b/coreblas/compute/core_zgesplit.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zgesplit.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zgesplit.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zgesplit CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
@@ -65,7 +60,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zgesplit(MORSE_enum side, MORSE_enum diag,
                   int M, int N,
diff --git a/coreblas/compute/core_zgessm.c b/coreblas/compute/core_zgessm.c
index fdf9e619850fc979454dee17c3f38c8786a71c60..c2591f78b944293fbdb1b6f94e97669e39acec88 100644
--- a/coreblas/compute/core_zgessm.c
+++ b/coreblas/compute/core_zgessm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zgessm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zgessm.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zgessm CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,12 +22,12 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/cblas.h"
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -76,7 +71,7 @@
  *         \retval MORSE_SUCCESS successful exit
  *         \retval <0 if INFO = -k, the k-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zgessm(int M, int N, int K, int IB,
                 const int *IPIV,
diff --git a/coreblas/compute/core_zgessq.c b/coreblas/compute/core_zgessq.c
index dfdf90e25caec46773a2da81830bf14895bc81f9..ac4547a370101b0e008e07b383f8810854aac3f2 100644
--- a/coreblas/compute/core_zgessq.c
+++ b/coreblas/compute/core_zgessq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zgessq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zgessq.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon core_zgessq CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <math.h>
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
@@ -40,7 +35,7 @@
         }                                                               \
     }
 
-/*****************************************************************************
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
diff --git a/coreblas/compute/core_zgetf2_nopiv.c b/coreblas/compute/core_zgetf2_nopiv.c
index 60fcbe48b796f9a0a9ee2aa8959260bdd7b1d5b1..61b4802304674381a3755454c6828da33b15f82e 100644
--- a/coreblas/compute/core_zgetf2_nopiv.c
+++ b/coreblas/compute/core_zgetf2_nopiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zgetf2_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zgetf2_nopiv.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zgetf2_nopiv CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
@@ -24,12 +19,12 @@
  * @date 2013-02-01
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 #include <math.h>
 #include "coreblas/lapacke.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -71,7 +66,7 @@
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 int
 CORE_zgetf2_nopiv(int M, int N,
                   MORSE_Complex64_t *A, int LDA)
diff --git a/coreblas/compute/core_zgetrf.c b/coreblas/compute/core_zgetrf.c
index c40a0b0bbf2ee221d7be6ee1ed99be40b11c1342..e466ea71f9676abdbec067753c760d72b01a5e96 100644
--- a/coreblas/compute/core_zgetrf.c
+++ b/coreblas/compute/core_zgetrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zgetrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zgetrf.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zgetrf CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
diff --git a/coreblas/compute/core_zgetrf_incpiv.c b/coreblas/compute/core_zgetrf_incpiv.c
index 52456b02751661c7d2cf7bea897fb8d09ea23b7f..cec1a9bd95fe712d33fcfb4d62dd9e9965d339bf 100644
--- a/coreblas/compute/core_zgetrf_incpiv.c
+++ b/coreblas/compute/core_zgetrf_incpiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zgetrf_incpiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zgetrf_incpiv.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zgetrf_incpiv CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,11 +22,11 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -84,7 +79,7 @@
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 
 int CORE_zgetrf_incpiv( int M, int N, int IB,
                         MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zgetrf_nopiv.c b/coreblas/compute/core_zgetrf_nopiv.c
index a6fa9f7f05dd383c6f4b304e88846f192f4b0a83..6c919e9320e43a52564ee156603e6a85028ec28d 100644
--- a/coreblas/compute/core_zgetrf_nopiv.c
+++ b/coreblas/compute/core_zgetrf_nopiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zgetrf_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zgetrf_nopiv.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zgetrf_nopiv CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
@@ -24,10 +19,10 @@
  * @date 2013-02-01
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -73,7 +68,7 @@
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 
 int CORE_zgetrf_nopiv(int M, int N, int IB,
                       MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zhe2ge.c b/coreblas/compute/core_zhe2ge.c
index 916c12e0ce7b99fa2ede8ec6b3688b4790c7ad0d..c4b5f785a8934f16f3623150cdc2d15871ccc2a8 100644
--- a/coreblas/compute/core_zhe2ge.c
+++ b/coreblas/compute/core_zhe2ge.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zhe2ge.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zhe2ge.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zhe2ge CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,16 +22,15 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zhe2ge(MORSE_enum uplo, int M, int N,
                  const MORSE_Complex64_t *A, int LDA,
                  MORSE_Complex64_t *B, int LDB)
diff --git a/coreblas/compute/core_zhemm.c b/coreblas/compute/core_zhemm.c
index c6237bf73792bc37ab56734ff2e8d1a41bce7e11..ba7255f9cb26077177e95f77a4c52afc58d89335 100644
--- a/coreblas/compute/core_zhemm.c
+++ b/coreblas/compute/core_zhemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zhemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zhemm.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zhemm CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,18 +22,17 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "coreblas.h"
 
 #undef REAL
 #define COMPLEX
 #ifdef COMPLEX
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zhemm(MORSE_enum side, MORSE_enum uplo,
                 int M, int N,
                 MORSE_Complex64_t alpha, const MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zher2k.c b/coreblas/compute/core_zher2k.c
index 59b73e216b91939daf6a8c8b4246dca9147ef867..8b894f50be7feb8bc612be0cbcc9cba314f7cc5c 100644
--- a/coreblas/compute/core_zher2k.c
+++ b/coreblas/compute/core_zher2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zher2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zher2k.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zher2k CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,18 +22,17 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "coreblas.h"
 
 #undef REAL
 #define COMPLEX
 #ifdef COMPLEX
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zher2k(MORSE_enum uplo, MORSE_enum trans,
                  int N, int K,
                  MORSE_Complex64_t alpha, const MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zherfb.c b/coreblas/compute/core_zherfb.c
index c20e20f87a46faf39a8797b8d5deb906bbeeb7b5..06246c9dc1ca918f5a4c76a089e222ae504ffde6 100644
--- a/coreblas/compute/core_zherfb.c
+++ b/coreblas/compute/core_zherfb.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zherfb.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zherfb.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zherfb CPU kernel
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 #include "coreblas/lapacke.h"
 
@@ -94,7 +89,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 #if defined(MORSE_HAVE_WEAK)
 #pragma weak CORE_zherfb = PCORE_zherfb
 #define CORE_zherfb PCORE_zherfb
diff --git a/coreblas/compute/core_zherk.c b/coreblas/compute/core_zherk.c
index ba1e717feaacb17db56a8b4d99a63889dca90552..bff780e94a1f0d0f7dbedf395aa23ee2470b69cd 100644
--- a/coreblas/compute/core_zherk.c
+++ b/coreblas/compute/core_zherk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zherk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zherk.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zherk CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,18 +22,17 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "coreblas.h"
 
 #undef REAL
 #define COMPLEX
 #ifdef COMPLEX
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zherk(MORSE_enum uplo, MORSE_enum trans,
                 int N, int K,
                 double alpha, const MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zhessq.c b/coreblas/compute/core_zhessq.c
index 330a75abfd917bfb3de6256fd1221a984e95dfc5..427c62cc210a67b87604f65957d297bf65e1d589 100644
--- a/coreblas/compute/core_zhessq.c
+++ b/coreblas/compute/core_zhessq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zhessq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zhessq.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon core_zhessq CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include <math.h>
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
@@ -40,7 +35,7 @@
         }                                                               \
     }
 
-/*****************************************************************************
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
diff --git a/coreblas/compute/core_zlacpy.c b/coreblas/compute/core_zlacpy.c
index dbdb0af416ddfbd662dd0e89e2ec0beced4746ba..eab6dd892dd5d57af0c788a01c53ed6b2cd50600 100644
--- a/coreblas/compute/core_zlacpy.c
+++ b/coreblas/compute/core_zlacpy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zlacpy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zlacpy.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zlacpy CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,16 +22,15 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zlacpy(MORSE_enum uplo, int M, int N,
                  const MORSE_Complex64_t *A, int LDA,
                  MORSE_Complex64_t *B, int LDB)
diff --git a/coreblas/compute/core_zlag2c.c b/coreblas/compute/core_zlag2c.c
index af426a1a631bc8999dc9091428dd4c1b191e4da9..97e2ec26aff5bdf60d2c4e8f330aaef8ed995044 100644
--- a/coreblas/compute/core_zlag2c.c
+++ b/coreblas/compute/core_zlag2c.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zlag2c.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zlag2c.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zlag2c CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,32 +20,30 @@
  * @date 2010-11-15
  * @precisions mixed zc -> ds
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zlag2c(int m, int n,
                  const MORSE_Complex64_t *A, int lda,
                  MORSE_Complex32_t *B, int ldb, int *info)
 {
     *info = LAPACKE_zlag2c_work(LAPACK_COL_MAJOR, m, n, A, lda, B, ldb);
 }
-/***************************************************************************/
+/**/
 
-/***************************************************************************/
+/**/
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_clag2z(int m, int n,
                  const MORSE_Complex32_t *A, int lda,
                  MORSE_Complex64_t *B, int ldb)
diff --git a/coreblas/compute/core_zlange.c b/coreblas/compute/core_zlange.c
index 19b9e9648b5c57f2fa142bf1c5a1d13150d5521c..a0f6be88564e42f3cfbf2de89ac49c8122eaa982 100644
--- a/coreblas/compute/core_zlange.c
+++ b/coreblas/compute/core_zlange.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zlange.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zlange.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon core_zlange CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -25,11 +20,11 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -76,7 +71,7 @@
  * @param[out] normA
  *          On exit, normA is the norm of matrix A.
  *
- ******************************************************************************/
+ */
 
 void CORE_zlange(int norm, int M, int N,
                  const MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zlanhe.c b/coreblas/compute/core_zlanhe.c
index dbe465ef333289e62ef43d16e87796b67f917f71..13275e0e580b31d696ebea60a63f4cc7a58fcd89 100644
--- a/coreblas/compute/core_zlanhe.c
+++ b/coreblas/compute/core_zlanhe.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zlanhe.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zlanhe.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon core_zlanhe CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -25,11 +20,11 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -78,7 +73,7 @@
  * @param[out] normA
  *          On exit, normA is the norm of matrix A.
  *
- ******************************************************************************/
+ */
 
 void CORE_zlanhe(int norm, MORSE_enum uplo, int N,
                  const MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zlansy.c b/coreblas/compute/core_zlansy.c
index e9ff19afa363867a0f60082b92282611b6b5b335..580278f001e12fc383a7c4d62ed89a876903b32e 100644
--- a/coreblas/compute/core_zlansy.c
+++ b/coreblas/compute/core_zlansy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zlansy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zlansy.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon core_zlansy CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -25,11 +20,11 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -78,7 +73,7 @@
  * @param[out] normA
  *          On exit, normA is the norm of matrix A.
  *
- ******************************************************************************/
+ */
 
 void CORE_zlansy(int norm, MORSE_enum uplo, int N,
                  const MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zlantr.c b/coreblas/compute/core_zlantr.c
index 2c8225dc18e785c50cda1ff95693f36aa1f04804..9d37166ad1ab13d69a4e234df1b05314cad12908 100644
--- a/coreblas/compute/core_zlantr.c
+++ b/coreblas/compute/core_zlantr.c
@@ -1,34 +1,29 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zlantr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zlantr.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon core_zlantr CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include <math.h>
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -88,7 +83,7 @@
  * @param[out] normA
  *          On exit, normA is the norm of matrix A.
  *
- ******************************************************************************/
+ */
 
 void CORE_zlantr(MORSE_enum norm, MORSE_enum uplo, MORSE_enum diag,
                  int M, int N,
diff --git a/coreblas/compute/core_zlascal.c b/coreblas/compute/core_zlascal.c
index 73083eed231c6853b3120fd24d34ad9cd62c3e5f..635411fd01c5383cea20dd6c42af5ec72ac067d1 100644
--- a/coreblas/compute/core_zlascal.c
+++ b/coreblas/compute/core_zlascal.c
@@ -1,16 +1,23 @@
 /**
+ *
  * @file core_zlascal.c
  *
- *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon core_zlascal CPU kernel
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Dalal Sukkari
  * @date 2015-11-05
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 #include "coreblas/cblas.h"
 #include <math.h>
@@ -49,7 +56,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 int
 CORE_zlascal( MORSE_enum uplo, int m, int n,
               MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int lda )
diff --git a/coreblas/compute/core_zlaset.c b/coreblas/compute/core_zlaset.c
index 40d95208c3a952cd39be4328b2f191f1b3809277..1fbc621efadeb20c735e5219debad4650ec1a336 100644
--- a/coreblas/compute/core_zlaset.c
+++ b/coreblas/compute/core_zlaset.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zlaset.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zlaset.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zlaset CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
@@ -65,8 +60,7 @@
  * @param[in] LDA
  *         The leading dimension of the array A.  LDA >= max(1,M).
  *
- **/
-
+ */
 void CORE_zlaset(MORSE_enum uplo, int M, int N,
                  MORSE_Complex64_t alpha, MORSE_Complex64_t beta,
                  MORSE_Complex64_t *A, int LDA)
diff --git a/coreblas/compute/core_zlaset2.c b/coreblas/compute/core_zlaset2.c
index 60d4ba6c47d43d1d4d0457094b5201da836c247a..9cbe36fee5e9f6d16e0dfa967811cd641b78b05e 100644
--- a/coreblas/compute/core_zlaset2.c
+++ b/coreblas/compute/core_zlaset2.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zlaset2.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zlaset2.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zlaset2 CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
@@ -63,8 +58,7 @@
  * @param[in] LDA
  *         The leading dimension of the array A.  LDA >= max(1,M).
  *
- **/
-
+ */
 void CORE_zlaset2(MORSE_enum uplo, int M, int N,
                   MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA)
 {
diff --git a/coreblas/compute/core_zlatro.c b/coreblas/compute/core_zlatro.c
index ea97320c376d8d4e7a03d818890cc1d2ec94dbd3..73f726ccf1144e6427213fbdbddd24f5839e3364 100644
--- a/coreblas/compute/core_zlatro.c
+++ b/coreblas/compute/core_zlatro.c
@@ -1,31 +1,26 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zlatro.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zlatro.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zlatro CPU kernel
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 #include "coreblas/lapacke.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -75,14 +70,13 @@
  *         LDB >= max(1,N), if trans == Pasma[Conj]Trans.
  *         LDB >= max(1,M), if trans == PasmaNoTrans.
  *
- *
  *******************************************************************************
  *
  * @return
  *         \retval MORSE_SUCCESS successful exit
  *         \retval <0 if INFO = -k, the k-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 #if defined(MORSE_HAVE_WEAK)
 #pragma weak CORE_zlatro = PCORE_zlatro
 #define CORE_zlatro PCORE_zlatro
diff --git a/coreblas/compute/core_zlauum.c b/coreblas/compute/core_zlauum.c
index 4ab3749b319978c85f234f5e57b84eee22af3c9c..fb3da879e2f790937edffb0d48f937819f0a73d6 100644
--- a/coreblas/compute/core_zlauum.c
+++ b/coreblas/compute/core_zlauum.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zlauum.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zlauum.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zlauum CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,16 +22,15 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zlauum(MORSE_enum uplo, int N, MORSE_Complex64_t *A, int LDA)
 {
     LAPACKE_zlauum_work(LAPACK_COL_MAJOR, morse_lapack_const(uplo), N, A, LDA );
diff --git a/coreblas/compute/core_zpamm.c b/coreblas/compute/core_zpamm.c
index 1c7750da04c10c444b95e5b21140178ecba3d9f9..60b126a816f550a5326c9238b5c9bec3c8d28f1d 100644
--- a/coreblas/compute/core_zpamm.c
+++ b/coreblas/compute/core_zpamm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zpamm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zpamm.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zpamm CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dulceneia Becker
@@ -26,7 +21,7 @@
  * @date 2011-06-14
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/cblas.h"
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
@@ -45,7 +40,7 @@ static inline int CORE_zpamm_w(MORSE_enum side, MORSE_enum trans, MORSE_enum upl
                                const MORSE_Complex64_t *V, int LDV,
                                      MORSE_Complex64_t *W, int LDW);
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -89,7 +84,6 @@ static inline int CORE_zpamm_w(MORSE_enum side, MORSE_enum trans, MORSE_enum upl
  *                \  |    |  L
  *           _      \|____|  _
  *
- *
  *  RIGHT (columnwise and rowwise):
  *
  *          |         K         |                   |    N    |
@@ -184,7 +178,7 @@ static inline int CORE_zpamm_w(MORSE_enum side, MORSE_enum trans, MORSE_enum upl
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 int
 CORE_zpamm(int op, MORSE_enum side, MORSE_enum storev,
            int M, int N, int K, int L,
@@ -307,7 +301,7 @@ CORE_zpamm(int op, MORSE_enum side, MORSE_enum storev,
     return MORSE_SUCCESS;
 }
 
-/***************************************************************************/
+/**/
 static inline int
 CORE_zpamm_w(MORSE_enum side, MORSE_enum trans, MORSE_enum uplo,
              int M, int N, int K, int L,
@@ -449,7 +443,7 @@ CORE_zpamm_w(MORSE_enum side, MORSE_enum trans, MORSE_enum uplo,
     return MORSE_SUCCESS;
 }
 
-/***************************************************************************/
+/**/
 static inline int
 CORE_zpamm_a2(MORSE_enum side, MORSE_enum trans, MORSE_enum uplo,
               int M, int N, int K, int L,
@@ -576,6 +570,6 @@ CORE_zpamm_a2(MORSE_enum side, MORSE_enum trans, MORSE_enum uplo,
 
 
 
-/***************************************************************************//**
+/**
  *
- **/
+ */
diff --git a/coreblas/compute/core_zparfb.c b/coreblas/compute/core_zparfb.c
index 99feee51aaae319520bc2ba1d5f599a0d28c975d..10d84ee12ee79cccbd2ad5a334636aa2619e60b4 100644
--- a/coreblas/compute/core_zparfb.c
+++ b/coreblas/compute/core_zparfb.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zparfb.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zparfb.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zparfb CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dulceneia Becker
@@ -26,12 +21,12 @@
  * @date 2011-06-14
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/cblas.h"
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -141,7 +136,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 /* This kernel is never traced so return type on previous line for convert2eztrace.pl script */
 int
 CORE_zparfb(MORSE_enum side, MORSE_enum trans, MORSE_enum direct, MORSE_enum storev,
diff --git a/coreblas/compute/core_zpemv.c b/coreblas/compute/core_zpemv.c
index 85ffd5a3b430917c6eb3818e8e0a866bed5a96f1..b2d0161f18dc637665308c0e1c809e8343938a9b 100644
--- a/coreblas/compute/core_zpemv.c
+++ b/coreblas/compute/core_zpemv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zpemv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zpemv.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zpemv CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dulceneia Becker
@@ -26,12 +21,12 @@
  * @date 2011-06-29
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/cblas.h"
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -46,7 +41,6 @@
  *  alpha and beta are scalars, x and y are vectors and A is a
  *  pentagonal matrix (see further details).
  *
- *
  *  Arguments
  *  ==========
  *
@@ -117,14 +111,13 @@
  *
  *               |  L | N-L |
  *
- *
  *******************************************************************************
  *
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 
 int CORE_zpemv(MORSE_enum trans, int storev,
diff --git a/coreblas/compute/core_zplghe.c b/coreblas/compute/core_zplghe.c
index e17d7a580655650d6466b4dc070ec6e0dd8bc4d5..ff9f984a88df9d226a07c1887cdd21c2fd9463dd 100644
--- a/coreblas/compute/core_zplghe.c
+++ b/coreblas/compute/core_zplghe.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zplghe.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zplghe.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zplghe CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "coreblas.h"
 
 #define COMPLEX
diff --git a/coreblas/compute/core_zplgsy.c b/coreblas/compute/core_zplgsy.c
index 449d19c9f49000555e2821a8a5568e69eac8a074..4f61012aea9c2fa887764eec92a7920188d84fc6 100644
--- a/coreblas/compute/core_zplgsy.c
+++ b/coreblas/compute/core_zplgsy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zplgsy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zplgsy.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zplgsy CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
 #define COMPLEX
diff --git a/coreblas/compute/core_zplrnt.c b/coreblas/compute/core_zplrnt.c
index c3a5ffb3166e731e6317a6e0a51d0c92329c4bc8..f272dd3f9b682244cc4a8b29ac0712fcf2d89d93 100644
--- a/coreblas/compute/core_zplrnt.c
+++ b/coreblas/compute/core_zplrnt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zplrnt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zplrnt.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zplrnt CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
 #define COMPLEX
diff --git a/coreblas/compute/core_zpotrf.c b/coreblas/compute/core_zpotrf.c
index 39d9076ae2b922e4e006e7591a197be69f2e0b28..082b30a369929e5e5f59b5858580f93fd6c2f512 100644
--- a/coreblas/compute/core_zpotrf.c
+++ b/coreblas/compute/core_zpotrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zpotrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zpotrf.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zpotrf CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,16 +22,15 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zpotrf(MORSE_enum uplo, int N, MORSE_Complex64_t *A, int LDA, int *INFO)
 {
     *INFO = LAPACKE_zpotrf_work(
diff --git a/coreblas/compute/core_zssssm.c b/coreblas/compute/core_zssssm.c
index 3e7adb10a02c7754fccfda3e515401826628f551..fbd6c7906525dbed9b8c2fda66951758f6921b43 100644
--- a/coreblas/compute/core_zssssm.c
+++ b/coreblas/compute/core_zssssm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zssssm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zssssm.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zssssm CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,11 +22,11 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/cblas.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -100,7 +95,7 @@
  *         \retval MORSE_SUCCESS successful exit
  *         \retval <0 if INFO = -k, the k-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zssssm(int M1, int N1, int M2, int N2, int K, int IB,
                 MORSE_Complex64_t *A1, int LDA1,
diff --git a/coreblas/compute/core_zsymm.c b/coreblas/compute/core_zsymm.c
index 56ea9c76e4c2b6d547bccaabebdac5059bd5d48f..044206f95c2565f4b81cee344286e049ff066070 100644
--- a/coreblas/compute/core_zsymm.c
+++ b/coreblas/compute/core_zsymm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zsymm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zsymm.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zsymm CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,15 +22,14 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zsymm(MORSE_enum side, MORSE_enum uplo,
                 int M, int N,
                 MORSE_Complex64_t alpha, const MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zsyr2k.c b/coreblas/compute/core_zsyr2k.c
index b2328e7c51779125114fd6668ee668348d7c974c..bac0e1b20645455a06efd4ab9323d20881fd81d6 100644
--- a/coreblas/compute/core_zsyr2k.c
+++ b/coreblas/compute/core_zsyr2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zsyr2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zsyr2k.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zsyr2k CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,15 +22,14 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zsyr2k(MORSE_enum uplo, MORSE_enum trans,
                  int N, int K,
                  MORSE_Complex64_t alpha, const MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zsyrk.c b/coreblas/compute/core_zsyrk.c
index f1a9b44ec3f8e4bc9efc610d43d0bd9ab84bd312..ef360ebd47e4b909ca561e8e949f504f07ff2ab2 100644
--- a/coreblas/compute/core_zsyrk.c
+++ b/coreblas/compute/core_zsyrk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zsyrk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zsyrk.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zsyrk CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,15 +22,14 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_zsyrk(MORSE_enum uplo, MORSE_enum trans,
                 int N, int K,
                 MORSE_Complex64_t alpha, const MORSE_Complex64_t *A, int LDA,
diff --git a/coreblas/compute/core_zsyssq.c b/coreblas/compute/core_zsyssq.c
index 2bb5f07590c3b43439369bb3526796bee7a4fba9..80b16a4ccb51cce643cad75864e6187180fb2dff 100644
--- a/coreblas/compute/core_zsyssq.c
+++ b/coreblas/compute/core_zsyssq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zsyssq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zsyssq.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon core_zsyssq CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <math.h>
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
@@ -40,7 +35,7 @@
         }                                                               \
     }
 
-/*****************************************************************************
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
diff --git a/coreblas/compute/core_zsytf2_nopiv.c b/coreblas/compute/core_zsytf2_nopiv.c
index 8f5b622dd28398190956b58b3a82dec69690e1f4..21316c6491495a14ee4ccc20475e397de263b108 100644
--- a/coreblas/compute/core_zsytf2_nopiv.c
+++ b/coreblas/compute/core_zsytf2_nopiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zsytf2_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zsytf2_nopiv.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zsytf2_nopiv CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -29,15 +24,14 @@
  * @date 2014-10-10
  * @precisions normal z -> c
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 static MORSE_Complex64_t zone  =  1.;
 static MORSE_Complex64_t mzone = -1.;
 
diff --git a/coreblas/compute/core_ztplqt.c b/coreblas/compute/core_ztplqt.c
index 9a695232e15288c9b0f70a11bbf52fedc014b418..fedcd3d65eda9e176d0678593217174882890476 100644
--- a/coreblas/compute/core_ztplqt.c
+++ b/coreblas/compute/core_ztplqt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file core_ztplqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztplqt.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztplqt CPU kernel
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
@@ -86,7 +81,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 int CORE_ztplqt( int M, int N, int L, int IB,
                  MORSE_Complex64_t *A, int LDA,
                  MORSE_Complex64_t *B, int LDB,
diff --git a/coreblas/compute/core_ztpmlqt.c b/coreblas/compute/core_ztpmlqt.c
index bd5e29973702c9a5d739de15e82756f3469d9562..e67dc7a3502b838c2be10180f4fa06877eedd9f7 100644
--- a/coreblas/compute/core_ztpmlqt.c
+++ b/coreblas/compute/core_ztpmlqt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file core_ztpmlqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztpmlqt.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztpmlqt CPU kernel
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
 /**
@@ -137,7 +132,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_ztpmlqt( MORSE_enum side, MORSE_enum trans,
                   int M, int N, int K, int L, int IB,
diff --git a/coreblas/compute/core_ztpmqrt.c b/coreblas/compute/core_ztpmqrt.c
index b6199e5c6f84854f83585391056c4fc27958a7c4..168cf12aff66e88af00808caf83b137c4e9cda9e 100644
--- a/coreblas/compute/core_ztpmqrt.c
+++ b/coreblas/compute/core_ztpmqrt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file core_ztpmqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztpmqrt.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztpmqrt CPU kernel
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
 /**
@@ -138,7 +133,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_ztpmqrt( MORSE_enum side, MORSE_enum trans,
                   int M, int N, int K, int L, int IB,
diff --git a/coreblas/compute/core_ztpqrt.c b/coreblas/compute/core_ztpqrt.c
index 53ebd078b80a9dba8fa849962c0be1686cad207a..c32ed347c4482f772249b3458b7b7ec509f95776 100644
--- a/coreblas/compute/core_ztpqrt.c
+++ b/coreblas/compute/core_ztpqrt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file core_ztpqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztpqrt.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztpqrt CPU kernel
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
@@ -91,7 +86,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 int CORE_ztpqrt( int M, int N, int L, int IB,
                  MORSE_Complex64_t *A, int LDA,
                  MORSE_Complex64_t *B, int LDB,
diff --git a/coreblas/compute/core_ztradd.c b/coreblas/compute/core_ztradd.c
index ab5b9ea5999470167b4d750b78e0e55d9416927c..2d67dc1d08931246a915590cdf58a95ad6e47204 100644
--- a/coreblas/compute/core_ztradd.c
+++ b/coreblas/compute/core_ztradd.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztradd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztradd.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztradd CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2015-11-03
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
 /**
@@ -83,7 +78,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 #if defined(MORSE_HAVE_WEAK)
 #pragma weak CORE_ztradd = PCORE_ztradd
 #define CORE_ztradd PCORE_ztradd
diff --git a/coreblas/compute/core_ztrasm.c b/coreblas/compute/core_ztrasm.c
index 4d373fc52dae0e2a5135ccedf36f116cb0a3334f..5ca15d12ed967ab50adad14cb0154b59ebc40fcb 100644
--- a/coreblas/compute/core_ztrasm.c
+++ b/coreblas/compute/core_ztrasm.c
@@ -1,34 +1,29 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztrasm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztrasm.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon core_ztrasm CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/cblas.h"
 #include <math.h>
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -70,7 +65,7 @@
  *          On exit, contains the sums of the absolute values per column or row
  *          added to the input values.
  *
- ******************************************************************************/
+ */
 
 void CORE_ztrasm(MORSE_enum storev, MORSE_enum uplo, MORSE_enum diag,
                  int M, int N,
diff --git a/coreblas/compute/core_ztrmm.c b/coreblas/compute/core_ztrmm.c
index dafae3ff984856295dcb84bde4bfec1034455258..b6133fe86fd6590a1bd009d2b82bf16d4c527c85 100644
--- a/coreblas/compute/core_ztrmm.c
+++ b/coreblas/compute/core_ztrmm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztrmm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztrmm.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztrmm CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,15 +22,14 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_ztrmm(MORSE_enum side, MORSE_enum uplo,
                 MORSE_enum transA, MORSE_enum diag,
                 int M, int N,
diff --git a/coreblas/compute/core_ztrsm.c b/coreblas/compute/core_ztrsm.c
index 1d57c0ca48dd34b66eed3c0ca96d9da4c116ab7a..07060577c3ef0de11cf79ef720f789711f0a7c0f 100644
--- a/coreblas/compute/core_ztrsm.c
+++ b/coreblas/compute/core_ztrsm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztrsm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztrsm.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztrsm CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,15 +22,14 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_ztrsm(MORSE_enum side, MORSE_enum uplo,
                 MORSE_enum transA, MORSE_enum diag,
                 int M, int N,
diff --git a/coreblas/compute/core_ztrssq.c b/coreblas/compute/core_ztrssq.c
index 69a303e244d368fdc7e52ec699101a9a12906f74..53eb52f0fa22fb005265ff0f77ecfabf61c0afb9 100644
--- a/coreblas/compute/core_ztrssq.c
+++ b/coreblas/compute/core_ztrssq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztrssq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztrssq.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon core_ztrssq CPU kernel
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <math.h>
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
@@ -40,7 +35,7 @@
         }                                                               \
     }
 
-/*****************************************************************************
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
diff --git a/coreblas/compute/core_ztrtri.c b/coreblas/compute/core_ztrtri.c
index fde44f4ebee767cbbb0436a506c67781cc87ae0e..252c953f8e11d206bdbf23dba0377383e0d3602c 100644
--- a/coreblas/compute/core_ztrtri.c
+++ b/coreblas/compute/core_ztrtri.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztrtri.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztrtri.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztrtri CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,16 +22,15 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void CORE_ztrtri(MORSE_enum uplo, MORSE_enum diag, int N, MORSE_Complex64_t *A, int LDA, int *info)
 {
     *info = LAPACKE_ztrtri_work(
diff --git a/coreblas/compute/core_ztslqt.c b/coreblas/compute/core_ztslqt.c
index f5a87006236bf97f6e29627bd48937455d5fbf9b..67817bc412ceb1c01c63eb1d73b3912a5a275007 100644
--- a/coreblas/compute/core_ztslqt.c
+++ b/coreblas/compute/core_ztslqt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztslqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztslqt.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztslqt CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,13 +22,13 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 #undef REAL
 #define COMPLEX
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -105,7 +100,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_ztslqt(int M, int N, int IB,
                 MORSE_Complex64_t *A1, int LDA1,
diff --git a/coreblas/compute/core_ztsmlq.c b/coreblas/compute/core_ztsmlq.c
index 5ac1224ea4b5e60deef070d367fe6be0848b325d..1181e465c5868db2e84012efc12a785d78b3805b 100644
--- a/coreblas/compute/core_ztsmlq.c
+++ b/coreblas/compute/core_ztsmlq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztsmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztsmlq.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztsmlq CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -29,10 +24,10 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -130,7 +125,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_ztsmlq(MORSE_enum side, MORSE_enum trans,
                 int M1, int N1, int M2, int N2, int K, int IB,
diff --git a/coreblas/compute/core_ztsmlq_hetra1.c b/coreblas/compute/core_ztsmlq_hetra1.c
index f80ed80d718d7fd67e600e10b2c00c657fafff34..e7edbe4befedd2f3eaf65592af49e836ae676e6d 100644
--- a/coreblas/compute/core_ztsmlq_hetra1.c
+++ b/coreblas/compute/core_ztsmlq_hetra1.c
@@ -1,33 +1,28 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztsmlq_hetra1.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztsmlq_hetra1.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztsmlq_hetra1 CPU kernel
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <coreblas/lapacke.h>
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -117,7 +112,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 #if defined(MORSE_HAVE_WEAK)
 #pragma weak CORE_ztsmlq_hetra1 = PCORE_ztsmlq_hetra1
 #define CORE_ztsmlq_hetra1 PCORE_ztsmlq_hetra1
diff --git a/coreblas/compute/core_ztsmqr.c b/coreblas/compute/core_ztsmqr.c
index c64ccd4d177774bca3b3c56a6d3e3fcaf42fd1a4..c18c2c392ee75ee68f2f8a762b7fb50e22cc86e9 100644
--- a/coreblas/compute/core_ztsmqr.c
+++ b/coreblas/compute/core_ztsmqr.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztsmqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztsmqr.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztsmqr CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -29,10 +24,10 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -130,7 +125,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_ztsmqr(MORSE_enum side, MORSE_enum trans,
                 int M1, int N1, int M2, int N2, int K, int IB,
diff --git a/coreblas/compute/core_ztsmqr_hetra1.c b/coreblas/compute/core_ztsmqr_hetra1.c
index 2934b9d69599ee04ff07ff16bed6453b451e49f7..e0675ddfff5193364dc3d803a68c2858302126c0 100644
--- a/coreblas/compute/core_ztsmqr_hetra1.c
+++ b/coreblas/compute/core_ztsmqr_hetra1.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztsmqr_hetra1.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztsmqr_hetra1.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztsmqr_hetra1 CPU kernel
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
@@ -24,11 +19,11 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <coreblas/lapacke.h>
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -119,7 +114,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 #if defined(MORSE_HAVE_WEAK)
 #pragma weak CORE_ztsmqr_hetra1 = PCORE_ztsmqr_hetra1
 #define CORE_ztsmqr_hetra1 PCORE_ztsmqr_hetra1
diff --git a/coreblas/compute/core_ztsqrt.c b/coreblas/compute/core_ztsqrt.c
index 032e2691e812e7a45be0160fec2b3fe5ca906b58..2a811493e5f0accd3f794a5e7c9e8bd990e1e35b 100644
--- a/coreblas/compute/core_ztsqrt.c
+++ b/coreblas/compute/core_ztsqrt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztsqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztsqrt.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztsqrt CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,13 +22,13 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 #undef REAL
 #define COMPLEX
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -94,7 +89,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 
 int CORE_ztsqrt(int M, int N, int IB,
diff --git a/coreblas/compute/core_ztstrf.c b/coreblas/compute/core_ztstrf.c
index 09f1b9ec5582d11bc593dce389eb3ed581b12235..86888d73d43b6964d98e9af01bdbae9081d85034 100644
--- a/coreblas/compute/core_ztstrf.c
+++ b/coreblas/compute/core_ztstrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_ztstrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_ztstrf.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_ztstrf CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,12 +22,12 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 #include "coreblas/cblas.h"
 #include <math.h>
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -97,7 +92,7 @@
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 
 
 int CORE_ztstrf(int M, int N, int IB, int NB,
diff --git a/coreblas/compute/core_zttlqt.c b/coreblas/compute/core_zttlqt.c
index 0cdfb8802b7e0f4f1cfba0666a48ebadb075cf7c..4930772b9e9d0229105875dd6aedead4bc06d5dc 100644
--- a/coreblas/compute/core_zttlqt.c
+++ b/coreblas/compute/core_zttlqt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zttlqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zttlqt.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zttlqt CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,13 +22,13 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 #undef REAL
 #define COMPLEX
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -106,7 +101,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zttlqt(int M, int N, int IB,
                 MORSE_Complex64_t *A1, int LDA1,
diff --git a/coreblas/compute/core_zttmlq.c b/coreblas/compute/core_zttmlq.c
index 3acea2594030ad41dd1a866acefa423923797760..d08418881a1925760d7bcdd1ebd78aee399329b1 100644
--- a/coreblas/compute/core_zttmlq.c
+++ b/coreblas/compute/core_zttmlq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zttmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zttmlq.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zttmlq CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,10 +22,10 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -122,7 +117,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zttmlq(MORSE_enum side, MORSE_enum trans,
                 int M1, int N1, int M2, int N2, int K, int IB,
diff --git a/coreblas/compute/core_zttmqr.c b/coreblas/compute/core_zttmqr.c
index 7663bf9a6353a0c97b776b372ed844de83d58ba2..446f7a875825664f46cf986396eb08c203ce47c1 100644
--- a/coreblas/compute/core_zttmqr.c
+++ b/coreblas/compute/core_zttmqr.c
@@ -1,21 +1,16 @@
-/**
- *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
- **/
-
 /**
  *
  * @file core_zttmqr.c
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ ***
  *
- * @version 2.5.0
+ * @brief Chameleon core_zttmqr CPU kernel
+ *
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -26,10 +21,10 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -121,7 +116,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zttmqr(MORSE_enum side, MORSE_enum trans,
                 int M1, int N1, int M2, int N2, int K, int IB,
diff --git a/coreblas/compute/core_zttqrt.c b/coreblas/compute/core_zttqrt.c
index 72e7e6974d6ccf14b18c00537a7e0743ad719334..f2d4dfbcf5b66b0708c7e1f6d0d09049999948fd 100644
--- a/coreblas/compute/core_zttqrt.c
+++ b/coreblas/compute/core_zttqrt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zttqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zttqrt.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zttqrt CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,13 +22,13 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 #undef REAL
 #define COMPLEX
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -106,7 +101,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zttqrt(int M, int N, int IB,
                 MORSE_Complex64_t *A1, int LDA1,
diff --git a/coreblas/compute/core_zunmlq.c b/coreblas/compute/core_zunmlq.c
index 1da8c0d2c8de6a905f123096bebe34059dc2c50f..8b3f398cc01de09424ab1d73a4aee2313005d9f3 100644
--- a/coreblas/compute/core_zunmlq.c
+++ b/coreblas/compute/core_zunmlq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zunmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zunmlq.c
+ ***
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zunmlq CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -28,11 +23,11 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -114,7 +109,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zunmlq(MORSE_enum side, MORSE_enum trans,
                 int M, int N, int K, int IB,
diff --git a/coreblas/compute/core_zunmqr.c b/coreblas/compute/core_zunmqr.c
index 57d996f2a362eea182d08126673f6ccd40e9ad23..7504f2ca04044abaa1acd1f8f57cda5ee28f0dfe 100644
--- a/coreblas/compute/core_zunmqr.c
+++ b/coreblas/compute/core_zunmqr.c
@@ -1,22 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_zunmqr.c
  *
- **/
-
- /**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zunmqr.c
+ */
+ /**
  *
- *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_zunmqr CPU kernel
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,11 +23,11 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/lapacke.h"
 #include "coreblas.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -114,7 +110,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 int CORE_zunmqr(MORSE_enum side, MORSE_enum trans,
                 int M, int N, int K, int IB,
diff --git a/coreblas/compute/global.c b/coreblas/compute/global.c
index 4df21b9aeece70f990d277dec4aeeadb5fa8fd92..7296f8f00b47b3a0b201fb03ba0fcb7eddcc005a 100644
--- a/coreblas/compute/global.c
+++ b/coreblas/compute/global.c
@@ -1,28 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file global.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file global.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon global coreblas variables and functions
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Piotr Luszczek
  * @date 2010-11-15
  *
- **/
-
+ */
 static int coreblas_gemm3m_enabled = 0;
 
 void
@@ -35,9 +29,9 @@ get_coreblas_gemm3m_enabled(void) {
     return coreblas_gemm3m_enabled;
 }
 
-/*******************************************************************************
+/**
  *  LAPACK Constants
- **/
+ */
 char *morse_lapack_constants[] =
 {
     "", "", "", "", "", "", "", "", "", "",
diff --git a/coreblas/eztrace_module/CMakeLists.txt b/coreblas/eztrace_module/CMakeLists.txt
index c6afa2cc0e8d7e2c6543b5b6978d9ad3f2303304..322d0f0913520cdf7580764425e598f4da2844a1 100644
--- a/coreblas/eztrace_module/CMakeLists.txt
+++ b/coreblas/eztrace_module/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2015 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,9 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Florent Pruvost
-#  @date 14-09-2015
+#  @date 2015-09-14
 #
 ###
 
diff --git a/coreblas/include/CMakeLists.txt b/coreblas/include/CMakeLists.txt
index 038581e80c82b4151b434b4f0e6b9a34c059adbe..3f8b4bd7afa9bd5a9fffd575b8e07a3b700bca95 100644
--- a/coreblas/include/CMakeLists.txt
+++ b/coreblas/include/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2014 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h
index 7db66b9bf9c3fcd3be6d40f5809795a2e48cb084..d180bcfb121d1429c06d67d04e49165fc8185c3c 100644
--- a/coreblas/include/coreblas.h
+++ b/coreblas/include/coreblas.h
@@ -1,28 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file coreblas.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file coreblas.h
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon CPU kernels main header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Hatem Ltaief
  * @date 2010-11-15
  *
- **/
+ */
 #ifndef _CORE_BLAS_H_
 #define _CORE_BLAS_H_
 
@@ -31,26 +25,26 @@
 #include <string.h>
 #include <assert.h>
 
-/** ****************************************************************************
+/**
  *  CBLAS requires for scalar arguments to be passed
  *        by address rather than by value
- **/
+ */
 #ifndef CBLAS_SADDR
 #define CBLAS_SADDR( _val_ ) &(_val_)
 #endif
 #include "coreblas/cblas.h"
 
-/** ****************************************************************************
+/**
  * MORSE types and constants
- **/
+ */
 #include "chameleon/chameleon_config.h"
 #include "chameleon/morse_types.h"
 #include "chameleon/morse_struct.h"
 #include "chameleon/morse_constants.h"
 
-/** ****************************************************************************
+/**
  * CORE BLAS headers
- **/
+ */
 BEGIN_C_DECLS
 
 #include "coreblas/coreblas_z.h"
@@ -62,25 +56,25 @@ BEGIN_C_DECLS
 
 END_C_DECLS
 
-/** ****************************************************************************
+/**
  * Coreblas Error
- **/
+ */
 #define coreblas_error(k, str) do {                                     \
         fprintf(stderr, "%s: Parameter %d / %s\n", __func__, k, str) ;  \
         assert(0);                                                      \
     } while(0)
 
-/** ****************************************************************************
+/**
  * CBlas enum
- **/
+ */
 #define CBLAS_TRANSPOSE enum CBLAS_TRANSPOSE
 #define CBLAS_UPLO      enum CBLAS_UPLO
 #define CBLAS_DIAG      enum CBLAS_DIAG
 #define CBLAS_SIDE      enum CBLAS_SIDE
 
-/** ****************************************************************************
+/**
  *  LAPACK Constants
- **/
+ */
 BEGIN_C_DECLS
 
 extern char *morse_lapack_constants[];
diff --git a/coreblas/include/coreblas/cblas.h b/coreblas/include/coreblas/cblas.h
index b9f3a315388fc14340fd9e5f366db48464973036..34368b0f1bc05a1c470c9ae5d39081937f66c7e2 100644
--- a/coreblas/include/coreblas/cblas.h
+++ b/coreblas/include/coreblas/cblas.h
@@ -1,29 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cblas.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- *  @file cblas.h
+ ***
  *
- *  MORSE cblas header
- *  MORSE is a software package provided
- *    Inria Bordeaux Sud-Ouest,
- *    Univ. of Tennessee,
- *    Univ. of California Berkeley and
- *    Univ. of Colorado Denver.
+ * @brief Chameleon cblas header
  *
- *  @version 0.9.0
- *  @author Cedric Castagnede
- *  @date 2012-09-15
+ * @version 1.0.0
+ * @author Cedric Castagnede
+ * @date 2012-09-15
  *
- **/
+ */
 #ifndef CBLAS_H
 #define CBLAS_H
 #include <stddef.h>
diff --git a/coreblas/include/coreblas/coreblas_z.h b/coreblas/include/coreblas/coreblas_z.h
index d0de6eeeb3f13105b2cb63df027ff5e1743a8a1f..82d2febaec2e2eb118e2ffdee5342139da263764 100644
--- a/coreblas/include/coreblas/coreblas_z.h
+++ b/coreblas/include/coreblas/coreblas_z.h
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file coreblas_z.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zblas.h
+ ***
  *
- *  PLASMA auxiliary routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon CPU MORSE_Complex64_t kernels header
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -28,15 +23,15 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #ifndef _MORSE_CORE_ZBLAS_H_
 #define _MORSE_CORE_ZBLAS_H_
 
 #define COMPLEX
 
-/** ****************************************************************************
+/**
  *  Declarations of serial kernels - alphabetical order
- **/
+ */
 void CORE_dzasum(int storev, MORSE_enum uplo, int M, int N,
                  const MORSE_Complex64_t *A, int lda, double *work);
 void CORE_zbrdalg(MORSE_enum uplo, int N, int NB,
diff --git a/coreblas/include/coreblas/coreblas_zc.h b/coreblas/include/coreblas/coreblas_zc.h
index 66178bfeaba29c2d893dff89c47eb2842b6bd319..d26e3dadcf895cf211f8bebc39ccc36b44af1a03 100644
--- a/coreblas/include/coreblas/coreblas_zc.h
+++ b/coreblas/include/coreblas/coreblas_zc.h
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file coreblas_zc.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_zcblas.h
+ ***
  *
- *  PLASMA auxiliary routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon CPU complex mixed precision kernels header
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -27,13 +22,13 @@
  * @date 2010-11-15
  * @precisions mixed zc -> ds
  *
- **/
+ */
 #ifndef _MORSE_CORE_ZCBLAS_H_
 #define _MORSE_CORE_ZCBLAS_H_
 
-/** ****************************************************************************
+/**
  *  Declarations of serial kernels - alphabetical order
- **/
+ */
 void CORE_clag2z(int m, int n,
                  const MORSE_Complex32_t *A, int lda,
                  MORSE_Complex64_t *B, int ldb);
diff --git a/coreblas/include/coreblas/lapacke.h b/coreblas/include/coreblas/lapacke.h
index fedfb50ff76adf6154472a270447a4eacfb9f702..dfc5e3c841939b44279627e07c7e29188062deea 100644
--- a/coreblas/include/coreblas/lapacke.h
+++ b/coreblas/include/coreblas/lapacke.h
@@ -1,14 +1,20 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file lapacke.h
  *
- **/
-
-/*****************************************************************************
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon lapacke header
+ *
+ * @version 1.0.0
+ *
+ */
+/**
   Copyright (c) 2010, Intel Corp.
   All rights reserved.
 
@@ -39,7 +45,7 @@
 * Contents: Native C interface to LAPACK
 * Author: Intel Corporation
 * Generated November, 2011
-*****************************************************************************/
+*/
 
 #ifndef _LAPACKE_H_
 #define _LAPACKE_H_
diff --git a/coreblas/include/coreblas/lapacke_config.h b/coreblas/include/coreblas/lapacke_config.h
index d30acff867788e83eaa2a148d10303382e2df690..36dedcce09ecea38aa36e08854f4e32083152818 100644
--- a/coreblas/include/coreblas/lapacke_config.h
+++ b/coreblas/include/coreblas/lapacke_config.h
@@ -1,14 +1,20 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file lapacke_config.h
  *
- **/
-
-/*****************************************************************************
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon lapacke configuration header
+ *
+ * @version 1.0.0
+ *
+ */
+/**
   Copyright (c) 2010, Intel Corp.
   All rights reserved.
 
@@ -39,7 +45,7 @@
 * Contents: Native C interface to LAPACK
 * Author: Intel Corporation
 * Generated May, 2011
-*****************************************************************************/
+*/
 
 #ifndef _LAPACKE_CONFIG_H_
 #define _LAPACKE_CONFIG_H_
diff --git a/coreblas/include/coreblas/lapacke_mangling.h b/coreblas/include/coreblas/lapacke_mangling.h
index 37271e59bd9f7cca798040c1a7f2c1403eec1f43..6dde725bb2b2567bc75c45abdc6719cbe923dc8c 100644
--- a/coreblas/include/coreblas/lapacke_mangling.h
+++ b/coreblas/include/coreblas/lapacke_mangling.h
@@ -1,13 +1,19 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file lapacke_mangling.h
  *
- **/
-
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon lapacke mangling header
+ *
+ * @version 1.0.0
+ *
+ */
 #ifndef LAPACK_HEADER_INCLUDED
 #define LAPACK_HEADER_INCLUDED
 
diff --git a/cudablas/CMakeLists.txt b/cudablas/CMakeLists.txt
index 20762027aefc6775723293b6dca0d2e1dcb3166a..ca80402a7c4791fb8d5c8dc8651d08dcfc3e7ad4 100644
--- a/cudablas/CMakeLists.txt
+++ b/cudablas/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/cudablas/compute/CMakeLists.txt b/cudablas/compute/CMakeLists.txt
index d1815bb58c0edce9766c6be5257a0ac308f42be1..017c118c03f1fd9602e1ae89a48fce9b0f378743 100644
--- a/cudablas/compute/CMakeLists.txt
+++ b/cudablas/compute/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2014 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,8 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
+# @version 1.0.0
 #  @author Florent Pruvost
-#  @date 16-09-2015
+#  @date 2015-09-16
 #
 ###
 
diff --git a/cudablas/compute/cuda_zgeadd.c b/cudablas/compute/cuda_zgeadd.c
index 26d101293ebddef4f72e80a24c07f4452b973809..d92b65346f08f6f5e67bbe9129977fef6856f7f2 100644
--- a/cudablas/compute/cuda_zgeadd.c
+++ b/cudablas/compute/cuda_zgeadd.c
@@ -1,25 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University of
- *                          Tennessee Research Foundation.  All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file cuda_zgeadd.c
  *
- **/
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zgeadd.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zgeadd GPU kernel
  *
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2015-09-17
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if !defined(CHAMELEON_USE_CUBLAS_V2)
@@ -79,7 +76,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 int CUDA_zgeadd(MORSE_enum trans,
                 int m, int n,
                 const cuDoubleComplex *alpha,
diff --git a/cudablas/compute/cuda_zgelqt.c b/cudablas/compute/cuda_zgelqt.c
index ea779bc15a3217b4cf74b2f36fce91586456c7f0..f033e63bbb26c2282ea20ee697f33fdf2882d192 100644
--- a/cudablas/compute/cuda_zgelqt.c
+++ b/cudablas/compute/cuda_zgelqt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zgelqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zgelqt.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zgelqt GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if defined(CHAMELEON_USE_MAGMA)
diff --git a/cudablas/compute/cuda_zgemerge.c b/cudablas/compute/cuda_zgemerge.c
index 4a927164cc393fd44a651f1c26bdf34b783971cb..6ab3d87791602dc7fc3764e3314bd2b7579ef74c 100644
--- a/cudablas/compute/cuda_zgemerge.c
+++ b/cudablas/compute/cuda_zgemerge.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zgemerge.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zmerge.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zgemerge GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int
diff --git a/cudablas/compute/cuda_zgemm.c b/cudablas/compute/cuda_zgemm.c
index 0ac696e5559ef2001dc8375b4e5c3a2943aebe4e..eb07ce43c6c74d4ccd38e23d42eefcb6518b6bcc 100644
--- a/cudablas/compute/cuda_zgemm.c
+++ b/cudablas/compute/cuda_zgemm.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zgemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zgemm.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zgemm GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_zgemm(MORSE_enum transa, MORSE_enum transb,
diff --git a/cudablas/compute/cuda_zgeqrt.c b/cudablas/compute/cuda_zgeqrt.c
index f018570131994e127e2a0d5b633e9bb044241890..8601a9a9f1b135cb78ff84f0187dc0b3f36c472c 100644
--- a/cudablas/compute/cuda_zgeqrt.c
+++ b/cudablas/compute/cuda_zgeqrt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zgeqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zgeqrt.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zgeqrt GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if defined(CHAMELEON_USE_MAGMA)
diff --git a/cudablas/compute/cuda_zgessm.c b/cudablas/compute/cuda_zgessm.c
index 44f812cd32039263a12d6797693fba0549ba29ab..5cf21bab9e696eeff50ca446db8f080e8a73353b 100644
--- a/cudablas/compute/cuda_zgessm.c
+++ b/cudablas/compute/cuda_zgessm.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zgessm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zgessm.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zgessm GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if defined(CHAMELEON_USE_MAGMA)
diff --git a/cudablas/compute/cuda_zgetrf.c b/cudablas/compute/cuda_zgetrf.c
index c03bfdebfbf1aba9b44fb816d6efefeae5fb424a..f7cc782ba3bc6e588a377a329f8a8d31739e418f 100644
--- a/cudablas/compute/cuda_zgetrf.c
+++ b/cudablas/compute/cuda_zgetrf.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zgetrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zgetrf.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zgetrf GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if defined(CHAMELEON_USE_MAGMA)
diff --git a/cudablas/compute/cuda_zhemm.c b/cudablas/compute/cuda_zhemm.c
index 9a8d642af983df6c429eca6b0e3ae7d59e0c579e..87d6d6b9e1df30d95b921bc96d5e58c7947571bc 100644
--- a/cudablas/compute/cuda_zhemm.c
+++ b/cudablas/compute/cuda_zhemm.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zhemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zhemm.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zhemm GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_zhemm(MORSE_enum side, MORSE_enum uplo,
diff --git a/cudablas/compute/cuda_zher2k.c b/cudablas/compute/cuda_zher2k.c
index 1040dcf12e1c111b58401bea779b6fa3722d4b85..67aa6ccb099c90e26e77723a49c36078834e8891 100644
--- a/cudablas/compute/cuda_zher2k.c
+++ b/cudablas/compute/cuda_zher2k.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zher2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zher2k.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zher2k GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_zher2k(MORSE_enum uplo, MORSE_enum trans,
diff --git a/cudablas/compute/cuda_zherfb.c b/cudablas/compute/cuda_zherfb.c
index 2862af4edb74f26f881f95bf7d79b88dbf04080a..d8b784c0bfa98f2fa8d37458a5be9980d4323154 100644
--- a/cudablas/compute/cuda_zherfb.c
+++ b/cudablas/compute/cuda_zherfb.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zherfb.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zherfb.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zherfb GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int
diff --git a/cudablas/compute/cuda_zherk.c b/cudablas/compute/cuda_zherk.c
index c241bce7c732a3440c5c435f199ca556537718a8..81b276916504b03da260d55f6125d7ef17f9ac3e 100644
--- a/cudablas/compute/cuda_zherk.c
+++ b/cudablas/compute/cuda_zherk.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zherk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zherk.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zherk GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_zherk( MORSE_enum uplo, MORSE_enum trans,
diff --git a/cudablas/compute/cuda_zlarfb.c b/cudablas/compute/cuda_zlarfb.c
index 6e9528038ad4b15e80ae2cab0390a891ef66e3d7..52e64d179986d8a21fc66f8dca8ffc6777494d5b 100644
--- a/cudablas/compute/cuda_zlarfb.c
+++ b/cudablas/compute/cuda_zlarfb.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zlarfb.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zlarfb.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zlarfb GPU kernel
  *
  * Code originated from MAGMA
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int
diff --git a/cudablas/compute/cuda_zlauum.c b/cudablas/compute/cuda_zlauum.c
index ec47b284d1abf4c364a4e459cd9db2daba88b4ab..e86f602e4196ae35d032c27c5312952928929aa1 100644
--- a/cudablas/compute/cuda_zlauum.c
+++ b/cudablas/compute/cuda_zlauum.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zlauum.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zlauum.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zlauum GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if defined(CHAMELEON_USE_MAGMA)
diff --git a/cudablas/compute/cuda_zparfb.c b/cudablas/compute/cuda_zparfb.c
index 5ee7d6e2943ad7f33fd1cde3a3ee5193fe5eff02..447f3c18253869b4647ede5c0f515233bb0f86df 100644
--- a/cudablas/compute/cuda_zparfb.c
+++ b/cudablas/compute/cuda_zparfb.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zparfb.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zparfb.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zparfb GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 /**
@@ -147,7 +142,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 int
 CUDA_zparfb(MORSE_enum side, MORSE_enum trans,
             MORSE_enum direct, MORSE_enum storev,
diff --git a/cudablas/compute/cuda_zpotrf.c b/cudablas/compute/cuda_zpotrf.c
index fd5465db2de583fa5b27bacddd4b2091b90d7f88..6174422da5803888b76f873971911adeb24bf7d0 100644
--- a/cudablas/compute/cuda_zpotrf.c
+++ b/cudablas/compute/cuda_zpotrf.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zpotrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zpotrf.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zpotrf GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if defined(CHAMELEON_USE_MAGMA)
diff --git a/cudablas/compute/cuda_zssssm.c b/cudablas/compute/cuda_zssssm.c
index d9a33dd47e15f25b3e616b94c736e8beaff9b338..9291bf33cc239a0f8060246b1968be5957ecb877 100644
--- a/cudablas/compute/cuda_zssssm.c
+++ b/cudablas/compute/cuda_zssssm.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zssssm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zssssm.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zssssm GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if defined(CHAMELEON_USE_MAGMA)
diff --git a/cudablas/compute/cuda_zsymm.c b/cudablas/compute/cuda_zsymm.c
index 115663628b1730b734f517965847949bb984c090..cab5b91cb12c77c26c67cd5d51970ccf2e5dd2e9 100644
--- a/cudablas/compute/cuda_zsymm.c
+++ b/cudablas/compute/cuda_zsymm.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zsymm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zsymm.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zsymm GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_zsymm(MORSE_enum side, MORSE_enum uplo,
diff --git a/cudablas/compute/cuda_zsyr2k.c b/cudablas/compute/cuda_zsyr2k.c
index 352ceecf274f3bd7f0fc52ebd3548d0beaa843c3..984c36c3d25bf80637d7b172731eb8509cefd2d4 100644
--- a/cudablas/compute/cuda_zsyr2k.c
+++ b/cudablas/compute/cuda_zsyr2k.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zsyr2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zsyr2k.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zsyr2k GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_zsyr2k(
diff --git a/cudablas/compute/cuda_zsyrk.c b/cudablas/compute/cuda_zsyrk.c
index 5bfb7b1cfb3aac5c59435b4e24f96144a8116be1..5cab678b8c022ea364b492802faf9e1b1ad432dd 100644
--- a/cudablas/compute/cuda_zsyrk.c
+++ b/cudablas/compute/cuda_zsyrk.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zsyrk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zsyrk.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zsyrk GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_zsyrk(MORSE_enum uplo, MORSE_enum trans,
diff --git a/cudablas/compute/cuda_ztpmqrt.c b/cudablas/compute/cuda_ztpmqrt.c
index 9a4c57397e4e26cd6e201f5a303b4cf323001b62..e379c0faef4b1f15016086ce23e03d0605834421 100644
--- a/cudablas/compute/cuda_ztpmqrt.c
+++ b/cudablas/compute/cuda_ztpmqrt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file cuda_ztpmqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_ztpmqrt.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_ztpmqrt GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int
diff --git a/cudablas/compute/cuda_ztrmm.c b/cudablas/compute/cuda_ztrmm.c
index e16fc5ebe2877be43f7ff4c8c4c04b65acfe2581..a878d2fe75aec70d4587bfb6007ccab16e89c6aa 100644
--- a/cudablas/compute/cuda_ztrmm.c
+++ b/cudablas/compute/cuda_ztrmm.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_ztrmm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_ztrmm.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_ztrmm GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_ztrmm(
diff --git a/cudablas/compute/cuda_ztrsm.c b/cudablas/compute/cuda_ztrsm.c
index 19c1ce1936c0c542dad01a276406a617513f8831..98da14e808cfd4b309138b21f2ed6255e78a2395 100644
--- a/cudablas/compute/cuda_ztrsm.c
+++ b/cudablas/compute/cuda_ztrsm.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_ztrsm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_ztrsm.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_ztrsm GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-17
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_ztrsm(MORSE_enum side, MORSE_enum uplo,
diff --git a/cudablas/compute/cuda_ztrtri.c b/cudablas/compute/cuda_ztrtri.c
index 567e0866e50819a69e01d0efb531df0dd6fafbc5..5bb77b8f9233a8ede70c01a77dac721e3ce42d4f 100644
--- a/cudablas/compute/cuda_ztrtri.c
+++ b/cudablas/compute/cuda_ztrtri.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_ztrtri.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_ztrtri.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_ztrtri GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if defined(CHAMELEON_USE_MAGMA)
diff --git a/cudablas/compute/cuda_ztslqt.c b/cudablas/compute/cuda_ztslqt.c
index fc917de4a4c33444d8aa8ad03a5260bfb9be653c..f7f36ec60bde7fc0d0a442d1d106271d1ae8c70c 100644
--- a/cudablas/compute/cuda_ztslqt.c
+++ b/cudablas/compute/cuda_ztslqt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_ztslqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_ztslqt.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_ztslqt GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if defined(CHAMELEON_USE_MAGMA) && 0
diff --git a/cudablas/compute/cuda_ztsmlq.c b/cudablas/compute/cuda_ztsmlq.c
index a93664424b02106ceffcab723692a21aa446722e..9b37777807ca552aecffd2febd940ba2d0eb0ea9 100644
--- a/cudablas/compute/cuda_ztsmlq.c
+++ b/cudablas/compute/cuda_ztsmlq.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_ztsmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_ztsmlq.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_ztsmlq GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_ztsmlq(
diff --git a/cudablas/compute/cuda_ztsmqr.c b/cudablas/compute/cuda_ztsmqr.c
index daf20a9e46622e67fde83f3020cb83bc3b88c131..fdefdd3d87e3001a9cbe3435507e14bf218552c3 100644
--- a/cudablas/compute/cuda_ztsmqr.c
+++ b/cudablas/compute/cuda_ztsmqr.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_ztsmqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_ztsmqr.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_ztsmqr GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_ztsmqr(
diff --git a/cudablas/compute/cuda_ztsqrt.c b/cudablas/compute/cuda_ztsqrt.c
index 474900c6e3fb135ae1c3170a411f45407c523f30..8f635052c5fb2cdf9d0eece4ad79572c1ed959e2 100644
--- a/cudablas/compute/cuda_ztsqrt.c
+++ b/cudablas/compute/cuda_ztsqrt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_ztsqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_ztsqrt.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_ztsqrt GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if defined(CHAMELEON_USE_MAGMA)
diff --git a/cudablas/compute/cuda_ztstrf.c b/cudablas/compute/cuda_ztstrf.c
index c086c40216afe602ac9220e05b902952a44772f5..4bc219b9ff5eb2a8eb02393a7cbdcd4f7cf70a09 100644
--- a/cudablas/compute/cuda_ztstrf.c
+++ b/cudablas/compute/cuda_ztstrf.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_ztstrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_ztstrf.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_ztstrf GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 #if defined(CHAMELEON_USE_MAGMA) && 0
diff --git a/cudablas/compute/cuda_zttmqr.c b/cudablas/compute/cuda_zttmqr.c
index a449bd44aaf71fab9a9a7ef4dc2f143c3c1b2925..a9156f9dc273ba0dbb50dabf66de202347c4112a 100644
--- a/cudablas/compute/cuda_zttmqr.c
+++ b/cudablas/compute/cuda_zttmqr.c
@@ -1,27 +1,22 @@
-/**
- *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
- **/
-
 /**
  *
  * @file cuda_zttmqr.c
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ ***
+ *
+ * @brief Chameleon cuda_zttmqr GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @author Mathieu Faverge
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int CUDA_zttmqr(
diff --git a/cudablas/compute/cuda_zunmlqt.c b/cudablas/compute/cuda_zunmlqt.c
index 911ffabfc36f2141fd26be13d0e8d4f0a6d6bd55..1d2e0b6942e767ed3488f0ae7865b6e704fe49a4 100644
--- a/cudablas/compute/cuda_zunmlqt.c
+++ b/cudablas/compute/cuda_zunmlqt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zunmlqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zunmlqt.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zunmlqt GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int
diff --git a/cudablas/compute/cuda_zunmqrt.c b/cudablas/compute/cuda_zunmqrt.c
index 70211f89ce46ab9c7208a17d30e0d5429d9c7088..acb99411fd554eea63eb1c1dbeca4fceacb30b34 100644
--- a/cudablas/compute/cuda_zunmqrt.c
+++ b/cudablas/compute/cuda_zunmqrt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cuda_zunmqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cuda_zunmqrt.c
+ ***
  *
- *  MORSE cudablas kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon cuda_zunmqrt GPU kernel
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "cudablas.h"
 
 int
diff --git a/cudablas/compute/cudaglobal.c b/cudablas/compute/cudaglobal.c
index 955ae99067c4dac78462cbd3c38c005a2e4e8f77..f74eb2f055544669d8aabbdb2feb221e74cfb8b4 100644
--- a/cudablas/compute/cudaglobal.c
+++ b/cudablas/compute/cudaglobal.c
@@ -1,29 +1,26 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University of
- *                          Tennessee Research Foundation.  All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file cudaglobal.c
  *
- **/
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cudaglobal.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon global cudablas variables and functions
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2017-04-06
  *
- **/
+ */
 #include "cudablas.h"
 
-/*******************************************************************************
+/**
  *  LAPACK Constants
- **/
+ */
 int morse_cublas_constants[] =
 {
     0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
diff --git a/cudablas/eztrace_module/CMakeLists.txt b/cudablas/eztrace_module/CMakeLists.txt
index 339accb9269338b06046d7aa3ad94624b61016ef..702ca4b8bec07ee5f42c8e2a2bf0dd7d06f2fe8b 100644
--- a/cudablas/eztrace_module/CMakeLists.txt
+++ b/cudablas/eztrace_module/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2015 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,9 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Florent Pruvost
-#  @date 16-09-2015
+#  @date 2015-09-16
 #
 ###
 
diff --git a/cudablas/include/CMakeLists.txt b/cudablas/include/CMakeLists.txt
index e6229966e73d70f48bb7643d0a34765c2bf6305e..93150e96dab9a532cd409985a468a2b8ea2b1ac7 100644
--- a/cudablas/include/CMakeLists.txt
+++ b/cudablas/include/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2014 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,8 +17,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
+# @version 1.0.0
 #  @author Florent Pruvost
-#  @date 16-09-2015
+#  @date 2015-09-16
 #
 ###
 
diff --git a/cudablas/include/cudablas.h b/cudablas/include/cudablas.h
index 04145ea21005e559a531116099f15810aa54733e..89b795691562c56d31608a5833228837b6116434 100644
--- a/cudablas/include/cudablas.h
+++ b/cudablas/include/cudablas.h
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cudablas.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cudablas.h
+ ***
  *
- *  MORSE cudablas headers
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon GPU kernels main header
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #ifndef _CUDA_BLAS_H_
 #define _CUDA_BLAS_H_
 
@@ -65,16 +60,16 @@
 
 #endif /* defined(CHAMELEON_USE_CUBLAS_V2) */
 
-/** ****************************************************************************
+/**
  * MORSE types and constants
- **/
+ */
 #include "chameleon/morse_types.h"
 #include "chameleon/morse_struct.h"
 #include "chameleon/morse_constants.h"
 
-/** ****************************************************************************
+/**
  * CUDA BLAS headers
- **/
+ */
 BEGIN_C_DECLS
 
 #include "cudablas/cudablas_z.h"
@@ -84,14 +79,14 @@ BEGIN_C_DECLS
 
 END_C_DECLS
 
-/** ****************************************************************************
+/**
  * Coreblas Error
- **/
+ */
 #define cudablas_error(k, str) fprintf(stderr, "%s: Parameter %d / %s\n", __func__, k, str)
 
-/** ****************************************************************************
+/**
  *  LAPACK Constants
- **/
+ */
 BEGIN_C_DECLS
 
 extern char *morse_lapack_constants[];
diff --git a/cudablas/include/cudablas/cudablas_z.h b/cudablas/include/cudablas/cudablas_z.h
index 1e88fbf65b54fb066e61c8f25b05052b3bc5dde7..e7c6a9d2e4c4c7de5662104b39d0f50d0be66f4c 100644
--- a/cudablas/include/cudablas/cudablas_z.h
+++ b/cudablas/include/cudablas/cudablas_z.h
@@ -1,33 +1,28 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file cudablas_z.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file cudablas_z.h
+ ***
  *
- *  MORSE cudablas headers
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon GPU MORSE_Complex64_t kernels header
  *
+ * @version 1.0.0
  * @author Florent Pruvost
  * @date 2015-09-16
  * @precisions normal z -> c d s
  *
- **/
+ */
 #ifndef _MORSE_CUDA_ZBLAS_H_
 #define _MORSE_CUDA_ZBLAS_H_
 
-/** ****************************************************************************
+/**
  *  Declarations of cuda kernels - alphabetical order
- **/
+ */
 int CUDA_zgeadd( MORSE_enum trans, int m, int n, const cuDoubleComplex *alpha, const cuDoubleComplex *A, int lda, const cuDoubleComplex *beta, cuDoubleComplex *B, int ldb, CUBLAS_STREAM_PARAM );
 int CUDA_zgemerge( MORSE_enum side, MORSE_enum diag, int M, int N, cuDoubleComplex *A, int LDA, cuDoubleComplex *B, int LDB, CUBLAS_STREAM_PARAM );
 int CUDA_zgemm(  MORSE_enum transa, MORSE_enum transb, int m, int n, int k, cuDoubleComplex *alpha, const cuDoubleComplex *A, int lda, const cuDoubleComplex *B, int ldb, cuDoubleComplex *beta, cuDoubleComplex *C, int ldc, CUBLAS_STREAM_PARAM );
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 512d5e76f8e5c7dd0f89202f88f629a4832979b8..3f96ef056b0a3663480f4747e1a80f9f39707d83 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2017 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/doc/doxygen/CMakeLists.txt b/doc/doxygen/CMakeLists.txt
index 0da86af368e14ca38bbaf5fb72585baeffc9f8ad..fe117439c3467822e2388c1119b920c5234b0f7d 100644
--- a/doc/doxygen/CMakeLists.txt
+++ b/doc/doxygen/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2014 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/doc/orgmode/CMakeLists.txt b/doc/orgmode/CMakeLists.txt
index d189a3a493de0009f4162519d2705540919a29b3..150423f7186b96405f8884bb2a34d4c26888f373 100644
--- a/doc/orgmode/CMakeLists.txt
+++ b/doc/orgmode/CMakeLists.txt
@@ -1,11 +1,11 @@
 ###
 #
+# @file CMakeLists.txt
+#
 # @copyright (c) 2017 Inria. All rights reserved.
 #
 ###
 #
-#  @file CMakeLists.txt
-#
 #  @project MORSE
 #  MORSE is a software package provided by:
 #     Inria Bordeaux - Sud-Ouest,
@@ -14,9 +14,9 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver. 
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Florent Pruvost
-#  @date 25-08-2017
+#  @date 2017-08-25
 #
 ###
 
diff --git a/doc/texinfo/CMakeLists.txt b/doc/texinfo/CMakeLists.txt
index 5ecc73aff217996ace9fcc1cb9ee7b9367df5c7b..155151b895e1ee27e97a5fc395900081d0639781 100644
--- a/doc/texinfo/CMakeLists.txt
+++ b/doc/texinfo/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2014 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver. 
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/doc/texinfo/chapters/configuration.texi b/doc/texinfo/chapters/configuration.texi
index b965f4f0cb4b107597e9175f8c3d38ee0c4f231b..df23adb6f3088b931be4a876cc546b360ac78cc0 100644
--- a/doc/texinfo/chapters/configuration.texi
+++ b/doc/texinfo/chapters/configuration.texi
@@ -138,16 +138,12 @@ This feature should be used to make experiments on the scheduler behaviors and
 performances not to produce solutions of linear systems.
 
 @item @option{-DCHAMELEON_ENABLE_DOCS=trigger} (default: @code{ON})
-to control build of the documentation contained in @file{docs/} sub-directory
 @item @option{-DCHAMELEON_ENABLE_EXAMPLE=trigger} (default: @code{ON})
 to control build of the examples executables (API usage)
-contained in @file{example/} sub-directory
 @item @option{-DCHAMELEON_ENABLE_TESTING=trigger} (default: @code{ON})
 to control build of testing executables (numerical check) contained in
-@file{testing/} sub-directory
 @item @option{-DCHAMELEON_ENABLE_TIMING=trigger} (default: @code{ON})
 to control build of timing executables (performances check) contained in
-@file{timing/} sub-directory
 
 @item @option{-DCHAMELEON_PREC_S=trigger} (default: @code{ON})
 to enable the support of simple arithmetic precision (float in C)
@@ -181,7 +177,6 @@ The possible values for @option{var} are:
 @item ...
 @end table
 to force CMake to find a specific BLAS library, see the full list of BLA_VENDOR
-in @file{FindBLAS.cmake} in @file{cmake_modules/morse/find}.
 By default @option{BLA_VENDOR} is empty so that CMake tries to detect all
 possible BLAS vendor with a preference for Intel MKL.
 @end table
@@ -200,7 +195,6 @@ LAPACK - LAPACKE - QUARK - STARPU - TMG.
 See paragraph about @ref{Dependencies detection} for details.
 
 Libraries detected with an official CMake module (see module files in
-@file{CMAKE_ROOT/Modules/}):
 @itemize @bullet
 @item CUDA
 @item MPI
@@ -208,7 +202,6 @@ Libraries detected with an official CMake module (see module files in
 @end itemize
 
 Libraries detected with CHAMELEON cmake modules (see module files in
-@file{cmake_modules/morse/find/} directory of CHAMELEON sources):
 @itemize @bullet
 @item BLAS
 @item CBLAS
@@ -296,7 +289,6 @@ files.
 Finally, to generate the trace file which can be opened with
 @uref{http://vite.gforge.inria.fr/, Vite} program, you have to use the
 @command{starpu_fxt_tool} executable of StarPU.
-This tool should be in @file{path/to/your/install/starpu/bin}.
 You can use it to generate the trace file like this:
 @itemize @bullet
 @item @command{path/to/your/install/starpu/bin/starpu_fxt_tool -i prof_filename}
@@ -320,7 +312,6 @@ Simulation mode can be enabled by setting the cmake option
 @option{-DCHAMELEON_SIMULATION=ON}.
 This mode allows you to simulate execution of algorithms with StarPU compiled
 with @uref{http://simgrid.gforge.inria.fr/, SimGrid}.
-To do so, we provide some perfmodels in the @file{simucore/perfmodels/}
 directory of CHAMELEON sources.
 To use these perfmodels, please set the following
 @itemize @bullet
diff --git a/doc/texinfo/chapters/installing.texi b/doc/texinfo/chapters/installing.texi
index edde68e8d3ab181a9e3f737f15c3def389a37b10..f056c1ef319dfd9bf1b976aadbc01d0613773a47 100644
--- a/doc/texinfo/chapters/installing.texi
+++ b/doc/texinfo/chapters/installing.texi
@@ -269,7 +269,6 @@ On Unix-like operating systems, it also requires Make.
 The CHAMELEON project can not be configured for an in-source build.
 You will get an error message if you try to compile in-source.
 Please clean the root of your project by deleting the generated
-@file{CMakeCache.txt} file (and other CMake generated files).
 
 @example
 mkdir build
@@ -287,9 +286,7 @@ sub-directory of the CHAMELEON base source directory or anywhere else.
 @example
 cmake <path to SOURCE_DIR> -DOPTION1= -DOPTION2= ...
 @end example
-@file{<path to SOURCE_DIR>} represents the root of CHAMELEON project where
 stands
-the main (parent) @file{CMakeLists.txt} file.
 Details about options that are useful to give to @command{cmake <path to
 SOURCE_DIR>} are given in @ref{Compilation configuration}.
 
diff --git a/doc/texinfo/chapters/using.texi b/doc/texinfo/chapters/using.texi
index ae7dbe1009264ce26b1230e041ad92f9bd64bed2..0480af530e832f6fea2c8fa9946d2cb59d34ff21 100644
--- a/doc/texinfo/chapters/using.texi
+++ b/doc/texinfo/chapters/using.texi
@@ -155,8 +155,6 @@ Compilation and link with CHAMELEON libraries have been tested with
 
 Lets imagine you have a file main.c that you want to link with CHAMELEON
 static libraries.
-Lets consider @file{/home/yourname/install/chameleon} is the install directory
-of CHAMELEON containing sub-directories @file{include/} and @file{lib/}.
 Here could be your compilation command with gcc compiler:
 @example
 gcc -I/home/yourname/install/chameleon/include -o main.o -c main.c
@@ -178,7 +176,6 @@ BLAS/LAPACK/CBLAS/LAPACKE), @option{pthread}, @option{m} (math) and
 @option{rt}.
 These libraries will depend on the configuration of your CHAMELEON build.
 You can find these dependencies in .pc files we generate during compilation and
-that are installed in the sub-directory @file{lib/pkgconfig} of your
 CHAMELEON install directory.
 Note also that you could need to specify where to find these libraries with
 @option{-L} option of your compiler/linker.
@@ -313,7 +310,6 @@ step6 is an example about distributed computation with MPI.
 Finally step7 shows how to let Chameleon initialize user's data
 (matrices/vectors) in parallel.
 
-Source files can be found in the @file{example/lapack_to_morse/}
 directory.
 If CMake option @option{CHAMELEON_ENABLE_EXAMPLE} is @option{ON} then source
 files are compiled with the project libraries.
@@ -531,7 +527,6 @@ Firsts arguments are the same than @code{MORSE_Desc_Create} routine.
 Following arguments allows you to give pointer to functions that manage the
 access to tiles from the structure given as second argument.
 Here for example, @code{matA} is an array containing addresses to tiles, see
-the function @code{allocate_tile_matrix} defined in @file{step3.h}.
 The three functions you have to define for @code{Desc_Create_User} are:
 @itemize @bullet
 @item a function that returns address of tile @math{A(m,n)}, m and n standing
@@ -542,7 +537,6 @@ indexes: @math{A(m=0,n=0)}, @math{A(m=0,n=1)}, @math{A(m=1,n=0)},
 @item a function that returns the leading dimension of tile @math{A(m,*)}
 @item a function that returns MPI rank of tile @math{A(m,n)}
 @end itemize
-Examples for these functions are vizible in @file{step3.h}.
 Note that the way we define these functions is related to the tile matrix
 format and to the data distribution considered.
 This example should not be used with MPI since all tiles are affected to
@@ -866,7 +860,6 @@ Parameters to be set:
 @item @code{MORSE_HOUSEHOLDER_MODE}: type of householder trees (FLAT or TREE),
 @item @code{MORSE_HOUSEHOLDER_SIZE}: size of the groups in householder trees,
 @item @code{MORSE_TRANSLATION_MODE}: related to the
-@code{MORSE_Lapack_to_Tile}, see @file{ztile.c}.
 @end itemize
 
 Get value of MORSE parameter.
@@ -901,10 +894,9 @@ Routines computing linear algebra of the form
 @uref{http://www.netlib.org/lapack/lug/node24.html} availables:
 
 @verbatim
-/** ********************************************************
+/**
  *  Declarations of computational functions (LAPACK layout)
  **/
-
 int MORSE_zgelqf(int M, int N, MORSE_Complex64_t *A, int LDA,
                  MORSE_desc_t *descT);
 
@@ -1073,10 +1065,9 @@ int MORSE_zunmqr(MORSE_enum side, MORSE_enum trans, int M, int N, int K,
                  MORSE_Complex64_t *A, int LDA, MORSE_desc_t *descT,
                  MORSE_Complex64_t *B, int LDB);
 
-/** ******************************************************
+/**
  *  Declarations of computational functions (tile layout)
  **/
-
 int MORSE_zgelqf_Tile(MORSE_desc_t *A, MORSE_desc_t *T);
 
 int MORSE_zgelqs_Tile(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B);
@@ -1208,11 +1199,10 @@ int MORSE_zunmlq_Tile(MORSE_enum side, MORSE_enum trans, MORSE_desc_t *A,
 int MORSE_zunmqr_Tile(MORSE_enum side, MORSE_enum trans, MORSE_desc_t *A,
                       MORSE_desc_t *T, MORSE_desc_t *B);
 
-/** ****************************************
+/**
  *  Declarations of computational functions
  *  (tile layout, asynchronous execution)
  **/
-
 int MORSE_zgelqf_Tile_Async(MORSE_desc_t *A, MORSE_desc_t *T,
                             MORSE_sequence_t *sequence,
                             MORSE_request_t *request);
diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt
index e4958b8bb2ad701b398c0828b759240b6643cbad..0d3b264e0ee4b9bb1c1649d6671a30fab46c1b44 100755
--- a/example/CMakeLists.txt
+++ b/example/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2014 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,8 +17,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.0.0
-#  @date 17-10-2014
+#  @date 2014-10-17
 #
 ###
 if (CHAMELEON_SIMULATION)
diff --git a/example/basic_zposv/CMakeLists.txt b/example/basic_zposv/CMakeLists.txt
index 13052cb59c6051381c264859295553f44a1604ed..945dbdc135b3c597e43ce57a257dbfbd39de318e 100644
--- a/example/basic_zposv/CMakeLists.txt
+++ b/example/basic_zposv/CMakeLists.txt
@@ -1,20 +1,19 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-# @file CMakeLists.c
+###
 #
 #  MORSE example routines
 #  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
 #  University of Bordeaux, Bordeaux INP
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 2014-10-13
 #
diff --git a/example/basic_zposv/basic_posv.h b/example/basic_zposv/basic_posv.h
index 2b3e015c201fbad7bc09ce654444f1eeb177892a..04748c34f6b768f9fa2ff4a6bc7aa9206c9b13b5 100644
--- a/example/basic_zposv/basic_posv.h
+++ b/example/basic_zposv/basic_posv.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file basic_posv.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file basic_posv.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon basic_posv example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-13
  *
- **/
-
+ */
 #ifndef BASIC_POSV_H
 #define BASIC_POSV_H
 
diff --git a/example/basic_zposv/posv_morse_functions.h b/example/basic_zposv/posv_morse_functions.h
index ccf72c494926a3d00b8167ab8c739a8fe8c9040f..794edd96277a12b7ea6bb42f228819ac1c4df7c0 100644
--- a/example/basic_zposv/posv_morse_functions.h
+++ b/example/basic_zposv/posv_morse_functions.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file posv_morse_functions.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file posv_morse_functions.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon posv_morse_functions example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-13
  *
- **/
-
+ */
 #ifndef POSV_MORSE_FUNCTIONS_H
 #define POSV_MORSE_FUNCTIONS_H
 
diff --git a/example/basic_zposv/posv_users_functions.h b/example/basic_zposv/posv_users_functions.h
index af2469c30f30e2ad5be1883cb4674c37129795e3..8d023dd13eceb5f8eefc711eec90ef4ea4572356 100644
--- a/example/basic_zposv/posv_users_functions.h
+++ b/example/basic_zposv/posv_users_functions.h
@@ -1,35 +1,29 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file posv_users_functions.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file posv_users_functions.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon posv_users_functions example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-13
  *
- **/
-
+ */
 #ifndef POSV_USERS_FUNCTIONS_H
 #define POSV_USERS_FUNCTIONS_H
 
 #include "basic_posv.h"
 
-/*******************************************************************************
+/**
  *  Function to return address of block (m,n)
- **/
+ */
 inline static void* user_getaddr_arrayofpointers(const MORSE_desc_t *A, int m, int n)
 {
     MORSE_Complex64_t **matA = (MORSE_Complex64_t **)A->mat;
@@ -48,18 +42,18 @@ inline static void* user_getaddr_arrayofpointers(const MORSE_desc_t *A, int m, i
     return (void*)( *(matA + offset) );
 }
 
-/*******************************************************************************
+/**
  *  Function to return the leading dimension of element A(m,*)
- **/
+ */
 inline static int user_getblkldd_arrayofpointers(const MORSE_desc_t *A, int m)
 {
     (void)m;
     return A->mb;
 }
 
-/*******************************************************************************
+/**
  *  Function to return MPI rank of element A(m,n)
- **/
+ */
 inline static int user_getrankof_2d(const MORSE_desc_t *desc, int m, int n)
 {
     return (m % desc->p) * desc->q + (n % desc->q);
diff --git a/example/basic_zposv/zposv_morse_functions.c b/example/basic_zposv/zposv_morse_functions.c
index a128055785bf3782a0653e1b52439042997c3ad8..f676d2d3e3ce0ae65896914e616c62fd8018d53e 100644
--- a/example/basic_zposv/zposv_morse_functions.c
+++ b/example/basic_zposv/zposv_morse_functions.c
@@ -1,28 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zposv_morse_functions.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file basic_zpotrf.c
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zposv_morse_functions example
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-13
  * @precisions normal z -> s d c
  *
- **/
-
+ */
 #include "posv_morse_functions.h"
 
 int main(int argc, char *argv[]) {
diff --git a/example/basic_zposv/zposv_users_functions.c b/example/basic_zposv/zposv_users_functions.c
index c717deb63fa4ca8d95a2939701b53590b9ddb961..e52593ae5137e2502d767182c99747a38755d9f0 100644
--- a/example/basic_zposv/zposv_users_functions.c
+++ b/example/basic_zposv/zposv_users_functions.c
@@ -1,33 +1,27 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file zposv_users_functions.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file basic_zpotrf.c
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zposv_users_functions example
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-13
  * @precisions normal z -> s d c
  *
- **/
-
+ */
 #include "posv_users_functions.h"
 
-/*******************************************************************************
+/**
  *  Function that allocate an array of pointers to square tiles (allocated to 0)
- **/
+ */
 MORSE_Complex64_t **allocate_tile_matrix(int m, int n, int nb){
     int i;
     int mt, nt;
diff --git a/example/lapack_to_morse/CMakeLists.txt b/example/lapack_to_morse/CMakeLists.txt
index 2dc43491aba468bbc53775220d07b3942f1aa86e..bbd241512fbac1e11ba5679ba3ea801278d2d4fb 100644
--- a/example/lapack_to_morse/CMakeLists.txt
+++ b/example/lapack_to_morse/CMakeLists.txt
@@ -1,20 +1,19 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-# @file CMakeLists.c
+###
 #
 #  MORSE example routines
 #  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
 #  University of Bordeaux, Bordeaux INP
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 2014-10-13
 #
diff --git a/example/lapack_to_morse/lapack_to_morse.h b/example/lapack_to_morse/lapack_to_morse.h
index 4df69f43c2ffc6b4a2acd343bb06c784f6629612..a01e983e1d13ada4c235d5ce398ac055854b19cf 100644
--- a/example/lapack_to_morse/lapack_to_morse.h
+++ b/example/lapack_to_morse/lapack_to_morse.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file lapack_to_morse.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file lapack_to_morse.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon examples common header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #ifndef LAPACK_TO_MORSE_H
 #define LAPACK_TO_MORSE_H
 
diff --git a/example/lapack_to_morse/step0.c b/example/lapack_to_morse/step0.c
index 9ecf80478c14f1a9b6def101d2dccc02911f8884..f5cbfc34408ab63bea44b72711df6f35fc7be6f2 100644
--- a/example/lapack_to_morse/step0.c
+++ b/example/lapack_to_morse/step0.c
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step0.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step0.c
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step0 example
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #include "step0.h"
 #include <coreblas.h>
 
diff --git a/example/lapack_to_morse/step0.h b/example/lapack_to_morse/step0.h
index 9f1a4b610d819536cb1cf84813ac65985ff04ff1..7ca73889108f9b0f770f223b5b55a318a011418e 100644
--- a/example/lapack_to_morse/step0.h
+++ b/example/lapack_to_morse/step0.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step0.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step0.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step0 example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #ifndef STEP0_H
 #define STEP0_H
 
@@ -49,7 +43,7 @@ enum iparam_step0 {
 
 /* Specific routines used in step0.c main program */
 
-/******************************************************************************
+/**
  * Initialize integer parameters
  */
 static void init_iparam(int iparam[IPARAM_SIZEOF]){
@@ -61,7 +55,7 @@ static void init_iparam(int iparam[IPARAM_SIZEOF]){
     iparam[IPARAM_NRHS          ] = 1;
  }
 
-/******************************************************************************
+/**
  * Print how to use the program
  */
 static void show_help(char *prog_name) {
@@ -75,7 +69,7 @@ static void show_help(char *prog_name) {
             "\n");
 }
 
-/******************************************************************************
+/**
  * Read arguments following step0 program call
  */
 static void read_args(int argc, char *argv[], int *iparam){
@@ -97,7 +91,7 @@ static void read_args(int argc, char *argv[], int *iparam){
     }
 }
 
-/******************************************************************************
+/**
  * Print a header message to summarize main parameters
  */
 static void print_header(char *prog_name, int * iparam) {
@@ -126,7 +120,7 @@ static void print_header(char *prog_name, int * iparam) {
     return;
 }
 
-/******************************************************************************
+/**
  * Macro to allocate a matrix as a 1D array
  */
 #define PASTE_CODE_ALLOCATE_MATRIX(_name_, _type_, _m_, _n_)    \
diff --git a/example/lapack_to_morse/step1.c b/example/lapack_to_morse/step1.c
index 3aa309331c1f45ee8541ce6ccae48d59811e16e0..930055a7617180052fff10e9c08a301f10f21238 100644
--- a/example/lapack_to_morse/step1.c
+++ b/example/lapack_to_morse/step1.c
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step1.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step1.c
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step1 example
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #include "step1.h"
 
 /*
diff --git a/example/lapack_to_morse/step1.h b/example/lapack_to_morse/step1.h
index 99637d2f297df3dd946413e48f7ee90a23ddfe0f..0b76f1de5f61a221fe14707e95622a420277e8c8 100644
--- a/example/lapack_to_morse/step1.h
+++ b/example/lapack_to_morse/step1.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step1.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step1.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step1 example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #ifndef STEP1_H
 #define STEP1_H
 
@@ -43,7 +37,7 @@ enum iparam_step1 {
 
 /* Specific routines used in step1.c main program */
 
-/******************************************************************************
+/**
  * Initialize integer parameters
  */
 static void init_iparam(int iparam[IPARAM_SIZEOF]){
@@ -52,7 +46,7 @@ static void init_iparam(int iparam[IPARAM_SIZEOF]){
     iparam[IPARAM_NRHS          ] = 1;
  }
 
-/******************************************************************************
+/**
  * Print how to use the program
  */
 static void show_help(char *prog_name) {
@@ -67,7 +61,7 @@ static void show_help(char *prog_name) {
             "\n");
 }
 
-/******************************************************************************
+/**
  * Read arguments following step1 program call
  */
 static void read_args(int argc, char *argv[], int *iparam){
@@ -89,7 +83,7 @@ static void read_args(int argc, char *argv[], int *iparam){
     }
 }
 
-/******************************************************************************
+/**
  * Print a header message to summarize main parameters
  */
 static void print_header(char *prog_name, int * iparam) {
@@ -125,7 +119,7 @@ static void print_header(char *prog_name, int * iparam) {
     return;
 }
 
-/******************************************************************************
+/**
  * Macro to allocate a matrix as a 1D array
  */
 #define PASTE_CODE_ALLOCATE_MATRIX(_name_, _type_, _m_, _n_)    \
diff --git a/example/lapack_to_morse/step2.c b/example/lapack_to_morse/step2.c
index f7f8bcf4c9efed2b05ea9e9493a4a44d7850af31..0a51acd1e39a8c03beb0f6dd8b5b62c8a159f080 100644
--- a/example/lapack_to_morse/step2.c
+++ b/example/lapack_to_morse/step2.c
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step2.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step2.c
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step2 example
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #include "step2.h"
 
 /*
diff --git a/example/lapack_to_morse/step2.h b/example/lapack_to_morse/step2.h
index 199394bea60084855fd881d4531947f0a98b2c3f..86eb985dff1f9a49de90860b19dc49fe377c6c58 100644
--- a/example/lapack_to_morse/step2.h
+++ b/example/lapack_to_morse/step2.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step2.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step2.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step2 example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #ifndef STEP2_H
 #define STEP2_H
 
@@ -43,7 +37,7 @@ enum iparam_step2 {
 
 /* Specific routines used in step2.c main program */
 
-/******************************************************************************
+/**
  * Initialize integer parameters
  */
 static void init_iparam(int iparam[IPARAM_SIZEOF]){
@@ -52,7 +46,7 @@ static void init_iparam(int iparam[IPARAM_SIZEOF]){
     iparam[IPARAM_NRHS          ] = 1;
  }
 
-/******************************************************************************
+/**
  * Print how to use the program
  */
 static void show_help(char *prog_name) {
@@ -67,7 +61,7 @@ static void show_help(char *prog_name) {
             "\n");
 }
 
-/******************************************************************************
+/**
  * Read arguments following step2 program call
  */
 static void read_args(int argc, char *argv[], int *iparam){
@@ -89,7 +83,7 @@ static void read_args(int argc, char *argv[], int *iparam){
     }
 }
 
-/******************************************************************************
+/**
  * Print a header message to summarize main parameters
  */
 static void print_header(char *prog_name, int * iparam) {
@@ -125,7 +119,7 @@ static void print_header(char *prog_name, int * iparam) {
     return;
 }
 
-/******************************************************************************
+/**
  * Macro to allocate a matrix as a 1D array
  */
 #define PASTE_CODE_ALLOCATE_MATRIX(_name_, _type_, _m_, _n_)    \
diff --git a/example/lapack_to_morse/step3.c b/example/lapack_to_morse/step3.c
index 66964cfe386359d8b8fd98d0b4499c586535a993..fdad78747b24d0704f8be9e8d7be4bcc2bbf848a 100644
--- a/example/lapack_to_morse/step3.c
+++ b/example/lapack_to_morse/step3.c
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step3.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step3.c
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step3 example
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #include "step3.h"
 
 /*
diff --git a/example/lapack_to_morse/step3.h b/example/lapack_to_morse/step3.h
index c40c190390a4f276527468abfbcf204fba1765e8..2d02d920aedfc5c48392ae0df6ea6a432d242a86 100644
--- a/example/lapack_to_morse/step3.h
+++ b/example/lapack_to_morse/step3.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step3.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step3.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step3 example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #ifndef STEP3_H
 #define STEP3_H
 
@@ -43,7 +37,7 @@ enum iparam_step3 {
 
 /* Specific routines used in step3.c main program */
 
-/******************************************************************************
+/**
  * Initialize integer parameters
  */
 static void init_iparam(int iparam[IPARAM_SIZEOF]){
@@ -52,7 +46,7 @@ static void init_iparam(int iparam[IPARAM_SIZEOF]){
     iparam[IPARAM_NRHS          ] = 1;
  }
 
-/******************************************************************************
+/**
  * Print how to use the program
  */
 static void show_help(char *prog_name) {
@@ -67,7 +61,7 @@ static void show_help(char *prog_name) {
             "\n");
 }
 
-/******************************************************************************
+/**
  * Read arguments following step3 program call
  */
 static void read_args(int argc, char *argv[], int *iparam){
@@ -89,7 +83,7 @@ static void read_args(int argc, char *argv[], int *iparam){
     }
 }
 
-/******************************************************************************
+/**
  * Print a header message to summarize main parameters
  */
 static void print_header(char *prog_name, int * iparam) {
@@ -125,7 +119,7 @@ static void print_header(char *prog_name, int * iparam) {
     return;
 }
 
-/*******************************************************************************
+/**
  *  Function that allocate an array of pointers to square tiles (allocated to 0)
  */
 double **allocate_tile_matrix(int m, int n, int nb){
@@ -151,7 +145,7 @@ double **allocate_tile_matrix(int m, int n, int nb){
     return mat;
 }
 
-/*******************************************************************************
+/**
  *  Function that deallocate an array of pointers to square tiles
  */
 static void deallocate_tile_matrix(double **mat, int m, int n, int nb){
@@ -165,7 +159,7 @@ static void deallocate_tile_matrix(double **mat, int m, int n, int nb){
     free(mat);
 }
 
-/*******************************************************************************
+/**
  *  Function to return address of block (m,n)
  */
 inline static void* user_getaddr_arrayofpointers(const MORSE_desc_t *A, int m, int n)
@@ -185,7 +179,7 @@ inline static void* user_getaddr_arrayofpointers(const MORSE_desc_t *A, int m, i
     return (void*)( *(matA + offset) );
 }
 
-/*******************************************************************************
+/**
  *  Function to return the leading dimension of element A(m,*)
  */
 inline static int user_getblkldd_arrayofpointers(const MORSE_desc_t *A, int m)
@@ -194,7 +188,7 @@ inline static int user_getblkldd_arrayofpointers(const MORSE_desc_t *A, int m)
     return A->mb;
 }
 
-/*******************************************************************************
+/**
  *  Function to return MPI rank of element A(m,n)
  */
 inline static int user_getrankof_zero(const MORSE_desc_t *A, int m, int n)
diff --git a/example/lapack_to_morse/step4.c b/example/lapack_to_morse/step4.c
index 3c37878e56eeca485e2eb922c5e036236bd59e35..6eafc33b1b87f95a5822799e8068351de29a9e4a 100644
--- a/example/lapack_to_morse/step4.c
+++ b/example/lapack_to_morse/step4.c
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step4.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step4.c
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step4 example
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #include "step4.h"
 
 /*
diff --git a/example/lapack_to_morse/step4.h b/example/lapack_to_morse/step4.h
index da805639ce8a2a56c455e1b8528b60bfbac6ad61..e68cd4eb632432686c216a34be0fae5b02f444bc 100644
--- a/example/lapack_to_morse/step4.h
+++ b/example/lapack_to_morse/step4.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step4.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step4.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step4 example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #ifndef STEP4_H
 #define STEP4_H
 
@@ -43,7 +37,7 @@ enum iparam_step4 {
 
 /* Specific routines used in step3.c main program */
 
-/******************************************************************************
+/**
  * Initialize integer parameters
  */
 static void init_iparam(int iparam[IPARAM_SIZEOF]){
@@ -52,7 +46,7 @@ static void init_iparam(int iparam[IPARAM_SIZEOF]){
     iparam[IPARAM_NRHS          ] = 1;
  }
 
-/******************************************************************************
+/**
  * Print how to use the program
  */
 static void show_help(char *prog_name) {
@@ -67,7 +61,7 @@ static void show_help(char *prog_name) {
             "\n");
 }
 
-/******************************************************************************
+/**
  * Read arguments following step4 program call
  */
 static void read_args(int argc, char *argv[], int *iparam){
@@ -89,7 +83,7 @@ static void read_args(int argc, char *argv[], int *iparam){
     }
 }
 
-/******************************************************************************
+/**
  * Print a header message to summarize main parameters
  */
 static void print_header(char *prog_name, int * iparam) {
diff --git a/example/lapack_to_morse/step5.c b/example/lapack_to_morse/step5.c
index addff8e7cb34534a4fc4589a94b2884d815b9bdc..0b7c03a9b27ae942a2f2da93d786fa721fdd7f4f 100644
--- a/example/lapack_to_morse/step5.c
+++ b/example/lapack_to_morse/step5.c
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step5.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step5.c
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step5 example
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #include "step5.h"
 
 /*
diff --git a/example/lapack_to_morse/step5.h b/example/lapack_to_morse/step5.h
index ff5cb91f8195310ead7d569a8c9491af407c6289..b4ba0dc1b5506856f25ac435ab0a231aabc42473 100644
--- a/example/lapack_to_morse/step5.h
+++ b/example/lapack_to_morse/step5.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step5.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step5.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step5 example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #ifndef STEP5_H
 #define STEP5_H
 
@@ -46,7 +40,7 @@ enum iparam_step5 {
 
 /* Specific routines used in step5.c main program */
 
-/******************************************************************************
+/**
  * Initialize integer parameters
  */
 static void init_iparam(int iparam[IPARAM_SIZEOF]){
@@ -58,7 +52,7 @@ static void init_iparam(int iparam[IPARAM_SIZEOF]){
     iparam[IPARAM_NRHS          ] = 1;
  }
 
-/******************************************************************************
+/**
  * Print how to use the program
  */
 static void show_help(char *prog_name) {
@@ -76,7 +70,7 @@ static void show_help(char *prog_name) {
             "\n");
 }
 
-/******************************************************************************
+/**
  * Read arguments following step5 program call
  */
 static void read_args(int argc, char *argv[], int *iparam){
@@ -104,7 +98,7 @@ static void read_args(int argc, char *argv[], int *iparam){
     }
 }
 
-/******************************************************************************
+/**
  * Print a header message to summarize main parameters
  */
 static void print_header(char *prog_name, int * iparam) {
diff --git a/example/lapack_to_morse/step6.c b/example/lapack_to_morse/step6.c
index 074d4cfa8e054d9ddea83381e692d03ae7b140e2..49e02c1b00f429c3dfa887a021d7c035f3ed76ff 100644
--- a/example/lapack_to_morse/step6.c
+++ b/example/lapack_to_morse/step6.c
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step6.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step6.c
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step6 example
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #include "step6.h"
 
 /*
diff --git a/example/lapack_to_morse/step6.h b/example/lapack_to_morse/step6.h
index cbcfb6dbc2d24a5367ffb3f9cdcf5986078d1379..bedf4909631d26e6bfe7d9dbdd163c296e250296 100644
--- a/example/lapack_to_morse/step6.h
+++ b/example/lapack_to_morse/step6.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step6.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step6.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step6 example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #ifndef STEP6_H
 #define STEP6_H
 
@@ -52,7 +46,7 @@ enum iparam_step6 {
 
 /* Specific routines used in step6.c main program */
 
-/******************************************************************************
+/**
  * Initialize integer parameters
  */
 static void init_iparam(int iparam[IPARAM_SIZEOF]){
@@ -67,7 +61,7 @@ static void init_iparam(int iparam[IPARAM_SIZEOF]){
     iparam[IPARAM_Q             ] = 1;
  }
 
-/******************************************************************************
+/**
  * Print how to use the program
  */
 static void show_help(char *prog_name) {
@@ -86,7 +80,7 @@ static void show_help(char *prog_name) {
             "\n");
 }
 
-/******************************************************************************
+/**
  * Read arguments following step6 program call
  */
 static void read_args(int argc, char *argv[], int *iparam){
@@ -116,7 +110,7 @@ static void read_args(int argc, char *argv[], int *iparam){
     }
 }
 
-/******************************************************************************
+/**
  * Print a header message to summarize main parameters
  */
 static void print_header(char *prog_name, int * iparam) {
diff --git a/example/lapack_to_morse/step7.c b/example/lapack_to_morse/step7.c
index fbb48e4e50deaa1ad1d48b9e3aad6963c6a0b72a..4aa0b0001f3a8dfd4f71ec4b4892f47c62ab2016 100644
--- a/example/lapack_to_morse/step7.c
+++ b/example/lapack_to_morse/step7.c
@@ -1,28 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step7.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step7.c
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step7 example
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @author Guillaume Sylvand
  * @date 2016-09-05
  *
- **/
-
+ */
 #include "step7.h"
 
 /*
diff --git a/example/lapack_to_morse/step7.h b/example/lapack_to_morse/step7.h
index b916e319f65ecdebc356b6f8f51b2952c973f4c8..6d658bd96d7d495f06b8182ad8268abd48353e2e 100644
--- a/example/lapack_to_morse/step7.h
+++ b/example/lapack_to_morse/step7.h
@@ -1,28 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file step7.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file step7.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon step7 example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @author Guillaume Sylvand
  * @date 2016-09-05
  *
- **/
-
+ */
 #ifndef step7_H
 #define step7_H
 
@@ -54,7 +48,7 @@ enum iparam_step7 {
 
 /* Specific routines used in step7.c main program */
 
-/******************************************************************************
+/**
  * Initialize integer parameters
  */
 static void init_iparam(int iparam[IPARAM_SIZEOF]){
@@ -69,7 +63,7 @@ static void init_iparam(int iparam[IPARAM_SIZEOF]){
     iparam[IPARAM_Q             ] = 1;
  }
 
-/******************************************************************************
+/**
  * Callback function used to build matrix blocks
  * Morse_build_callback_plgsy : random symmetric positive definite
  * Morse_build_callback_plrnt : random
@@ -94,7 +88,7 @@ static void Morse_build_callback_plrnt(int row_min, int row_max, int col_min, in
   CORE_dplrnt(row_max-row_min+1, col_max-col_min+1, buffer, ld, data->bigM, row_min, col_min, data->seed);
 }
 
-/******************************************************************************
+/**
  * Print how to use the program
  */
 static void show_help(char *prog_name) {
@@ -113,7 +107,7 @@ static void show_help(char *prog_name) {
             "\n");
 }
 
-/******************************************************************************
+/**
  * Read arguments following step7 program call
  */
 static void read_args(int argc, char *argv[], int *iparam){
@@ -143,7 +137,7 @@ static void read_args(int argc, char *argv[], int *iparam){
     }
 }
 
-/******************************************************************************
+/**
  * Print a header message to summarize main parameters
  */
 static void print_header(char *prog_name, int * iparam) {
diff --git a/example/link_chameleon/link_chameleon.c b/example/link_chameleon/link_chameleon.c
index 79dcdf460e5b132503ee97e29da7d90f5648643a..612a3c53188923fa0a9a40dbae6966b8f8492eea 100644
--- a/example/link_chameleon/link_chameleon.c
+++ b/example/link_chameleon/link_chameleon.c
@@ -1,4 +1,3 @@
-
 #include <math.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -51,7 +50,7 @@ enum iparam_step1 {
 
 /* Specific routines used in step1.c main program */
 
-/******************************************************************************
+/**
  * Initialize integer parameters
  */
 static void init_iparam(int iparam[IPARAM_SIZEOF]){
@@ -60,7 +59,7 @@ static void init_iparam(int iparam[IPARAM_SIZEOF]){
     iparam[IPARAM_NRHS          ] = 1;
  }
 
-/******************************************************************************
+/**
  * Print how to use the program
  */
 static void show_help(char *prog_name) {
@@ -75,7 +74,7 @@ static void show_help(char *prog_name) {
             "\n");
 }
 
-/******************************************************************************
+/**
  * Read arguments following step1 program call
  */
 static void read_args(int argc, char *argv[], int *iparam){
@@ -97,7 +96,7 @@ static void read_args(int argc, char *argv[], int *iparam){
     }
 }
 
-/******************************************************************************
+/**
  * Print a header message to summarize main parameters
  */
 static void print_header(char *prog_name, int * iparam) {
@@ -133,7 +132,7 @@ static void print_header(char *prog_name, int * iparam) {
     return;
 }
 
-/******************************************************************************
+/**
  * Macro to allocate a matrix as a 1D array
  */
 #define PASTE_CODE_ALLOCATE_MATRIX(_name_, _type_, _m_, _n_)    \
diff --git a/example/out_of_core/CMakeLists.txt b/example/out_of_core/CMakeLists.txt
index 2efda2d3f28326423a5fb50a21ba3f2f95484aed..87e0b54775730c99e98fb81895f75c77416d3e9b 100644
--- a/example/out_of_core/CMakeLists.txt
+++ b/example/out_of_core/CMakeLists.txt
@@ -1,20 +1,19 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-# @file CMakeLists.c
+###
 #
 #  MORSE example routines
 #  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
 #  University of Bordeaux, Bordeaux INP
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Florent Pruvost
 #  @date 2016-08-23
 #
diff --git a/example/out_of_core/out_of_core.c b/example/out_of_core/out_of_core.c
index 55a6c00ce9c2f656869625ef2af69ebf93c31233..0db7f3af70c30d48d13f027c7c8fcd4731d34844 100644
--- a/example/out_of_core/out_of_core.c
+++ b/example/out_of_core/out_of_core.c
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file out_of_core.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file ooc.c
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon out_of_core example
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-29
  *
- **/
-
+ */
 #include "out_of_core.h"
 
 /*
diff --git a/example/out_of_core/out_of_core.h b/example/out_of_core/out_of_core.h
index 542cd10f14b36f248ec7673b0f60c8bcb8318387..ca5d1f29418a8416af4df9f2269686de8a20ced8 100644
--- a/example/out_of_core/out_of_core.h
+++ b/example/out_of_core/out_of_core.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file out_of_core.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file out_of_core.h
+ ***
  *
- *  MORSE example routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon out_of_core example header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2016-08-23
  *
- **/
-
+ */
 #ifndef OOC_H
 #define OOC_H
 
@@ -93,7 +87,7 @@ enum iparam_ooc {
 
 /* Specific routines */
 
-/******************************************************************************
+/**
  * Initialize integer parameters
  */
 static void init_iparam(int iparam[IPARAM_SIZEOF]){
@@ -104,7 +98,7 @@ static void init_iparam(int iparam[IPARAM_SIZEOF]){
     iparam[IPARAM_OUTOFCORE     ] = 2000;
  }
 
-/******************************************************************************
+/**
  * Print how to use the program
  */
 static void show_help(char *prog_name) {
@@ -121,7 +115,7 @@ static void show_help(char *prog_name) {
             "\n");
 }
 
-/******************************************************************************
+/**
  * Read arguments following ooc program call
  */
 static void read_args(int argc, char *argv[], int *iparam){
@@ -147,7 +141,7 @@ static void read_args(int argc, char *argv[], int *iparam){
     }
 }
 
-/******************************************************************************
+/**
  * Print a header message to summarize main parameters
  */
 static void print_header(char *prog_name, int * iparam) {
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 4991492a9536acd5c4c7db189556addc005b0708..7672a718551612edfc705c5750121155916b3c2a 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/include/chameleon/chameleon_config.h.in b/include/chameleon/chameleon_config.h.in
index 51210134677fbc1b293ef0c5f4f8d542282b29f0..1887fefcb1658ee51e46822ae42ca28170b1a604 100644
--- a/include/chameleon/chameleon_config.h.in
+++ b/include/chameleon/chameleon_config.h.in
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Inria. All rights reserved.
- * @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file chameleon_config.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- *  @file chameleon_config.h
+ ***
  *
- *  MORSE main header
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon configuration file
  *
- *  @version 0.9.1
- *  @author Florent Pruvost
- *  @date 2017-01-06
+ * @version 1.0.0
+ * @author Florent Pruvost
+ * @date 2017-01-06
  *
- **/
+ */
 #ifndef CHAMELEON_CONFIG_H_HAS_BEEN_INCLUDED
 #define CHAMELEON_CONFIG_H_HAS_BEEN_INCLUDED
 
diff --git a/include/chameleon/chameleon_timer.h b/include/chameleon/chameleon_timer.h
index 8bf2033dd065343cc25f097e2d7bca4573b3fef9..effb62205d027c0816b8dbfb89aa1cc81543980a 100644
--- a/include/chameleon/chameleon_timer.h
+++ b/include/chameleon/chameleon_timer.h
@@ -1,16 +1,20 @@
 /**
+ *
+ * @file chameleon_timer.h
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file chameleon_timer.h
+ * @version 1.0.0
+ *
+ * @brief Chameleon timer
  *
  * Provide a simple timer for examples and runtimes which do not provide their
  * own timer.
  *
- **/
+ */
 #ifndef _chameleon_timer_h_
 #define _chameleon_timer_h_
 
@@ -38,29 +42,29 @@ gettimeofday(struct timeval* tv, struct timezone* tz)
     static int       tzflag;
 
     if (NULL != tv)
-        {
-            GetSystemTimeAsFileTime(&ft);
-            tmpres |=  ft.dwHighDateTime;
-            tmpres <<= 32;
-            tmpres |=  ft.dwLowDateTime;
+    {
+        GetSystemTimeAsFileTime(&ft);
+        tmpres |=  ft.dwHighDateTime;
+        tmpres <<= 32;
+        tmpres |=  ft.dwLowDateTime;
 
-            /*converting file time to unix epoch*/
-            tmpres /= 10;  /*convert into microseconds*/
-            tmpres -= DELTA_EPOCH_IN_MICROSECS;
+        /*converting file time to unix epoch*/
+        tmpres /= 10;  /*convert into microseconds*/
+        tmpres -= DELTA_EPOCH_IN_MICROSECS;
 
-            tv->tv_sec  = (long)(tmpres / 1000000UL);
-            tv->tv_usec = (long)(tmpres % 1000000UL);
-        }
+        tv->tv_sec  = (long)(tmpres / 1000000UL);
+        tv->tv_usec = (long)(tmpres % 1000000UL);
+    }
     if (NULL != tz)
+    {
+        if (!tzflag)
         {
-            if (!tzflag)
-                {
-                    _tzset();
-                    tzflag++;
-                }
-            tz->tz_minuteswest = _timezone / 60;
-            tz->tz_dsttime     = _daylight;
+            _tzset();
+            tzflag++;
         }
+        tz->tz_minuteswest = _timezone / 60;
+        tz->tz_dsttime     = _daylight;
+    }
     return 0;
 }
 
diff --git a/include/chameleon/morse_constants.h b/include/chameleon/morse_constants.h
index 5638145bd06671d87a12bd4fb17c540b9529beb1..acc7c4fac10037e3362932a800106010151c758c 100644
--- a/include/chameleon/morse_constants.h
+++ b/include/chameleon/morse_constants.h
@@ -1,42 +1,35 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_constants.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_constants.h
+ ***
  *
- *  MORSE header
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon global constants
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
  *
- **/
-
+ */
 #ifndef _MORSE_CONSTANTS_H_
 #define _MORSE_CONSTANTS_H_
 
-/** ****************************************************************************
+/**
  *
- *  MORSE constants - CBLAS & LAPACK
+ * @brief Chameleon constants - CBLAS & LAPACK
  *  The naming and numbering is consistent with:
  *
  *    1) CBLAS from Netlib (http://www.netlib.org/blas/blast-forum/cblas.tgz),
  *    2) C Interface to LAPACK from Netlib (http://www.netlib.org/lapack/lapwrapc/).
  *
- **/
+ */
 #define MorseByte              0
 #define MorseInteger           1
 #define MorseRealFloat         2
@@ -109,18 +102,18 @@
 
 #define morse_const_neg(const) (((const-1)^0x01)+1)
 
-/** ****************************************************************************
+/**
  *  MORSE constants - boolean
- **/
+ */
 #define MORSE_FALSE  0
 #define MORSE_TRUE   1
 
 #define MORSE_CPU    ((1ULL)<<1)
 #define MORSE_CUDA   ((1ULL)<<3)
 
-/** ****************************************************************************
+/**
  *  State machine switches
- **/
+ */
 #define MORSE_WARNINGS        1
 #define MORSE_ERRORS          2
 #define MORSE_AUTOTUNING      3
@@ -131,9 +124,9 @@
 #define MORSE_PROGRESS        8
 #define MORSE_GEMM3M          9
 
-/** ****************************************************************************
+/**
  *  MORSE constants - configuration parameters
- **/
+ */
 #define MORSE_CONCURRENCY       1
 #define MORSE_TILE_SIZE         2
 #define MORSE_INNER_BLOCK_SIZE  3
@@ -147,9 +140,9 @@
 #define MORSE_INPLACE           1
 #define MORSE_OUTOFPLACE        2
 
-/** ****************************************************************************
+/**
  *  MORSE constants - success & error codes
- **/
+ */
 #define MORSE_SUCCESS                 0
 #define MORSE_ERR_NOT_INITIALIZED  -101
 #define MORSE_ERR_REINITIALIZED    -102
@@ -163,23 +156,23 @@
 #define MORSE_ERR_UNEXPECTED       -110
 #define MORSE_ERR_SEQUENCE_FLUSHED -111
 
-/** ****************************************************************************
+/**
  * Kernels options
- **/
+ */
 #define MORSE_PRIORITY_MIN  0
 #define MORSE_PRIORITY_MAX  INT_MAX
 
 
-/*******************************************************************************
+/**
  *  Scheduler properties
- **/
+ */
 #define PRIORITY        16
 #define CALLBACK        17
 #define REDUX           18
 
-/** ****************************************************************************
+/**
  *  MORSE ???
- **/
+ */
 #define MORSE_REQUEST_INITIALIZER {MORSE_SUCCESS}
 
 #endif
diff --git a/include/chameleon/morse_fortran.h b/include/chameleon/morse_fortran.h
index 813a31b011577249061b2e5262672c332765a027..b1fb41aec6e042ca0a85bb6e2833199e82fe31b1 100644
--- a/include/chameleon/morse_fortran.h
+++ b/include/chameleon/morse_fortran.h
@@ -1,4 +1,4 @@
-!!!
+!**
 !
 ! -- Inria
 ! -- (C) Copyright 2012
@@ -33,17 +33,10 @@
 ! The fact that you are presently reading this means that you have had
 ! knowledge of the CeCILL-B license and that you accept its terms.
 !
-!!!
-
 !**
 !
-! @file morse_fortran.h
-!
-!  MORSE FORTRAN header
-!  MORSE is a software package provided by Univ. of Tennessee,
-!  Univ. of California Berkeley and Univ. of Colorado Denver
-!
-! @version 2.4.6
+! @brief Chameleon Fortran77 header
+! @version 1.0.0
 ! @author Bilel Hadri
 ! @author Mathieu Faverge
 ! @author Cedric Castagnede
diff --git a/include/chameleon/morse_kernels.h b/include/chameleon/morse_kernels.h
index dd1ce89f0cbf140b369134075f5853b79e0f04a0..ccfa33c13a3829b9ecbdc8a3cc6aa048c4d54027 100644
--- a/include/chameleon/morse_kernels.h
+++ b/include/chameleon/morse_kernels.h
@@ -1,34 +1,28 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_kernels.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- *  @file morse_kernels.h
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon elementary kernels enum
  *
- *  @version 2.3.1
- *  @author Mathieu Faverge
- *  @author Cedric Augonnet
- *  @date 2011-06-01
+ * @version 1.0.0
+ * @author Mathieu Faverge
+ * @author Cedric Augonnet
+ * @date 2011-06-01
  *
- **/
+ */
 #ifndef _MORSE_KERNELS_H_
 #define _MORSE_KERNELS_H_
 
-/** ****************************************************************************
+/**
  * Used to apply operations on specific kernels
- **/
+ */
 typedef enum morse_kernel_e {
 
   MORSE_GEMM,
diff --git a/include/chameleon/morse_runtime.h b/include/chameleon/morse_runtime.h
index 5f009f30a3cb09a5ccd2151e2d11124b8a25ff1a..e0f1092f609b769b644340b5d104ce4cff806b1c 100644
--- a/include/chameleon/morse_runtime.h
+++ b/include/chameleon/morse_runtime.h
@@ -1,25 +1,22 @@
 /**
+ *
+ * @file morse_runtime.h
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime.h
- *
- *  CHAMELEON runtimes API
- *
- *  CHAMELEON is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and Inria Bordeaux Sud-Ouest
+ ***
  *
- * @version 0.9.0
+ * @brief Chameleon runtimes API
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
  * @date 2011-06-01
  *
- **/
+ */
 #ifndef _MORSE_RUNTIME_H_
 #define _MORSE_RUNTIME_H_
 
@@ -310,8 +307,7 @@ RUNTIME_sequence_flush( MORSE_context_t  *ctxt,
  *
  * @name RUNTIME Memory management
  * @{
- **/
-/**
+ ***
  * @brief Allocate size bytes through the runtime memory management system if any, or with malloc otherwise.
  *
  * This function allows to allocate pinned memory if needed, or eventually not
@@ -342,9 +338,7 @@ RUNTIME_free( void *ptr, size_t size );
  *
  * @name RUNTIME Descriptor functions
  * @{
- **/
-
-/**
+ ***
  * @brief Initialize runtime specific data structure to a given descriptor.
  *
  * @param[in,out] desc
@@ -500,7 +494,7 @@ RUNTIME_data_getaddr( const MORSE_desc_t *A, int Am, int An );
  *
  * @name RUNTIME Insert task options management
  * @{
- **/
+ */
 void  RUNTIME_options_init     (MORSE_option_t*, MORSE_context_t*, MORSE_sequence_t*, MORSE_request_t*);
 void  RUNTIME_options_finalize (MORSE_option_t*, MORSE_context_t *);
 int   RUNTIME_options_ws_alloc (MORSE_option_t*, size_t, size_t);
@@ -513,7 +507,7 @@ int   RUNTIME_options_ws_free  (MORSE_option_t*);
  *
  * @name RUNTIME Kernel locality management
  * @{
- **/
+ */
 void RUNTIME_zlocality_allrestore ();
 void RUNTIME_clocality_allrestore ();
 void RUNTIME_dlocality_allrestore ();
@@ -540,7 +534,7 @@ void RUNTIME_slocality_onerestore (MORSE_kernel_t);
  *
  * @name RUNTIME Profiling
  * @{
- **/
+ */
 void   RUNTIME_schedprofile_display ();
 void   RUNTIME_kernelprofile_display();
 double RUNTIME_get_time();
diff --git a/include/chameleon/morse_simulate.h b/include/chameleon/morse_simulate.h
index 51b8131c84de14c318135f350b47e874618d9104..66e13b429e909d175052c058f77af8781c55b3f2 100644
--- a/include/chameleon/morse_simulate.h
+++ b/include/chameleon/morse_simulate.h
@@ -1,27 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_simulate.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_simulate.h
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon SimGrid simulation header
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-10-02
  *
- **/
+ */
 #ifndef _MORSE_SIMULATE_H_
 #define _MORSE_SIMULATE_H_
 
diff --git a/include/chameleon/morse_struct.h b/include/chameleon/morse_struct.h
index 419f81a22a082b169eace3a3b03f7d9469b04a9a..32fcfbb46f53496520810e5925f58f4610c37722 100644
--- a/include/chameleon/morse_struct.h
+++ b/include/chameleon/morse_struct.h
@@ -1,30 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_struct.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_struct.h
+ ***
  *
- *  MORSE header
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon structures
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
  *
- **/
-
+ */
 #ifndef _MORSE_STRUCT_H_
 #define _MORSE_STRUCT_H_
 
@@ -34,12 +27,12 @@
 
 BEGIN_C_DECLS
 
-/** ****************************************************************************
+/**
  * RUNTIME headers to include types of :
  *         - QUARK
  *         - PaRSEC
  *         - StarPU
- **/
+ */
 typedef enum morse_sched_e {
   RUNTIME_SCHED_QUARK,
   RUNTIME_SCHED_PARSEC,
@@ -47,7 +40,7 @@ typedef enum morse_sched_e {
 } MORSE_sched_t;
 
 
-/** ****************************************************************************
+/**
  *  Tile matrix descriptor
  *
  *  Matrices are stored in a contiguous data chunk containning in order
@@ -116,9 +109,9 @@ struct morse_desc_s {
 };
 
 
-/** ****************************************************************************
+/**
  *  MORSE request uniquely identifies each asynchronous function call.
- **/
+ */
 typedef struct morse_context_s {
     MORSE_sched_t      scheduler;
     int                nworkers;
@@ -151,18 +144,18 @@ typedef struct morse_context_s {
 } MORSE_context_t;
 
 
-/** ****************************************************************************
+/**
  *  MORSE request uniquely identifies each asynchronous function call.
- **/
+ */
 typedef struct morse_request_s {
     MORSE_enum status; // MORSE_SUCCESS or appropriate error code
 } MORSE_request_t;
 
 
-/** ****************************************************************************
+/**
  *  MORSE sequence uniquely identifies a set of asynchronous function calls
  *  sharing common exception handling.
- **/
+ */
 typedef struct morse_sequence_s {
     MORSE_bool       status;    /* MORSE_SUCCESS or appropriate error code */
     MORSE_request_t *request;   /* failed request                          */
@@ -170,9 +163,9 @@ typedef struct morse_sequence_s {
 } MORSE_sequence_t;
 
 
-/** ****************************************************************************
+/**
  *  MORSE options
- **/
+ */
 typedef struct morse_option_s {
     MORSE_sequence_t *sequence;
     MORSE_request_t  *request;
diff --git a/include/chameleon/morse_tasks.h b/include/chameleon/morse_tasks.h
index a048e391eb40996b9429eb55bfc63ccaa16fa5b9..eef463227047ef770b673e74bfeed5e0a9b720ec 100644
--- a/include/chameleon/morse_tasks.h
+++ b/include/chameleon/morse_tasks.h
@@ -1,28 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_tasks.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- *  @file morse_tasks.h
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon elementary tasks main header
  *
- *  @version 2.3.1
- *  @author Mathieu Faverge
- *  @author Cedric Augonnet
- *  @date 2011-06-01
+ * @version 1.0.0
+ * @author Mathieu Faverge
+ * @author Cedric Augonnet
+ * @date 2011-06-01
  *
- **/
+ */
 #ifndef _MORSE_TASKS_H_
 #define _MORSE_TASKS_H_
 
@@ -30,9 +24,9 @@
 
 BEGIN_C_DECLS
 
-/*******************************************************************************
+/**
  * MORSE Task submission routines
- **/
+ */
 void MORSE_TASK_ztile_zero(const MORSE_option_t *options,
                            int X1, int X2, int Y1, int Y2,
                            const MORSE_desc_t *A, int Am, int An, int lda);
diff --git a/include/chameleon/morse_tasks_z.h b/include/chameleon/morse_tasks_z.h
index 9387a4ad804e372a3fc51e11f2daa31f9e8a3ac6..57ad2989b1f99108ec49cdb298b4137737acc767 100644
--- a/include/chameleon/morse_tasks_z.h
+++ b/include/chameleon/morse_tasks_z.h
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_tasks_z.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_tasks_z.h
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon MORSE_Complex64_t elementary tasks header
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -28,15 +23,15 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #ifndef _MORSE_TASKS_Z_H_
 #define _MORSE_TASKS_Z_H_
 
 #define COMPLEX
 
-/** ****************************************************************************
+/**
  *  Declarations of QUARK wrappers (called by MORSE) - alphabetical order
- **/
+ */
 void MORSE_TASK_dzasum(const MORSE_option_t *options,
                        MORSE_enum storev, MORSE_enum uplo, int M, int N,
                        const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/include/chameleon/morse_tasks_zc.h b/include/chameleon/morse_tasks_zc.h
index 1e68fc55b1b20c046584ba0dbefa170a6fe670d6..ffeafdb5c5477cd34115cdafc2abc78f5c714efa 100644
--- a/include/chameleon/morse_tasks_zc.h
+++ b/include/chameleon/morse_tasks_zc.h
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_tasks_zc.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_tasks_zc.h
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon complex mixed precision elementary tasks header
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -27,13 +22,13 @@
  * @date 2010-11-15
  * @precisions mixed zc -> ds
  *
- **/
+ */
 #ifndef _MORSE_TASKS_Z_H_
 #define _MORSE_TASKS_Z_H_
 
-/** ****************************************************************************
+/**
  *  Declarations of QUARK wrappers (called by MORSE) - alphabetical order
- **/
+ */
 void MORSE_TASK_clag2z(MORSE_option_t *options,
                        int m, int n, int nb,
                        MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/include/chameleon/morse_types.h b/include/chameleon/morse_types.h
index 0562b40ae3fdc5e5f4e1314cf54d771a54c9add1..cc490bb96384c8713ae0ed8e538574783f9c431d 100644
--- a/include/chameleon/morse_types.h
+++ b/include/chameleon/morse_types.h
@@ -1,38 +1,31 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_types.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_types.h
+ ***
  *
- *  MORSE header
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon basic datatypes header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
  *
- **/
-
+ */
 #ifndef _MORSE_TYPES_H_
 #define _MORSE_TYPES_H_
 
 #include "chameleon/chameleon_config.h"
 
-/** ****************************************************************************
+/**
  *  System requirements
- **/
+ */
 #include <stddef.h>
 #if defined( _WIN32 )
   /* This must be included before INPUT is defined below, otherwise we
@@ -44,19 +37,18 @@
 #endif /* _WIN32 */
 
 
-/** ****************************************************************************
+/**
  *  MORSE types
- **/
+ */
 typedef int  MORSE_enum;
 typedef int  MORSE_bool;
 typedef long MORSE_index;
 typedef long MORSE_size;
 
 
-/** ****************************************************************************
+/**
  * MORSE Complex numbers
- **/
-
+ */
 #define MORSE_HAS_COMPLEX_H 1
 
 #if defined(_WIN32)
@@ -111,10 +103,9 @@ typedef long MORSE_size;
     #endif
 #endif /* MORSE_COMPLEX_CPP */
 
-/*******************************************************************************
+/**
  *  MORSE Deprecated attribute
- **/
-
+ */
 #if (__GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1))
 #define MORSE_DEPRECATED  __attribute__((__deprecated__))
 #else
@@ -123,9 +114,9 @@ typedef long MORSE_size;
 
 BEGIN_C_DECLS
 
-/*******************************************************************************
+/**
  *  Global utilities
- **/
+ */
 static inline int chameleon_max( int a, int b ) {
     if ( a > b ) return a; else return b;
 }
diff --git a/include/chameleon/morse_z.h b/include/chameleon/morse_z.h
index 2c504d54445271296b67344f4a4f06e8a6db3b97..ff3d6dd4ca37c3055e9686ed2b385867b7a09b51 100644
--- a/include/chameleon/morse_z.h
+++ b/include/chameleon/morse_z.h
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_z.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_z.h
+ ***
  *
- *  MORSE header file for double _Complex routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon MORSE_complex64_t wrappers
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Jakub Kurzak
@@ -28,7 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #ifndef _MORSE_Z_H_
 #define _MORSE_Z_H_
 
@@ -37,9 +32,9 @@
 
 BEGIN_C_DECLS
 
-/** ****************************************************************************
+/**
  *  Declarations of math functions (LAPACK layout) - alphabetical order
- **/
+ */
 int MORSE_zgeadd(MORSE_enum trans, int M, int N, MORSE_Complex64_t alpha, MORSE_Complex64_t *A, int LDA, MORSE_Complex64_t beta, MORSE_Complex64_t *B, int LDB);
 //int MORSE_zgebrd(int M, int N, MORSE_Complex64_t *A, int LDA, double *D, double *E, MORSE_desc_t *descT);
 //int MORSE_zgecon(MORSE_enum norm, int N, MORSE_Complex64_t *A, int LDA, double anorm, double *rcond);
@@ -116,9 +111,9 @@ int MORSE_zunmqr(MORSE_enum side, MORSE_enum trans, int M, int N, int K, MORSE_C
 //int MORSE_zgecfi(int m, int n, MORSE_Complex64_t *A, MORSE_enum fin, int imb, int inb, MORSE_enum fout, int omb, int onb);
 //int MORSE_zgetmi(int m, int n, MORSE_Complex64_t *A, MORSE_enum fin, int mb,  int nb);
 
-/** ****************************************************************************
+/**
  *  Declarations of math functions (tile layout) - alphabetical order
- **/
+ */
 int MORSE_zgeadd_Tile(MORSE_enum trans, MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_Complex64_t beta, MORSE_desc_t *B);
 //int MORSE_zgebrd_Tile(MORSE_desc_t *A, double *D, double *E, MORSE_desc_t *T);
 //int MORSE_zgecon_Tile(MORSE_enum norm, MORSE_desc_t *A, double anorm, double *rcond);
@@ -192,9 +187,9 @@ int MORSE_zungqr_Tile(MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B);
 int MORSE_zunmlq_Tile(MORSE_enum side, MORSE_enum trans, MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B);
 int MORSE_zunmqr_Tile(MORSE_enum side, MORSE_enum trans, MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B);
 
-/** ****************************************************************************
+/**
  *  Declarations of math functions (tile layout, asynchronous execution) - alphabetical order
- **/
+ */
 int MORSE_zgeadd_Tile_Async(MORSE_enum trans, MORSE_Complex64_t alpha, MORSE_desc_t *A, MORSE_Complex64_t beta, MORSE_desc_t *B, MORSE_sequence_t *sequence, MORSE_request_t *request);
 //int MORSE_zgebrd_Tile_Async(MORSE_desc_t *A, double *D, double *E, MORSE_desc_t *T, MORSE_sequence_t *sequence, MORSE_request_t *request);
 //int MORSE_zgecon_Tile_Async(MORSE_enum norm, MORSE_desc_t *A, double anorm, double *rcond, MORSE_sequence_t *sequence, MORSE_request_t *request);
@@ -274,9 +269,9 @@ int MORSE_zunmqr_Tile_Async(MORSE_enum side, MORSE_enum trans, MORSE_desc_t *A,
 /**
  *  Declarations of libhqr dependent functions.
  */
-/** ****************************************************************************
+/**
  *  Declarations of math functions (LAPACK layout) - alphabetical order
- **/
+ */
 int MORSE_zgels_param(const libhqr_tree_t *qrtree, MORSE_enum trans, int M, int N, int NRHS, MORSE_Complex64_t *A, int LDA, MORSE_desc_t *descTS, MORSE_desc_t *descTT, MORSE_Complex64_t *B, int LDB);
 int MORSE_zgelqf_param(const libhqr_tree_t *qrtree, int M, int N, MORSE_Complex64_t *A, int LDA, MORSE_desc_t *descTS, MORSE_desc_t *descTT);
 int MORSE_zgelqs_param(const libhqr_tree_t *qrtree, int M, int N, int NRHS, MORSE_Complex64_t *A, int LDA, MORSE_desc_t *descTS, MORSE_desc_t *descTT, MORSE_Complex64_t *B, int LDB);
@@ -287,9 +282,9 @@ int MORSE_zungqr_param(const libhqr_tree_t *qrtree, int M, int N, int K, MORSE_C
 int MORSE_zunmlq_param(const libhqr_tree_t *qrtree, MORSE_enum side, MORSE_enum trans, int M, int N, int K, MORSE_Complex64_t *A, int LDA, MORSE_desc_t *descT, MORSE_desc_t *TT, MORSE_Complex64_t *B, int LDB);
 int MORSE_zunmlq_param(const libhqr_tree_t *qrtree, MORSE_enum side, MORSE_enum trans, int M, int N, int K, MORSE_Complex64_t *A, int LDA, MORSE_desc_t *descT, MORSE_desc_t *TT, MORSE_Complex64_t *B, int LDB);
 int MORSE_zunmqr_param(const libhqr_tree_t *qrtree, MORSE_enum side, MORSE_enum trans, int M, int N, int K, MORSE_Complex64_t *A, int LDA, MORSE_desc_t *descTS, MORSE_desc_t *TT, MORSE_Complex64_t *B, int LDB);
-/** ****************************************************************************
+/**
  *  Declarations of math functions (tile layout) - alphabetical order
- **/
+ */
 int MORSE_zgels_param_Tile(const libhqr_tree_t *qrtree, MORSE_enum trans, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B);
 int MORSE_zgelqf_param_Tile(const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT);
 int MORSE_zgelqs_param_Tile(const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B);
@@ -300,9 +295,9 @@ int MORSE_zungqr_param_Tile(const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_
 int MORSE_zungqr_param_Tile(const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B);
 int MORSE_zunmlq_param_Tile(const libhqr_tree_t *qrtree, MORSE_enum side, MORSE_enum trans, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B);
 int MORSE_zunmqr_param_Tile(const libhqr_tree_t *qrtree, MORSE_enum side, MORSE_enum trans, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B);
-/** ****************************************************************************
+/**
  *  Declarations of math functions (tile layout, asynchronous execution) - alphabetical order
- **/
+ */
 int MORSE_zgels_param_Tile_Async(const libhqr_tree_t *qrtree, MORSE_enum trans, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B, MORSE_sequence_t *sequence, MORSE_request_t *request);
 int MORSE_zgelqf_param_Tile_Async(const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_sequence_t *sequence, MORSE_request_t *request);
 int MORSE_zgelqs_param_Tile_Async(const libhqr_tree_t *qrtree, MORSE_desc_t *A, MORSE_desc_t *TS, MORSE_desc_t *TT, MORSE_desc_t *B, MORSE_sequence_t *sequence, MORSE_request_t *request);
@@ -332,9 +327,9 @@ int MORSE_Alloc_Workspace_zhegv( int M, int N, MORSE_desc_t **descT, int p, int
 int MORSE_Alloc_Workspace_zhegvd( int M, int N, MORSE_desc_t **descT, int p, int q);
 int MORSE_Alloc_Workspace_zhetrd(int M, int N, MORSE_desc_t **descT, int p, int q);
 
-/** ****************************************************************************
+/**
  *  Declarations of workspace allocation functions (tile layout, asynchronous execution) - alphabetical order
- **/
+ */
 int MORSE_Alloc_Workspace_zgetri_Tile_Async(MORSE_desc_t *A, MORSE_desc_t *W);
 
 /* Warning: Those functions are deprecated */
@@ -344,15 +339,15 @@ int MORSE_Alloc_Workspace_zgeqrf_Tile(int M, int N, MORSE_desc_t **descT, int p,
 int MORSE_Alloc_Workspace_zgesv_incpiv_Tile (int N, MORSE_desc_t **descL, int **IPIV, int p, int q);
 int MORSE_Alloc_Workspace_zgetrf_incpiv_Tile(int N, MORSE_desc_t **descL, int **IPIV, int p, int q);
 
-/** ****************************************************************************
+/**
  *  Auxiliary function prototypes
- **/
+ */
 int MORSE_zLapack_to_Tile(MORSE_Complex64_t *Af77, int LDA, MORSE_desc_t *A);
 int MORSE_zTile_to_Lapack(MORSE_desc_t *A, MORSE_Complex64_t *Af77, int LDA);
 
-/** ****************************************************************************
+/**
  *  User Builder function prototypes
- **/
+ */
 int MORSE_zbuild(MORSE_enum uplo, int M, int N, MORSE_Complex64_t *A, int LDA, void *user_data, void* user_build_callback);
 int MORSE_zbuild_Tile(MORSE_enum uplo,  MORSE_desc_t *A, void *user_data, void* user_build_callback );
 int MORSE_zbuild_Tile_Async(MORSE_enum uplo, MORSE_desc_t *A, void *user_data, void* user_build_callback, MORSE_sequence_t *sequence, MORSE_request_t  *request);
diff --git a/include/chameleon/morse_zc.h b/include/chameleon/morse_zc.h
index a006574bfae3e67b66c22c48f3e749eff47493e3..c1ebf5e6ca902efd83437538d5761450b408cd8b 100644
--- a/include/chameleon/morse_zc.h
+++ b/include/chameleon/morse_zc.h
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse_zc.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_zc.h
+ ***
  *
- *  MORSE header file for iterative refinement routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon mixed precision wrappers header
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,31 +20,31 @@
  * @date 2010-11-15
  * @precisions mixed zc -> ds
  *
- **/
+ */
 #ifndef _MORSE_ZC_H_
 #define _MORSE_ZC_H_
 
 BEGIN_C_DECLS
 
-/** ****************************************************************************
+/**
  *  Declarations of math functions (LAPACK layout) - alphabetical order
- **/
+ */
 //int MORSE_zcgesv(int N, int NRHS, MORSE_Complex64_t *A, int LDA, int * IPIV, MORSE_Complex64_t *B, int LDB, MORSE_Complex64_t *X, int LDX, int *ITER);
 //int MORSE_zcposv(MORSE_enum uplo, int N, int NRHS, MORSE_Complex64_t *A, int LDA, MORSE_Complex64_t *B, int LDB, MORSE_Complex64_t *X, int LDX, int *ITER);
 //int MORSE_zcgels(MORSE_enum trans, int M, int N, int NRHS, MORSE_Complex64_t *A, int LDA, MORSE_Complex64_t *B, int LDB, MORSE_Complex64_t *X, int LDX, int *ITER);
 //int MORSE_zcungesv(MORSE_enum trans, int N, int NRHS, MORSE_Complex64_t *A, int LDA, MORSE_Complex64_t *B, int LDB, MORSE_Complex64_t *X, int LDX, int *ITER);
 
-/** ****************************************************************************
+/**
  *  Declarations of math functions (tile layout) - alphabetical order
- **/
+ */
 //int MORSE_zcgesv_Tile(MORSE_desc_t *A, int *IPIV, MORSE_desc_t *B, MORSE_desc_t *X, int *ITER);
 //int MORSE_zcposv_Tile(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *X, int *ITER);
 /* int MORSE_zcgels_Tile(MORSE_enum trans, MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B, MORSE_desc_t *X, int *ITER); */
 //int MORSE_zcungesv_Tile(MORSE_enum trans, MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B, MORSE_desc_t *X, int *ITER);
 
-/** ****************************************************************************
+/**
  *  Declarations of math functions (tile layout, asynchronous execution) - alphabetical order
- **/
+ */
 //int MORSE_zcgesv_Tile_Async(MORSE_desc_t *A, int *IPIV, MORSE_desc_t *B, MORSE_desc_t *X, int *ITER, MORSE_sequence_t *sequence, MORSE_request_t *request);
 //int MORSE_zcposv_Tile_Async(MORSE_enum uplo, MORSE_desc_t *A, MORSE_desc_t *B, MORSE_desc_t *X, int *ITER, MORSE_sequence_t *sequence, MORSE_request_t *request);
 //int MORSE_zcgels_Tile_Async(MORSE_enum trans, MORSE_desc_t *A, MORSE_desc_t *T, MORSE_desc_t *B, MORSE_desc_t *X, int *ITER, MORSE_sequence_t *sequence, MORSE_request_t *request);
diff --git a/include/morse.h b/include/morse.h
index 525c27b0671748655578d01f2bcaa5ccebe23c77..37c3d1fe0fbaf6473c82592876d3690035c2dd27 100644
--- a/include/morse.h
+++ b/include/morse.h
@@ -1,30 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file morse.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- *  @file morse.h
+ ***
  *
- *  MORSE main header
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon main header
  *
- *  @version 0.9.0
- *  @author Mathieu Faverge
- *  @author Cedric Augonnet
- *  @author Cedric Castagnede
- *  @author Florent Pruvost
- *  @date 2012-09-15
+ * @version 1.0.0
+ * @author Mathieu Faverge
+ * @author Cedric Augonnet
+ * @author Cedric Castagnede
+ * @author Florent Pruvost
+ * @date 2012-09-15
  *
- **/
+ */
 #ifndef _MORSE_H_
 #define _MORSE_H_
 
diff --git a/plasma-conversion/callGeneration.bash b/plasma-conversion/callGeneration.bash
index 7707b3addcc40b07485533f3bf7715aa4e225326..7d7562d255f57b11a7d3d8adde17f72acf230005 100755
--- a/plasma-conversion/callGeneration.bash
+++ b/plasma-conversion/callGeneration.bash
@@ -1,17 +1,15 @@
 #!/bin/bash
 ###
 #
-# @copyright (c) 2009-2015 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Inria. All rights reserved.
-# @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file callGeneration.bash
 #
+# @copyright 2009-2015 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
 ###
 #
-#  @file callGeneration.bash
-#
 #  @project MORSE
 #  MORSE is a software package provided by:
 #     Inria Bordeaux - Sud-Ouest,
@@ -20,12 +18,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 30-11-2015
+#  @date 2015-11-30
 #
 ###
 
diff --git a/plasma-conversion/fileConversion.py b/plasma-conversion/fileConversion.py
index 3bb649e50d93734f4792330f135861be40849f68..e11854202ce4e509d5b4f9a9eb0f6fa09024fee0 100644
--- a/plasma-conversion/fileConversion.py
+++ b/plasma-conversion/fileConversion.py
@@ -37,8 +37,6 @@
 #
 ###
 #
-#  @file fileConversion.py
-#
 #  @project MORSE
 #  MORSE is a software package provided by:
 #     Inria Bordeaux - Sud-Ouest,
@@ -47,11 +45,10 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver. 
 # 
-#  @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #   
 ###
 
diff --git a/plasma-conversion/fileCopy.py b/plasma-conversion/fileCopy.py
index f57a1bbe52683d9f37583d96e469fccca1922664..96b9a110ee4bba97ce150cf2a0b50c676f4732a5 100644
--- a/plasma-conversion/fileCopy.py
+++ b/plasma-conversion/fileCopy.py
@@ -37,8 +37,6 @@
 #
 ###
 #
-#  @file fileCopy.py
-#
 #  @project MORSE
 #  MORSE is a software package provided by:
 #     Inria Bordeaux - Sud-Ouest,
@@ -47,11 +45,10 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver. 
 # 
-#  @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #   
 ###
 
diff --git a/plasma-conversion/generate_morseSrc.py b/plasma-conversion/generate_morseSrc.py
index da1ef83cb1d2e8338b438501b94749c61ca84d1a..d4c9d2875d4afe3c6ad6adb17e8e468ceb2affcd 100755
--- a/plasma-conversion/generate_morseSrc.py
+++ b/plasma-conversion/generate_morseSrc.py
@@ -37,8 +37,6 @@
 #
 ###
 #
-#  @file generate_morseSrc.py 
-#
 #  @project MORSE
 #  MORSE is a software package provided by:
 #     Inria Bordeaux - Sud-Ouest,
@@ -47,11 +45,10 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver. 
 # 
-#  @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #   
 ###
 
diff --git a/plasma-conversion/insert-licence/chameleon_c.licence b/plasma-conversion/insert-licence/chameleon_c.licence
index d5bc10c4c5605cd16d1c3166c4627b4b52fccfb0..6bf465b1cf2505543ff5ef1c55fa298d1381bdeb 100644
--- a/plasma-conversion/insert-licence/chameleon_c.licence
+++ b/plasma-conversion/insert-licence/chameleon_c.licence
@@ -1,10 +1,10 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file chameleon_c.licence
+ *
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  **/
-
diff --git a/plasma-conversion/insert-licence/chameleon_f.licence b/plasma-conversion/insert-licence/chameleon_f.licence
index 7d0c75c31ebd7e4690c1f2979e47e5fa266b5835..134cd15fa6de872dd93c392a2db3e01f92ff41f9 100644
--- a/plasma-conversion/insert-licence/chameleon_f.licence
+++ b/plasma-conversion/insert-licence/chameleon_f.licence
@@ -1,10 +1,9 @@
 !!!
 !
-! @copyright (c) 2009-2015 The University of Tennessee and The University
-!                          of Tennessee Research Foundation.
-!                          All rights reserved.
-! @copyright (c) 2012-2016 Inria. All rights reserved.
-! @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+! @copyright 2009-2015 The University of Tennessee and The University
+!                      of Tennessee Research Foundation. All rights reserved.
+! @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+!                      Univ. Bordeaux. All rights reserved.
 !
 !!!
 
diff --git a/plasma-conversion/insert-licence/insert-licence-chameleon.sh b/plasma-conversion/insert-licence/insert-licence-chameleon.sh
index baec98fa0934fba85fb6634e58b9ac36b3c10825..c0172dafd3ebfc532701523e1b577d935137fce3 100755
--- a/plasma-conversion/insert-licence/insert-licence-chameleon.sh
+++ b/plasma-conversion/insert-licence/insert-licence-chameleon.sh
@@ -36,8 +36,6 @@
 #
 ###
 #
-#  @file insert-licence.sh
-#
 #  @project MORSE
 #  MORSE is a software package provided by:
 #     Inria Bordeaux - Sud-Ouest,
@@ -46,12 +44,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 1.0.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 for i in $(find . -name "*.c" -or -name "*.h" -not -path "*svn*" -not -name "morse_fortran.h")
diff --git a/plasma-conversion/rulesSubstitutions.py b/plasma-conversion/rulesSubstitutions.py
index 894cad5007fd733b797c46d463fdfa4195e5da04..f766e391114fcca287d9047d46112133852b9eed 100644
--- a/plasma-conversion/rulesSubstitutions.py
+++ b/plasma-conversion/rulesSubstitutions.py
@@ -37,8 +37,6 @@
 #
 ###
 #
-#  @file rulesSubstitutions.py
-#
 #  @project MORSE
 #  MORSE is a software package provided by:
 #     Inria Bordeaux - Sud-Ouest,
@@ -51,7 +49,7 @@
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #   
 ###
 
diff --git a/runtime/CMakeLists.txt b/runtime/CMakeLists.txt
index d1d3b5b967bc89c64c08602fc844563a053e8554..1183cc3b918a2df4eda3578f05e8e0e6e7e18612 100644
--- a/runtime/CMakeLists.txt
+++ b/runtime/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2014 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/runtime/parsec/CMakeLists.txt b/runtime/parsec/CMakeLists.txt
index 7360137bd8d9e23c2ea32ea17227cae67f8188b1..b7e2822edc65882c46c3779b87f079865863bf1b 100644
--- a/runtime/parsec/CMakeLists.txt
+++ b/runtime/parsec/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2015 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2015 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project CHAMELEON
 #  CHAMELEON is a software package provided by:
@@ -18,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/runtime/parsec/codelets/codelet_zasum.c b/runtime/parsec/codelets/codelet_zasum.c
index 24a926f43fcc60b0c44819bc9734e17a62872c84..ca99ee59c19abddef2fe8f4ba7314883e1eca822 100644
--- a/runtime/parsec/codelets/codelet_zasum.c
+++ b/runtime/parsec/codelets/codelet_zasum.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zasum.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zasum PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zaxpy.c b/runtime/parsec/codelets/codelet_zaxpy.c
index 2c06d26f6d0f4c2eee836ba5b70b542170af2a8c..9fcd774e56a8c87d74a199b9755d30bd2a57a7f8 100644
--- a/runtime/parsec/codelets/codelet_zaxpy.c
+++ b/runtime/parsec/codelets/codelet_zaxpy.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zaxpy.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zaxpy PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zbuild.c b/runtime/parsec/codelets/codelet_zbuild.c
index f0a3bbd1df2761251a27c3428d3ea6fab3993e5f..17015a453d8acf91183f2fa95f032b0e426d2dff 100644
--- a/runtime/parsec/codelets/codelet_zbuild.c
+++ b/runtime/parsec/codelets/codelet_zbuild.c
@@ -1,27 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zbuild.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zbuild PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @author Guillaume Sylvand
  * @date 2016-09-05
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zgeadd.c b/runtime/parsec/codelets/codelet_zgeadd.c
index 3e90e8ffb5d1fa9ee4eaa1653d1f120951d9c01d..b956a76b3c20e1f30e1c9f990ba36db8c5202891 100644
--- a/runtime/parsec/codelets/codelet_zgeadd.c
+++ b/runtime/parsec/codelets/codelet_zgeadd.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgeadd.c
  *
- **/
-
-/**
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgeadd.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeadd PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -24,7 +19,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -105,7 +100,7 @@ CORE_zgeadd_parsec( parsec_execution_stream_t *context,
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zgeadd(const MORSE_option_t *options,
                        MORSE_enum trans, int m, int n, int nb,
                        MORSE_Complex64_t alpha, const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/parsec/codelets/codelet_zgelqt.c b/runtime/parsec/codelets/codelet_zgelqt.c
index e827cca93564615276227c64c2e720a44b663438..bfde58e8ae9e29fc70480cb1f03fd10e679aa895 100644
--- a/runtime/parsec/codelets/codelet_zgelqt.c
+++ b/runtime/parsec/codelets/codelet_zgelqt.c
@@ -1,30 +1,26 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zgelqt.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.5.0
+ ***
+ *
+ * @brief Chameleon zgelqt PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -84,7 +80,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 static inline int
 CORE_zgelqt_parsec( parsec_execution_stream_t *context,
                     parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zgemm.c b/runtime/parsec/codelets/codelet_zgemm.c
index 18ae8cd7c3ef9f25712887044de49f9431eab6d2..d79d23cc02c6e0811dcc3b26410c51739de464cf 100644
--- a/runtime/parsec/codelets/codelet_zgemm.c
+++ b/runtime/parsec/codelets/codelet_zgemm.c
@@ -1,34 +1,30 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zgemm.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.5.0
+ ***
+ *
+ * @brief Chameleon zgemm PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 static inline int
 CORE_zgemm_parsec( parsec_execution_stream_t *context,
                    parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zgeqrt.c b/runtime/parsec/codelets/codelet_zgeqrt.c
index df11a0939931b7f99305a8220c8223e942aa88e3..9d5901a623983eca522fb918c87ebbf84d290fe3 100644
--- a/runtime/parsec/codelets/codelet_zgeqrt.c
+++ b/runtime/parsec/codelets/codelet_zgeqrt.c
@@ -1,30 +1,26 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zgeqrt.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.5.0
+ ***
+ *
+ * @brief Chameleon zgeqrt PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -85,7 +81,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 static inline int
 CORE_zgeqrt_parsec ( parsec_execution_stream_t *context,
                     parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zgessm.c b/runtime/parsec/codelets/codelet_zgessm.c
index d7196b78924f1eb6d564b79f6e75fcdb0c332190..ebcf7b6c37cfd0b49fc7342b4d53e616afaca32b 100644
--- a/runtime/parsec/codelets/codelet_zgessm.c
+++ b/runtime/parsec/codelets/codelet_zgessm.c
@@ -1,30 +1,26 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zgessm.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.5.0
+ ***
+ *
+ * @brief Chameleon zgessm PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -68,7 +64,7 @@
  *         \retval MORSE_SUCCESS successful exit
  *         \retval <0 if INFO = -k, the k-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 static inline int
 CORE_zgessm_parsec( parsec_execution_stream_t *context,
                     parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zgessq.c b/runtime/parsec/codelets/codelet_zgessq.c
index 999adb36570ac96267a1dd487c60f06087da9b41..71d2425a6e317cf1bf92c63904952100ff65fa0b 100644
--- a/runtime/parsec/codelets/codelet_zgessq.c
+++ b/runtime/parsec/codelets/codelet_zgessq.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zgessq.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zgessq PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zgetrf.c b/runtime/parsec/codelets/codelet_zgetrf.c
index d62a7c011317c2476841c3d7d61324e85103c1e6..67e7868200e0c4037b9dd9344e8ec1385e678a3d 100644
--- a/runtime/parsec/codelets/codelet_zgetrf.c
+++ b/runtime/parsec/codelets/codelet_zgetrf.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zgetrf.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zgetrf PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
index 0f257167cc9eae55359dd834e216efd18be28a33..38b3405891789b6f8ffb9c9e30eb64ea42ebe52b 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
@@ -1,30 +1,26 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zgetrf_incpiv.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.5.0
+ ***
+ *
+ * @brief Chameleon zgetrf_incpiv PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -77,7 +73,7 @@
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 static inline int
 CORE_zgetrf_incpiv_parsec( parsec_execution_stream_t *context,
                            parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
index 9896dfc3cebd60b19cacd0b0289e89d9b6d29a08..d4910970d16260712d7da2ea7b08600684cebb76 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
@@ -1,30 +1,26 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zgetrf_nopiv.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.5.0
+ ***
+ *
+ * @brief Chameleon zgetrf_nopiv PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -70,7 +66,7 @@
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 static inline int
 CORE_zgetrf_nopiv_parsec( parsec_execution_stream_t *context,
                     parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zhe2ge.c b/runtime/parsec/codelets/codelet_zhe2ge.c
index 5b81955a501dbf7194b4e6712b98724eec3d229c..f8a09c7661c89c451e7074e38166f05e927b1578 100644
--- a/runtime/parsec/codelets/codelet_zhe2ge.c
+++ b/runtime/parsec/codelets/codelet_zhe2ge.c
@@ -1,25 +1,20 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zhe2ge.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zhe2ge.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zhe2ge PaRSEC codelet
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -28,7 +23,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 static inline int
 CORE_zhe2ge_parsec( parsec_execution_stream_t *context,
                     parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zhemm.c b/runtime/parsec/codelets/codelet_zhemm.c
index 5e45bb6a541cdb6e04950df176bf6069774f87d0..497a7554600b4064ae8370dafcc9f68b38fd5d97 100644
--- a/runtime/parsec/codelets/codelet_zhemm.c
+++ b/runtime/parsec/codelets/codelet_zhemm.c
@@ -1,34 +1,30 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zhemm.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.5.0
+ ***
+ *
+ * @brief Chameleon zhemm PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 static inline int
 CORE_zhemm_parsec( parsec_execution_stream_t *context,
                    parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zher2k.c b/runtime/parsec/codelets/codelet_zher2k.c
index bfbbb681e650b26a12140d3c482a6c26e4ad4474..9f506af6cd2cef773c5805232314d626ac24b7e6 100644
--- a/runtime/parsec/codelets/codelet_zher2k.c
+++ b/runtime/parsec/codelets/codelet_zher2k.c
@@ -1,34 +1,30 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zher2k.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.5.0
+ ***
+ *
+ * @brief Chameleon zher2k PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 static inline int
 CORE_zher2k_parsec( parsec_execution_stream_t *context,
                     parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zherfb.c b/runtime/parsec/codelets/codelet_zherfb.c
index c90a7bc856f4989772e66b2efcc9b1042b12c876..95aea6bc6575aeca82d303df5626fa610d7c971e 100644
--- a/runtime/parsec/codelets/codelet_zherfb.c
+++ b/runtime/parsec/codelets/codelet_zherfb.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zherfb.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file qwrapper_zherfb.c
+ ***
  *
- *  PLASMA core_blas quark wrapper
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon core_blas PaRSEC wrapper
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zherk.c b/runtime/parsec/codelets/codelet_zherk.c
index 7a0959d4ea1d12fb36b499bf9b8097d386c613a3..fb3d4f768af06cdfd9328c62be676a55d9f7c561 100644
--- a/runtime/parsec/codelets/codelet_zherk.c
+++ b/runtime/parsec/codelets/codelet_zherk.c
@@ -1,35 +1,30 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zherk.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
- * @version 2.5.0
+ * @brief Chameleon zherk PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 static inline int
 CORE_zherk_parsec( parsec_execution_stream_t *context,
                    parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zhessq.c b/runtime/parsec/codelets/codelet_zhessq.c
index be38a4f67dcb6ef7d6c5124f5b8e9303902a9708..eb8f30aa43fc02510899feee716f4105cbd84efa 100644
--- a/runtime/parsec/codelets/codelet_zhessq.c
+++ b/runtime/parsec/codelets/codelet_zhessq.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zhessq.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zhessq PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zlacpy.c b/runtime/parsec/codelets/codelet_zlacpy.c
index 702f414d96302ff59ee486aa95983522527c3c8a..c67a943b1d6e184649d683f28b76ce3187d2042f 100644
--- a/runtime/parsec/codelets/codelet_zlacpy.c
+++ b/runtime/parsec/codelets/codelet_zlacpy.c
@@ -1,34 +1,30 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zlacpy.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.5.0
+ ***
+ *
+ * @brief Chameleon zlacpy PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 static inline int
 CORE_zlacpyx_parsec( parsec_execution_stream_t *context,
                     parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zlag2c.c b/runtime/parsec/codelets/codelet_zlag2c.c
index c6c0f33450193bf94e09b0a9d93cf7546cc0875c..3d63b66c00a8fd0f0d979317343c34b21a5bc938 100644
--- a/runtime/parsec/codelets/codelet_zlag2c.c
+++ b/runtime/parsec/codelets/codelet_zlag2c.c
@@ -1,34 +1,30 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zlag2c.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
- * @version 2.5.0
+ * @brief Chameleon zlag2c PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 static inline int
 CORE_zlag2c_parsec( parsec_execution_stream_t *context,
                     parsec_task_t             *this_task )
@@ -67,11 +63,11 @@ void MORSE_TASK_zlag2c(const MORSE_option_t *options,
         PARSEC_DTD_ARG_END );
 }
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 static inline int
 CORE_clag2z_parsec(parsec_execution_stream_t *context, parsec_task_t *this_task)
 {
diff --git a/runtime/parsec/codelets/codelet_zlange.c b/runtime/parsec/codelets/codelet_zlange.c
index ef7df0b78e8d0998be0ba377680766f946ce2813..ad5e8dba521b9d849bd6367ae25fc299b7e7d307 100644
--- a/runtime/parsec/codelets/codelet_zlange.c
+++ b/runtime/parsec/codelets/codelet_zlange.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zlange.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zlange PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zlanhe.c b/runtime/parsec/codelets/codelet_zlanhe.c
index 58efac9fc7110fea71734729077a8101ec4df194..52d6009d49f7d310c636be1ddee3e7ecf5f6b00a 100644
--- a/runtime/parsec/codelets/codelet_zlanhe.c
+++ b/runtime/parsec/codelets/codelet_zlanhe.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zlanhe.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zlanhe PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zlansy.c b/runtime/parsec/codelets/codelet_zlansy.c
index 748b68065c7b9ccd30dd7ef1b2239337f6b850c0..2c6a5675effb92e811608ad14b8be1d56944ba23 100644
--- a/runtime/parsec/codelets/codelet_zlansy.c
+++ b/runtime/parsec/codelets/codelet_zlansy.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zlansy.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zlansy PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zlantr.c b/runtime/parsec/codelets/codelet_zlantr.c
index 03da6c4cace4343f0f33ce22400dca2a32ca4081..6616a149da8ac19169ebe4fb457601ef2de02221 100644
--- a/runtime/parsec/codelets/codelet_zlantr.c
+++ b/runtime/parsec/codelets/codelet_zlantr.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zlantr.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zlantr PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zlascal.c b/runtime/parsec/codelets/codelet_zlascal.c
index 5f6d2a238582dba99b4f7a9dcee3ba948464123a..0fc697925111c1c6daeecdb3d0e86de5066e6d13 100644
--- a/runtime/parsec/codelets/codelet_zlascal.c
+++ b/runtime/parsec/codelets/codelet_zlascal.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlascal.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlascal.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlascal PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,17 +22,16 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 static inline int
 CORE_zlascal_parsec( parsec_execution_stream_t *context,
                      parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zlaset.c b/runtime/parsec/codelets/codelet_zlaset.c
index 626286c0fde357a1a85bf9e21fe5473b79df5929..44c0318e9909a2a4344c1a4a6aa3d9878f73163d 100644
--- a/runtime/parsec/codelets/codelet_zlaset.c
+++ b/runtime/parsec/codelets/codelet_zlaset.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zlaset.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zlaset PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -58,7 +54,7 @@
  * @param[in] LDA
  *         The leading dimension of the array A.  LDA >= max(1,M).
  *
- **/
+ */
 static inline int
 CORE_zlaset_parsec( parsec_execution_stream_t *context,
                     parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zlaset2.c b/runtime/parsec/codelets/codelet_zlaset2.c
index 648d99e9a5c4e236365bdd9d7283b41539b8eb8a..4204df5d0cb7e21742a8ffce04c73d95eb2d32d1 100644
--- a/runtime/parsec/codelets/codelet_zlaset2.c
+++ b/runtime/parsec/codelets/codelet_zlaset2.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zlaset2.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zlaset2 PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -56,7 +52,7 @@
  * @param[in] LDA
  *         The leading dimension of the array A.  LDA >= max(1,M).
  *
- **/
+ */
 static inline int
 CORE_zlaset2_parsec( parsec_execution_stream_t *context,
                      parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zlatro.c b/runtime/parsec/codelets/codelet_zlatro.c
index 04887c3a652fef086ebcd6e6c0878c0856082e6d..791e9f143e987c835c44455fd0ae7c379bfc69b0 100644
--- a/runtime/parsec/codelets/codelet_zlatro.c
+++ b/runtime/parsec/codelets/codelet_zlatro.c
@@ -1,26 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlatro.c
  *
- **/
-
-/**
- * @file qwrapper_zlatro.c
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- *  PLASMA core_blas quark wrapper
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ ***
  *
- * @version 2.8.0
+ * @brief Chameleon core_blas PaRSEC wrapper
+ *
+ * @version 1.0.0
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -48,9 +44,9 @@ CORE_zlatro_parsec( parsec_execution_stream_t *context,
     return PARSEC_HOOK_RETURN_DONE;
 }
 
-/***************************************************************************//**
+/**
  *
- **/
+ */
 void MORSE_TASK_zlatro(const MORSE_option_t *options,
                        MORSE_enum uplo, MORSE_enum trans,
                        int m, int n, int mb,
diff --git a/runtime/parsec/codelets/codelet_zlauum.c b/runtime/parsec/codelets/codelet_zlauum.c
index e63854da7bf2fcd447527a4894e1f977785b2655..06627c6ca2b67ddf8832656ddbba69445a747408 100644
--- a/runtime/parsec/codelets/codelet_zlauum.c
+++ b/runtime/parsec/codelets/codelet_zlauum.c
@@ -1,34 +1,30 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zlauum.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.5.0
+ ***
+ *
+ * @brief Chameleon zlauum PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 static inline int
 CORE_zlauum_parsec( parsec_execution_stream_t *context,
                     parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zpamm.c b/runtime/parsec/codelets/codelet_zpamm.c
index 53a7407de9e08799d1745f49bbbf7afcc4b63e51..36da673a6c8c7c7214eb9eb7ee164321cf800e2b 100644
--- a/runtime/parsec/codelets/codelet_zpamm.c
+++ b/runtime/parsec/codelets/codelet_zpamm.c
@@ -1,30 +1,26 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zpamm.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
- * @version 2.5.0
+ * @brief Chameleon zpamm PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -68,7 +64,6 @@
  *                \  |    |  L
  *           _      \|____|  _
  *
- *
  *  RIGHT (columnwise and rowwise):
  *
  *          |         K         |                   |    N    |
@@ -163,10 +158,10 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 
-/***************************************************************************/
+/**/
 
 static inline int
 CORE_zpamm_parsec( parsec_execution_stream_t *context,
diff --git a/runtime/parsec/codelets/codelet_zplghe.c b/runtime/parsec/codelets/codelet_zplghe.c
index 9f56b3937ca44f73415ba06efbbceed2ac01c1ef..228aa415f17d46b0dae81a0167780e10fefadb65 100644
--- a/runtime/parsec/codelets/codelet_zplghe.c
+++ b/runtime/parsec/codelets/codelet_zplghe.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zplghe.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zplghe PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zplgsy.c b/runtime/parsec/codelets/codelet_zplgsy.c
index 5c78e20a7967293450164e54b761138577da5d27..e1cb2606c30de6b6895c244026d05145116e2279 100644
--- a/runtime/parsec/codelets/codelet_zplgsy.c
+++ b/runtime/parsec/codelets/codelet_zplgsy.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zplgsy.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zplgsy PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zplrnt.c b/runtime/parsec/codelets/codelet_zplrnt.c
index 61ecdf376a431d1a1e02d71d181acf09a6110d10..b117329d2e9ae033e56fb09d35964de1f814c2c6 100644
--- a/runtime/parsec/codelets/codelet_zplrnt.c
+++ b/runtime/parsec/codelets/codelet_zplrnt.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zplrnt.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zplrnt PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zplssq.c b/runtime/parsec/codelets/codelet_zplssq.c
index 9200e65b01d2cd1b155088276acd9dbc92e7d0b9..39fbc5b5c602002e067fb467d46feb3e4ba3657e 100644
--- a/runtime/parsec/codelets/codelet_zplssq.c
+++ b/runtime/parsec/codelets/codelet_zplssq.c
@@ -1,31 +1,27 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zplssq.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
- * @version 2.5.0
+ * @brief Chameleon zplssq PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <math.h>
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/*****************************************************************************
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
diff --git a/runtime/parsec/codelets/codelet_zpotrf.c b/runtime/parsec/codelets/codelet_zpotrf.c
index a8618e06ed144da37fdaaf03fab34c661e5c59b9..434968089184f3b9f21ee77639ecf63a306430ca 100644
--- a/runtime/parsec/codelets/codelet_zpotrf.c
+++ b/runtime/parsec/codelets/codelet_zpotrf.c
@@ -1,34 +1,30 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zpotrf.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @version 2.5.0
+ ***
+ *
+ * @brief Chameleon zpotrf PaRSEC codelet
+ *
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 static inline int
 CORE_zpotrf_parsec( parsec_execution_stream_t *context,
                     parsec_task_t             *this_task )
diff --git a/runtime/parsec/codelets/codelet_zssssm.c b/runtime/parsec/codelets/codelet_zssssm.c
index 71998f8fd216fee211113b33a8f5fed14e8ff740..be3193ae662886ecd6554075096a6faefbf1e664 100644
--- a/runtime/parsec/codelets/codelet_zssssm.c
+++ b/runtime/parsec/codelets/codelet_zssssm.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zssssm.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zssssm PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zsymm.c b/runtime/parsec/codelets/codelet_zsymm.c
index 292ab02efc6499570ba8ba3a88338d9208a474c3..e52418ef12b69e7d68a1cea34dde9ca56fc8886e 100644
--- a/runtime/parsec/codelets/codelet_zsymm.c
+++ b/runtime/parsec/codelets/codelet_zsymm.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zsymm.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zsymm PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zsyr2k.c b/runtime/parsec/codelets/codelet_zsyr2k.c
index 16ba727340d4427bdea6d8552100908213980775..cc26d68d54afdfa36f32b32aa3b6299adaac6561 100644
--- a/runtime/parsec/codelets/codelet_zsyr2k.c
+++ b/runtime/parsec/codelets/codelet_zsyr2k.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zsyr2k.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zsyr2k PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zsyrk.c b/runtime/parsec/codelets/codelet_zsyrk.c
index 0d313d8a39cf8aafbf0d631090c8905f1dd31192..aef91156fc3d54ae5b0e10f410a637cb17235c34 100644
--- a/runtime/parsec/codelets/codelet_zsyrk.c
+++ b/runtime/parsec/codelets/codelet_zsyrk.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zsyrk.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zsyrk PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zsyssq.c b/runtime/parsec/codelets/codelet_zsyssq.c
index 0dc91bbb1b2c807fde6f146da860f31b4b5332c5..b00c92c77ce4be3d13dcdb767a54512227806854 100644
--- a/runtime/parsec/codelets/codelet_zsyssq.c
+++ b/runtime/parsec/codelets/codelet_zsyssq.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zsyssq.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zsyssq PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
index e28a4d234e6d03a2062fb08c96143e3e6a4a4849..d75061e9844d2a01c889c22b7a19f2dbaba8d959 100644
--- a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zsytrf_nopiv.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zsytrf_nopiv PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztile_zero.c b/runtime/parsec/codelets/codelet_ztile_zero.c
index e55afa236bf6dbd3a5dfb19938f6fd0aad553aab..14d4b32171c9220bcd4a02097535d7925d62f52e 100644
--- a/runtime/parsec/codelets/codelet_ztile_zero.c
+++ b/runtime/parsec/codelets/codelet_ztile_zero.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_ztile_zero.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon ztile_zero PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztplqt.c b/runtime/parsec/codelets/codelet_ztplqt.c
index 70314235e554b098b75e8caf769c7e8751e81ccc..3c447650d2358ef25e39a3ebce9858fa3df045c1 100644
--- a/runtime/parsec/codelets/codelet_ztplqt.c
+++ b/runtime/parsec/codelets/codelet_ztplqt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztplqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztplqt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztplqt PaRSEC codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztpmlqt.c b/runtime/parsec/codelets/codelet_ztpmlqt.c
index 42184fe70c1f00d856619d5868630d519c91347c..667b63c5ee8ac3d3959db3047779f8a3704298e6 100644
--- a/runtime/parsec/codelets/codelet_ztpmlqt.c
+++ b/runtime/parsec/codelets/codelet_ztpmlqt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztpmlqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztpmlqt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztpmlqt PaRSEC codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztpmqrt.c b/runtime/parsec/codelets/codelet_ztpmqrt.c
index a92b74727594f05f22f4aa39fa1194995c16a91d..0b3446d61eaea62d728a1bd9683f9c569193893c 100644
--- a/runtime/parsec/codelets/codelet_ztpmqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpmqrt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztpmqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztpqrt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztpmqrt PaRSEC codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztpqrt.c b/runtime/parsec/codelets/codelet_ztpqrt.c
index 9c120a89acbdfaa0fe6bac1e1b7cc5ef87489d7c..a0f4628ed8c0ebf4899b4e1eb5fe93bbca09882e 100644
--- a/runtime/parsec/codelets/codelet_ztpqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpqrt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztpqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztpqrt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztpqrt PaRSEC codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztradd.c b/runtime/parsec/codelets/codelet_ztradd.c
index 29b6cb93294a17d4e32c0c668979089aaba7e057..53d9899288a0b173892497fdd6f9c067ed8eae85 100644
--- a/runtime/parsec/codelets/codelet_ztradd.c
+++ b/runtime/parsec/codelets/codelet_ztradd.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztradd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztradd.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztradd PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -111,7 +106,7 @@ CORE_ztradd_parsec( parsec_execution_stream_t *context,
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_ztradd(const MORSE_option_t *options,
                        MORSE_enum uplo, MORSE_enum trans, int m, int n, int nb,
                        MORSE_Complex64_t alpha, const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/parsec/codelets/codelet_ztrasm.c b/runtime/parsec/codelets/codelet_ztrasm.c
index 3ca5dcf2eaa935bc56038775237f696937ed74a6..5b9b9f6f517a73243ea8ea4394e08bb201ac86d9 100644
--- a/runtime/parsec/codelets/codelet_ztrasm.c
+++ b/runtime/parsec/codelets/codelet_ztrasm.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_ztrasm.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon ztrasm PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztrmm.c b/runtime/parsec/codelets/codelet_ztrmm.c
index ce0608f4895e380a5bcdbd3656f98d257eb647e9..ae2ef47f1385c509e94f4f4d17e95c7893d144e0 100644
--- a/runtime/parsec/codelets/codelet_ztrmm.c
+++ b/runtime/parsec/codelets/codelet_ztrmm.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_ztrmm.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon ztrmm PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztrsm.c b/runtime/parsec/codelets/codelet_ztrsm.c
index deaace6bd211bb7dad9937ee594f989e6b6a006b..697ac02e806b01ef032d6e36ffbd8303a129e062 100644
--- a/runtime/parsec/codelets/codelet_ztrsm.c
+++ b/runtime/parsec/codelets/codelet_ztrsm.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_ztrsm.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon ztrsm PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztrssq.c b/runtime/parsec/codelets/codelet_ztrssq.c
index 66c57d747ef1423d5248d43bdc3bc5bde17fe5d7..fc6428a91f6e242221ba3f155c6e23f1f4efb8ab 100644
--- a/runtime/parsec/codelets/codelet_ztrssq.c
+++ b/runtime/parsec/codelets/codelet_ztrssq.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_ztrssq.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon ztrssq PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztrtri.c b/runtime/parsec/codelets/codelet_ztrtri.c
index cd14186ba97a9fe0b80d8ab7539adea4e31f1403..4fc0bcf0d2fdf131ac3d0ec317e6bd0c26beeb9e 100644
--- a/runtime/parsec/codelets/codelet_ztrtri.c
+++ b/runtime/parsec/codelets/codelet_ztrtri.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_ztrtri.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon ztrtri PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztslqt.c b/runtime/parsec/codelets/codelet_ztslqt.c
index 3bb06310d6889868a48e5d1df5b37ce64a15a17b..fde0eeeab677c2bd24ee5cca8a2a11719aa169a0 100644
--- a/runtime/parsec/codelets/codelet_ztslqt.c
+++ b/runtime/parsec/codelets/codelet_ztslqt.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_ztslqt.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon ztslqt PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztsmlq.c b/runtime/parsec/codelets/codelet_ztsmlq.c
index 4d850e25076431ad1a7a953ecd7c6cb3f05ff853..5642007d9a15be6d99dbcb53e83c215bfe532727 100644
--- a/runtime/parsec/codelets/codelet_ztsmlq.c
+++ b/runtime/parsec/codelets/codelet_ztsmlq.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_ztsmlq.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon ztsmlq PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
index 08b85b3ef2e930dc581a4d1a05d6f364a7750800..5f3fa01d35346c70c24f641715b7e7ca272cd685 100644
--- a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsmlq_hetra1.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztsmlq_hetra1.c
+ ***
  *
- *  PLASMA core_blas quark wrapper
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsmlq_hetra1 PaRSEC codelet
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
@@ -24,7 +19,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztsmqr.c b/runtime/parsec/codelets/codelet_ztsmqr.c
index a33948fd34aad0a63b56530e71308b0bdb8a2d88..607c58fe311d77160f0cf7fe078fde4685bcfd75 100644
--- a/runtime/parsec/codelets/codelet_ztsmqr.c
+++ b/runtime/parsec/codelets/codelet_ztsmqr.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_ztsmqr.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon ztsmqr PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
index 50d30f386d8e9c6111ccf68e7bd34e3732c8dc7b..a73d1fe46e21004bf8114de9919d1a249d62e4b2 100644
--- a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsmqr_hetra1.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelets_ztsmqr_hetra1.c
+ ***
  *
- *  PLASMA core_blas quark wrapper
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsmqr_hetra1 PaRSEC codelet
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
@@ -24,7 +19,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztsqrt.c b/runtime/parsec/codelets/codelet_ztsqrt.c
index e4c9830995a6460689cdfa5108f4f58b5162a7e4..70e6255ae514492feef1c7b5b327513dadc121e4 100644
--- a/runtime/parsec/codelets/codelet_ztsqrt.c
+++ b/runtime/parsec/codelets/codelet_ztsqrt.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_ztsqrt.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon ztsqrt PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_ztstrf.c b/runtime/parsec/codelets/codelet_ztstrf.c
index 7dd96544d820f25a6b8a5889cfaf9f1f4225b1e7..cc52a1203e1a1949cc6978458d93075d81701e0f 100644
--- a/runtime/parsec/codelets/codelet_ztstrf.c
+++ b/runtime/parsec/codelets/codelet_ztstrf.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_ztstrf.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon ztstrf PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zttlqt.c b/runtime/parsec/codelets/codelet_zttlqt.c
index 7981af03d7ed1f344f167b2f33a2392aaf4efa02..50b58208a5415f588b9ae11d1fc866bad4ead4f1 100644
--- a/runtime/parsec/codelets/codelet_zttlqt.c
+++ b/runtime/parsec/codelets/codelet_zttlqt.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zttlqt.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zttlqt PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zttmlq.c b/runtime/parsec/codelets/codelet_zttmlq.c
index 185ae1715f389266e861c74db18ce4a1a72f24ae..daf10d1a6a30303c11f9894db0b7c6aedf463b16 100644
--- a/runtime/parsec/codelets/codelet_zttmlq.c
+++ b/runtime/parsec/codelets/codelet_zttmlq.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zttmlq.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zttmlq PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zttmqr.c b/runtime/parsec/codelets/codelet_zttmqr.c
index 542706cab822c842f952985085f8cea6cf092170..ef3ac2fca74e9115f72df0880a45336af92a6e23 100644
--- a/runtime/parsec/codelets/codelet_zttmqr.c
+++ b/runtime/parsec/codelets/codelet_zttmqr.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zttmqr.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zttmqr PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zttqrt.c b/runtime/parsec/codelets/codelet_zttqrt.c
index 6f61cbf5c7b1b82f50fe0a1cd2ba7898f16c379d..498029a535a348ba6e399c942ea27edc37926374 100644
--- a/runtime/parsec/codelets/codelet_zttqrt.c
+++ b/runtime/parsec/codelets/codelet_zttqrt.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zttqrt.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zttqrt PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zunmlq.c b/runtime/parsec/codelets/codelet_zunmlq.c
index dd5e02aa3b174a575147e31620dafde411552b44..3e189ad793f1bdb36a35b0adc3985d0c7deb710f 100644
--- a/runtime/parsec/codelets/codelet_zunmlq.c
+++ b/runtime/parsec/codelets/codelet_zunmlq.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zunmlq.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zunmlq PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/codelets/codelet_zunmqr.c b/runtime/parsec/codelets/codelet_zunmqr.c
index 8bf9ea69bff08023f0d014b2483d5a5f90db9935..904547eb5d59ef2fbb26f9e2d330216205a2b0c4 100644
--- a/runtime/parsec/codelets/codelet_zunmqr.c
+++ b/runtime/parsec/codelets/codelet_zunmqr.c
@@ -1,25 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
- *
- **/
-
-/**
  * @file codelet_zunmqr.c
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon zunmqr PaRSEC codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @author Reazul Hoque
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/parsec/control/runtime_async.c b/runtime/parsec/control/runtime_async.c
index 5745eb11738804a1b949fd5a872f3b28a8328fea..71d6832d24a7dac7a3639350f668b9e95eecc71d 100644
--- a/runtime/parsec/control/runtime_async.c
+++ b/runtime/parsec/control/runtime_async.c
@@ -1,24 +1,28 @@
 /**
+ *
+ * @file runtime_async.c
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_async.c
+ ***
+ *
+ * @brief Chameleon PaRSEC asynchronous routines
  *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @date 2017-01-12
  *
- **/
+ */
 #include <stdlib.h>
 #include "chameleon_parsec.h"
 
-/*******************************************************************************
+/**
  *  Create a sequence
- **/
+ */
 int RUNTIME_sequence_create( MORSE_context_t  *morse,
                              MORSE_sequence_t *sequence )
 {
@@ -33,9 +37,9 @@ int RUNTIME_sequence_create( MORSE_context_t  *morse,
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Destroy a sequence
- **/
+ */
 int RUNTIME_sequence_destroy( MORSE_context_t  *morse,
                               MORSE_sequence_t *sequence )
 {
@@ -50,9 +54,9 @@ int RUNTIME_sequence_destroy( MORSE_context_t  *morse,
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Wait for the completion of a sequence
- **/
+ */
 int RUNTIME_sequence_wait( MORSE_context_t  *morse,
                            MORSE_sequence_t *sequence )
 {
@@ -65,9 +69,9 @@ int RUNTIME_sequence_wait( MORSE_context_t  *morse,
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Terminate a sequence
- **/
+ */
 void RUNTIME_sequence_flush( MORSE_context_t  *morse,
                              MORSE_sequence_t *sequence,
                              MORSE_request_t  *request,
diff --git a/runtime/parsec/control/runtime_context.c b/runtime/parsec/control/runtime_context.c
index 130161d53398460500a7f60a3b3eb92d952a3348..58f41212ac776c5dffd276c9e4fb04ff93c8c422 100644
--- a/runtime/parsec/control/runtime_context.c
+++ b/runtime/parsec/control/runtime_context.c
@@ -1,24 +1,28 @@
 /**
+ *
+ * @file runtime_context.c
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_context.c
+ ***
+ *
+ * @brief Chameleon PaRSEC context routines
  *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @date 2017-01-12
  *
- **/
+ */
 #include <stdlib.h>
 #include "chameleon_parsec.h"
 
-/*******************************************************************************
+/**
  *  Create new context
- **/
+ */
 void RUNTIME_context_create( MORSE_context_t *morse )
 {
     /* In case of PaRSEC, this is done in init */
@@ -26,16 +30,16 @@ void RUNTIME_context_create( MORSE_context_t *morse )
     return;
 }
 
-/*******************************************************************************
+/**
  *  Clean the context
- **/
+ */
 void RUNTIME_context_destroy( MORSE_context_t *morse )
 {
     (void)morse;
     return;
 }
 
-/*******************************************************************************
+/**
  *
  */
 void RUNTIME_enable(MORSE_enum lever)
@@ -50,9 +54,9 @@ void RUNTIME_enable(MORSE_enum lever)
     return;
 }
 
-/*******************************************************************************
+/**
  *
- **/
+ */
 void RUNTIME_disable(MORSE_enum lever)
 {
     switch (lever)
diff --git a/runtime/parsec/control/runtime_control.c b/runtime/parsec/control/runtime_control.c
index 9b3907b007ed46551d1245568cda3d56c1f0a058..128c1bcd99627eeed38217ad9dbcbd38d75c1dab 100644
--- a/runtime/parsec/control/runtime_control.c
+++ b/runtime/parsec/control/runtime_control.c
@@ -1,18 +1,22 @@
 /**
+ *
+ * @file runtime_control.c
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_control.c
+ ***
+ *
+ * @brief Chameleon PaRSEC control routines
  *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @date 2017-01-12
  *
- **/
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include "chameleon_parsec.h"
@@ -21,9 +25,9 @@
 #include <mpi.h>
 #endif
 
-/*******************************************************************************
+/**
  * Initialize MORSE
- **/
+ */
 int RUNTIME_init( MORSE_context_t *morse,
                   int ncpus,
                   int ncudas,
@@ -52,7 +56,7 @@ int RUNTIME_init( MORSE_context_t *morse,
     return hres;
 }
 
-/*******************************************************************************
+/**
  * Finalize MORSE
  */
 void RUNTIME_finalize( MORSE_context_t *morse )
@@ -62,28 +66,28 @@ void RUNTIME_finalize( MORSE_context_t *morse )
     return;
 }
 
-/*******************************************************************************
+/**
  *  To suspend the processing of new tasks by workers
- **/
+ */
 void RUNTIME_pause( MORSE_context_t *morse )
 {
     (void)morse;
     return;
 }
 
-/*******************************************************************************
+/**
  *  This is the symmetrical call to RUNTIME_pause,
  *  used to resume the workers polling for new tasks.
- **/
+ */
 void RUNTIME_resume( MORSE_context_t *morse )
 {
     (void)morse;
     return;
 }
 
-/*******************************************************************************
+/**
  * Barrier MORSE.
- **/
+ */
 void RUNTIME_barrier( MORSE_context_t *morse )
 {
     parsec_context_t *parsec = (parsec_context_t*)(morse->schedopt);
@@ -92,27 +96,27 @@ void RUNTIME_barrier( MORSE_context_t *morse )
     return;
 }
 
-/*******************************************************************************
+/**
  *  Display a progress information when executing the tasks
- **/
+ */
 void RUNTIME_progress( MORSE_context_t *morse )
 {
     (void)morse;
     return;
 }
 
-/*******************************************************************************
+/**
  * Thread rank.
- **/
+ */
 int RUNTIME_thread_rank( MORSE_context_t *morse )
 {
     (void)morse;
     return 0;
 }
 
-/*******************************************************************************
+/**
  * Thread rank.
- **/
+ */
 int RUNTIME_thread_size( MORSE_context_t *morse )
 {
     // TODO: fixme
@@ -121,9 +125,9 @@ int RUNTIME_thread_size( MORSE_context_t *morse )
     return 1;
 }
 
-/*******************************************************************************
+/**
  *  This returns the rank of this process
- **/
+ */
 int RUNTIME_comm_rank( MORSE_context_t *morse )
 {
     int rank = 0;
@@ -135,9 +139,9 @@ int RUNTIME_comm_rank( MORSE_context_t *morse )
     return rank;
 }
 
-/*******************************************************************************
+/**
  *  This returns the size of the distributed computation
- **/
+ */
 int RUNTIME_comm_size( MORSE_context_t *morse )
 {
     int size = 0;
diff --git a/runtime/parsec/control/runtime_descriptor.c b/runtime/parsec/control/runtime_descriptor.c
index b11101f4461eaeaf5a3f1c454ca3622366d82071..14804e77f4dfc0c12682971dac7da8c59a7343d9 100644
--- a/runtime/parsec/control/runtime_descriptor.c
+++ b/runtime/parsec/control/runtime_descriptor.c
@@ -1,18 +1,22 @@
 /**
+ *
+ * @file runtime_descriptor.c
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_descriptor.c
+ ***
+ *
+ * @brief Chameleon PaRSEC descriptor routines
  *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @date 2017-01-12
  *
- **/
+ */
 #include <stdlib.h>
 #include "chameleon_parsec.h"
 #include <parsec/data.h>
@@ -195,9 +199,9 @@ morse_parsec_key_to_string(parsec_data_collection_t *data_collection, parsec_dat
 }
 #endif
 
-/*******************************************************************************
+/**
  *  Create data descriptor
- **/
+ */
 void RUNTIME_desc_create( MORSE_desc_t *mdesc )
 {
     parsec_data_collection_t *data_collection;
@@ -266,9 +270,9 @@ void RUNTIME_desc_create( MORSE_desc_t *mdesc )
     return;
 }
 
-/*******************************************************************************
+/**
  *  Destroy data descriptor
- **/
+ */
 void RUNTIME_desc_destroy( MORSE_desc_t *mdesc )
 {
     morse_parsec_desc_t *pdesc = (morse_parsec_desc_t*)(mdesc->schedopt);
@@ -297,27 +301,27 @@ void RUNTIME_desc_destroy( MORSE_desc_t *mdesc )
     return;
 }
 
-/*******************************************************************************
+/**
  *  Acquire data
- **/
+ */
 int RUNTIME_desc_acquire( const MORSE_desc_t *desc )
 {
     (void)desc;
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Release data
- **/
+ */
 int RUNTIME_desc_release( const MORSE_desc_t *desc )
 {
     (void)desc;
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Flush cached data
- **/
+ */
 void RUNTIME_flush()
 {
 }
@@ -353,9 +357,9 @@ void RUNTIME_data_migrate( const MORSE_sequence_t *sequence,
 }
 #endif
 
-/*******************************************************************************
+/**
  *  Get data addr
- **/
+ */
 void *RUNTIME_desc_getaddr( const MORSE_desc_t *desc, int m, int n )
 {
     assert(0); /* This should not be called because we also need the handle to match the address we need. */
diff --git a/runtime/parsec/control/runtime_options.c b/runtime/parsec/control/runtime_options.c
index 035561939da1d28d6f6585a4ea689fa5183f5d44..4c92b3447cd83a681e584599540c3c84c69472bf 100644
--- a/runtime/parsec/control/runtime_options.c
+++ b/runtime/parsec/control/runtime_options.c
@@ -1,18 +1,22 @@
 /**
+ *
+ * @file runtime_options.c
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_options.c
+ ***
+ *
+ * @brief Chameleon PaRSEC options routines
  *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @date 2017-01-12
  *
- **/
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include "chameleon_parsec.h"
diff --git a/runtime/parsec/control/runtime_profiling.c b/runtime/parsec/control/runtime_profiling.c
index ed7dbd842fadd42d0697c9e1b4e8682fa0ba92ff..a64b312b811dd714c7ef3c3590ca013a2aa2bc3f 100644
--- a/runtime/parsec/control/runtime_profiling.c
+++ b/runtime/parsec/control/runtime_profiling.c
@@ -1,18 +1,22 @@
 /**
+ *
+ * @file runtime_profiling.c
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_profiling.c
+ ***
+ *
+ * @brief Chameleon PaRSEC profiling routines
  *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @date 2017-01-12
  *
- **/
+ */
 #include "chameleon_parsec.h"
 #include "chameleon/chameleon_timer.h"
 
@@ -50,9 +54,9 @@ void RUNTIME_kernelprofile_display(void)
     morse_warning("RUNTIME_kernelprofile_display(parsec)", "Kernel profiling is not available with PaRSEC\n");
 }
 
-/*******************************************************************************
+/**
  *  Set iteration numbers for traces
- **/
+ */
 void RUNTIME_iteration_push( MORSE_context_t *morse, unsigned long iteration )
 {
     (void)morse; (void)iteration;
diff --git a/runtime/parsec/control/runtime_zlocality.c b/runtime/parsec/control/runtime_zlocality.c
index 6b1b97ddac2db608237cf2c7b9d5c52474cad73e..58d6aeaa741d12d270c16301685756f287e0ed14 100644
--- a/runtime/parsec/control/runtime_zlocality.c
+++ b/runtime/parsec/control/runtime_zlocality.c
@@ -1,18 +1,22 @@
 /**
+ *
+ * @file runtime_zlocality.c
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_zlocality.c
+ ***
+ *
+ * @brief Chameleon PaRSEC MORSE_Complex64_t kernel locality management
  *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @date 2017-01-12
  *
- **/
+ */
 #include "runtime/PaRSEC/include/chameleon_parsec.h"
 
 void RUNTIME_zlocality_allrestrict( uint32_t where )
diff --git a/runtime/parsec/control/runtime_zprofiling.c b/runtime/parsec/control/runtime_zprofiling.c
index f93c365870819216f5dc30663651f0b7f663cd98..4e1f7a0a4a05cb731d1e7199f4c2d9b433e5d03c 100644
--- a/runtime/parsec/control/runtime_zprofiling.c
+++ b/runtime/parsec/control/runtime_zprofiling.c
@@ -1,18 +1,22 @@
 /**
+ *
+ * @file runtime_zprofiling.c
  *
  * @copyright 2012-2017 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_zprofiling.c
+ ***
+ *
+ * @brief Chameleon PaRSEC MORSE_Complex64_t kernel progiling
  *
  * @version 1.0.0
  * @author Reazul Hoque
  * @author Mathieu Faverge
  * @date 2017-01-12
  *
- **/
+ */
 #include "chameleon_parsec.h"
 
 void RUNTIME_zdisplay_allprofile()
diff --git a/runtime/parsec/include/chameleon_parsec.h b/runtime/parsec/include/chameleon_parsec.h
index a75f2ee877ccf372a07b186677f6a6d6cea764f3..b7cafbcf2f165d1c07baf45fe9cc4652f2ea120a 100644
--- a/runtime/parsec/include/chameleon_parsec.h
+++ b/runtime/parsec/include/chameleon_parsec.h
@@ -1,13 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2015 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file chameleon_parsec.h
  *
- **/
-
+ * @copyright 2009-2015 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
+ *
+ * @brief Chameleon PaRSEC runtime header
+ *
+ * @version 1.0.0
+ * @author Mathieu Faverge
+ * @author Reazul Hoque
+ * @date 2018-02-06
+ *
+ */
 #ifndef _MORSE_PARSEC_H_
 #define _MORSE_PARSEC_H_
 
diff --git a/runtime/quark/CMakeLists.txt b/runtime/quark/CMakeLists.txt
index db92c2a9bbc2755ca15b7a896432782c7c7cb83e..acc587d4ed2333ef79a54eb6961f85c25bdf492c 100644
--- a/runtime/quark/CMakeLists.txt
+++ b/runtime/quark/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2015 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2015 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project CHAMELEON
 #  CHAMELEON is a software package provided by:
@@ -18,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/runtime/quark/codelets/codelet_zasum.c b/runtime/quark/codelets/codelet_zasum.c
index b1b5ecdd7c940bf4ff64a497f34ad0077102fd36..b180b5ec0cadcb8633adc827b4cdc2853844a013 100644
--- a/runtime/quark/codelets/codelet_zasum.c
+++ b/runtime/quark/codelets/codelet_zasum.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zasum.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zasum.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zasum Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zaxpy.c b/runtime/quark/codelets/codelet_zaxpy.c
index 93f8ea8a00503226764dd943ab4e3c69e2fe675c..17b35efff21bd17b39612b964024246dd81d1953 100644
--- a/runtime/quark/codelets/codelet_zaxpy.c
+++ b/runtime/quark/codelets/codelet_zaxpy.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zaxpy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zaxpy.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zaxpy Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zbuild.c b/runtime/quark/codelets/codelet_zbuild.c
index f7b53f264acd7a59538a32cca032490441e3d90b..6cc5fc3776d4d88ef3061df9cf1531b6e86c80eb 100644
--- a/runtime/quark/codelets/codelet_zbuild.c
+++ b/runtime/quark/codelets/codelet_zbuild.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zbuild.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zbuild.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zbuild Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
@@ -28,7 +23,7 @@
  * @date 2016-09-05
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zgeadd.c b/runtime/quark/codelets/codelet_zgeadd.c
index 63c5c4c253145d73c9779b496d8737dc49af3e45..4054ace96cada78481385b61903bbeff1c5eaa83 100644
--- a/runtime/quark/codelets/codelet_zgeadd.c
+++ b/runtime/quark/codelets/codelet_zgeadd.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgeadd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgeadd.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeadd Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -100,7 +95,7 @@ void CORE_zgeadd_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zgeadd(const MORSE_option_t *options,
                        MORSE_enum trans, int m, int n, int nb,
                        MORSE_Complex64_t alpha, const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/quark/codelets/codelet_zgelqt.c b/runtime/quark/codelets/codelet_zgelqt.c
index 32983f643bc92b285480b777286ea7963b04f009..4ec64f0fe671b6f0b5786dc5421544411d3dd6cb 100644
--- a/runtime/quark/codelets/codelet_zgelqt.c
+++ b/runtime/quark/codelets/codelet_zgelqt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgelqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgelqt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgelqt Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,8 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -109,7 +103,7 @@ void CORE_zgelqt_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zgelqt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
                        const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/quark/codelets/codelet_zgemm.c b/runtime/quark/codelets/codelet_zgemm.c
index 1b105d4fb9d723afdf47da684016f43d543db50d..7bbc396f0369f7aa3a374bb6e9fcb66e7a5f6b60 100644
--- a/runtime/quark/codelets/codelet_zgemm.c
+++ b/runtime/quark/codelets/codelet_zgemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgemm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgemm Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zgeqrt.c b/runtime/quark/codelets/codelet_zgeqrt.c
index f18033e27777cc80b00e5608ecaffed5801009c0..3d0d447b1d2a0abbed35fc7fb9bd3ca6c03fb594 100644
--- a/runtime/quark/codelets/codelet_zgeqrt.c
+++ b/runtime/quark/codelets/codelet_zgeqrt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgeqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgeqrt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeqrt Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -109,7 +104,7 @@ void CORE_zgeqrt_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zgeqrt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
                        const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/quark/codelets/codelet_zgessm.c b/runtime/quark/codelets/codelet_zgessm.c
index 4cf62352a7352ce563e3dd73cef3fe208fc1233d..fb3768e83ff2e1ca38821c8b5c59173c2a2b61c4 100644
--- a/runtime/quark/codelets/codelet_zgessm.c
+++ b/runtime/quark/codelets/codelet_zgessm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgessm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgessm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgessm Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/cblas.h"
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
@@ -51,7 +46,7 @@ void CORE_zgessm_quark(Quark *quark)
     CORE_zgessm(m, n, k, ib, IPIV, D, ldd, A, lda);
 }
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -95,7 +90,7 @@ void CORE_zgessm_quark(Quark *quark)
  *         \retval MORSE_SUCCESS successful exit
  *         \retval <0 if INFO = -k, the k-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zgessm(const MORSE_option_t *options,
                        int m, int n, int k, int ib, int nb,
                        int *IPIV,
diff --git a/runtime/quark/codelets/codelet_zgessq.c b/runtime/quark/codelets/codelet_zgessq.c
index 6e3722dd9a7b70b509b9c9a840a7f3844b2d1ef8..aae97be3d4f5b23ebd7445d4197bc81fd9d936b1 100644
--- a/runtime/quark/codelets/codelet_zgessq.c
+++ b/runtime/quark/codelets/codelet_zgessq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgessq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgessq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zgessq Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zgetrf.c b/runtime/quark/codelets/codelet_zgetrf.c
index e282ec9e88e48a2d0f1eb9291d8efc2fd9e193ec..e057507193796997dffa8ad8bab5c9175744b505 100644
--- a/runtime/quark/codelets/codelet_zgetrf.c
+++ b/runtime/quark/codelets/codelet_zgetrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgetrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgetrf.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrf Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,8 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zgetrf_incpiv.c b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
index 61eaa07ccefea60ce56ed85496df2aaef9b4d193..7ce7da4d167b98649605ae76aa57d83707941ec6 100644
--- a/runtime/quark/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgetrf_incpiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgetrf_incpiv.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrf_incpiv Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -54,7 +49,7 @@ void CORE_zgetrf_incpiv_quark(Quark *quark)
     }
 }
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -107,7 +102,7 @@ void CORE_zgetrf_incpiv_quark(Quark *quark)
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zgetrf_incpiv(const MORSE_option_t *options,
                               int m, int n, int ib, int nb,
                               const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/quark/codelets/codelet_zgetrf_nopiv.c b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
index 03ce7028f68bbde1e47be3e93b22ba02f90bc7ce..0436e2e2eeaf34fbb923eccead39c3077edc34d1 100644
--- a/runtime/quark/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgetrf_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgetrf_nopiv.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrf_nopiv Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
@@ -24,7 +19,7 @@
  * @date 2013-02-01
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -48,7 +43,7 @@ void CORE_zgetrf_nopiv_quark(Quark *quark)
     }
 }
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -94,7 +89,7 @@ void CORE_zgetrf_nopiv_quark(Quark *quark)
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zgetrf_nopiv(const MORSE_option_t *options,
                              int m, int n, int ib, int nb,
                              const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/quark/codelets/codelet_zhe2ge.c b/runtime/quark/codelets/codelet_zhe2ge.c
index 18761e7b43696f1c7a61ea4f46017385fd128b55..b010e2b9b63f7c1f538528f6ef24bd8af5f0dd36 100644
--- a/runtime/quark/codelets/codelet_zhe2ge.c
+++ b/runtime/quark/codelets/codelet_zhe2ge.c
@@ -1,25 +1,20 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zhe2ge.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zhe2ge.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zhe2ge Quark codelet
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -28,7 +23,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 static inline void CORE_zhe2ge_quark(Quark *quark)
 {
     MORSE_enum uplo;
diff --git a/runtime/quark/codelets/codelet_zhemm.c b/runtime/quark/codelets/codelet_zhemm.c
index f68481accea2da25c605491da958c53b4d158545..b5d7a0c8ad2c22ad2dbda64456d0d0c29694d7e5 100644
--- a/runtime/quark/codelets/codelet_zhemm.c
+++ b/runtime/quark/codelets/codelet_zhemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zhemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zhemm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zhemm Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zher2k.c b/runtime/quark/codelets/codelet_zher2k.c
index 3f47dbac4dccd3c258c690e43bfce3b80f82995f..6cbde40ecd03d40fd7585fb85252999c7c8e4768 100644
--- a/runtime/quark/codelets/codelet_zher2k.c
+++ b/runtime/quark/codelets/codelet_zher2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zher2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zher2k.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zher2k Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zherfb.c b/runtime/quark/codelets/codelet_zherfb.c
index 79d9181df7230353582e6bf1eab15ebd706e49ae..a51082c7119bd8a745a5744e98248bb2a803b861 100644
--- a/runtime/quark/codelets/codelet_zherfb.c
+++ b/runtime/quark/codelets/codelet_zherfb.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zherfb.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file qwrapper_zherfb.c
+ ***
  *
- *  PLASMA core_blas quark wrapper
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zherfb Quark codelet
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zherk.c b/runtime/quark/codelets/codelet_zherk.c
index 1c81f3a0494494f5f38a52f5d1c974d5ce679e0e..b7935f187045258333e1f605e8c4e1816c405c3f 100644
--- a/runtime/quark/codelets/codelet_zherk.c
+++ b/runtime/quark/codelets/codelet_zherk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zherk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zherk.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zherk Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zhessq.c b/runtime/quark/codelets/codelet_zhessq.c
index 329635c899fd993d3813f82fe16d0606823ad442..d32e0fb2b73a41954abbcfeebf9a11ba779b4040 100644
--- a/runtime/quark/codelets/codelet_zhessq.c
+++ b/runtime/quark/codelets/codelet_zhessq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zhessq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zhessq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zhessq Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zlacpy.c b/runtime/quark/codelets/codelet_zlacpy.c
index a38850320db7b538337250a1cacdcc7a8a5392ca..bac49ebec954643fd1b1656af7e1435485320f85 100644
--- a/runtime/quark/codelets/codelet_zlacpy.c
+++ b/runtime/quark/codelets/codelet_zlacpy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlacpy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlacpy.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlacpy Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,8 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zlag2c.c b/runtime/quark/codelets/codelet_zlag2c.c
index a3c23c36a82039245b8cd095dd013f815c4f76ba..cf89a7b90e7e1b6caadfaa3c80f9fe83d3a7168c 100644
--- a/runtime/quark/codelets/codelet_zlag2c.c
+++ b/runtime/quark/codelets/codelet_zlag2c.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlag2c.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlag2c.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlag2c Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,8 +20,7 @@
  * @date 2010-11-15
  * @precisions mixed zc -> ds
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zlange.c b/runtime/quark/codelets/codelet_zlange.c
index edc7452263856db2c04acc9379d1b26166f24370..9b477d02ac9ab85aaf51dfa4e62a9b637eca8164 100644
--- a/runtime/quark/codelets/codelet_zlange.c
+++ b/runtime/quark/codelets/codelet_zlange.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlange.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlange.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlange Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -25,8 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zlanhe.c b/runtime/quark/codelets/codelet_zlanhe.c
index 27cd9ebbba1ba865599c409cfad075a29e74e78d..0c09ec7b5d0fbb99c0bc0a5335a9d18c691b13f9 100644
--- a/runtime/quark/codelets/codelet_zlanhe.c
+++ b/runtime/quark/codelets/codelet_zlanhe.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlanhe.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlanhe.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlanhe Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -25,8 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zlansy.c b/runtime/quark/codelets/codelet_zlansy.c
index c4e5fa3072790913123a397bf8b101f524f62b29..3f11f37bbe192b5a2a6fe172e67a809202a6732d 100644
--- a/runtime/quark/codelets/codelet_zlansy.c
+++ b/runtime/quark/codelets/codelet_zlansy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlansy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlansy.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlansy Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -25,8 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zlantr.c b/runtime/quark/codelets/codelet_zlantr.c
index 20078833c774af3d897beb3954d1a22d3e338650..cfa76672facae4120c2d7ab238b1d1dd673698c4 100644
--- a/runtime/quark/codelets/codelet_zlantr.c
+++ b/runtime/quark/codelets/codelet_zlantr.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlantr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlantr.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlantr Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zlascal.c b/runtime/quark/codelets/codelet_zlascal.c
index 72c5e1ab8b11e63db935afcb32962c54bd3b9bbe..2bbdde5b2c41c15b7228bc43433bdf9847f5c859 100644
--- a/runtime/quark/codelets/codelet_zlascal.c
+++ b/runtime/quark/codelets/codelet_zlascal.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlascal.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlascal.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlascal Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,8 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zlaset.c b/runtime/quark/codelets/codelet_zlaset.c
index 1c6c44c01ee2acefe54fc273d910ee629ddfa515..7dabbce58bca2b82de811d41fa9f47b943272ed9 100644
--- a/runtime/quark/codelets/codelet_zlaset.c
+++ b/runtime/quark/codelets/codelet_zlaset.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlaset.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlaset.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlaset Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -26,8 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -80,7 +74,7 @@ void CORE_zlaset_quark(Quark *quark)
  * @param[in] LDA
  *         The leading dimension of the array A.  LDA >= max(1,M).
  *
- **/
+ */
 void MORSE_TASK_zlaset(const MORSE_option_t *options,
                        MORSE_enum uplo, int M, int N,
                        MORSE_Complex64_t alpha, MORSE_Complex64_t beta,
diff --git a/runtime/quark/codelets/codelet_zlaset2.c b/runtime/quark/codelets/codelet_zlaset2.c
index 29270843e7f896fc6b391f707d167302e9d3c66b..5ab04bf0d9fc665387b5098824ed6daed7a7df75 100644
--- a/runtime/quark/codelets/codelet_zlaset2.c
+++ b/runtime/quark/codelets/codelet_zlaset2.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlaset2.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlaset2.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlaset2 Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -26,8 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -77,8 +71,7 @@ void CORE_zlaset2_quark(Quark *quark)
  * @param[in] LDA
  *         The leading dimension of the array A.  LDA >= max(1,M).
  *
- **/
-
+ */
 void MORSE_TASK_zlaset2(const MORSE_option_t *options,
                        MORSE_enum uplo, int M, int N,
                        MORSE_Complex64_t alpha, const MORSE_desc_t *A, int Am, int An, int LDA)
diff --git a/runtime/quark/codelets/codelet_zlatro.c b/runtime/quark/codelets/codelet_zlatro.c
index a1f0f4fe9268bb9b2778921f93b838dad9bb70bb..ec9f630716410ecd6a2f47211d4ee83eb1f40788 100644
--- a/runtime/quark/codelets/codelet_zlatro.c
+++ b/runtime/quark/codelets/codelet_zlatro.c
@@ -1,26 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlatro.c
  *
- **/
-
-/**
- * @file qwrapper_zlatro.c
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
- *  PLASMA core_blas quark wrapper
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlatro Quark codelet
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zlauum.c b/runtime/quark/codelets/codelet_zlauum.c
index 944871dfe7b38158bcfd432e1b740f95f8db2d19..798358ffec731ac5bdd682c5e3ce32a28a93b65d 100644
--- a/runtime/quark/codelets/codelet_zlauum.c
+++ b/runtime/quark/codelets/codelet_zlauum.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlauum.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlauum.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlauum Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,8 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zpamm.c b/runtime/quark/codelets/codelet_zpamm.c
index ae351f9706f44fd9873e74a18e3435d3ed28ac56..22b2ea670032493e946b3f190a498dd0c0c26f5d 100644
--- a/runtime/quark/codelets/codelet_zpamm.c
+++ b/runtime/quark/codelets/codelet_zpamm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zpamm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zpamm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zpamm Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dulceneia Becker
@@ -26,7 +21,7 @@
  * @date 2011-06-14
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/cblas.h"
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
@@ -101,7 +96,6 @@ CORE_zpamm_quark(Quark *quark)
  *                \  |    |  L
  *           _      \|____|  _
  *
- *
  *  RIGHT (columnwise and rowwise):
  *
  *          |         K         |                   |    N    |
@@ -196,7 +190,7 @@ CORE_zpamm_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void
 MORSE_TASK_zpamm(const MORSE_option_t *options,
                  int op, MORSE_enum side, int storev,
diff --git a/runtime/quark/codelets/codelet_zplghe.c b/runtime/quark/codelets/codelet_zplghe.c
index f9b3764832afa2bc444b2c287434aa554ff39cd8..cea0f08c1ba269675dc85a484dc82d3c23e072f6 100644
--- a/runtime/quark/codelets/codelet_zplghe.c
+++ b/runtime/quark/codelets/codelet_zplghe.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zplghe.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zplghe.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplghe Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zplgsy.c b/runtime/quark/codelets/codelet_zplgsy.c
index 92095ba9879084b91245099cebea0d5caf848a86..a5102abbc620213d1a34903193c280d948654b54 100644
--- a/runtime/quark/codelets/codelet_zplgsy.c
+++ b/runtime/quark/codelets/codelet_zplgsy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zplgsy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zplgsy.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplgsy Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zplrnt.c b/runtime/quark/codelets/codelet_zplrnt.c
index 6bdadfe01aa3bcf5a4eebe460ebdc537de89793b..d92e937459fd7bf58600a8956f7c6823741739f2 100644
--- a/runtime/quark/codelets/codelet_zplrnt.c
+++ b/runtime/quark/codelets/codelet_zplrnt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zplrnt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zplrnt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplrnt Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zplssq.c b/runtime/quark/codelets/codelet_zplssq.c
index bcff3ea19417a7208a04e0941e7cbe54f8a95172..bde4acc37e1c83ca25824a399e110dbfb0e762d5 100644
--- a/runtime/quark/codelets/codelet_zplssq.c
+++ b/runtime/quark/codelets/codelet_zplssq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zplssq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zplssq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zplssq Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <math.h>
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
@@ -44,7 +39,7 @@ void CORE_zplssq_quark(Quark *quark)
     }
 }
 
-/*****************************************************************************
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
diff --git a/runtime/quark/codelets/codelet_zpotrf.c b/runtime/quark/codelets/codelet_zpotrf.c
index 7d8c3f0b56336c50fdba7d77e2e002289d249db0..ae8298bec23786ac2f328f73a0c0ce5e58abb11c 100644
--- a/runtime/quark/codelets/codelet_zpotrf.c
+++ b/runtime/quark/codelets/codelet_zpotrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zpotrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zpotrf.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zpotrf Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zssssm.c b/runtime/quark/codelets/codelet_zssssm.c
index 6017ed56e748d603b9402dd988c017d52a9a680b..bfb3f321ba1e07faaef6f000ca9552a4d8260414 100644
--- a/runtime/quark/codelets/codelet_zssssm.c
+++ b/runtime/quark/codelets/codelet_zssssm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zssssm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zssssm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zssssm Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "coreblas/cblas.h"
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
@@ -55,7 +50,7 @@ void CORE_zssssm_quark(Quark *quark)
     CORE_zssssm(m1, n1, m2, n2, k, ib, A1, lda1, A2, lda2, L1, ldl1, L2, ldl2, IPIV);
 }
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -124,7 +119,7 @@ void CORE_zssssm_quark(Quark *quark)
  *         \retval MORSE_SUCCESS successful exit
  *         \retval <0 if INFO = -k, the k-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zssssm(const MORSE_option_t *options,
                        int m1, int n1, int m2, int n2, int k, int ib, int nb,
                        const MORSE_desc_t *A1, int A1m, int A1n, int lda1,
diff --git a/runtime/quark/codelets/codelet_zsymm.c b/runtime/quark/codelets/codelet_zsymm.c
index 949af0193b71c5d30e8afcd1f6c2056f583c84fd..b2c82145d3f21a658704577c6f00978520347b7d 100644
--- a/runtime/quark/codelets/codelet_zsymm.c
+++ b/runtime/quark/codelets/codelet_zsymm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zsymm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zsymm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsymm Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zsyr2k.c b/runtime/quark/codelets/codelet_zsyr2k.c
index 72bf3e596d48ff9b5ddcd4b07c5dc56640edba9a..c3534145272e0a6f83c1dd356516527444029dc5 100644
--- a/runtime/quark/codelets/codelet_zsyr2k.c
+++ b/runtime/quark/codelets/codelet_zsyr2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zsyr2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zsyr2k.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsyr2k Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zsyrk.c b/runtime/quark/codelets/codelet_zsyrk.c
index 1dd33d770729fcb950202bd23df8643ea9357488..afedbc67f3366af661eaab00568f6fda69594778 100644
--- a/runtime/quark/codelets/codelet_zsyrk.c
+++ b/runtime/quark/codelets/codelet_zsyrk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zsyrk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zsyrk.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsyrk Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zsyssq.c b/runtime/quark/codelets/codelet_zsyssq.c
index ab72718080fe44d72ac8e53046452f5b1fb51539..a29ecb6fd9dab2a598743af79bb199d71dbf7e07 100644
--- a/runtime/quark/codelets/codelet_zsyssq.c
+++ b/runtime/quark/codelets/codelet_zsyssq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zsyssq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zsyssq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zsyssq Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_zsytrf_nopiv.c b/runtime/quark/codelets/codelet_zsytrf_nopiv.c
index f6c6d87cc5722a4b691f9b1824471cd625bd0f94..b7de65360a818ec5ffbec1a6565c9c5238cf3d34 100644
--- a/runtime/quark/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/quark/codelets/codelet_zsytrf_nopiv.c
@@ -1,20 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zsytrf_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zsytrf_nopiv.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zsytrf_nopiv Quark codelet
  *
  * @version 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2011-10-09
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztile_zero.c b/runtime/quark/codelets/codelet_ztile_zero.c
index 93c727591440d443ddf3da7c6f55580662fc2e7c..c9a10feac1e16698d38fba38a752c1e2cb61638a 100644
--- a/runtime/quark/codelets/codelet_ztile_zero.c
+++ b/runtime/quark/codelets/codelet_ztile_zero.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztile_zero.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztile_zero.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztile_zero Quark codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztplqt.c b/runtime/quark/codelets/codelet_ztplqt.c
index b1723f8fdaca10352ffcef2e36602a9d992d3df7..2682e3a40313e343cda534e775c0d011617c2af2 100644
--- a/runtime/quark/codelets/codelet_ztplqt.c
+++ b/runtime/quark/codelets/codelet_ztplqt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztplqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztplqt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztplqt Quark codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztpmlqt.c b/runtime/quark/codelets/codelet_ztpmlqt.c
index 0d6f2e6f6a12aa825a7a40d2e2596fe924008fb6..50bb9ff8ffdae9223b848ebb31039b22377cfc6f 100644
--- a/runtime/quark/codelets/codelet_ztpmlqt.c
+++ b/runtime/quark/codelets/codelet_ztpmlqt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztpmlqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztpmlqt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztpmlqt Quark codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztpmqrt.c b/runtime/quark/codelets/codelet_ztpmqrt.c
index 16b1bbff6156090fa65dd82f5943d55f2e8faa89..4d551981099a7797659d46e372e0f18d3fccb507 100644
--- a/runtime/quark/codelets/codelet_ztpmqrt.c
+++ b/runtime/quark/codelets/codelet_ztpmqrt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztpmqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztpqrt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztpmqrt Quark codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztpqrt.c b/runtime/quark/codelets/codelet_ztpqrt.c
index a7f1067fdade91f9c54323c695201235081dbc4c..9f650d1544f86f093a90db3d80a736a6e467812d 100644
--- a/runtime/quark/codelets/codelet_ztpqrt.c
+++ b/runtime/quark/codelets/codelet_ztpqrt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztpqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztpqrt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztpqrt Quark codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztradd.c b/runtime/quark/codelets/codelet_ztradd.c
index 020bffeeeafdada8d64867052e2df2f1d20cf8bd..4a6293771d116eed8cb96945894c91e12cf00cc3 100644
--- a/runtime/quark/codelets/codelet_ztradd.c
+++ b/runtime/quark/codelets/codelet_ztradd.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztradd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztradd.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztradd Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2011-11-03
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -105,7 +100,7 @@ void CORE_ztradd_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_ztradd(const MORSE_option_t *options,
                        MORSE_enum uplo, MORSE_enum trans, int m, int n, int nb,
                        MORSE_Complex64_t alpha, const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/quark/codelets/codelet_ztrasm.c b/runtime/quark/codelets/codelet_ztrasm.c
index e1eb3faeec9e978e6323e301732a9b7e816a490a..c72168a22f5d861bd777b4de539fdf026e494f56 100644
--- a/runtime/quark/codelets/codelet_ztrasm.c
+++ b/runtime/quark/codelets/codelet_ztrasm.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztrasm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztrasm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon ztrasm Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztrmm.c b/runtime/quark/codelets/codelet_ztrmm.c
index d75aeb2a9c5349099bda1194050f788114cf4eed..387043785be7bf08a47ec7c87affca0073a96a7a 100644
--- a/runtime/quark/codelets/codelet_ztrmm.c
+++ b/runtime/quark/codelets/codelet_ztrmm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztrmm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztrmm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrmm Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztrsm.c b/runtime/quark/codelets/codelet_ztrsm.c
index d6ccc5e49a777774fa38a6bb76c56808324dfbf7..7057099e751528897aaf1c27a1ee91049f2a7008 100644
--- a/runtime/quark/codelets/codelet_ztrsm.c
+++ b/runtime/quark/codelets/codelet_ztrsm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztrsm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztrsm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrsm Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztrssq.c b/runtime/quark/codelets/codelet_ztrssq.c
index 8ebfcf856b13a0a50b368b7b1384681999784f67..078ac63aea1ee662f1031082795aaa30c25d9bad 100644
--- a/runtime/quark/codelets/codelet_ztrssq.c
+++ b/runtime/quark/codelets/codelet_ztrssq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztrssq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztrssq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon ztrssq Quark codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztrtri.c b/runtime/quark/codelets/codelet_ztrtri.c
index fad9dafb923776eb0fba019bd077033f55b00026..586ef5718baf2b879b146f962effcb3eb10877f8 100644
--- a/runtime/quark/codelets/codelet_ztrtri.c
+++ b/runtime/quark/codelets/codelet_ztrtri.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztrtri.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztrtri.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrtri Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,8 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztslqt.c b/runtime/quark/codelets/codelet_ztslqt.c
index ed30b43b2ba561f15792ec9ba0dd638c19915f47..ea61c4cb0e3199b3585989ca43bb5890852552d0 100644
--- a/runtime/quark/codelets/codelet_ztslqt.c
+++ b/runtime/quark/codelets/codelet_ztslqt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztslqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztslqt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztslqt Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -122,7 +117,7 @@ void CORE_ztslqt_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_ztslqt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
diff --git a/runtime/quark/codelets/codelet_ztsmlq.c b/runtime/quark/codelets/codelet_ztsmlq.c
index 9020a57f5a31f81b5b9fe3d285730530ee539afa..f68dfd0d717f9ebd0471105426a69b2394975a0d 100644
--- a/runtime/quark/codelets/codelet_ztsmlq.c
+++ b/runtime/quark/codelets/codelet_ztsmlq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztsmlq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsmlq Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -29,7 +24,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -159,7 +154,7 @@ void CORE_ztsmlq_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_ztsmlq(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
                        int m1, int n1, int m2, int n2, int k, int ib, int nb,
diff --git a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
index f9f436593e1c384408c1d976a8b7867acfac70a7..0afa54ddaa114a7df4398f2231202a3eaba0c537 100644
--- a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsmlq_hetra1.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztsmlq_hetra1.c
+ ***
  *
- *  PLASMA core_blas quark wrapper
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsmlq_hetra1 Quark codelet
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
@@ -24,7 +19,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztsmqr.c b/runtime/quark/codelets/codelet_ztsmqr.c
index ed68791bf381cdad88bf5840eb94b89fc29802e4..b0251b7bdee704eb346dd74081f9d1f2b8955531 100644
--- a/runtime/quark/codelets/codelet_ztsmqr.c
+++ b/runtime/quark/codelets/codelet_ztsmqr.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsmqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztsmqr.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsmqr Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -29,7 +24,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -159,7 +154,7 @@ void CORE_ztsmqr_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_ztsmqr(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
                        int m1, int n1, int m2, int n2, int k, int ib, int nb,
diff --git a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
index 4c06a3a4629546f8a2f08572b3ad224e438f931c..75b1fc36b127a89a5ce4ffeb0e197b940c282e70 100644
--- a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsmqr_hetra1.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelets_ztsmqr_hetra1.c
+ ***
  *
- *  PLASMA core_blas quark wrapper
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsmqr_hetra1 Quark codelet
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
@@ -24,7 +19,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
diff --git a/runtime/quark/codelets/codelet_ztsqrt.c b/runtime/quark/codelets/codelet_ztsqrt.c
index eb960b0d532de3b32ceffa2e125fb48b20ba1e9b..bb479da91455475f4d4f87f70ca6712b23760d06 100644
--- a/runtime/quark/codelets/codelet_ztsqrt.c
+++ b/runtime/quark/codelets/codelet_ztsqrt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztsqrt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsqrt Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -111,7 +106,7 @@ void CORE_ztsqrt_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_ztsqrt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
                        const MORSE_desc_t *A1, int A1m, int A1n, int lda1,
diff --git a/runtime/quark/codelets/codelet_ztstrf.c b/runtime/quark/codelets/codelet_ztstrf.c
index ee2ab5cdfc1fccd3071ecfec0202ed9809ad07a2..3e635c5c17eb7fdec01a8feaa6918594086877fd 100644
--- a/runtime/quark/codelets/codelet_ztstrf.c
+++ b/runtime/quark/codelets/codelet_ztstrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztstrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztstrf.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztstrf Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -63,7 +58,7 @@ void CORE_ztstrf_quark(Quark *quark)
     }
 }
 
-/***************************************************************************//**
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
@@ -128,7 +123,7 @@ void CORE_ztstrf_quark(Quark *quark)
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_ztstrf(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
                        const MORSE_desc_t *U, int Um, int Un, int ldu,
diff --git a/runtime/quark/codelets/codelet_zttlqt.c b/runtime/quark/codelets/codelet_zttlqt.c
index 89020dc0a0a8867b7bc0d536bb2a74b3d3c4c37b..e22fe7901ba07f0e015f65cbd36e1c6ce2a9a049 100644
--- a/runtime/quark/codelets/codelet_zttlqt.c
+++ b/runtime/quark/codelets/codelet_zttlqt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zttlqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zttlqt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zttlqt Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -123,7 +118,7 @@ void CORE_zttlqt_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zttlqt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
                        const MORSE_desc_t *A1, int A1m, int A1n, int lda1,
diff --git a/runtime/quark/codelets/codelet_zttmlq.c b/runtime/quark/codelets/codelet_zttmlq.c
index f7a258e6b4949a18f08bc63b0c3889ac904985da..dfcdc8bb00d54226986042c9f1f42dda2fcaa994 100644
--- a/runtime/quark/codelets/codelet_zttmlq.c
+++ b/runtime/quark/codelets/codelet_zttmlq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zttmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zttmlq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zttmlq Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -151,7 +146,7 @@ void CORE_zttmlq_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zttmlq(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
                        int m1, int n1, int m2, int n2, int k, int ib, int nb,
diff --git a/runtime/quark/codelets/codelet_zttmqr.c b/runtime/quark/codelets/codelet_zttmqr.c
index 89402c12791b17dd05936b5f4c677b9f51fc26c3..000825e44d82fc1a7835c3a20fb4da8cee40d572 100644
--- a/runtime/quark/codelets/codelet_zttmqr.c
+++ b/runtime/quark/codelets/codelet_zttmqr.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zttmqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zttmqr.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zttmqr Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -152,7 +147,7 @@ CORE_zttmqr_quark( Quark *quark )
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zttmqr(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
                        int m1, int n1, int m2, int n2, int k, int ib, int nb,
diff --git a/runtime/quark/codelets/codelet_zttqrt.c b/runtime/quark/codelets/codelet_zttqrt.c
index 45284f08cca18ca277f2d2fa599547a12eb7f0c3..abccebbc2d448ec5b4433024056eec6b1054f6ed 100644
--- a/runtime/quark/codelets/codelet_zttqrt.c
+++ b/runtime/quark/codelets/codelet_zttqrt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zttqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zttqrt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zttqrt Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -123,7 +118,7 @@ void CORE_zttqrt_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zttqrt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
                        const MORSE_desc_t *A1, int A1m, int A1n, int lda1,
diff --git a/runtime/quark/codelets/codelet_zunmlq.c b/runtime/quark/codelets/codelet_zunmlq.c
index 53b52088223056871895698f74cd42e310888220..1d1642e30ba718e4400ceeed41a3d5f56db301b5 100644
--- a/runtime/quark/codelets/codelet_zunmlq.c
+++ b/runtime/quark/codelets/codelet_zunmlq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zunmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zunmlq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmlq Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -28,8 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -139,7 +133,7 @@ void CORE_zunmlq_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zunmlq(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
                        int m, int n, int k, int ib, int nb,
diff --git a/runtime/quark/codelets/codelet_zunmqr.c b/runtime/quark/codelets/codelet_zunmqr.c
index 8204632548475e7c97d645187d550eaabc9e06dd..ab89b5ddd6d76f44e5653b95e55fa6faa878baac 100644
--- a/runtime/quark/codelets/codelet_zunmqr.c
+++ b/runtime/quark/codelets/codelet_zunmqr.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zunmqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zunmqr.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmqr Quark codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/morse_tasks_z.h"
 #include "coreblas/coreblas_z.h"
@@ -138,7 +133,7 @@ void CORE_zunmqr_quark(Quark *quark)
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zunmqr(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
                        int m, int n, int k, int ib, int nb,
diff --git a/runtime/quark/control/runtime_async.c b/runtime/quark/control/runtime_async.c
index d91bab513c619deabc5e27655c6293947faae690..5583e5839d077327d30215fa21f57a0a3153d17a 100644
--- a/runtime/quark/control/runtime_async.c
+++ b/runtime/quark/control/runtime_async.c
@@ -1,29 +1,29 @@
 /**
+ *
+ * @file runtime_async.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_async.c
+ ***
  *
- *  MORSE async routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon Quark asynchronous routines
  *
- * @version
+ * @version 1.0.0
  * @author Jakub Kurzak
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @date 2011-10-29
  *
- **/
+ */
 #include <stdlib.h>
 #include "chameleon_quark.h"
 
-/*******************************************************************************
+/**
  *  Create a sequence
- **/
+ */
 int RUNTIME_sequence_create( MORSE_context_t  *morse,
                              MORSE_sequence_t *sequence )
 {
@@ -37,9 +37,9 @@ int RUNTIME_sequence_create( MORSE_context_t  *morse,
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Destroy a sequence
- **/
+ */
 int RUNTIME_sequence_destroy( MORSE_context_t  *morse,
                               MORSE_sequence_t *sequence )
 {
@@ -48,9 +48,9 @@ int RUNTIME_sequence_destroy( MORSE_context_t  *morse,
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Wait for the completion of a sequence
- **/
+ */
 int RUNTIME_sequence_wait( MORSE_context_t  *morse,
                            MORSE_sequence_t *sequence )
 {
@@ -59,9 +59,9 @@ int RUNTIME_sequence_wait( MORSE_context_t  *morse,
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Terminate a sequence
- **/
+ */
 void RUNTIME_sequence_flush( MORSE_context_t  *morse,
                              MORSE_sequence_t *sequence,
                              MORSE_request_t  *request,
diff --git a/runtime/quark/control/runtime_context.c b/runtime/quark/control/runtime_context.c
index 81672e5f3c001cc947c9a68e482b06fed2bc6123..8b87d345ff1e30bc5f30bc3abff21afe27ac5c04 100644
--- a/runtime/quark/control/runtime_context.c
+++ b/runtime/quark/control/runtime_context.c
@@ -1,28 +1,28 @@
 /**
+ *
+ * @file runtime_context.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_context.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon Quark context routines
  *
  * @version 1.0.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @date 2011-10-29
  *
- **/
+ */
 #include <stdlib.h>
 #include "chameleon_quark.h"
 
-/*******************************************************************************
+/**
  *  Create new context
- **/
+ */
 void RUNTIME_context_create( MORSE_context_t *morse )
 {
     morse->scheduler = RUNTIME_SCHED_QUARK;
@@ -30,16 +30,16 @@ void RUNTIME_context_create( MORSE_context_t *morse )
     return;
 }
 
-/*******************************************************************************
+/**
  *  Clean the context
- **/
+ */
 void RUNTIME_context_destroy( MORSE_context_t *morse )
 {
     (void)morse;
     return;
 }
 
-/*******************************************************************************
+/**
  *
  */
 void RUNTIME_enable( MORSE_enum lever )
@@ -58,9 +58,9 @@ void RUNTIME_enable( MORSE_enum lever )
     return;
 }
 
-/*******************************************************************************
+/**
  *
- **/
+ */
 void RUNTIME_disable( MORSE_enum lever )
 {
     switch (lever)
diff --git a/runtime/quark/control/runtime_control.c b/runtime/quark/control/runtime_control.c
index 85e7753c1b1ff0137f44e1fb5b8a7a727602b789..6e3ca134d0bd3718f52b753f8f25810d06e72400 100644
--- a/runtime/quark/control/runtime_control.c
+++ b/runtime/quark/control/runtime_control.c
@@ -1,29 +1,29 @@
 /**
+ *
+ * @file runtime_control.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_control.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon Quark control routines
  *
- * @version
+ * @version 1.0.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include "chameleon_quark.h"
 
-/*******************************************************************************
+/**
  *
- **/
+ */
 int RUNTIME_init( MORSE_context_t *morse,
                   int ncpus,
                   int ncudas,
@@ -43,7 +43,7 @@ int RUNTIME_init( MORSE_context_t *morse,
     return hres;
 }
 
-/*******************************************************************************
+/**
  *
  */
 void RUNTIME_finalize( MORSE_context_t *morse )
@@ -52,53 +52,53 @@ void RUNTIME_finalize( MORSE_context_t *morse )
     return;
 }
 
-/*******************************************************************************
+/**
  *  To suspend the processing of new tasks by workers
- **/
+ */
 void RUNTIME_pause( MORSE_context_t *morse )
 {
     (void)morse;
     return;
 }
 
-/*******************************************************************************
+/**
  *  This is the symmetrical call to RUNTIME_pause,
  *  used to resume the workers polling for new tasks.
- **/
+ */
 void RUNTIME_resume( MORSE_context_t *morse )
 {
     (void)morse;
     return;
 }
 
-/*******************************************************************************
+/**
  *  Busy-waiting barrier
- **/
+ */
 void RUNTIME_barrier( MORSE_context_t *morse )
 {
     QUARK_Barrier((Quark*)(morse->schedopt));
 }
 
-/*******************************************************************************
+/**
  *  Display a progress information when executing the tasks
- **/
+ */
 void RUNTIME_progress( MORSE_context_t *morse )
 {
     (void)morse;
     return;
 }
 
-/*******************************************************************************
+/**
  * Thread rank.
- **/
+ */
 int RUNTIME_thread_rank( MORSE_context_t *morse )
 {
     return QUARK_Thread_Rank((Quark*)(morse->schedopt));
 }
 
-/*******************************************************************************
+/**
  * Number of threads.
- **/
+ */
 int RUNTIME_thread_size( MORSE_context_t *morse )
 {
     (void)morse;
@@ -109,18 +109,18 @@ int RUNTIME_thread_size( MORSE_context_t *morse )
     return quark_get_numthreads();
 }
 
-/*******************************************************************************
+/**
  *  The process rank
- **/
+ */
 int RUNTIME_comm_rank( MORSE_context_t *morse )
 {
     (void)morse;
     return 0;
 }
 
-/*******************************************************************************
+/**
  *  This returns the size of the distributed computation
- **/
+ */
 int RUNTIME_comm_size( MORSE_context_t *morse )
 {
     (void)morse;
diff --git a/runtime/quark/control/runtime_descriptor.c b/runtime/quark/control/runtime_descriptor.c
index d0fd7b4f2d68da05f753a6111469ace7ee460e3d..ffc4f2e7e4165bb0b931540a98bef0bead20b3d7 100644
--- a/runtime/quark/control/runtime_descriptor.c
+++ b/runtime/quark/control/runtime_descriptor.c
@@ -1,22 +1,22 @@
 /**
+ *
+ * @file runtime_descriptor.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_descriptor.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon Quark descriptor routines
  *
- * @version
+ * @version 1.0.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @date 2012-09-15
  *
- **/
+ */
 #include <stdlib.h>
 #include "chameleon_quark.h"
 
diff --git a/runtime/quark/control/runtime_options.c b/runtime/quark/control/runtime_options.c
index 9da0cae64d744d63c26490a64ab9f110b257c969..5d6eb4c3c61d48242d9951a956aa8c2d5f5fc501 100644
--- a/runtime/quark/control/runtime_options.c
+++ b/runtime/quark/control/runtime_options.c
@@ -1,22 +1,22 @@
 /**
+ *
+ * @file runtime_options.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_options.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon Quark options routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @date 2011-10-29
  *
- **/
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include "chameleon_quark.h"
diff --git a/runtime/quark/control/runtime_profiling.c b/runtime/quark/control/runtime_profiling.c
index 3662a94f4b37fd29d29f70506ba4b0473dac4f21..a988af8d92b210db0af03242d1d8cf6a1b07077a 100644
--- a/runtime/quark/control/runtime_profiling.c
+++ b/runtime/quark/control/runtime_profiling.c
@@ -1,22 +1,22 @@
 /**
+ *
+ * @file runtime_profiling.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_profiling.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon Quark profiling routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Vijay Joshi
  * @author Cedric Castagnede
  * @date 2011-10-29
  *
- **/
+ */
 #include "chameleon_quark.h"
 #include "chameleon/chameleon_timer.h"
 
@@ -54,9 +54,9 @@ void RUNTIME_kernelprofile_display(void)
     morse_warning("RUNTIME_kernelprofile_display(quark)", "Kernel profiling is not available with Quark\n");
 }
 
-/*******************************************************************************
+/**
  *  Set iteration numbers for traces
- **/
+ */
 void RUNTIME_iteration_push( MORSE_context_t *morse, unsigned long iteration )
 {
     (void)morse; (void)iteration;
diff --git a/runtime/quark/control/runtime_zlocality.c b/runtime/quark/control/runtime_zlocality.c
index 614a6c7473b12a4a5214f0c9630a335e2450bd7a..7194444cfa6f69223344728f5f042fda66a05d0f 100644
--- a/runtime/quark/control/runtime_zlocality.c
+++ b/runtime/quark/control/runtime_zlocality.c
@@ -1,23 +1,22 @@
 /**
+ *
+ * @file runtime_zlocality.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_zlocality.c
+ ***
  *
- * MORSE codelets kernel
- * MORSE is a software package provided by Univ. of Tennessee,
- * Univ. of California Berkeley and Univ. of Colorado Denver,
- * and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon Quark MORSE_Complex64_t kernel locality management
  *
- * @version
+ * @version 1.0.0
  * @author Vijay Joshi
  * @date 2011-10-29
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_quark.h"
 
 void RUNTIME_zlocality_allrestrict( uint32_t where )
diff --git a/runtime/quark/control/runtime_zprofiling.c b/runtime/quark/control/runtime_zprofiling.c
index 74101201b10443a2f3fbb5cc815605d699256899..eab3fb23f53cd1a25a41d6bb97bfea75e896db60 100644
--- a/runtime/quark/control/runtime_zprofiling.c
+++ b/runtime/quark/control/runtime_zprofiling.c
@@ -1,25 +1,24 @@
 /**
+ *
+ * @file runtime_zprofiling.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_zprofiling.c
+ ***
  *
- * MORSE codelets kernel
- * MORSE is a software package provided by Univ. of Tennessee,
- * Univ. of California Berkeley and Univ. of Colorado Denver,
- * and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon Quark MORSE_Complex64_t kernel progiling
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
  * @date 2011-06-01
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_quark.h"
 
 void RUNTIME_zdisplay_allprofile()
diff --git a/runtime/quark/include/chameleon_quark.h b/runtime/quark/include/chameleon_quark.h
index 231e8acf39a1d1499b19ebab8a5dd71ef63764d6..673f7bf6c93c583e86f0d03b16ae4606e7be2339 100644
--- a/runtime/quark/include/chameleon_quark.h
+++ b/runtime/quark/include/chameleon_quark.h
@@ -1,28 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file chameleon_quark.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file chameleon_quark.h
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon Quark runtime main header
  *
- * @version 0.1.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
  *
- **/
+ */
 #ifndef _MORSE_QUARK_H_
 #define _MORSE_QUARK_H_
 
diff --git a/runtime/quark/include/core_blas_dag.h b/runtime/quark/include/core_blas_dag.h
index 68358d10f2061f06e2fa83f02b56d28aafcb2248..e5fed8c3a7d386f3213d9d5cfa423736f22cffa5 100644
--- a/runtime/quark/include/core_blas_dag.h
+++ b/runtime/quark/include/core_blas_dag.h
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file core_blas_dag.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file core_blas_dag.h
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon Quark DAG generation header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
+ */
 #ifndef _MORSE_CORE_BLAS_DAG_H_
 #define _MORSE_CORE_BLAS_DAG_H_
 
diff --git a/runtime/starpu/CMakeLists.txt b/runtime/starpu/CMakeLists.txt
index a6d06b1ad6e193823f0ef152e10fd08216349a2d..8b1352614c84c325747e23a07215db5863c76565 100644
--- a/runtime/starpu/CMakeLists.txt
+++ b/runtime/starpu/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2015 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2015 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project CHAMELEON
 #  CHAMELEON is a software package provided by:
@@ -18,12 +17,12 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
 #  @author Florent Pruvost
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 cmake_minimum_required(VERSION 2.8)
diff --git a/runtime/starpu/codelets/codelet_zasum.c b/runtime/starpu/codelets/codelet_zasum.c
index d73861beb853e2950c65561ad1e3d2a4c20c46c8..58e0f796f82310db4c8e4de7bc7aae5d68e5d543 100644
--- a/runtime/starpu/codelets/codelet_zasum.c
+++ b/runtime/starpu/codelets/codelet_zasum.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zasum.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zasum.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zasum StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zaxpy.c b/runtime/starpu/codelets/codelet_zaxpy.c
index b41925a34e8af57186f499bd151622bd41d62c7b..c3133b8d0996e874bdf59ff5642c7b88816cc4a3 100644
--- a/runtime/starpu/codelets/codelet_zaxpy.c
+++ b/runtime/starpu/codelets/codelet_zaxpy.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zaxpy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zaxpy.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zaxpy StarPU codelet
  *
  * @version 1.0.0
  * @author Florent Pruvost
  * @date 2014-07-18
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zbuild.c b/runtime/starpu/codelets/codelet_zbuild.c
index 9cc59fd4d13d98688192523c294c45fabc0c2f0f..70e3a664f7f676be53f4bfa88a147ece4bd8ce5e 100644
--- a/runtime/starpu/codelets/codelet_zbuild.c
+++ b/runtime/starpu/codelets/codelet_zbuild.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zbuild.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zbuild.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zbuild StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
@@ -28,7 +23,7 @@
  * @date 2016-09-05
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zcallback.c b/runtime/starpu/codelets/codelet_zcallback.c
index b32105832f6155ba7d023e82dd1dce27f53ce4c5..1b227f403d28c110b1a82d0b6322672f5a19d4a5 100644
--- a/runtime/starpu/codelets/codelet_zcallback.c
+++ b/runtime/starpu/codelets/codelet_zcallback.c
@@ -1,30 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2015 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zcallback.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- *  @file codelet_zcallback.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon zcallback StarPU codelet
  *
- *  @version 2.3.1
+ * @version 1.0.0
  *  @author Mathieu Faverge
  *  @author Cedric Augonnet
  *  @author Florent Pruvost
  *  @date 2015-09-16
  *  @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zgeadd.c b/runtime/starpu/codelets/codelet_zgeadd.c
index 9597ec9f1c606a581f89976565765e734981ccbb..15f174a6542efb6937c7589be263ffa8f59b61aa 100644
--- a/runtime/starpu/codelets/codelet_zgeadd.c
+++ b/runtime/starpu/codelets/codelet_zgeadd.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgeadd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgeadd.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeadd StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -82,7 +77,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_zgeadd(const MORSE_option_t *options,
                        MORSE_enum trans, int m, int n, int nb,
                        MORSE_Complex64_t alpha, const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/starpu/codelets/codelet_zgelqt.c b/runtime/starpu/codelets/codelet_zgelqt.c
index 422d14327bdbf0d0a2e763180b6011d66c5a85ab..a98b6c7847433eff190e9aa1a12ea83fb9e6bba1 100644
--- a/runtime/starpu/codelets/codelet_zgelqt.c
+++ b/runtime/starpu/codelets/codelet_zgelqt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgelqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgelqt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgelqt StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -91,7 +86,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zgelqt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_zgemm.c b/runtime/starpu/codelets/codelet_zgemm.c
index eb439b162fa25804dacf1a587ee13aee9a6f42fb..7fa98e57072324ed6261b601ba94e108d2919c2d 100644
--- a/runtime/starpu/codelets/codelet_zgemm.c
+++ b/runtime/starpu/codelets/codelet_zgemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgemm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgemm StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zgemm(const MORSE_option_t *options,
                       MORSE_enum transA, int transB,
                       int m, int n, int k, int nb,
diff --git a/runtime/starpu/codelets/codelet_zgeqrt.c b/runtime/starpu/codelets/codelet_zgeqrt.c
index e5ecb4c451848e7c793cd8b641bcb1153c4b6bef..148e885128bf89c139dfbd8880ad003fccd7f14d 100644
--- a/runtime/starpu/codelets/codelet_zgeqrt.c
+++ b/runtime/starpu/codelets/codelet_zgeqrt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgeqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgeqrt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeqrt StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -92,7 +87,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zgeqrt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_zgessm.c b/runtime/starpu/codelets/codelet_zgessm.c
index 97bc41a51a4907f967d2362854c43363076d2fd5..64503c8eff82a107890690888d0477bc9c950d42 100644
--- a/runtime/starpu/codelets/codelet_zgessm.c
+++ b/runtime/starpu/codelets/codelet_zgessm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgessm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgessm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgessm StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -75,7 +70,7 @@
  *         \retval MORSE_SUCCESS successful exit
  *         \retval <0 if INFO = -k, the k-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zgessm(const MORSE_option_t *options,
                        int m, int n, int k, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_zgessq.c b/runtime/starpu/codelets/codelet_zgessq.c
index 67883aa7eb3338124563b725e9cbdba9815bc97d..c4c2d6065b70a19a6283f800629ddbf3ca51f6fc 100644
--- a/runtime/starpu/codelets/codelet_zgessq.c
+++ b/runtime/starpu/codelets/codelet_zgessq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgessq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgessq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zgessq StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zgetrf.c b/runtime/starpu/codelets/codelet_zgetrf.c
index 597353b22be33595441fc9a220700001a22296d9..11bda33e04038937702abae98341f79f7a391c3d 100644
--- a/runtime/starpu/codelets/codelet_zgetrf.c
+++ b/runtime/starpu/codelets/codelet_zgetrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgetrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgetrf.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrf StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
index 2c8a49a98c150e7a170aa2ba6dce0a8dae6e08b3..4186bc2d51f424c36da3e9885ae8aa6e1013dca1 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgetrf_incpiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgetrf_incpiv.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrf_incpiv StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -84,7 +79,7 @@
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zgetrf_incpiv(const MORSE_option_t *options,
                               int m, int n, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
index 42b3b91a4e8925da39af9bc96f7b5ebde1f3921a..16967e714afc31cc560d43adfd631263b97d816e 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zgetrf_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zgetrf_nopiv.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgetrf_nopiv StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @author Omar Zenati
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
@@ -24,7 +19,7 @@
  * @date 2013-02-01
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -74,7 +69,7 @@
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zgetrf_nopiv(const MORSE_option_t *options,
                               int m, int n, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_zhe2ge.c b/runtime/starpu/codelets/codelet_zhe2ge.c
index 9af2ab510230d7d246153657fae314426f0f786e..e5fa14ec7c4c934cdf7298fb4d6cc35bb54cde6d 100644
--- a/runtime/starpu/codelets/codelet_zhe2ge.c
+++ b/runtime/starpu/codelets/codelet_zhe2ge.c
@@ -1,25 +1,20 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zhe2ge.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zhe2ge.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zhe2ge StarPU codelet
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -27,8 +22,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zhe2ge(const MORSE_option_t *options,
                        MORSE_enum uplo,
                        int m, int n, int mb,
diff --git a/runtime/starpu/codelets/codelet_zhemm.c b/runtime/starpu/codelets/codelet_zhemm.c
index d800964e7912b8e2ca219611f00730ed17820c06..4bc085d69736cb4a78dc2398c703db9a2d9500f6 100644
--- a/runtime/starpu/codelets/codelet_zhemm.c
+++ b/runtime/starpu/codelets/codelet_zhemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zhemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zhemm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zhemm StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zhemm(const MORSE_option_t *options,
                       MORSE_enum side, MORSE_enum uplo,
                       int m, int n, int nb,
diff --git a/runtime/starpu/codelets/codelet_zher2k.c b/runtime/starpu/codelets/codelet_zher2k.c
index 0ff45dd33581e96bd4f19604c643c772d4824ca2..251cce1dc1847cdc979c59e7cc364b0aef478f0b 100644
--- a/runtime/starpu/codelets/codelet_zher2k.c
+++ b/runtime/starpu/codelets/codelet_zher2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zher2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zher2k.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zher2k StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zher2k(const MORSE_option_t *options,
                        MORSE_enum uplo, MORSE_enum trans,
                        int n, int k, int nb,
diff --git a/runtime/starpu/codelets/codelet_zherfb.c b/runtime/starpu/codelets/codelet_zherfb.c
index f4898a60c386fc72fc32103aafd996596d3fe308..a737eadcfa79cff85cdbfd49b04dc927a56ad8dd 100644
--- a/runtime/starpu/codelets/codelet_zherfb.c
+++ b/runtime/starpu/codelets/codelet_zherfb.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zherfb.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zherfb.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zherfb StarPU codelet
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -29,7 +24,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 void MORSE_TASK_zherfb(const MORSE_option_t *options,
                        MORSE_enum uplo,
                        int n, int k, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_zherk.c b/runtime/starpu/codelets/codelet_zherk.c
index e6a8e29b3b2a9b387b3af9698d26bb463b498f24..8e8beda81d975a379d9971b1529a61a92ec699bc 100644
--- a/runtime/starpu/codelets/codelet_zherk.c
+++ b/runtime/starpu/codelets/codelet_zherk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zherk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zherk.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zherk StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zherk(const MORSE_option_t *options,
                       MORSE_enum uplo, MORSE_enum trans,
                       int n, int k, int nb,
diff --git a/runtime/starpu/codelets/codelet_zhessq.c b/runtime/starpu/codelets/codelet_zhessq.c
index dbb036a5ad1e1d35cae7b9d54abd16650cff6527..d2235e62419ad9d8dc64ac23ec39f9e14c6c9bba 100644
--- a/runtime/starpu/codelets/codelet_zhessq.c
+++ b/runtime/starpu/codelets/codelet_zhessq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zhessq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zhessq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zhessq StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c
index eae3ea4650f63d0d86ba72e87fedf2eba19c8486..d323c270ae72c72d43dcec6b080256f65af206ae 100644
--- a/runtime/starpu/codelets/codelet_zlacpy.c
+++ b/runtime/starpu/codelets/codelet_zlacpy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlacpy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlacpy.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlacpy StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zlacpyx(const MORSE_option_t *options,
                         MORSE_enum uplo, int m, int n, int nb,
                         int displA, const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/starpu/codelets/codelet_zlag2c.c b/runtime/starpu/codelets/codelet_zlag2c.c
index de49959497e4d1328289cd5ceb65969822975873..9a2dacf1099a706e252f0b6e681f83cbd2a4ffa3 100644
--- a/runtime/starpu/codelets/codelet_zlag2c.c
+++ b/runtime/starpu/codelets/codelet_zlag2c.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlag2c.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlag2c.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlag2c StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions mixed zc -> ds
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -33,7 +28,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
+ */
 void MORSE_TASK_zlag2c(const MORSE_option_t *options,
                        int m, int n, int nb,
                        const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/starpu/codelets/codelet_zlange.c b/runtime/starpu/codelets/codelet_zlange.c
index f2d412623e2da3b645dba787bf098e03f7d06373..2c58d92c8e0eb8bfd8dc921a8a4402dc20720e5d 100644
--- a/runtime/starpu/codelets/codelet_zlange.c
+++ b/runtime/starpu/codelets/codelet_zlange.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlange.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlange.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlange StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zlanhe.c b/runtime/starpu/codelets/codelet_zlanhe.c
index b5560132a5e491d927a6d7db407d28ba5dbb854f..aaa1c44a60d08a8fd17d63905cf304496ce3dfac 100644
--- a/runtime/starpu/codelets/codelet_zlanhe.c
+++ b/runtime/starpu/codelets/codelet_zlanhe.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlanhe.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlanhe.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlanhe StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zlansy.c b/runtime/starpu/codelets/codelet_zlansy.c
index 43be8209f0fe59453f69b132f0c8181104f38a94..4f55c68801461ca05c06c28aa198976bca5c5ab4 100644
--- a/runtime/starpu/codelets/codelet_zlansy.c
+++ b/runtime/starpu/codelets/codelet_zlansy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlansy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlansy.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlansy StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zlantr.c b/runtime/starpu/codelets/codelet_zlantr.c
index f4a542cf0647b25e8c0ab348dfa6c599ac15868b..dfe4a742452452a93dc6cf4bafd7db3343b66e19 100644
--- a/runtime/starpu/codelets/codelet_zlantr.c
+++ b/runtime/starpu/codelets/codelet_zlantr.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlantr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlantr.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlantr StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zlascal.c b/runtime/starpu/codelets/codelet_zlascal.c
index 518278ee71b7fe09ba41ab218192b40e34be5f16..5a1633b5ceddd148c602d02d7d96703f3b241ad6 100644
--- a/runtime/starpu/codelets/codelet_zlascal.c
+++ b/runtime/starpu/codelets/codelet_zlascal.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlascal.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlascal.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlascal StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Dalal Sukkari
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -52,14 +47,13 @@
  * @param[in] LDA
  *          Leading dimension of the array A. LDA >= max(1,M)
  *
- *
  *******************************************************************************
  *
  * @return
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zlascal(const MORSE_option_t *options,
                         MORSE_enum uplo,
diff --git a/runtime/starpu/codelets/codelet_zlaset.c b/runtime/starpu/codelets/codelet_zlaset.c
index b4be0033479fc3c82be90f70d9c4fb23739a0449..1e7b2a9200f3b41cd9b86b939eb06f6ef3127a05 100644
--- a/runtime/starpu/codelets/codelet_zlaset.c
+++ b/runtime/starpu/codelets/codelet_zlaset.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlaset.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlaset.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlaset StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -65,8 +60,7 @@
  * @param[in] LDA
  *         The leading dimension of the array A.  LDA >= max(1,M).
  *
- **/
-
+ */
 void MORSE_TASK_zlaset(const MORSE_option_t *options,
                        MORSE_enum uplo, int M, int N,
                        MORSE_Complex64_t alpha, MORSE_Complex64_t beta,
diff --git a/runtime/starpu/codelets/codelet_zlaset2.c b/runtime/starpu/codelets/codelet_zlaset2.c
index 4825f9cc9f121d794c94a3793768eaba64353a7e..c6c012ac6e33cd7e7685c2b572c38a55b537dcd9 100644
--- a/runtime/starpu/codelets/codelet_zlaset2.c
+++ b/runtime/starpu/codelets/codelet_zlaset2.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlaset2.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlaset2.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlaset2 StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -63,8 +58,7 @@
  * @param[in] LDA
  *         The leading dimension of the array A.  LDA >= max(1,M).
  *
- **/
-
+ */
 void MORSE_TASK_zlaset2(const MORSE_option_t *options,
                        MORSE_enum uplo, int M, int N,
                        MORSE_Complex64_t alpha, const MORSE_desc_t *A, int Am, int An, int LDA)
diff --git a/runtime/starpu/codelets/codelet_zlatro.c b/runtime/starpu/codelets/codelet_zlatro.c
index 4b08a31921cca7a7fd0a012b0b8dc425dc1c1968..6cdcba03f2be34428a19e23bb4b2509a701a1996 100644
--- a/runtime/starpu/codelets/codelet_zlatro.c
+++ b/runtime/starpu/codelets/codelet_zlatro.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlatro.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlatro.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlatro StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zlatro(const MORSE_option_t *options,
                        MORSE_enum uplo, MORSE_enum trans,
                        int m, int n, int mb,
diff --git a/runtime/starpu/codelets/codelet_zlauum.c b/runtime/starpu/codelets/codelet_zlauum.c
index c2eef8209e78cd7d59dd4753052ac8d69006e715..18a5e7b9c4bff4ee0239ecaa01b13e56bd06e9b9 100644
--- a/runtime/starpu/codelets/codelet_zlauum.c
+++ b/runtime/starpu/codelets/codelet_zlauum.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zlauum.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zlauum.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zlauum StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zlauum(const MORSE_option_t *options,
                        MORSE_enum uplo, int n, int nb,
                        const MORSE_desc_t *A, int Am, int An, int lda)
diff --git a/runtime/starpu/codelets/codelet_zplghe.c b/runtime/starpu/codelets/codelet_zplghe.c
index be161ef0db5eb546bb1e09d30149362cb4d1ba9e..04bc42e62b3d8445a170171f195b2308c28f1c9b 100644
--- a/runtime/starpu/codelets/codelet_zplghe.c
+++ b/runtime/starpu/codelets/codelet_zplghe.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zplghe.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zplghe.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplghe StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zplgsy.c b/runtime/starpu/codelets/codelet_zplgsy.c
index 30777e55e3e9252fa1a7dcc0e5603c22062a9d97..3b8c88f5b0ca26234d8a8a5e32e73b0fc1aa66ba 100644
--- a/runtime/starpu/codelets/codelet_zplgsy.c
+++ b/runtime/starpu/codelets/codelet_zplgsy.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zplgsy.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zplgsy.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplgsy StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zplrnt.c b/runtime/starpu/codelets/codelet_zplrnt.c
index f4ce3636949f500d13f13396b81f2c9b88273fdc..0fe15b6be4ba6a91377458f13915b7a4bea4bf8a 100644
--- a/runtime/starpu/codelets/codelet_zplrnt.c
+++ b/runtime/starpu/codelets/codelet_zplrnt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zplrnt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zplrnt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zplrnt StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Piotr Luszczek
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zplssq.c b/runtime/starpu/codelets/codelet_zplssq.c
index c102bb4d90cf4b91573cbfb7181a60f9fa92bbda..10cb8852141497a9c2987099e54b727b0a6da9c0 100644
--- a/runtime/starpu/codelets/codelet_zplssq.c
+++ b/runtime/starpu/codelets/codelet_zplssq.c
@@ -1,34 +1,29 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zplssq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zplssq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zplssq StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <math.h>
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
-/*****************************************************************************
+/**
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
diff --git a/runtime/starpu/codelets/codelet_zpotrf.c b/runtime/starpu/codelets/codelet_zpotrf.c
index ecdcf51a908abf40cf43ad6bb4e0096ee90bc095..8adc93ee5e065bb808bd51460e4080459eb30191 100644
--- a/runtime/starpu/codelets/codelet_zpotrf.c
+++ b/runtime/starpu/codelets/codelet_zpotrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zpotrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zpotrf.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zpotrf StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zpotrf(const MORSE_option_t *options,
                        MORSE_enum uplo, int n, int nb,
                        const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/starpu/codelets/codelet_zssssm.c b/runtime/starpu/codelets/codelet_zssssm.c
index 679b4b8ed7ba99cc92f4a854ef252027713dd06b..a9989b35747bf1438a09ec86c215d5c0ddb95f95 100644
--- a/runtime/starpu/codelets/codelet_zssssm.c
+++ b/runtime/starpu/codelets/codelet_zssssm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zssssm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zssssm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zssssm StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -100,7 +95,7 @@
  *         \retval MORSE_SUCCESS successful exit
  *         \retval <0 if INFO = -k, the k-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zssssm(const MORSE_option_t *options,
                        int m1, int n1, int m2, int n2, int k, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c
index 4c55153e3922ff91f87c32976e8ee3b2533266b0..ae6bf2730f8818e21317f4c6dcb425fa3a3365f0 100644
--- a/runtime/starpu/codelets/codelet_zsymm.c
+++ b/runtime/starpu/codelets/codelet_zsymm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zsymm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zsymm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsymm StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zsymm(const MORSE_option_t *options,
                       MORSE_enum side, MORSE_enum uplo,
                       int m, int n, int nb,
diff --git a/runtime/starpu/codelets/codelet_zsyr2k.c b/runtime/starpu/codelets/codelet_zsyr2k.c
index fb097f10e201ae48cb8b3184cea1cd78aa677434..f01a208f249e85fabd4fe2ccf52c79c0b0c4341a 100644
--- a/runtime/starpu/codelets/codelet_zsyr2k.c
+++ b/runtime/starpu/codelets/codelet_zsyr2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zsyr2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zsyr2k.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsyr2k StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zsyr2k(const MORSE_option_t *options,
                        MORSE_enum uplo, MORSE_enum trans,
                        int n, int k, int nb,
diff --git a/runtime/starpu/codelets/codelet_zsyrk.c b/runtime/starpu/codelets/codelet_zsyrk.c
index 5d79d9ad618e105ca1e1c5bd9e419019585934cd..795f31344656493f7c2ad1a537e46a8629aa07a1 100644
--- a/runtime/starpu/codelets/codelet_zsyrk.c
+++ b/runtime/starpu/codelets/codelet_zsyrk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zsyrk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zsyrk.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsyrk StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_zsyrk(const MORSE_option_t *options,
                       MORSE_enum uplo, MORSE_enum trans,
                       int n, int k, int nb,
diff --git a/runtime/starpu/codelets/codelet_zsyssq.c b/runtime/starpu/codelets/codelet_zsyssq.c
index 33f888dd1060c637699220a7ef70496160fc033d..0f0719dbd28bf790861f8f7b8d0666f80213c71b 100644
--- a/runtime/starpu/codelets/codelet_zsyssq.c
+++ b/runtime/starpu/codelets/codelet_zsyssq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zsyssq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zsyssq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zsyssq StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
index 24203fdb15f47720bf3b40be370fc945957291e3..9c3979f4fa54a4e3603424f7c8099b44609b719a 100644
--- a/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/starpu/codelets/codelet_zsytrf_nopiv.c
@@ -1,20 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zsytrf_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zsytrf_nopiv.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zsytrf_nopiv StarPU codelet
  *
  * @version 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2011-10-09
  * @precisions normal z -> c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_ztile_zero.c b/runtime/starpu/codelets/codelet_ztile_zero.c
index 218a0ed15805e4bcf0aade236f57abdf80b74803..acca3dbd3bfc2b5355727cdab478cd163106e312 100644
--- a/runtime/starpu/codelets/codelet_ztile_zero.c
+++ b/runtime/starpu/codelets/codelet_ztile_zero.c
@@ -1,35 +1,30 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztile_zero.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztile_zero.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztile_zero StarPU codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Jakub Kurzak
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
-/*****************************************************************************
+/**
  *
- **/
+ */
 void MORSE_TASK_ztile_zero( const MORSE_option_t *options,
                             int X1, int X2, int Y1, int Y2,
                             const MORSE_desc_t *A, int Am, int An, int lda )
@@ -58,9 +53,9 @@ void MORSE_TASK_ztile_zero( const MORSE_option_t *options,
         0);
 }
 
-/*****************************************************************************
+/**
  *
- **/
+ */
 #if !defined(CHAMELEON_SIMULATION)
 static void cl_ztile_zero_cpu_func(void *descr[], void *cl_arg)
 {
diff --git a/runtime/starpu/codelets/codelet_ztplqt.c b/runtime/starpu/codelets/codelet_ztplqt.c
index 17132351fb0ab1de80f15e1cbab42784ed70f01c..c7f11cadfe6e054ddea16a59c9b7b15dd19fed07 100644
--- a/runtime/starpu/codelets/codelet_ztplqt.c
+++ b/runtime/starpu/codelets/codelet_ztplqt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztplqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztplqt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztplqt StarPU codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_ztpmlqt.c b/runtime/starpu/codelets/codelet_ztpmlqt.c
index 090ce92f2af8af120e3f8e08e4de28f022026551..8c5d1656576ffa27df447f03f6433db6bd787868 100644
--- a/runtime/starpu/codelets/codelet_ztpmlqt.c
+++ b/runtime/starpu/codelets/codelet_ztpmlqt.c
@@ -1,23 +1,20 @@
 /**
  *
- * @copyright 2009-2016 The University of Tennessee and The University
- *                      of Tennessee Research Foundation.
- *                      All rights reserved.
+ * @file codelet_ztpmlqt.c
+ *
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztpmlqt.c
+ * @brief Chameleon ztpmlqt StarPU codelet
  *
- * MORSE codelets kernel
- * MORSE is a software package provided by Univ. of Tennessee,
- * Univ. of California Berkeley and Univ. of Colorado Denver
- *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_ztpmqrt.c b/runtime/starpu/codelets/codelet_ztpmqrt.c
index 5c98a6f67c80659ceb853f978d039167968be1d9..d5eacd8c03843f062bc95dac2b541a0c68139583 100644
--- a/runtime/starpu/codelets/codelet_ztpmqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpmqrt.c
@@ -1,23 +1,20 @@
 /**
  *
- * @copyright 2009-2016 The University of Tennessee and The University
- *                      of Tennessee Research Foundation.
- *                      All rights reserved.
+ * @file codelet_ztpmqrt.c
+ *
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztpmqrt.c
+ * @brief Chameleon ztpmqrt StarPU codelet
  *
- * MORSE codelets kernel
- * MORSE is a software package provided by Univ. of Tennessee,
- * Univ. of California Berkeley and Univ. of Colorado Denver
- *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_ztpqrt.c b/runtime/starpu/codelets/codelet_ztpqrt.c
index 2405aec9b3676a27f3cea17c9e962b5e7174b82e..199fffd1a48b4fd560d5fb82e20103718b77a108 100644
--- a/runtime/starpu/codelets/codelet_ztpqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpqrt.c
@@ -1,27 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2016 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztpqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztpqrt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztpqrt StarPU codelet
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @date 2016-12-15
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_ztradd.c b/runtime/starpu/codelets/codelet_ztradd.c
index ec8c08c5be6fdc26f0bf795a5de4c6b387a4aee2..e4e65494e77686f2a3bc9bfbec7b60eb8534f050 100644
--- a/runtime/starpu/codelets/codelet_ztradd.c
+++ b/runtime/starpu/codelets/codelet_ztradd.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztradd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztradd.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztradd StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2011-11-03
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -86,7 +81,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 void MORSE_TASK_ztradd(const MORSE_option_t *options,
                        MORSE_enum uplo, MORSE_enum trans, int m, int n, int nb,
                        MORSE_Complex64_t alpha, const MORSE_desc_t *A, int Am, int An, int lda,
diff --git a/runtime/starpu/codelets/codelet_ztrasm.c b/runtime/starpu/codelets/codelet_ztrasm.c
index 83002029e13e5bc56a2ca4d1b4813a254398ed8b..caffd858b769dac42624e41eccc64c4d793e18c6 100644
--- a/runtime/starpu/codelets/codelet_ztrasm.c
+++ b/runtime/starpu/codelets/codelet_ztrasm.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztrasm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztrasm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon ztrasm StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_ztrmm.c b/runtime/starpu/codelets/codelet_ztrmm.c
index 17b4c250d72b1bd04364c04953884c7f33b779f1..0745de40f04cf7d933b08de96124083af3c22c49 100644
--- a/runtime/starpu/codelets/codelet_ztrmm.c
+++ b/runtime/starpu/codelets/codelet_ztrmm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztrmm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztrmm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrmm StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_ztrmm(const MORSE_option_t *options,
                       MORSE_enum side, MORSE_enum uplo, MORSE_enum transA, MORSE_enum diag,
                       int m, int n, int nb,
diff --git a/runtime/starpu/codelets/codelet_ztrsm.c b/runtime/starpu/codelets/codelet_ztrsm.c
index a54ef383157aedce30fa99ab35efa4d70e126f5e..779597aaf1c823dd60da28ed4b7667bf827e1656 100644
--- a/runtime/starpu/codelets/codelet_ztrsm.c
+++ b/runtime/starpu/codelets/codelet_ztrsm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztrsm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztrsm.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrsm StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_ztrsm(const MORSE_option_t *options,
                       MORSE_enum side, MORSE_enum uplo, MORSE_enum transA, MORSE_enum diag,
                       int m, int n, int nb,
diff --git a/runtime/starpu/codelets/codelet_ztrssq.c b/runtime/starpu/codelets/codelet_ztrssq.c
index 67ff9c3f15415dec46c3791483c6ab6b315f7db1..a5150873834854b62bfc6e0021692b6586f9dd1c 100644
--- a/runtime/starpu/codelets/codelet_ztrssq.c
+++ b/runtime/starpu/codelets/codelet_ztrssq.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztrssq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztrssq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon ztrssq StarPU codelet
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Mathieu Faverge
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/codelets/codelet_ztrtri.c b/runtime/starpu/codelets/codelet_ztrtri.c
index c3706a89df66c7a4e65ed8be24345a04165419f0..b6c53ad0a00593e1c2eafa71eecb99f56b84d53d 100644
--- a/runtime/starpu/codelets/codelet_ztrtri.c
+++ b/runtime/starpu/codelets/codelet_ztrtri.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztrtri.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztrtri.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrtri StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Julien Langou
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -35,8 +30,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_ztrtri(const MORSE_option_t *options,
                        MORSE_enum uplo, MORSE_enum diag,
                        int n, int nb,
diff --git a/runtime/starpu/codelets/codelet_ztslqt.c b/runtime/starpu/codelets/codelet_ztslqt.c
index 722d20352cfa57fa40ebd6912745c9293ca80f1e..ee9b2cc5647dada772e5229ef9d08a477a5ad116 100644
--- a/runtime/starpu/codelets/codelet_ztslqt.c
+++ b/runtime/starpu/codelets/codelet_ztslqt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztslqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztslqt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztslqt StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 #undef REAL
@@ -105,7 +100,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_ztslqt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_ztsmlq.c b/runtime/starpu/codelets/codelet_ztsmlq.c
index 8423b3865b940fb89d780555209b3d7505e73e68..5a9fd8b75093fcac223d52c5318eecda639db40e 100644
--- a/runtime/starpu/codelets/codelet_ztsmlq.c
+++ b/runtime/starpu/codelets/codelet_ztsmlq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztsmlq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsmlq StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -29,7 +24,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -131,7 +126,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_ztsmlq(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
diff --git a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
index 1256265adf94914d8b1e5e614fac5812cd264774..06d59f1808a8fddfd8f12eb7f1cbf8b29632f7d2 100644
--- a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsmlq_hetra1.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztsmlq_hetra1.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsmlq_hetra1 StarPU codelet
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -31,8 +26,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_ztsmlq_hetra1(const MORSE_option_t *options,
                               MORSE_enum side, MORSE_enum trans,
                               int m1, int n1, int m2, int n2, int k, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_ztsmqr.c b/runtime/starpu/codelets/codelet_ztsmqr.c
index 9d9f9877c1940c5e348cb4d7a98f8453d19299c4..9ba352f7af0af20e631da89cee80a41dba234809 100644
--- a/runtime/starpu/codelets/codelet_ztsmqr.c
+++ b/runtime/starpu/codelets/codelet_ztsmqr.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsmqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztsmqr.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsmqr StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -29,7 +24,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -131,7 +126,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_ztsmqr(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
diff --git a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
index 21743919d9fcd7cf88523dacefdad27a7781ccd8..afe7ae97d534a6957c0b5524eae518b80f92d4f5 100644
--- a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
@@ -1,29 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsmqr_hetra1.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztsmqr_hetra1.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsmqr_hetra1 StarPU codelet
  *
- * @version 2.7.1
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Mathieu Faverge
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -31,8 +26,7 @@
  *
  * @ingroup CORE_MORSE_Complex64_t
  *
- **/
-
+ */
 void MORSE_TASK_ztsmqr_hetra1(const MORSE_option_t *options,
                               MORSE_enum side, MORSE_enum trans,
                               int m1, int n1, int m2, int n2, int k, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_ztsqrt.c b/runtime/starpu/codelets/codelet_ztsqrt.c
index f063dfab9e7b47a42a65ec9dfebc7dfd4c2b01a5..1f82cf8fc6189e6b897893f9cd97728bdd852925 100644
--- a/runtime/starpu/codelets/codelet_ztsqrt.c
+++ b/runtime/starpu/codelets/codelet_ztsqrt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztsqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztsqrt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztsqrt StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 #undef REAL
@@ -94,7 +89,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_ztsqrt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_ztstrf.c b/runtime/starpu/codelets/codelet_ztstrf.c
index 3d98f8e22575966417e6913558de47d8ba3004e2..116373281b7bac40852af48ad0bf4314a4ccf138 100644
--- a/runtime/starpu/codelets/codelet_ztstrf.c
+++ b/runtime/starpu/codelets/codelet_ztstrf.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_ztstrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_ztstrf.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztstrf StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -96,7 +91,7 @@
  *              singular, and division by zero will occur if it is used
  *              to solve a system of equations.
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_ztstrf(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_zttlqt.c b/runtime/starpu/codelets/codelet_zttlqt.c
index 0cb195fdfee96042390030274ab84fc25360146e..e3901fce40d0bf5af7231e077048f2cef32b7381 100644
--- a/runtime/starpu/codelets/codelet_zttlqt.c
+++ b/runtime/starpu/codelets/codelet_zttlqt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zttlqt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zttlqt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zttlqt StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -104,7 +99,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zttlqt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_zttmlq.c b/runtime/starpu/codelets/codelet_zttmlq.c
index 0b37a2d9eeb2ef33d3ff7b9bf91be51c0d091943..44f3d6a14a59b495c875b68ce20c7875ad5cd572 100644
--- a/runtime/starpu/codelets/codelet_zttmlq.c
+++ b/runtime/starpu/codelets/codelet_zttmlq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zttmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zttmlq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zttmlq StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -123,7 +118,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zttmlq(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
diff --git a/runtime/starpu/codelets/codelet_zttmqr.c b/runtime/starpu/codelets/codelet_zttmqr.c
index 1f0e21038bb595eb68b40d614cda3422c446e815..e25e68f45703b65b9afe1fb0481d7c50b471e6f3 100644
--- a/runtime/starpu/codelets/codelet_zttmqr.c
+++ b/runtime/starpu/codelets/codelet_zttmqr.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zttmqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zttmqr.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zttmqr StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -129,7 +124,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zttmqr(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
diff --git a/runtime/starpu/codelets/codelet_zttqrt.c b/runtime/starpu/codelets/codelet_zttqrt.c
index 3a51cdb2342a6b8b72af3afe6800a18d92306af5..afee62a04449e8b4d8828e21c3cb239571c9a6ea 100644
--- a/runtime/starpu/codelets/codelet_zttqrt.c
+++ b/runtime/starpu/codelets/codelet_zttqrt.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zttqrt.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zttqrt.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zttqrt StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -104,7 +99,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zttqrt(const MORSE_option_t *options,
                        int m, int n, int ib, int nb,
diff --git a/runtime/starpu/codelets/codelet_zunmlq.c b/runtime/starpu/codelets/codelet_zunmlq.c
index 4725dd113acf8b8cb6dc1cbf74f8a1dc39af80a2..f7d147ccf398685a80361a8810f02fadffeeb67e 100644
--- a/runtime/starpu/codelets/codelet_zunmlq.c
+++ b/runtime/starpu/codelets/codelet_zunmlq.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zunmlq.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zunmlq.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmlq StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -28,7 +23,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -114,7 +109,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zunmlq(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
diff --git a/runtime/starpu/codelets/codelet_zunmqr.c b/runtime/starpu/codelets/codelet_zunmqr.c
index 15bfbd7c985944ee0d2f037c7b79c520b10f58e4..fe740bd88f0667d1edbdd6b1b64ba7e8dfd45785 100644
--- a/runtime/starpu/codelets/codelet_zunmqr.c
+++ b/runtime/starpu/codelets/codelet_zunmqr.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014, 2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file codelet_zunmqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file codelet_zunmqr.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zunmqr StarPU codelet
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
@@ -114,7 +109,7 @@
  *          \retval MORSE_SUCCESS successful exit
  *          \retval <0 if -i, the i-th argument had an illegal value
  *
- ******************************************************************************/
+ */
 
 void MORSE_TASK_zunmqr(const MORSE_option_t *options,
                        MORSE_enum side, MORSE_enum trans,
diff --git a/runtime/starpu/control/runtime_async.c b/runtime/starpu/control/runtime_async.c
index 9ecd094216da6bf92cc7c7c52c7d37c71d72f82b..153943f918aab87145b30a8e97412d079c3ada00 100644
--- a/runtime/starpu/control/runtime_async.c
+++ b/runtime/starpu/control/runtime_async.c
@@ -1,28 +1,28 @@
 /**
+ *
+ * @file runtime_async.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_async.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon StarPU asynchronous routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
+ */
 #include <stdlib.h>
 #include "chameleon_starpu.h"
 
-/*******************************************************************************
+/**
  *  Create a sequence
- **/
+ */
 int RUNTIME_sequence_create( MORSE_context_t  *morse,
                              MORSE_sequence_t *sequence )
 {
@@ -31,9 +31,9 @@ int RUNTIME_sequence_create( MORSE_context_t  *morse,
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Destroy a sequence
- **/
+ */
 int RUNTIME_sequence_destroy( MORSE_context_t  *morse,
                               MORSE_sequence_t *sequence )
 {
@@ -42,9 +42,9 @@ int RUNTIME_sequence_destroy( MORSE_context_t  *morse,
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Wait for the completion of a sequence
- **/
+ */
 int RUNTIME_sequence_wait( MORSE_context_t  *morse,
                            MORSE_sequence_t *sequence )
 {
@@ -62,9 +62,9 @@ int RUNTIME_sequence_wait( MORSE_context_t  *morse,
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Terminate a sequence
- **/
+ */
 void RUNTIME_sequence_flush( MORSE_context_t  *morse,
                              MORSE_sequence_t *sequence,
                              MORSE_request_t  *request,
diff --git a/runtime/starpu/control/runtime_context.c b/runtime/starpu/control/runtime_context.c
index 9d656c2d44825085c27927030cc7b9526b93497d..0dbaf64b846a77cfb071995cbc3cfcbc2a7caae7 100644
--- a/runtime/starpu/control/runtime_context.c
+++ b/runtime/starpu/control/runtime_context.c
@@ -1,23 +1,23 @@
 /**
+ *
+ * @file runtime_context.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_context.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon StarPU context routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
+ */
 #include <stdlib.h>
 #include "chameleon_starpu.h"
 
@@ -32,9 +32,9 @@ int _starpu_is_initialized(void);
 #endif
 #endif
 
-/*******************************************************************************
+/**
  *  Create new context
- **/
+ */
 void RUNTIME_context_create( MORSE_context_t *morse )
 {
     starpu_conf_t *conf;
@@ -54,9 +54,9 @@ void RUNTIME_context_create( MORSE_context_t *morse )
     return;
 }
 
-/*******************************************************************************
+/**
  *  Clean the context
- **/
+ */
 void RUNTIME_context_destroy( MORSE_context_t *morse )
 {
     /* StarPU was already initialized by an external library */
@@ -66,7 +66,7 @@ void RUNTIME_context_destroy( MORSE_context_t *morse )
     return;
 }
 
-/*******************************************************************************
+/**
  *
  */
 void RUNTIME_enable( MORSE_enum lever )
@@ -85,9 +85,9 @@ void RUNTIME_enable( MORSE_enum lever )
     return;
 }
 
-/*******************************************************************************
+/**
  *
- **/
+ */
 void RUNTIME_disable( MORSE_enum lever )
 {
     switch (lever)
diff --git a/runtime/starpu/control/runtime_control.c b/runtime/starpu/control/runtime_control.c
index 6034f92aec9d7e7cde421e2aa24da05e908270a6..82ba00606cb2ce1f24666a566461ecd902f50f11 100644
--- a/runtime/starpu/control/runtime_control.c
+++ b/runtime/starpu/control/runtime_control.c
@@ -1,30 +1,30 @@
 /**
+ *
+ * @file runtime_control.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_control.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon StarPU control routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Augonnet
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include "chameleon_starpu.h"
 
-/*******************************************************************************
+/**
  *
- **/
+ */
 int RUNTIME_init( MORSE_context_t *morse,
                   int ncpus,
                   int ncudas,
@@ -114,7 +114,7 @@ int RUNTIME_init( MORSE_context_t *morse,
     return hres;
 }
 
-/*******************************************************************************
+/**
  *
  */
 void RUNTIME_finalize( MORSE_context_t *morse )
@@ -138,9 +138,9 @@ void RUNTIME_finalize( MORSE_context_t *morse )
     return;
 }
 
-/*******************************************************************************
+/**
  *  To suspend the processing of new tasks by workers
- **/
+ */
 void RUNTIME_pause( MORSE_context_t *morse )
 {
     (void)morse;
@@ -148,10 +148,10 @@ void RUNTIME_pause( MORSE_context_t *morse )
     return;
 }
 
-/*******************************************************************************
+/**
  *  This is the symmetrical call to RUNTIME_pause,
  *  used to resume the workers polling for new tasks.
- **/
+ */
 void RUNTIME_resume( MORSE_context_t *morse )
 {
     (void)morse;
@@ -159,9 +159,9 @@ void RUNTIME_resume( MORSE_context_t *morse )
     return;
 }
 
-/*******************************************************************************
+/**
  *  Busy-waiting barrier
- **/
+ */
 void RUNTIME_barrier( MORSE_context_t *morse )
 {
     (void)morse;
@@ -177,9 +177,9 @@ extern void (*update_progress_callback)(int, int);
 // no progress indicator for algorithms faster than 'PROGRESS_MINIMUM_DURATION' seconds
 #define PROGRESS_MINIMUM_DURATION 10
 
-/*******************************************************************************
+/**
  *  Display a progress information when executing the tasks
- **/
+ */
 void RUNTIME_progress( MORSE_context_t *morse )
 {
     int tasksLeft, current, timer = 0;
@@ -213,27 +213,27 @@ void RUNTIME_progress( MORSE_context_t *morse )
     return;
 }
 
-/*******************************************************************************
+/**
  * Thread rank.
- **/
+ */
 int RUNTIME_thread_rank( MORSE_context_t *morse )
 {
     (void)morse;
     return starpu_worker_get_id();
 }
 
-/*******************************************************************************
+/**
  * Number of threads.
- **/
+ */
 int RUNTIME_thread_size( MORSE_context_t *morse )
 {
     (void)morse;
     return starpu_worker_get_count_by_type( STARPU_CPU_WORKER );
 }
 
-/*******************************************************************************
+/**
  *  The process rank
- **/
+ */
 int RUNTIME_comm_rank( MORSE_context_t *morse )
 {
     int rank = 0;
@@ -250,9 +250,9 @@ int RUNTIME_comm_rank( MORSE_context_t *morse )
     return rank;
 }
 
-/*******************************************************************************
+/**
  *  This returns the size of the distributed computation
- **/
+ */
 int RUNTIME_comm_size( MORSE_context_t *morse )
 {
     int size;
diff --git a/runtime/starpu/control/runtime_descriptor.c b/runtime/starpu/control/runtime_descriptor.c
index 5219c6bb54a179807b62b49bd4ef2ac95619d1cc..8196fe70a6359b26f60234796fa94edfdfcd6e3c 100644
--- a/runtime/starpu/control/runtime_descriptor.c
+++ b/runtime/starpu/control/runtime_descriptor.c
@@ -1,30 +1,30 @@
 /**
+ *
+ * @file runtime_descriptor.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_descriptor.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon StarPU descriptor routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
+ */
 #include <stdlib.h>
 #include <unistd.h>
 #include "chameleon_starpu.h"
 
-/*******************************************************************************
+/**
  *  Set the tag sizes
- **/
+ */
 #if defined(CHAMELEON_USE_MPI)
 
 /* Take 24 bits for the tile id, and 7 bits for descriptor id.
@@ -59,9 +59,9 @@ void RUNTIME_comm_set_tag_sizes( int user_tag_width,
     (void)user_tag_width; (void)user_tag_sep;
 }
 
-/*******************************************************************************
+/**
  *  Malloc/Free of the data
- **/
+ */
 #ifdef STARPU_MALLOC_SIMULATION_FOLDED
 #define FOLDED STARPU_MALLOC_SIMULATION_FOLDED
 #else
@@ -93,9 +93,9 @@ void RUNTIME_free( void  *ptr,
 #endif
 }
 
-/*******************************************************************************
+/**
  *  Create data descriptor
- **/
+ */
 void RUNTIME_desc_create( MORSE_desc_t *desc )
 {
     int64_t lmt = desc->lmt;
@@ -196,9 +196,9 @@ void RUNTIME_desc_create( MORSE_desc_t *desc )
 #endif
 }
 
-/*******************************************************************************
+/**
  *  Destroy data descriptor
- **/
+ */
 void RUNTIME_desc_destroy( MORSE_desc_t *desc )
 {
     desc->occurences--;
@@ -243,9 +243,9 @@ void RUNTIME_desc_destroy( MORSE_desc_t *desc )
     }
 }
 
-/*******************************************************************************
+/**
  *  Acquire data
- **/
+ */
 int RUNTIME_desc_acquire( const MORSE_desc_t *desc )
 {
     starpu_data_handle_t *handle = (starpu_data_handle_t*)(desc->schedopt);
@@ -269,9 +269,9 @@ int RUNTIME_desc_acquire( const MORSE_desc_t *desc )
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Release data
- **/
+ */
 int RUNTIME_desc_release( const MORSE_desc_t *desc )
 {
     starpu_data_handle_t *handle = (starpu_data_handle_t*)(desc->schedopt);
@@ -295,9 +295,9 @@ int RUNTIME_desc_release( const MORSE_desc_t *desc )
     return MORSE_SUCCESS;
 }
 
-/*******************************************************************************
+/**
  *  Flush cached data
- **/
+ */
 void RUNTIME_flush()
 {
 #if defined(CHAMELEON_USE_MPI)
@@ -305,7 +305,7 @@ void RUNTIME_flush()
 #endif
 }
 
-/*****************************************************************************
+/**
  * Different implementations of the flush call based on StarPU version
  */
 #ifdef HAVE_STARPU_DATA_WONT_USE
@@ -408,10 +408,9 @@ void RUNTIME_data_migrate( const MORSE_sequence_t *sequence,
 }
 #endif
 
-/*******************************************************************************
+/**
  *  Get data addr
- **/
-
+ */
 /* For older revision of StarPU, STARPU_MAIN_RAM is not defined */
 #ifndef STARPU_MAIN_RAM
 #define STARPU_MAIN_RAM 0
diff --git a/runtime/starpu/control/runtime_options.c b/runtime/starpu/control/runtime_options.c
index 07ef4c31f43f17db1b9ec8afa65cd6a7fbd481a7..752012fefaa55113d1f1ff23951fdd0ea41373b0 100644
--- a/runtime/starpu/control/runtime_options.c
+++ b/runtime/starpu/control/runtime_options.c
@@ -1,23 +1,23 @@
 /**
+ *
+ * @file runtime_options.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_options.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon StarPU options routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
+ */
 #include <stdio.h>
 #include <stdlib.h>
 #include "chameleon_starpu.h"
diff --git a/runtime/starpu/control/runtime_profiling.c b/runtime/starpu/control/runtime_profiling.c
index 8f6a397f062cfe9e14293ecc4fae461ab5dda8ed..12392456e1c3899cfbb35fdb68348fdf77b092ed 100644
--- a/runtime/starpu/control/runtime_profiling.c
+++ b/runtime/starpu/control/runtime_profiling.c
@@ -1,23 +1,23 @@
 /**
+ *
+ * @file runtime_profiling.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_profiling.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon StarPU profiling routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
+ */
 #include <math.h>
 #include "chameleon_starpu.h"
 #if defined(HAVE_STARPU_FXT_PROFILING)
@@ -35,9 +35,9 @@ double RUNTIME_get_time(){
     return starpu_timing_now()*1e-6;
 }
 
-/*******************************************************************************
+/**
  *  Set iteration numbers for traces
- **/
+ */
 void RUNTIME_iteration_push( MORSE_context_t *morse, unsigned long iteration )
 {
     (void)morse;
diff --git a/runtime/starpu/control/runtime_workspace.c b/runtime/starpu/control/runtime_workspace.c
index ad147b1ae0ac671344e4c47b24c2d26158aea34b..84ecd9515f1a398dec7a85aec8243df30574e933 100644
--- a/runtime/starpu/control/runtime_workspace.c
+++ b/runtime/starpu/control/runtime_workspace.c
@@ -1,23 +1,22 @@
 /**
+ *
+ * @file runtime_workspace.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_workspace.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon StarPU workspaces routines
  *
- * @version 2.3.1
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @date 2011-06-01
  *
- **/
+ */
 #include "chameleon_starpu.h"
 
 static void RUNTIME_allocate_workspace_on_workers(void *arg)
diff --git a/runtime/starpu/control/runtime_zlocality.c b/runtime/starpu/control/runtime_zlocality.c
index 137c8a593d47adcd42de23d075e54dc5e7890204..56b7ba92afe92d9c38ea9fc8480b6d394f83896e 100644
--- a/runtime/starpu/control/runtime_zlocality.c
+++ b/runtime/starpu/control/runtime_zlocality.c
@@ -1,25 +1,24 @@
 /**
+ *
+ * @file runtime_zlocality.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_zlocality.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon StarPU MORSE_Complex64_t kernel locality management
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/control/runtime_zprofiling.c b/runtime/starpu/control/runtime_zprofiling.c
index 4d80f982f0d3cdb6c34f0f595005bb5b51937ff8..610512d5d1562828144adc4388d6edef6121163d 100644
--- a/runtime/starpu/control/runtime_zprofiling.c
+++ b/runtime/starpu/control/runtime_zprofiling.c
@@ -1,25 +1,24 @@
 /**
+ *
+ * @file runtime_zprofiling.c
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
- *                      Tennessee Research Foundation.  All rights reserved.
+ *                      Tennessee Research Foundation. All rights reserved.
  * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
  *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_zprofiling.c
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon StarPU MORSE_Complex64_t kernel progiling
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
  * @precisions normal z -> s d c
  *
- **/
+ */
 #include "chameleon_starpu.h"
 #include "runtime_codelet_z.h"
 
diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in
index 7567425e6c5819f0fd4c03f0b132ca6518ced614..ddb4ede45ee9078d4bf6f5034ad545f2d94bd21b 100644
--- a/runtime/starpu/include/chameleon_starpu.h.in
+++ b/runtime/starpu/include/chameleon_starpu.h.in
@@ -1,28 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file chameleon_starpu.h
  *
- **/
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file morse_starpu.h
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon StarPU runtime header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @author Florent Pruvost
  * @date 2011-06-01
  *
- **/
+ */
 #ifndef _MORSE_STARPU_H_
 #define _MORSE_STARPU_H_
 
@@ -77,7 +72,7 @@
 
 typedef struct starpu_conf starpu_conf_t;
 
-/******************************************************************************/
+/**/
 
 /*
  * MPI Redefinitions
diff --git a/runtime/starpu/include/runtime_codelet_profile.h b/runtime/starpu/include/runtime_codelet_profile.h
index e195b5d8f3a932bd1cbad08ec460cdd425c87bf4..88fa98da4802e603e196ae80195fc57e76a327eb 100644
--- a/runtime/starpu/include/runtime_codelet_profile.h
+++ b/runtime/starpu/include/runtime_codelet_profile.h
@@ -1,30 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file runtime_codelet_profile.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_codelet_profile.h
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon StarPU codelet profiling header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
  *
- **/
-
+ */
 #ifndef __CODELET_PROFILE_H__
 #define __CODELET_PROFILE_H__
 
diff --git a/runtime/starpu/include/runtime_codelet_z.h b/runtime/starpu/include/runtime_codelet_z.h
index 6d3187da17328459db22542c645183d63e358297..c5a1677425bf342847fde84eba329612829e4933 100644
--- a/runtime/starpu/include/runtime_codelet_z.h
+++ b/runtime/starpu/include/runtime_codelet_z.h
@@ -1,31 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file runtime_codelet_z.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_codelet_z.h
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon StarPU MORSE_Complex64_t codelets header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
  * @precisions normal z -> c d s
  *
- **/
-
+ */
 #ifndef _CODELETS_Z_H_
 #define _CODELETS_Z_H_
 
diff --git a/runtime/starpu/include/runtime_codelets.h b/runtime/starpu/include/runtime_codelets.h
index 4fa08b2808bbf96fe44755cb0676a2365bb8819c..ee8bdf9b0025399c36bba912457b52b242233a70 100644
--- a/runtime/starpu/include/runtime_codelets.h
+++ b/runtime/starpu/include/runtime_codelets.h
@@ -1,30 +1,23 @@
  /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file runtime_codelets.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_codelets.h
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon StarPU codelets main header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
  *
- **/
-
+ */
 #ifndef _CODELETS_H_
 #define _CODELETS_H_
 
diff --git a/runtime/starpu/include/runtime_profiling.h b/runtime/starpu/include/runtime_profiling.h
index 0d25ee23f858a3191c7d4fdee28a8e718b69e61e..ee079520059f969527677140dd51e54a2c90b97d 100644
--- a/runtime/starpu/include/runtime_profiling.h
+++ b/runtime/starpu/include/runtime_profiling.h
@@ -1,28 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file runtime_profiling.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_progiling.h
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon StarPU profiling and kernel locality header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2011-06-01
  *
- **/
+ */
 #ifndef _PROFILING_H_
 #define _PROFILING_H_
 
diff --git a/runtime/starpu/include/runtime_workspace.h b/runtime/starpu/include/runtime_workspace.h
index a7d25d38e48710f524063f5749572c4f19a95510..99db679eb6ce4905d9c4db3347b442d0ccd48fce 100644
--- a/runtime/starpu/include/runtime_workspace.h
+++ b/runtime/starpu/include/runtime_workspace.h
@@ -1,28 +1,21 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file runtime_workspace.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file runtime_workspace.h
+ ***
  *
- *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver,
- *  and INRIA Bordeaux Sud-Ouest
+ * @brief Chameleon StarPU workspace header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Cedric Augonnet
  * @date 2011-06-01
  *
- **/
-
+ */
 #ifndef _MORSE_STARPU_WORKSPACE_H_
 #define _MORSE_STARPU_WORKSPACE_H_
 
diff --git a/simucore/CMakeLists.txt b/simucore/CMakeLists.txt
index ea6ff6c8fc56637a3d23d646775aad784a7d55d1..ed27d8bd150828d457635e42eb8dd17f51e4e92d 100755
--- a/simucore/CMakeLists.txt
+++ b/simucore/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,8 +17,7 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
-#  @date 02-10-2014
+#  @date 2014-10-02
 #
 ###
 
diff --git a/testing/CMakeLists.txt b/testing/CMakeLists.txt
index c90f3f3bd465b79d643d1e15c5a8bf164c2df423..381e80541e67b72a82ca556f24eceb94fb8e353e 100644
--- a/testing/CMakeLists.txt
+++ b/testing/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 if (CHAMELEON_SIMULATION)
diff --git a/testing/lin/CMakeLists.txt b/testing/lin/CMakeLists.txt
index 704f350483c7bcf3f80078fd969cd3bb9c4bb249..a87ead145a8407744c5704f5dd61a36513f83aec 100644
--- a/testing/lin/CMakeLists.txt
+++ b/testing/lin/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2014 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/testing/testing_zauxiliary.c b/testing/testing_zauxiliary.c
index 247390083987e812346a19cfcac9a17efb1e290c..cf2db1c2c4d82b719048ee84f87e470b1fe4668f 100644
--- a/testing/testing_zauxiliary.c
+++ b/testing/testing_zauxiliary.c
@@ -1,28 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zauxiliary.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zauxiliary.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon MORSE_Complex64_t auxiliary testings routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cédric Castagnède
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zauxiliary.h b/testing/testing_zauxiliary.h
index 7c55d8057c05a1028592b44d9fc8fa49a0cd3985..0d5a9bfffffa26b9c7069b76aa7b6d9f2f79f2e1 100644
--- a/testing/testing_zauxiliary.h
+++ b/testing/testing_zauxiliary.h
@@ -1,28 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zauxiliary.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zauxiliary.h
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon MORSE_Complex64_t auxiliary testings header
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cédric Castagnède
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #ifndef TESTING_ZAUXILIARY_H
 #define TESTING_ZAUXILIARY_H
 
diff --git a/testing/testing_zgeadd.c b/testing/testing_zgeadd.c
index b4caefa8a4b5b19971389299cbe7c72f95dfd368..b6744ecd6c286b62ce22bfa4eee48f6730121080 100644
--- a/testing/testing_zgeadd.c
+++ b/testing/testing_zgeadd.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zgeadd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zgemm.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeadd testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zgels.c b/testing/testing_zgels.c
index 4b52193e7abe497f50fd8ca462975f5f21f0dea4..51859d37cc0545a8fc6e06112450c34f64d074e1 100644
--- a/testing/testing_zgels.c
+++ b/testing/testing_zgels.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zgels.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zgels.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgels testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Bilel Hadri
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zgels_hqr.c b/testing/testing_zgels_hqr.c
index d3f8fde83c298e0286e7d4bd2b23d48b9242b651..97c32a77107601dfab5f3574f8a7cac8c1b88d3e 100644
--- a/testing/testing_zgels_hqr.c
+++ b/testing/testing_zgels_hqr.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zgels_hqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zgels_hqr.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgels_hqr testing
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zgels_systolic.c b/testing/testing_zgels_systolic.c
index 52e7e46d731923fb1d02f9f770583637e80ee4fd..9726b5a59ec7414566b0fa24e5070f8e14730bbf 100644
--- a/testing/testing_zgels_systolic.c
+++ b/testing/testing_zgels_systolic.c
@@ -1,19 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zgels_systolic.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zgels_systolic.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgels_systolic testing
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -21,7 +17,7 @@
  * @date 2017-05-17
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zgemm.c b/testing/testing_zgemm.c
index d676f871782b7395f781a2f11362029d6721f664..ec2948c5154e2b2ca31ed5217b2305bf906a1e5d 100644
--- a/testing/testing_zgemm.c
+++ b/testing/testing_zgemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zgemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zgemm.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgemm testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zgeqrf_qdwh.c b/testing/testing_zgeqrf_qdwh.c
index 21bce4fa612d9c967060ff83f70ffbf6bd7dfc99..c669f21675c0641346203fd777fd6c31cb997bc5 100644
--- a/testing/testing_zgeqrf_qdwh.c
+++ b/testing/testing_zgeqrf_qdwh.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zgeqrf_qdwh.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zgels.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgeqrf_qdwh testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Bilel Hadri
@@ -27,7 +22,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zgesv_incpiv.c b/testing/testing_zgesv_incpiv.c
index 0b063dbc81a81c11398895e032ed844321e99d0c..dcc2a25d2687bae71baff909b0f192ad9930fe4e 100644
--- a/testing/testing_zgesv_incpiv.c
+++ b/testing/testing_zgesv_incpiv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zgesv_incpiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zgesv.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgesv_incpiv testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Bilel Hadri, Hatem Ltaief
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zgesvd.c b/testing/testing_zgesvd.c
index 0bca121e37d4c91517399b405e9d9666cbb6a955..310b09224d95bf713d2de64ff0362bc34d01630e 100644
--- a/testing/testing_zgesvd.c
+++ b/testing/testing_zgesvd.c
@@ -1,28 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zgesvd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zgesvd.c
+ ***
  *
- *  PLASMA testing routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zgesvd testing
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Azzam Haidar
  * @author Hatem Ltaief
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zheevd.c b/testing/testing_zheevd.c
index 2466e5b79b5531acbf9aa97fd0619ffaf3fb7d5e..8c8bcb5d45a3889d03efb79540e1f1c9810b3db8 100644
--- a/testing/testing_zheevd.c
+++ b/testing/testing_zheevd.c
@@ -1,28 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zheevd.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zheevd.c
+ ***
  *
- *  PLASMA testing routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zheevd testing
  *
- * @version 2.8.0
+ * @version 1.0.0
  * @author Hatem Ltaief
  * @author Azzam Haidar
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zhemm.c b/testing/testing_zhemm.c
index 891b4314e1ff8a58464e07a47dc8815e7ad46d16..6767c34599646befa96f7164300c912d45cd27ce 100644
--- a/testing/testing_zhemm.c
+++ b/testing/testing_zhemm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zhemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zhemm.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zhemm testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zher2k.c b/testing/testing_zher2k.c
index d15366eb2cb92ec5cdcd6979bbc5af16ec2005e5..f204121124770f6196afa46944be6ffec7ac609c 100644
--- a/testing/testing_zher2k.c
+++ b/testing/testing_zher2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zher2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zher2k.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zher2k testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zherk.c b/testing/testing_zherk.c
index 21a5824c05b9306dfc6d2812b230e5bf51116c42..2ee63f3e4b420562e30f2dc4373006dc867b06d1 100644
--- a/testing/testing_zherk.c
+++ b/testing/testing_zherk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zherk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zherk.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zherk testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zlange.c b/testing/testing_zlange.c
index f818f658a485e7edc18bceabb94de58ff5687ee5..8921f7c0ed93d9bb65c1b6e183b42727ae4b345f 100644
--- a/testing/testing_zlange.c
+++ b/testing/testing_zlange.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zlange.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zlange.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Inria Bordeaux - Sud-Ouest, LaBRI,
- *  University of Bordeaux, Bordeaux INP
+ * @brief Chameleon zlange testing
  *
- * @version 2.6.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.6.0 for MORSE 1.0.0
  * @author Emmanuel Agullo
@@ -24,7 +19,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zpemv.c b/testing/testing_zpemv.c
index ef70a9236d23d7b7eb9495fd41051640a48d514a..a816862ddccb8d07a48fae948a98c1a025a7539d 100644
--- a/testing/testing_zpemv.c
+++ b/testing/testing_zpemv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zpemv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zpemv.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zpemv testing
  *
- * @version 2.4.0
+ * @version 1.0.0
  * @author Dulceneia Becker
  * @author Mathieu Faverge
  * @author Emmanuel Agullo
@@ -24,7 +19,7 @@
  * @date 2011-10-06
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zposv.c b/testing/testing_zposv.c
index a129e6a599412dde76c3ac20d276ac4bd2cd480d..82e0d5e26ffa7eade5aacb343e587078c3a66d56 100644
--- a/testing/testing_zposv.c
+++ b/testing/testing_zposv.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zposv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zposv.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zposv testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Bilel Hadri, Hatem Ltaief
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zpotri.c b/testing/testing_zpotri.c
index b6487571316454a6c4852748e32093ea43e15a35..f16dccb77b569e3f9d6e8db2508dd685d0f3e526 100644
--- a/testing/testing_zpotri.c
+++ b/testing/testing_zpotri.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zpotri.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zpotri.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zpotri testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Hatem Ltaief
@@ -26,7 +21,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zsymm.c b/testing/testing_zsymm.c
index cecc6b83850abc18bf6e577d46c98d3aa7232e41..46c156123487b9e2f87ace978cf8e49b541ac6e0 100644
--- a/testing/testing_zsymm.c
+++ b/testing/testing_zsymm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zsymm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zsymm.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsymm testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zsyr2k.c b/testing/testing_zsyr2k.c
index 049e9c8fd98d9097958c0086076377c99eb8ea6c..c4f1a8a4e80d16fd34309560aca2b8f7451cbf55 100644
--- a/testing/testing_zsyr2k.c
+++ b/testing/testing_zsyr2k.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zsyr2k.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zsyr2k.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsyr2k testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_zsyrk.c b/testing/testing_zsyrk.c
index b942d294d8aa750cc262ea8d87837075d3e9f3d2..33afc77d1c930604c1b21f947b8b9b346d948364 100644
--- a/testing/testing_zsyrk.c
+++ b/testing/testing_zsyrk.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_zsyrk.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_zsyrk.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon zsyrk testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_ztrmm.c b/testing/testing_ztrmm.c
index f663a88277009497d2fa63a5102cc76682fdde47..a6a0586354a3acfe2444f4853dcf31a3f3007a35 100644
--- a/testing/testing_ztrmm.c
+++ b/testing/testing_ztrmm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_ztrmm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_ztrmm.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrmm testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/testing/testing_ztrsm.c b/testing/testing_ztrsm.c
index 65e5088d604b62d29b6c8abf70a2ab03d30be786..ba6110955e7575d89580bceb60f6c56fda42c126 100644
--- a/testing/testing_ztrsm.c
+++ b/testing/testing_ztrsm.c
@@ -1,22 +1,17 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file testing_ztrsm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file testing_ztrsm.c
+ ***
  *
- *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon ztrsm testing
  *
- * @version 2.5.0
+ * @version 1.0.0
  * @comment This file has been automatically generated
  *          from Plasma 2.5.0 for MORSE 1.0.0
  * @author Mathieu Faverge
@@ -25,7 +20,7 @@
  * @date 2010-11-15
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/timing/CMakeLists.txt b/timing/CMakeLists.txt
index 264bfeea30d06d0768fb2d69ee2221803c3cb99c..19f3a16f7b7d2f38804c2f993b42b6e8a6b2fea5 100644
--- a/timing/CMakeLists.txt
+++ b/timing/CMakeLists.txt
@@ -1,14 +1,13 @@
 ###
 #
-# @copyright (c) 2009-2014 The University of Tennessee and The University
-#                          of Tennessee Research Foundation.
-#                          All rights reserved.
-# @copyright (c) 2012-2016 Inria. All rights reserved.
-# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+# @file CMakeLists.txt
 #
-###
+# @copyright 2009-2014 The University of Tennessee and The University of
+#                      Tennessee Research Foundation. All rights reserved.
+# @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
-#  @file CMakeLists.txt
+###
 #
 #  @project MORSE
 #  MORSE is a software package provided by:
@@ -18,11 +17,11 @@
 #     Univ. of California Berkeley,
 #     Univ. of Colorado Denver.
 #
-#  @version 0.9.0
+# @version 1.0.0
 #  @author Cedric Castagnede
 #  @author Emmanuel Agullo
 #  @author Mathieu Faverge
-#  @date 13-07-2012
+#  @date 2012-07-13
 #
 ###
 
diff --git a/timing/flops.h b/timing/flops.h
index 630f2f76d48e1fe3980ed111253c33e030538b18..a13f1d6cb45234a1cbd3b0f9d03fb3ce6a02cca6 100644
--- a/timing/flops.h
+++ b/timing/flops.h
@@ -1,25 +1,22 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file flops.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file flops.h
+ ***
  *
  *  File provided by Univ. of Tennessee,
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Cedric Castagnede
  * @date 2010-12-20
  *
- **/
+ */
 /*
  * This file provide the flops formula for all Level 3 BLAS and some
  * Lapack routines.  Each macro uses the same size parameters as the
@@ -34,9 +31,9 @@
 #ifndef _FLOPS_H_
 #define _FLOPS_H_
 
-/************************************************************************
+/**
  *           Generic formula coming from LAWN 41
- ***********************************************************************/
+ */
 
 /*
  * Level 2 BLAS 
@@ -169,9 +166,9 @@
                                 :                  ((double)(__m) * ((double)(__m) * (2. * (double)(__n) - 2./3. * (double)(__m) + 1. ) - (double)(__n) +  5./3.)) )
 
 
-/*******************************************************************************
+/**
  *               Users functions
- ******************************************************************************/
+ */
 
 /*
  * Level 2 BLAS 
diff --git a/timing/time_zgelqf.c b/timing/time_zgelqf.c
index bf891e5dfa0570f494187c782c83f1a3529d8adf..e5ed56b72218a2b8b3bd7f8781bd64b078426ee5 100644
--- a/timing/time_zgelqf.c
+++ b/timing/time_zgelqf.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgelqf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgelqf_tile.c b/timing/time_zgelqf_tile.c
index 72efa19e1a0beef4b2d34caaa7dabe6f4603ef3b..2234f90f311bca235c3c71588ebfc8d9a3cb6b1f 100644
--- a/timing/time_zgelqf_tile.c
+++ b/timing/time_zgelqf_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgelqf_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgels.c b/timing/time_zgels.c
index cee21ade65239f95adc89679e15897989d48bfc7..c905b4a8adcddb5b40710f8371042ba83131f8ec 100644
--- a/timing/time_zgels.c
+++ b/timing/time_zgels.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgels.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgels_tile.c b/timing/time_zgels_tile.c
index 2460ecea77b55fa81261e5b6b71da460fe6fb395..cc61b2f210d5cf1b1ab9bae0c1890c07907aba89 100644
--- a/timing/time_zgels_tile.c
+++ b/timing/time_zgels_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgels_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgemm.c b/timing/time_zgemm.c
index 57e50ba0fc8ea0225acb7513f23b017e681ebe3d..bf64498e94ed73efb9356dbe7fddf32618966ed5 100644
--- a/timing/time_zgemm.c
+++ b/timing/time_zgemm.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgemm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgemm_tile.c b/timing/time_zgemm_tile.c
index 7bd1ba7614b99ef773643b75ad9bc23581137992..4936a1a1ff14e8a0ee469d53dccc1d65d536de06 100644
--- a/timing/time_zgemm_tile.c
+++ b/timing/time_zgemm_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgemm_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgeqrf.c b/timing/time_zgeqrf.c
index 5059bacbe33f928d151ecd01ffa30a6587c7f8ca..6e0423b5def850c01eeea9bd63752dc4d839d165 100644
--- a/timing/time_zgeqrf.c
+++ b/timing/time_zgeqrf.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgeqrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgeqrf_hqr.c b/timing/time_zgeqrf_hqr.c
index ab5d8f9bca2e14513790088a4c81b2b009adbda5..0bb4afb4fa6dca93447b1d63c106f2272980fb95 100644
--- a/timing/time_zgeqrf_hqr.c
+++ b/timing/time_zgeqrf_hqr.c
@@ -1,15 +1,13 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgeqrf_hqr.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file time_zgeqrf_hqr.c
+ ***
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -17,7 +15,7 @@
  * @date 2017-06-08
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgeqrf_hqr_tile.c b/timing/time_zgeqrf_hqr_tile.c
index 302a8a78dadfb8fb0d181c158f861fdb1b661c75..5f5cbf74f3335dc5eba973e031c22c8d3c1a1bc6 100644
--- a/timing/time_zgeqrf_hqr_tile.c
+++ b/timing/time_zgeqrf_hqr_tile.c
@@ -1,15 +1,13 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgeqrf_hqr_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file time_zgeqrf_hqr_tile.c
+ ***
  *
  * @version 1.0.0
  * @author Mathieu Faverge
@@ -17,7 +15,7 @@
  * @date 2017-06-08
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgeqrf_tile.c b/timing/time_zgeqrf_tile.c
index 8e461df50cf54c84a5fe4953907b51db5cf3603a..fb9cfa4ea30d778dd423b630011fbbecc4040d98 100644
--- a/timing/time_zgeqrf_tile.c
+++ b/timing/time_zgeqrf_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgeqrf_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgeqrs_tile.c b/timing/time_zgeqrs_tile.c
index a1adcd274d0451db3c9bb0cfc894e648140df911..4dbca75f9f440460edbd1dfa81ee48f29e73f387 100644
--- a/timing/time_zgeqrs_tile.c
+++ b/timing/time_zgeqrs_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgeqrs_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgesv_incpiv.c b/timing/time_zgesv_incpiv.c
index c0c3faa9f2f026e741de8a3b99dd403e486ce274..00a68985347f948a4b278a26e4deb14596712064 100644
--- a/timing/time_zgesv_incpiv.c
+++ b/timing/time_zgesv_incpiv.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgesv_incpiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgesv_incpiv_tile.c b/timing/time_zgesv_incpiv_tile.c
index 98094313e65c9c61c6b6120c7cdb17d04d210fc1..825bdc8e5bc56d03afa5c0aee0ed644f8bac60bf 100644
--- a/timing/time_zgesv_incpiv_tile.c
+++ b/timing/time_zgesv_incpiv_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgesv_incpiv_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgesv_nopiv.c b/timing/time_zgesv_nopiv.c
index a0d0e4505ab015949b3fdb3ff6e26ecf4c04e66a..a1df5e56f6482cec6cb830400d841df99316e9e7 100644
--- a/timing/time_zgesv_nopiv.c
+++ b/timing/time_zgesv_nopiv.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgesv_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgesv_nopiv_tile.c b/timing/time_zgesv_nopiv_tile.c
index 79db93d1413b244fd8f6af10e9111ca0c3f7d171..d41cef9f40c0257652ee873bf3b35043ccad80c2 100644
--- a/timing/time_zgesv_nopiv_tile.c
+++ b/timing/time_zgesv_nopiv_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgesv_nopiv_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgesvd_tile.c b/timing/time_zgesvd_tile.c
index af8c7a6d6ff97965935e1b398b1044a6b101a77b..b7c8f2e86f4942208f8591b1961994da99d3feee 100644
--- a/timing/time_zgesvd_tile.c
+++ b/timing/time_zgesvd_tile.c
@@ -1,23 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgesvd_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
 
-#define _NAME  "PLASMA_zheev_Tile"
+#define _NAME  "MORSE_zheev_Tile"
 /* See Lawn 41 page 120 */
 #define _FMULS FMULS_GEBRD( M, N )
 #define _FADDS FADDS_GEBRD( M, N )
diff --git a/timing/time_zgetrf_incpiv.c b/timing/time_zgetrf_incpiv.c
index 28a5814dd670cabedc596621ec2a01c8bcdbc37c..e50581076424c177d8f7e2eaf19224808661db60 100644
--- a/timing/time_zgetrf_incpiv.c
+++ b/timing/time_zgetrf_incpiv.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgetrf_incpiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgetrf_incpiv_tile.c b/timing/time_zgetrf_incpiv_tile.c
index a0a20509a40e50a32e48b5c45bc2c42225253d62..0d2f8ba536a8e3708dc5f505a0e53e8f650209e8 100644
--- a/timing/time_zgetrf_incpiv_tile.c
+++ b/timing/time_zgetrf_incpiv_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgetrf_incpiv_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgetrf_nopiv.c b/timing/time_zgetrf_nopiv.c
index 4f651848c515d6f3067506448338e162e1c1723d..6806c6c8a3308f9cb1a7386700f3340ad43acf94 100644
--- a/timing/time_zgetrf_nopiv.c
+++ b/timing/time_zgetrf_nopiv.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgetrf_nopiv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgetrf_nopiv_tile.c b/timing/time_zgetrf_nopiv_tile.c
index 304d9d33331d27bb9672dd00db32839498dadf67..bcb0173c3debc635bbbce2646b4b8ad5e1d958fc 100644
--- a/timing/time_zgetrf_nopiv_tile.c
+++ b/timing/time_zgetrf_nopiv_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgetrf_nopiv_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgetri_tile.c b/timing/time_zgetri_tile.c
index ebd0a74f2e15017556e556491705eef4b58a7f6f..84bace17ff21609ef4d82373fe6dad5c45f4be36 100644
--- a/timing/time_zgetri_tile.c
+++ b/timing/time_zgetri_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgetri_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgetrs_incpiv_tile.c b/timing/time_zgetrs_incpiv_tile.c
index 29b9c41b2ec4bbc83896f124d2c70785601a84c8..2ada8ece1c226401bcb2fa129b027ff03e2cea91 100644
--- a/timing/time_zgetrs_incpiv_tile.c
+++ b/timing/time_zgetrs_incpiv_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgetrs_incpiv_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zgetrs_nopiv_tile.c b/timing/time_zgetrs_nopiv_tile.c
index 2b9a531f56d2d1867ed9c21166d45c2484a3327e..abca3941174b6276fb404ca36c4f60b4c397170d 100644
--- a/timing/time_zgetrs_nopiv_tile.c
+++ b/timing/time_zgetrs_nopiv_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zgetrs_nopiv_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zheevd_tile.c b/timing/time_zheevd_tile.c
index 706346fe96963ac66354ea7d434f07f0300f1542..c81341b1dc2b810032fc65311b8c262d7a360ac9 100644
--- a/timing/time_zheevd_tile.c
+++ b/timing/time_zheevd_tile.c
@@ -1,23 +1,23 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zheevd_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
 
-#define _NAME  "PLASMA_zheevd_Tile"
+#define _NAME  "MORSE_zheevd_Tile"
 /* See Lawn 41 page 120 */
 #define _FMULS ((2. / 3.) * ((double)N * (double)N * (double)N))
 #define _FADDS ((2. / 3.) * ((double)N * (double)N * (double)N))
diff --git a/timing/time_zlange.c b/timing/time_zlange.c
index 25ffb956943f3dcf0d4cd08ed10fdadbea501d26..42874b184f3a7676288d8c33d16fd72d3692dae3 100644
--- a/timing/time_zlange.c
+++ b/timing/time_zlange.c
@@ -1,18 +1,18 @@
 /**
  *
- * @Copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zlange.c
  *
- **/
-
-/**
+ * @Copyright 2009-2014 The University of Tennessee and The University
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zlange_tile.c b/timing/time_zlange_tile.c
index a12174a9418578a7929adb1ca23379aedd93a95c..4ffe9e77a1768e282577f9816e333a667de77326 100644
--- a/timing/time_zlange_tile.c
+++ b/timing/time_zlange_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zlange_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zposv.c b/timing/time_zposv.c
index 67af772cff309d5aedb4075e2c72af046ad139e1..fc9183c58dfcbdaef791bacf7b85d4e9b872e744 100644
--- a/timing/time_zposv.c
+++ b/timing/time_zposv.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zposv.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zposv_tile.c b/timing/time_zposv_tile.c
index 319f70e64e9194c51e95c4349b4a5b79cfdcf9d8..fa4a6196a6e6f3b051f7dce80d7090a3862b8c5b 100644
--- a/timing/time_zposv_tile.c
+++ b/timing/time_zposv_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zposv_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zpotrf.c b/timing/time_zpotrf.c
index 6a242c229d7073ddefe94ca5ef48a7ff492a5cfd..9baf6e3fe8288776f0891bb526e52656b502e885 100644
--- a/timing/time_zpotrf.c
+++ b/timing/time_zpotrf.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zpotrf.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zpotrf_tile.c b/timing/time_zpotrf_tile.c
index 475aea6948124cfe987fe174a1bbd5ec25d3e90b..eb69d0cc4c0750719b145774e51faad1bed705ec 100644
--- a/timing/time_zpotrf_tile.c
+++ b/timing/time_zpotrf_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zpotrf_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zpotri_tile.c b/timing/time_zpotri_tile.c
index 3a2d59e5b6aebc91b591a7427cbd7f3394c551ea..906c2de8d0a4b8e47e444c8247fdd3f224d7278f 100644
--- a/timing/time_zpotri_tile.c
+++ b/timing/time_zpotri_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zpotri_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zpotrs_tile.c b/timing/time_zpotrs_tile.c
index 131393d41d10380c336cefd4210da8e75bcb8cf4..5e78980c4d189b3d53bab142478e6641f4ca7fb8 100644
--- a/timing/time_zpotrs_tile.c
+++ b/timing/time_zpotrs_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zpotrs_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_zsytrf_tile.c b/timing/time_zsytrf_tile.c
index 54cf336554d29761dbf573a0480d5b2523cb184b..796050f6faa94c21ab3fbe18403f233bda6da7a6 100644
--- a/timing/time_zsytrf_tile.c
+++ b/timing/time_zsytrf_tile.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_zsytrf_tile.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/time_ztrsm.c b/timing/time_ztrsm.c
index 96413f96fe8e07dcc1a353cd8337c6117d502b31..0785479ae86b6ee83bbc82c9d19c7a91a66dae9f 100644
--- a/timing/time_ztrsm.c
+++ b/timing/time_ztrsm.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file time_ztrsm.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #define _TYPE  MORSE_Complex64_t
 #define _PREC  double
 #define _LAMCH LAPACKE_dlamch_work
diff --git a/timing/timing.c b/timing/timing.c
index 36576de1789db2fa588b8f2da12a432d7bd04f74..ca5f3d1b7e646f46f4f086963a1c32b5e8805950 100644
--- a/timing/timing.c
+++ b/timing/timing.c
@@ -1,30 +1,24 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2016 Inria. All rights reserved.
- * @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file timing.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
- * @file timing.c
+ ***
  *
- *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
+ * @brief Chameleon auxiliary routines
  *
- * @version 0.9.0
+ * @version 1.0.0
  * @author Mathieu Faverge
  * @author Raphael Boucherie
  * @author Dulceneia Becker
  * @author Cedric Castagnede
  * @date 2010-11-15
  *
- **/
-
+ */
 #if defined( _WIN32 ) || defined( _WIN64 )
 #define int64_t __int64
 #endif
diff --git a/timing/timing.h b/timing/timing.h
index 9cab968464da1125b42555303c769dec4e555411..9eb12fdbcd6164f1ead0c590e83468287ebe0348 100644
--- a/timing/timing.h
+++ b/timing/timing.h
@@ -1,13 +1,15 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file timing.h
  *
- **/
-
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ * @version 1.0.0
+ *
+ */
 #ifndef TIMING_H
 #define TIMING_H
 
@@ -164,7 +166,7 @@ enum dparam_timing {
         memcpy(_name_, _orig_, (_lda_) * (_n_) * sizeof(_type_) );           \
     }
 
-/*********************
+/**
  *
  * Macro for trace generation
  *
@@ -187,7 +189,7 @@ enum dparam_timing {
         MORSE_Disable(MORSE_BOUND);            \
     }
 
-/*********************
+/**
  *
  * Macro for DAG generation
  *
@@ -205,7 +207,7 @@ enum dparam_timing {
 #define STOP_DAG()   do {} while(0);
 #endif
 
-/*********************
+/**
  *
  * Synchro for distributed computations
  *
@@ -218,7 +220,7 @@ enum dparam_timing {
 #define STOP_DISTRIBUTED()   do {} while(0);
 #endif
 
-/*********************
+/**
  *
  * General Macros for timing
  *
diff --git a/timing/timing_zauxiliary.c b/timing/timing_zauxiliary.c
index 55998be13f199b66f17f090c6715cba92a58797f..7ec7fe38ccb759c8c4d5e49c4b5c5362dc842fa2 100644
--- a/timing/timing_zauxiliary.c
+++ b/timing/timing_zauxiliary.c
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file timing_zauxiliary.c
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
+ ***
+ *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
diff --git a/timing/timing_zauxiliary.h b/timing/timing_zauxiliary.h
index 7715d8a0f68b9f41adb45a3f2e9233da5246f0db..b9cce4bb9e14566c698919909df5371686a5352b 100644
--- a/timing/timing_zauxiliary.h
+++ b/timing/timing_zauxiliary.h
@@ -1,18 +1,18 @@
 /**
  *
- * @copyright (c) 2009-2014 The University of Tennessee and The University
- *                          of Tennessee Research Foundation.
- *                          All rights reserved.
- * @copyright (c) 2012-2014 Inria. All rights reserved.
- * @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+ * @file timing_zauxiliary.h
  *
- **/
-
-/**
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
+ * @version 1.0.0
  * @precisions normal z -> c d s
  *
- **/
+ */
 #ifndef TIMING_ZAUXILIARY_H
 #define TIMING_ZAUXILIARY_H