From d2d9df1049842bfd6cb7a27766f55dc65fda3e9d Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 6 Feb 2018 01:38:42 +0100
Subject: [PATCH] Remove the two useless lines

---
 compute/pzbuild.c                                | 2 --
 compute/pzgebrd_ge2gb.c                          | 2 --
 compute/pzgelqf.c                                | 2 --
 compute/pzgelqf_param.c                          | 2 --
 compute/pzgelqfrh.c                              | 2 --
 compute/pzgemm.c                                 | 2 --
 compute/pzgeqrf.c                                | 2 --
 compute/pzgeqrf_param.c                          | 2 --
 compute/pzgeqrfrh.c                              | 2 --
 compute/pzgetrf_incpiv.c                         | 2 --
 compute/pzgetrf_nopiv.c                          | 2 --
 compute/pzhemm.c                                 | 2 --
 compute/pzher2k.c                                | 2 --
 compute/pzherk.c                                 | 2 --
 compute/pzhetrd_he2hb.c                          | 2 --
 compute/pzlacpy.c                                | 2 --
 compute/pzlag2c.c                                | 2 --
 compute/pzlascal.c                               | 2 --
 compute/pzlaset.c                                | 2 --
 compute/pzlaset2.c                               | 2 --
 compute/pzlauum.c                                | 2 --
 compute/pzplghe.c                                | 2 --
 compute/pzplgsy.c                                | 2 --
 compute/pzplrnt.c                                | 2 --
 compute/pzpotrf.c                                | 2 --
 compute/pzpotrimm.c                              | 2 --
 compute/pzsymm.c                                 | 2 --
 compute/pzsyr2k.c                                | 2 --
 compute/pzsyrk.c                                 | 2 --
 compute/pzsytrf.c                                | 2 --
 compute/pztile2band.c                            | 2 --
 compute/pztpgqrt.c                               | 2 --
 compute/pztpqrt.c                                | 2 --
 compute/pztradd.c                                | 2 --
 compute/pztrmm.c                                 | 2 --
 compute/pztrsm.c                                 | 2 --
 compute/pztrsmpl.c                               | 2 --
 compute/pztrtri.c                                | 2 --
 compute/pzunglq.c                                | 2 --
 compute/pzunglq_param.c                          | 2 --
 compute/pzunglqrh.c                              | 2 --
 compute/pzungqr.c                                | 2 --
 compute/pzungqr_param.c                          | 2 --
 compute/pzungqrrh.c                              | 2 --
 compute/pzunmlq.c                                | 2 --
 compute/pzunmlq_param.c                          | 2 --
 compute/pzunmlqrh.c                              | 2 --
 compute/pzunmqr.c                                | 2 --
 compute/pzunmqr_param.c                          | 2 --
 compute/pzunmqrrh.c                              | 2 --
 compute/zbuild.c                                 | 2 --
 compute/zgeadd.c                                 | 2 --
 compute/zgelqf.c                                 | 2 --
 compute/zgelqf_param.c                           | 2 --
 compute/zgelqs.c                                 | 2 --
 compute/zgelqs_param.c                           | 2 --
 compute/zgels.c                                  | 2 --
 compute/zgels_param.c                            | 2 --
 compute/zgemm.c                                  | 2 --
 compute/zgeqrf.c                                 | 2 --
 compute/zgeqrf_param.c                           | 2 --
 compute/zgeqrs.c                                 | 2 --
 compute/zgeqrs_param.c                           | 2 --
 compute/zgesv_incpiv.c                           | 2 --
 compute/zgesv_nopiv.c                            | 2 --
 compute/zgesvd.c                                 | 2 --
 compute/zgetrf_incpiv.c                          | 2 --
 compute/zgetrf_nopiv.c                           | 2 --
 compute/zgetrs_incpiv.c                          | 2 --
 compute/zgetrs_nopiv.c                           | 2 --
 compute/zheevd.c                                 | 2 --
 compute/zhemm.c                                  | 2 --
 compute/zher2k.c                                 | 2 --
 compute/zherk.c                                  | 2 --
 compute/zhetrd.c                                 | 2 --
 compute/zlacpy.c                                 | 2 --
 compute/zlascal.c                                | 2 --
 compute/zlaset.c                                 | 2 --
 compute/zlauum.c                                 | 2 --
 compute/zplghe.c                                 | 2 --
 compute/zplgsy.c                                 | 2 --
 compute/zplrnt.c                                 | 2 --
 compute/zposv.c                                  | 2 --
 compute/zpotrf.c                                 | 2 --
 compute/zpotri.c                                 | 2 --
 compute/zpotrimm.c                               | 2 --
 compute/zpotrs.c                                 | 2 --
 compute/zsymm.c                                  | 2 --
 compute/zsyr2k.c                                 | 2 --
 compute/zsyrk.c                                  | 2 --
 compute/zsysv.c                                  | 2 --
 compute/zsytrf.c                                 | 2 --
 compute/zsytrs.c                                 | 2 --
 compute/ztile.c                                  | 2 --
 compute/ztpgqrt.c                                | 2 --
 compute/ztpqrt.c                                 | 2 --
 compute/ztradd.c                                 | 2 --
 compute/ztrmm.c                                  | 2 --
 compute/ztrsm.c                                  | 2 --
 compute/ztrsmpl.c                                | 2 --
 compute/ztrtri.c                                 | 2 --
 compute/zunglq.c                                 | 2 --
 compute/zunglq_param.c                           | 2 --
 compute/zungqr.c                                 | 2 --
 compute/zungqr_param.c                           | 2 --
 compute/zunmlq.c                                 | 2 --
 compute/zunmlq_param.c                           | 2 --
 compute/zunmqr.c                                 | 2 --
 compute/zunmqr_param.c                           | 2 --
 control/async.c                                  | 2 --
 control/async.h                                  | 2 --
 control/auxiliary.c                              | 2 --
 control/auxiliary.h                              | 2 --
 control/common.h                                 | 2 --
 control/compute_z.h                              | 2 --
 control/context.c                                | 2 --
 control/context.h                                | 2 --
 control/control.c                                | 2 --
 control/descriptor.c                             | 2 --
 control/descriptor.h                             | 2 --
 control/gkkleader.h                              | 2 --
 control/global.h                                 | 2 --
 control/morse_f77.c                              | 2 --
 control/morse_f77.h                              | 2 --
 control/morse_mf77.c                             | 2 --
 control/morse_zf77.c                             | 2 --
 control/morsewinthread.c                         | 2 --
 control/morsewinthread.h                         | 2 --
 control/primes.h                                 | 2 --
 control/tile.c                                   | 2 --
 control/workspace.c                              | 2 --
 control/workspace.h                              | 2 --
 control/workspace_z.c                            | 2 --
 coreblas/compute/core_zgeadd.c                   | 2 --
 coreblas/compute/core_zgelqt.c                   | 2 --
 coreblas/compute/core_zgemm.c                    | 2 --
 coreblas/compute/core_zgeqrt.c                   | 2 --
 coreblas/compute/core_zgesplit.c                 | 2 --
 coreblas/compute/core_zgessm.c                   | 2 --
 coreblas/compute/core_zgetf2_nopiv.c             | 2 --
 coreblas/compute/core_zgetrf.c                   | 2 --
 coreblas/compute/core_zgetrf_incpiv.c            | 2 --
 coreblas/compute/core_zgetrf_nopiv.c             | 2 --
 coreblas/compute/core_zhe2ge.c                   | 2 --
 coreblas/compute/core_zhemm.c                    | 2 --
 coreblas/compute/core_zher2k.c                   | 2 --
 coreblas/compute/core_zherfb.c                   | 2 --
 coreblas/compute/core_zherk.c                    | 2 --
 coreblas/compute/core_zlacpy.c                   | 2 --
 coreblas/compute/core_zlag2c.c                   | 2 --
 coreblas/compute/core_zlascal.c                  | 2 --
 coreblas/compute/core_zlaset.c                   | 2 --
 coreblas/compute/core_zlaset2.c                  | 2 --
 coreblas/compute/core_zlatro.c                   | 2 --
 coreblas/compute/core_zlauum.c                   | 2 --
 coreblas/compute/core_zpamm.c                    | 2 --
 coreblas/compute/core_zparfb.c                   | 2 --
 coreblas/compute/core_zpemv.c                    | 2 --
 coreblas/compute/core_zplghe.c                   | 2 --
 coreblas/compute/core_zplgsy.c                   | 2 --
 coreblas/compute/core_zplrnt.c                   | 2 --
 coreblas/compute/core_zpotrf.c                   | 2 --
 coreblas/compute/core_zssssm.c                   | 2 --
 coreblas/compute/core_zsymm.c                    | 2 --
 coreblas/compute/core_zsyr2k.c                   | 2 --
 coreblas/compute/core_zsyrk.c                    | 2 --
 coreblas/compute/core_zsytf2_nopiv.c             | 2 --
 coreblas/compute/core_ztplqt.c                   | 2 --
 coreblas/compute/core_ztpmlqt.c                  | 2 --
 coreblas/compute/core_ztpmqrt.c                  | 2 --
 coreblas/compute/core_ztpqrt.c                   | 2 --
 coreblas/compute/core_ztradd.c                   | 2 --
 coreblas/compute/core_ztrmm.c                    | 2 --
 coreblas/compute/core_ztrsm.c                    | 2 --
 coreblas/compute/core_ztrtri.c                   | 2 --
 coreblas/compute/core_ztslqt.c                   | 2 --
 coreblas/compute/core_ztsmlq.c                   | 2 --
 coreblas/compute/core_ztsmlq_hetra1.c            | 2 --
 coreblas/compute/core_ztsmqr.c                   | 2 --
 coreblas/compute/core_ztsmqr_hetra1.c            | 2 --
 coreblas/compute/core_ztsqrt.c                   | 2 --
 coreblas/compute/core_ztstrf.c                   | 2 --
 coreblas/compute/core_zttlqt.c                   | 2 --
 coreblas/compute/core_zttmlq.c                   | 2 --
 coreblas/compute/core_zttmqr.c                   | 2 --
 coreblas/compute/core_zttqrt.c                   | 2 --
 coreblas/compute/core_zunmlq.c                   | 2 --
 coreblas/compute/core_zunmqr.c                   | 2 --
 coreblas/compute/global.c                        | 2 --
 coreblas/include/coreblas.h                      | 2 --
 coreblas/include/coreblas/coreblas_z.h           | 2 --
 coreblas/include/coreblas/coreblas_zc.h          | 2 --
 cudablas/compute/cuda_zgeadd.c                   | 2 --
 cudablas/compute/cuda_zgelqt.c                   | 2 --
 cudablas/compute/cuda_zgemerge.c                 | 2 --
 cudablas/compute/cuda_zgemm.c                    | 2 --
 cudablas/compute/cuda_zgeqrt.c                   | 2 --
 cudablas/compute/cuda_zgessm.c                   | 2 --
 cudablas/compute/cuda_zgetrf.c                   | 2 --
 cudablas/compute/cuda_zhemm.c                    | 2 --
 cudablas/compute/cuda_zher2k.c                   | 2 --
 cudablas/compute/cuda_zherfb.c                   | 2 --
 cudablas/compute/cuda_zherk.c                    | 2 --
 cudablas/compute/cuda_zlarfb.c                   | 2 --
 cudablas/compute/cuda_zlauum.c                   | 2 --
 cudablas/compute/cuda_zparfb.c                   | 2 --
 cudablas/compute/cuda_zpotrf.c                   | 2 --
 cudablas/compute/cuda_zssssm.c                   | 2 --
 cudablas/compute/cuda_zsymm.c                    | 2 --
 cudablas/compute/cuda_zsyr2k.c                   | 2 --
 cudablas/compute/cuda_zsyrk.c                    | 2 --
 cudablas/compute/cuda_ztpmqrt.c                  | 2 --
 cudablas/compute/cuda_ztrmm.c                    | 2 --
 cudablas/compute/cuda_ztrsm.c                    | 2 --
 cudablas/compute/cuda_ztrtri.c                   | 2 --
 cudablas/compute/cuda_ztslqt.c                   | 2 --
 cudablas/compute/cuda_ztsmlq.c                   | 2 --
 cudablas/compute/cuda_ztsmqr.c                   | 2 --
 cudablas/compute/cuda_ztsqrt.c                   | 2 --
 cudablas/compute/cuda_ztstrf.c                   | 2 --
 cudablas/compute/cuda_zttmqr.c                   | 2 --
 cudablas/compute/cuda_zunmlqt.c                  | 2 --
 cudablas/compute/cuda_zunmqrt.c                  | 2 --
 cudablas/compute/cudaglobal.c                    | 2 --
 cudablas/include/cudablas.h                      | 2 --
 cudablas/include/cudablas/cudablas_z.h           | 2 --
 include/chameleon/chameleon_config.h.in          | 2 --
 include/chameleon/morse_constants.h              | 2 --
 include/chameleon/morse_kernels.h                | 2 --
 include/chameleon/morse_simulate.h               | 2 --
 include/chameleon/morse_struct.h                 | 2 --
 include/chameleon/morse_tasks.h                  | 2 --
 include/chameleon/morse_tasks_z.h                | 2 --
 include/chameleon/morse_tasks_zc.h               | 2 --
 include/chameleon/morse_types.h                  | 2 --
 include/chameleon/morse_z.h                      | 2 --
 include/chameleon/morse_zc.h                     | 2 --
 include/morse.h                                  | 2 --
 runtime/parsec/codelets/codelet_zasum.c          | 2 --
 runtime/parsec/codelets/codelet_zaxpy.c          | 2 --
 runtime/parsec/codelets/codelet_zbuild.c         | 2 --
 runtime/parsec/codelets/codelet_zgeadd.c         | 2 --
 runtime/parsec/codelets/codelet_zgelqt.c         | 2 --
 runtime/parsec/codelets/codelet_zgemm.c          | 2 --
 runtime/parsec/codelets/codelet_zgeqrt.c         | 2 --
 runtime/parsec/codelets/codelet_zgessm.c         | 2 --
 runtime/parsec/codelets/codelet_zgessq.c         | 2 --
 runtime/parsec/codelets/codelet_zgetrf.c         | 2 --
 runtime/parsec/codelets/codelet_zgetrf_incpiv.c  | 2 --
 runtime/parsec/codelets/codelet_zgetrf_nopiv.c   | 2 --
 runtime/parsec/codelets/codelet_zhe2ge.c         | 2 --
 runtime/parsec/codelets/codelet_zhemm.c          | 2 --
 runtime/parsec/codelets/codelet_zher2k.c         | 2 --
 runtime/parsec/codelets/codelet_zherfb.c         | 2 --
 runtime/parsec/codelets/codelet_zherk.c          | 2 --
 runtime/parsec/codelets/codelet_zhessq.c         | 2 --
 runtime/parsec/codelets/codelet_zlacpy.c         | 2 --
 runtime/parsec/codelets/codelet_zlag2c.c         | 2 --
 runtime/parsec/codelets/codelet_zlange.c         | 2 --
 runtime/parsec/codelets/codelet_zlanhe.c         | 2 --
 runtime/parsec/codelets/codelet_zlansy.c         | 2 --
 runtime/parsec/codelets/codelet_zlantr.c         | 2 --
 runtime/parsec/codelets/codelet_zlascal.c        | 2 --
 runtime/parsec/codelets/codelet_zlaset.c         | 2 --
 runtime/parsec/codelets/codelet_zlaset2.c        | 2 --
 runtime/parsec/codelets/codelet_zlatro.c         | 2 --
 runtime/parsec/codelets/codelet_zlauum.c         | 2 --
 runtime/parsec/codelets/codelet_zpamm.c          | 2 --
 runtime/parsec/codelets/codelet_zplghe.c         | 2 --
 runtime/parsec/codelets/codelet_zplgsy.c         | 2 --
 runtime/parsec/codelets/codelet_zplrnt.c         | 2 --
 runtime/parsec/codelets/codelet_zplssq.c         | 2 --
 runtime/parsec/codelets/codelet_zpotrf.c         | 2 --
 runtime/parsec/codelets/codelet_zssssm.c         | 2 --
 runtime/parsec/codelets/codelet_zsymm.c          | 2 --
 runtime/parsec/codelets/codelet_zsyr2k.c         | 2 --
 runtime/parsec/codelets/codelet_zsyrk.c          | 2 --
 runtime/parsec/codelets/codelet_zsyssq.c         | 2 --
 runtime/parsec/codelets/codelet_zsytrf_nopiv.c   | 2 --
 runtime/parsec/codelets/codelet_ztile_zero.c     | 2 --
 runtime/parsec/codelets/codelet_ztplqt.c         | 2 --
 runtime/parsec/codelets/codelet_ztpmlqt.c        | 2 --
 runtime/parsec/codelets/codelet_ztpmqrt.c        | 2 --
 runtime/parsec/codelets/codelet_ztpqrt.c         | 2 --
 runtime/parsec/codelets/codelet_ztradd.c         | 2 --
 runtime/parsec/codelets/codelet_ztrasm.c         | 2 --
 runtime/parsec/codelets/codelet_ztrmm.c          | 2 --
 runtime/parsec/codelets/codelet_ztrsm.c          | 2 --
 runtime/parsec/codelets/codelet_ztrssq.c         | 2 --
 runtime/parsec/codelets/codelet_ztrtri.c         | 2 --
 runtime/parsec/codelets/codelet_ztslqt.c         | 2 --
 runtime/parsec/codelets/codelet_ztsmlq.c         | 2 --
 runtime/parsec/codelets/codelet_ztsmlq_hetra1.c  | 2 --
 runtime/parsec/codelets/codelet_ztsmqr.c         | 2 --
 runtime/parsec/codelets/codelet_ztsmqr_hetra1.c  | 2 --
 runtime/parsec/codelets/codelet_ztsqrt.c         | 2 --
 runtime/parsec/codelets/codelet_ztstrf.c         | 2 --
 runtime/parsec/codelets/codelet_zttlqt.c         | 2 --
 runtime/parsec/codelets/codelet_zttmlq.c         | 2 --
 runtime/parsec/codelets/codelet_zttmqr.c         | 2 --
 runtime/parsec/codelets/codelet_zttqrt.c         | 2 --
 runtime/parsec/codelets/codelet_zunmlq.c         | 2 --
 runtime/parsec/codelets/codelet_zunmqr.c         | 2 --
 runtime/quark/codelets/codelet_zbuild.c          | 2 --
 runtime/quark/codelets/codelet_zgeadd.c          | 2 --
 runtime/quark/codelets/codelet_zgelqt.c          | 2 --
 runtime/quark/codelets/codelet_zgemm.c           | 2 --
 runtime/quark/codelets/codelet_zgeqrt.c          | 2 --
 runtime/quark/codelets/codelet_zgessm.c          | 2 --
 runtime/quark/codelets/codelet_zgetrf.c          | 2 --
 runtime/quark/codelets/codelet_zgetrf_incpiv.c   | 2 --
 runtime/quark/codelets/codelet_zgetrf_nopiv.c    | 2 --
 runtime/quark/codelets/codelet_zhe2ge.c          | 2 --
 runtime/quark/codelets/codelet_zhemm.c           | 2 --
 runtime/quark/codelets/codelet_zher2k.c          | 2 --
 runtime/quark/codelets/codelet_zherfb.c          | 2 --
 runtime/quark/codelets/codelet_zherk.c           | 2 --
 runtime/quark/codelets/codelet_zlacpy.c          | 2 --
 runtime/quark/codelets/codelet_zlag2c.c          | 2 --
 runtime/quark/codelets/codelet_zlascal.c         | 2 --
 runtime/quark/codelets/codelet_zlaset.c          | 2 --
 runtime/quark/codelets/codelet_zlaset2.c         | 2 --
 runtime/quark/codelets/codelet_zlatro.c          | 2 --
 runtime/quark/codelets/codelet_zlauum.c          | 2 --
 runtime/quark/codelets/codelet_zpamm.c           | 2 --
 runtime/quark/codelets/codelet_zplghe.c          | 2 --
 runtime/quark/codelets/codelet_zplgsy.c          | 2 --
 runtime/quark/codelets/codelet_zplrnt.c          | 2 --
 runtime/quark/codelets/codelet_zpotrf.c          | 2 --
 runtime/quark/codelets/codelet_zssssm.c          | 2 --
 runtime/quark/codelets/codelet_zsymm.c           | 2 --
 runtime/quark/codelets/codelet_zsyr2k.c          | 2 --
 runtime/quark/codelets/codelet_zsyrk.c           | 2 --
 runtime/quark/codelets/codelet_ztile_zero.c      | 2 --
 runtime/quark/codelets/codelet_ztplqt.c          | 2 --
 runtime/quark/codelets/codelet_ztpmlqt.c         | 2 --
 runtime/quark/codelets/codelet_ztpmqrt.c         | 2 --
 runtime/quark/codelets/codelet_ztpqrt.c          | 2 --
 runtime/quark/codelets/codelet_ztradd.c          | 2 --
 runtime/quark/codelets/codelet_ztrmm.c           | 2 --
 runtime/quark/codelets/codelet_ztrsm.c           | 2 --
 runtime/quark/codelets/codelet_ztrtri.c          | 2 --
 runtime/quark/codelets/codelet_ztslqt.c          | 2 --
 runtime/quark/codelets/codelet_ztsmlq.c          | 2 --
 runtime/quark/codelets/codelet_ztsmlq_hetra1.c   | 2 --
 runtime/quark/codelets/codelet_ztsmqr.c          | 2 --
 runtime/quark/codelets/codelet_ztsmqr_hetra1.c   | 2 --
 runtime/quark/codelets/codelet_ztsqrt.c          | 2 --
 runtime/quark/codelets/codelet_ztstrf.c          | 2 --
 runtime/quark/codelets/codelet_zttlqt.c          | 2 --
 runtime/quark/codelets/codelet_zttmlq.c          | 2 --
 runtime/quark/codelets/codelet_zttmqr.c          | 2 --
 runtime/quark/codelets/codelet_zttqrt.c          | 2 --
 runtime/quark/codelets/codelet_zunmlq.c          | 2 --
 runtime/quark/codelets/codelet_zunmqr.c          | 2 --
 runtime/quark/control/runtime_async.c            | 2 --
 runtime/quark/control/runtime_context.c          | 2 --
 runtime/quark/control/runtime_control.c          | 2 --
 runtime/quark/control/runtime_descriptor.c       | 2 --
 runtime/quark/control/runtime_options.c          | 2 --
 runtime/quark/control/runtime_profiling.c        | 2 --
 runtime/quark/control/runtime_zlocality.c        | 2 --
 runtime/quark/control/runtime_zprofiling.c       | 2 --
 runtime/quark/include/chameleon_quark.h          | 2 --
 runtime/quark/include/core_blas_dag.h            | 2 --
 runtime/starpu/codelets/codelet_zbuild.c         | 2 --
 runtime/starpu/codelets/codelet_zcallback.c      | 2 --
 runtime/starpu/codelets/codelet_zgeadd.c         | 2 --
 runtime/starpu/codelets/codelet_zgelqt.c         | 2 --
 runtime/starpu/codelets/codelet_zgemm.c          | 2 --
 runtime/starpu/codelets/codelet_zgeqrt.c         | 2 --
 runtime/starpu/codelets/codelet_zgessm.c         | 2 --
 runtime/starpu/codelets/codelet_zgetrf.c         | 2 --
 runtime/starpu/codelets/codelet_zgetrf_incpiv.c  | 2 --
 runtime/starpu/codelets/codelet_zgetrf_nopiv.c   | 2 --
 runtime/starpu/codelets/codelet_zhe2ge.c         | 2 --
 runtime/starpu/codelets/codelet_zhemm.c          | 2 --
 runtime/starpu/codelets/codelet_zher2k.c         | 2 --
 runtime/starpu/codelets/codelet_zherfb.c         | 2 --
 runtime/starpu/codelets/codelet_zherk.c          | 2 --
 runtime/starpu/codelets/codelet_zlacpy.c         | 2 --
 runtime/starpu/codelets/codelet_zlag2c.c         | 2 --
 runtime/starpu/codelets/codelet_zlascal.c        | 2 --
 runtime/starpu/codelets/codelet_zlaset.c         | 2 --
 runtime/starpu/codelets/codelet_zlaset2.c        | 2 --
 runtime/starpu/codelets/codelet_zlatro.c         | 2 --
 runtime/starpu/codelets/codelet_zlauum.c         | 2 --
 runtime/starpu/codelets/codelet_zplghe.c         | 2 --
 runtime/starpu/codelets/codelet_zplgsy.c         | 2 --
 runtime/starpu/codelets/codelet_zplrnt.c         | 2 --
 runtime/starpu/codelets/codelet_zpotrf.c         | 2 --
 runtime/starpu/codelets/codelet_zssssm.c         | 2 --
 runtime/starpu/codelets/codelet_zsymm.c          | 2 --
 runtime/starpu/codelets/codelet_zsyr2k.c         | 2 --
 runtime/starpu/codelets/codelet_zsyrk.c          | 2 --
 runtime/starpu/codelets/codelet_ztile_zero.c     | 2 --
 runtime/starpu/codelets/codelet_ztplqt.c         | 2 --
 runtime/starpu/codelets/codelet_ztpmlqt.c        | 2 --
 runtime/starpu/codelets/codelet_ztpmqrt.c        | 2 --
 runtime/starpu/codelets/codelet_ztpqrt.c         | 2 --
 runtime/starpu/codelets/codelet_ztradd.c         | 2 --
 runtime/starpu/codelets/codelet_ztrmm.c          | 2 --
 runtime/starpu/codelets/codelet_ztrsm.c          | 2 --
 runtime/starpu/codelets/codelet_ztrtri.c         | 2 --
 runtime/starpu/codelets/codelet_ztslqt.c         | 2 --
 runtime/starpu/codelets/codelet_ztsmlq.c         | 2 --
 runtime/starpu/codelets/codelet_ztsmlq_hetra1.c  | 2 --
 runtime/starpu/codelets/codelet_ztsmqr.c         | 2 --
 runtime/starpu/codelets/codelet_ztsmqr_hetra1.c  | 2 --
 runtime/starpu/codelets/codelet_ztsqrt.c         | 2 --
 runtime/starpu/codelets/codelet_ztstrf.c         | 2 --
 runtime/starpu/codelets/codelet_zttlqt.c         | 2 --
 runtime/starpu/codelets/codelet_zttmlq.c         | 2 --
 runtime/starpu/codelets/codelet_zttmqr.c         | 2 --
 runtime/starpu/codelets/codelet_zttqrt.c         | 2 --
 runtime/starpu/codelets/codelet_zunmlq.c         | 2 --
 runtime/starpu/codelets/codelet_zunmqr.c         | 2 --
 runtime/starpu/control/runtime_async.c           | 2 --
 runtime/starpu/control/runtime_context.c         | 2 --
 runtime/starpu/control/runtime_control.c         | 2 --
 runtime/starpu/control/runtime_descriptor.c      | 2 --
 runtime/starpu/control/runtime_options.c         | 2 --
 runtime/starpu/control/runtime_profiling.c       | 2 --
 runtime/starpu/control/runtime_workspace.c       | 2 --
 runtime/starpu/control/runtime_zlocality.c       | 2 --
 runtime/starpu/control/runtime_zprofiling.c      | 2 --
 runtime/starpu/include/chameleon_starpu.h.in     | 2 --
 runtime/starpu/include/runtime_codelet_profile.h | 2 --
 runtime/starpu/include/runtime_codelet_z.h       | 2 --
 runtime/starpu/include/runtime_codelets.h        | 2 --
 runtime/starpu/include/runtime_profiling.h       | 2 --
 runtime/starpu/include/runtime_workspace.h       | 2 --
 testing/testing_zauxiliary.c                     | 2 --
 testing/testing_zauxiliary.h                     | 2 --
 testing/testing_zgeadd.c                         | 2 --
 testing/testing_zgels.c                          | 2 --
 testing/testing_zgels_hqr.c                      | 2 --
 testing/testing_zgels_systolic.c                 | 2 --
 testing/testing_zgemm.c                          | 2 --
 testing/testing_zgeqrf_qdwh.c                    | 2 --
 testing/testing_zgesv_incpiv.c                   | 2 --
 testing/testing_zgesvd.c                         | 2 --
 testing/testing_zheevd.c                         | 2 --
 testing/testing_zhemm.c                          | 2 --
 testing/testing_zher2k.c                         | 2 --
 testing/testing_zherk.c                          | 2 --
 testing/testing_zpemv.c                          | 2 --
 testing/testing_zposv.c                          | 2 --
 testing/testing_zpotri.c                         | 2 --
 testing/testing_zsymm.c                          | 2 --
 testing/testing_zsyr2k.c                         | 2 --
 testing/testing_zsyrk.c                          | 2 --
 testing/testing_ztrmm.c                          | 2 --
 testing/testing_ztrsm.c                          | 2 --
 timing/timing.c                                  | 2 --
 455 files changed, 910 deletions(-)

diff --git a/compute/pzbuild.c b/compute/pzbuild.c
index 26ef1c99f..d794dc4dc 100644
--- a/compute/pzbuild.c
+++ b/compute/pzbuild.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgebrd_ge2gb.c b/compute/pzgebrd_ge2gb.c
index 2135ff9dc..f14a093a3 100644
--- a/compute/pzgebrd_ge2gb.c
+++ b/compute/pzgebrd_ge2gb.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA auxiliary routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzgelqf.c b/compute/pzgelqf.c
index 26508646c..0709b227f 100644
--- a/compute/pzgelqf.c
+++ b/compute/pzgelqf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgelqf_param.c b/compute/pzgelqf_param.c
index 3006c4d90..3e564ec56 100644
--- a/compute/pzgelqf_param.c
+++ b/compute/pzgelqf_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzgelqfrh.c b/compute/pzgelqfrh.c
index 25e7681ae..e8f235621 100644
--- a/compute/pzgelqfrh.c
+++ b/compute/pzgelqfrh.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgemm.c b/compute/pzgemm.c
index d084d2edc..1ab140ecb 100644
--- a/compute/pzgemm.c
+++ b/compute/pzgemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgeqrf.c b/compute/pzgeqrf.c
index 2f6f5b80b..1da8987cc 100644
--- a/compute/pzgeqrf.c
+++ b/compute/pzgeqrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgeqrf_param.c b/compute/pzgeqrf_param.c
index 27f3c2372..fdc269fff 100644
--- a/compute/pzgeqrf_param.c
+++ b/compute/pzgeqrf_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzgeqrfrh.c b/compute/pzgeqrfrh.c
index 01c669fa9..19c4a0115 100644
--- a/compute/pzgeqrfrh.c
+++ b/compute/pzgeqrfrh.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgetrf_incpiv.c b/compute/pzgetrf_incpiv.c
index 13fdfd035..0dde5b5b7 100644
--- a/compute/pzgetrf_incpiv.c
+++ b/compute/pzgetrf_incpiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzgetrf_nopiv.c b/compute/pzgetrf_nopiv.c
index ef8f3ceff..22528ce4e 100644
--- a/compute/pzgetrf_nopiv.c
+++ b/compute/pzgetrf_nopiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/compute/pzhemm.c b/compute/pzhemm.c
index 85987f407..80632c0fc 100644
--- a/compute/pzhemm.c
+++ b/compute/pzhemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzher2k.c b/compute/pzher2k.c
index 6610a0bba..669438a50 100644
--- a/compute/pzher2k.c
+++ b/compute/pzher2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzherk.c b/compute/pzherk.c
index e6e4bf042..2173fdd43 100644
--- a/compute/pzherk.c
+++ b/compute/pzherk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzhetrd_he2hb.c b/compute/pzhetrd_he2hb.c
index b3dfff758..4f5feed1b 100644
--- a/compute/pzhetrd_he2hb.c
+++ b/compute/pzhetrd_he2hb.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA auxiliary routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/compute/pzlacpy.c b/compute/pzlacpy.c
index a7325b76f..c0a9a6b29 100644
--- a/compute/pzlacpy.c
+++ b/compute/pzlacpy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlag2c.c b/compute/pzlag2c.c
index 0610bc8fb..8a9cce0c5 100644
--- a/compute/pzlag2c.c
+++ b/compute/pzlag2c.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlascal.c b/compute/pzlascal.c
index 062ed4386..0ced0fbbe 100644
--- a/compute/pzlascal.c
+++ b/compute/pzlascal.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Dalal Sukkari
diff --git a/compute/pzlaset.c b/compute/pzlaset.c
index dd6750643..40c1621c7 100644
--- a/compute/pzlaset.c
+++ b/compute/pzlaset.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlaset2.c b/compute/pzlaset2.c
index 2fc11739d..187ed20b6 100644
--- a/compute/pzlaset2.c
+++ b/compute/pzlaset2.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzlauum.c b/compute/pzlauum.c
index ebbf0c7ad..3a58f7b2e 100644
--- a/compute/pzlauum.c
+++ b/compute/pzlauum.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzplghe.c b/compute/pzplghe.c
index 850d95c35..374c36245 100644
--- a/compute/pzplghe.c
+++ b/compute/pzplghe.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file is a copy from pzplghe.c
diff --git a/compute/pzplgsy.c b/compute/pzplgsy.c
index 3c4ba5b98..38e25b478 100644
--- a/compute/pzplgsy.c
+++ b/compute/pzplgsy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file is a copy of pzplgsy.c,
diff --git a/compute/pzplrnt.c b/compute/pzplrnt.c
index cc6cd5437..09ce4721e 100644
--- a/compute/pzplrnt.c
+++ b/compute/pzplrnt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzpotrf.c b/compute/pzpotrf.c
index 6d18ace30..ea579031d 100644
--- a/compute/pzpotrf.c
+++ b/compute/pzpotrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzpotrimm.c b/compute/pzpotrimm.c
index 83e8149d7..30b77bc52 100644
--- a/compute/pzpotrimm.c
+++ b/compute/pzpotrimm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzsymm.c b/compute/pzsymm.c
index c12f54ff9..e08d62246 100644
--- a/compute/pzsymm.c
+++ b/compute/pzsymm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzsyr2k.c b/compute/pzsyr2k.c
index fd9f84fdd..d73bcc632 100644
--- a/compute/pzsyr2k.c
+++ b/compute/pzsyr2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzsyrk.c b/compute/pzsyrk.c
index 395d145d9..9e3f96e55 100644
--- a/compute/pzsyrk.c
+++ b/compute/pzsyrk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzsytrf.c b/compute/pzsytrf.c
index 01cdb9315..c24e9350c 100644
--- a/compute/pzsytrf.c
+++ b/compute/pzsytrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/pztile2band.c b/compute/pztile2band.c
index 6e65887a3..73d90368b 100644
--- a/compute/pztile2band.c
+++ b/compute/pztile2band.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA auxiliary routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/compute/pztpgqrt.c b/compute/pztpgqrt.c
index ef627f18f..63e6f592e 100644
--- a/compute/pztpgqrt.c
+++ b/compute/pztpgqrt.c
@@ -11,8 +11,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pztpqrt.c b/compute/pztpqrt.c
index a74c58689..29164d72f 100644
--- a/compute/pztpqrt.c
+++ b/compute/pztpqrt.c
@@ -11,8 +11,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pztradd.c b/compute/pztradd.c
index 3763c1cdc..291b21744 100644
--- a/compute/pztradd.c
+++ b/compute/pztradd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pztrmm.c b/compute/pztrmm.c
index aee99d172..5681b285e 100644
--- a/compute/pztrmm.c
+++ b/compute/pztrmm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pztrsm.c b/compute/pztrsm.c
index 8e36142c3..036b618ec 100644
--- a/compute/pztrsm.c
+++ b/compute/pztrsm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pztrsmpl.c b/compute/pztrsmpl.c
index 4ea72dd1c..5afaffd41 100644
--- a/compute/pztrsmpl.c
+++ b/compute/pztrsmpl.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pztrtri.c b/compute/pztrtri.c
index a23aaef08..408792999 100644
--- a/compute/pztrtri.c
+++ b/compute/pztrtri.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunglq.c b/compute/pzunglq.c
index 6b01292e8..af695fc1f 100644
--- a/compute/pzunglq.c
+++ b/compute/pzunglq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunglq_param.c b/compute/pzunglq_param.c
index 4e71ec38a..047cbca24 100644
--- a/compute/pzunglq_param.c
+++ b/compute/pzunglq_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzunglqrh.c b/compute/pzunglqrh.c
index fcdfe17b3..65714de40 100644
--- a/compute/pzunglqrh.c
+++ b/compute/pzunglqrh.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzungqr.c b/compute/pzungqr.c
index ff0a1dc51..a55857844 100644
--- a/compute/pzungqr.c
+++ b/compute/pzungqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzungqr_param.c b/compute/pzungqr_param.c
index 6699deb61..1ef73f639 100644
--- a/compute/pzungqr_param.c
+++ b/compute/pzungqr_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzungqrrh.c b/compute/pzungqrrh.c
index 547e41139..3c8222d56 100644
--- a/compute/pzungqrrh.c
+++ b/compute/pzungqrrh.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunmlq.c b/compute/pzunmlq.c
index 764c33690..97f73268b 100644
--- a/compute/pzunmlq.c
+++ b/compute/pzunmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunmlq_param.c b/compute/pzunmlq_param.c
index 2229abbfc..605fcd844 100644
--- a/compute/pzunmlq_param.c
+++ b/compute/pzunmlq_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzunmlqrh.c b/compute/pzunmlqrh.c
index 4b3155ff3..20b54b463 100644
--- a/compute/pzunmlqrh.c
+++ b/compute/pzunmlqrh.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunmqr.c b/compute/pzunmqr.c
index 17ffdb5f8..ee752ee76 100644
--- a/compute/pzunmqr.c
+++ b/compute/pzunmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/pzunmqr_param.c b/compute/pzunmqr_param.c
index 6fb888dd6..1078bcb92 100644
--- a/compute/pzunmqr_param.c
+++ b/compute/pzunmqr_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/pzunmqrrh.c b/compute/pzunmqrrh.c
index 950e55b33..732abc167 100644
--- a/compute/pzunmqrrh.c
+++ b/compute/pzunmqrrh.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zbuild.c b/compute/zbuild.c
index 3a7365ffb..42410f10f 100644
--- a/compute/zbuild.c
+++ b/compute/zbuild.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgeadd.c b/compute/zgeadd.c
index 3211c5c2b..5dec59606 100644
--- a/compute/zgeadd.c
+++ b/compute/zgeadd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgelqf.c b/compute/zgelqf.c
index 7d71043ed..5abb52f07 100644
--- a/compute/zgelqf.c
+++ b/compute/zgelqf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgelqf_param.c b/compute/zgelqf_param.c
index f782bce72..7694f426f 100644
--- a/compute/zgelqf_param.c
+++ b/compute/zgelqf_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zgelqs.c b/compute/zgelqs.c
index 20bcd2e30..7f1ef4ba6 100644
--- a/compute/zgelqs.c
+++ b/compute/zgelqs.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgelqs_param.c b/compute/zgelqs_param.c
index 2b5624fa7..11691310d 100644
--- a/compute/zgelqs_param.c
+++ b/compute/zgelqs_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Raphael Boucherie
diff --git a/compute/zgels.c b/compute/zgels.c
index ef15b4d75..b88f69c22 100644
--- a/compute/zgels.c
+++ b/compute/zgels.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgels_param.c b/compute/zgels_param.c
index 21c85ac8f..842b04682 100644
--- a/compute/zgels_param.c
+++ b/compute/zgels_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Raphael Boucherie
diff --git a/compute/zgemm.c b/compute/zgemm.c
index 1d25eb839..8577858d8 100644
--- a/compute/zgemm.c
+++ b/compute/zgemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgeqrf.c b/compute/zgeqrf.c
index bae379e7f..a3f9b1ba8 100644
--- a/compute/zgeqrf.c
+++ b/compute/zgeqrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgeqrf_param.c b/compute/zgeqrf_param.c
index 4ea884a2b..ea883d04e 100644
--- a/compute/zgeqrf_param.c
+++ b/compute/zgeqrf_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zgeqrs.c b/compute/zgeqrs.c
index aceb453c7..51eea1dc7 100644
--- a/compute/zgeqrs.c
+++ b/compute/zgeqrs.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgeqrs_param.c b/compute/zgeqrs_param.c
index 5b8560638..a24509e6c 100644
--- a/compute/zgeqrs_param.c
+++ b/compute/zgeqrs_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zgesv_incpiv.c b/compute/zgesv_incpiv.c
index ca592820e..cd75cde2d 100644
--- a/compute/zgesv_incpiv.c
+++ b/compute/zgesv_incpiv.c
@@ -11,8 +11,6 @@
  *
  *  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
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgesv_nopiv.c b/compute/zgesv_nopiv.c
index 047fd9d49..8f9c1a4c9 100644
--- a/compute/zgesv_nopiv.c
+++ b/compute/zgesv_nopiv.c
@@ -11,8 +11,6 @@
  *
  *  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
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgesvd.c b/compute/zgesvd.c
index d26de4fe2..96218649c 100644
--- a/compute/zgesvd.c
+++ b/compute/zgesvd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA computational routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Gregoire Pichon
diff --git a/compute/zgetrf_incpiv.c b/compute/zgetrf_incpiv.c
index e0de86074..10cac7eb8 100644
--- a/compute/zgetrf_incpiv.c
+++ b/compute/zgetrf_incpiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgetrf_nopiv.c b/compute/zgetrf_nopiv.c
index 66876846b..9ce7b9fe0 100644
--- a/compute/zgetrf_nopiv.c
+++ b/compute/zgetrf_nopiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/compute/zgetrs_incpiv.c b/compute/zgetrs_incpiv.c
index bc49ddc7c..992fd29df 100644
--- a/compute/zgetrs_incpiv.c
+++ b/compute/zgetrs_incpiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zgetrs_nopiv.c b/compute/zgetrs_nopiv.c
index bc9252665..3c43c1b9c 100644
--- a/compute/zgetrs_nopiv.c
+++ b/compute/zgetrs_nopiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zheevd.c b/compute/zheevd.c
index 0065b9532..21727fcc5 100644
--- a/compute/zheevd.c
+++ b/compute/zheevd.c
@@ -11,8 +11,6 @@
  *
  *  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
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/compute/zhemm.c b/compute/zhemm.c
index be28284ae..f08fdaf9d 100644
--- a/compute/zhemm.c
+++ b/compute/zhemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zher2k.c b/compute/zher2k.c
index 6b8c4fa31..19f36d4f5 100644
--- a/compute/zher2k.c
+++ b/compute/zher2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zherk.c b/compute/zherk.c
index cfcfc2b2b..75106d803 100644
--- a/compute/zherk.c
+++ b/compute/zherk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zhetrd.c b/compute/zhetrd.c
index c14bec18d..a62eeb7ab 100644
--- a/compute/zhetrd.c
+++ b/compute/zhetrd.c
@@ -11,8 +11,6 @@
  *
  *  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
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/compute/zlacpy.c b/compute/zlacpy.c
index 71281bf5a..1c960a6cc 100644
--- a/compute/zlacpy.c
+++ b/compute/zlacpy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zlascal.c b/compute/zlascal.c
index 31a8a3187..7a89c04a1 100644
--- a/compute/zlascal.c
+++ b/compute/zlascal.c
@@ -11,8 +11,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Dalal Sukkari
diff --git a/compute/zlaset.c b/compute/zlaset.c
index 0ebbb8ccd..d81c3c44e 100644
--- a/compute/zlaset.c
+++ b/compute/zlaset.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zlauum.c b/compute/zlauum.c
index 8831c8840..268fbeb17 100644
--- a/compute/zlauum.c
+++ b/compute/zlauum.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zplghe.c b/compute/zplghe.c
index cd4f61b85..cf705407d 100644
--- a/compute/zplghe.c
+++ b/compute/zplghe.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file is a copy of zplghe.c
diff --git a/compute/zplgsy.c b/compute/zplgsy.c
index 29f752df7..4c197589f 100644
--- a/compute/zplgsy.c
+++ b/compute/zplgsy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file is a copy of zplgsy.c,
diff --git a/compute/zplrnt.c b/compute/zplrnt.c
index 78ed29ed4..3f568deec 100644
--- a/compute/zplrnt.c
+++ b/compute/zplrnt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zposv.c b/compute/zposv.c
index e7bfdb2db..691aaf03b 100644
--- a/compute/zposv.c
+++ b/compute/zposv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zpotrf.c b/compute/zpotrf.c
index 866ed553f..cd9277429 100644
--- a/compute/zpotrf.c
+++ b/compute/zpotrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zpotri.c b/compute/zpotri.c
index 52cb0742c..062f2492e 100644
--- a/compute/zpotri.c
+++ b/compute/zpotri.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zpotrimm.c b/compute/zpotrimm.c
index 4b6f30078..e7b5eab29 100644
--- a/compute/zpotrimm.c
+++ b/compute/zpotrimm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zpotrs.c b/compute/zpotrs.c
index fb3a822c6..ba075cc45 100644
--- a/compute/zpotrs.c
+++ b/compute/zpotrs.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zsymm.c b/compute/zsymm.c
index 13db5723f..9ac021eb3 100644
--- a/compute/zsymm.c
+++ b/compute/zsymm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zsyr2k.c b/compute/zsyr2k.c
index cd6a77d02..9a4769710 100644
--- a/compute/zsyr2k.c
+++ b/compute/zsyr2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zsyrk.c b/compute/zsyrk.c
index 3a5be05c3..76c4ac948 100644
--- a/compute/zsyrk.c
+++ b/compute/zsyrk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zsysv.c b/compute/zsysv.c
index f63566077..68345c322 100644
--- a/compute/zsysv.c
+++ b/compute/zsysv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zsytrf.c b/compute/zsytrf.c
index 086c59731..9e1d4e409 100644
--- a/compute/zsytrf.c
+++ b/compute/zsytrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/compute/zsytrs.c b/compute/zsytrs.c
index 2accbe3a0..c884faae3 100644
--- a/compute/zsytrs.c
+++ b/compute/zsytrs.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/ztile.c b/compute/ztile.c
index 261fcdf2f..aa605ae98 100644
--- a/compute/ztile.c
+++ b/compute/ztile.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/compute/ztpgqrt.c b/compute/ztpgqrt.c
index 171866acd..182b118fb 100644
--- a/compute/ztpgqrt.c
+++ b/compute/ztpgqrt.c
@@ -11,8 +11,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/ztpqrt.c b/compute/ztpqrt.c
index c2e2e4ce9..e9dcadd74 100644
--- a/compute/ztpqrt.c
+++ b/compute/ztpqrt.c
@@ -11,8 +11,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/ztradd.c b/compute/ztradd.c
index db2d3a601..fa3810105 100644
--- a/compute/ztradd.c
+++ b/compute/ztradd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/ztrmm.c b/compute/ztrmm.c
index 791d7ec81..9b4bbd463 100644
--- a/compute/ztrmm.c
+++ b/compute/ztrmm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/ztrsm.c b/compute/ztrsm.c
index 2ec002623..71a26220f 100644
--- a/compute/ztrsm.c
+++ b/compute/ztrsm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/ztrsmpl.c b/compute/ztrsmpl.c
index 95e5799d0..8d7a3b8d3 100644
--- a/compute/ztrsmpl.c
+++ b/compute/ztrsmpl.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/ztrtri.c b/compute/ztrtri.c
index 85c53eb8d..064fcaa88 100644
--- a/compute/ztrtri.c
+++ b/compute/ztrtri.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zunglq.c b/compute/zunglq.c
index bfa86742a..40fcef964 100644
--- a/compute/zunglq.c
+++ b/compute/zunglq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zunglq_param.c b/compute/zunglq_param.c
index e2aee67d7..194d65380 100644
--- a/compute/zunglq_param.c
+++ b/compute/zunglq_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zungqr.c b/compute/zungqr.c
index 1acdbaafd..8939cab32 100644
--- a/compute/zungqr.c
+++ b/compute/zungqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zungqr_param.c b/compute/zungqr_param.c
index f04fb933e..d02c81944 100644
--- a/compute/zungqr_param.c
+++ b/compute/zungqr_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zunmlq.c b/compute/zunmlq.c
index a4ba96b79..cd221fc2d 100644
--- a/compute/zunmlq.c
+++ b/compute/zunmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zunmlq_param.c b/compute/zunmlq_param.c
index d1fb64bd7..72533e32e 100644
--- a/compute/zunmlq_param.c
+++ b/compute/zunmlq_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/compute/zunmqr.c b/compute/zunmqr.c
index 1b7c169ff..28851e19e 100644
--- a/compute/zunmqr.c
+++ b/compute/zunmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/compute/zunmqr_param.c b/compute/zunmqr_param.c
index 86bf23ee5..f5e50c8d5 100644
--- a/compute/zunmqr_param.c
+++ b/compute/zunmqr_param.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/control/async.c b/control/async.c
index 86bbe9a8e..b83bfe65c 100644
--- a/control/async.c
+++ b/control/async.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/async.h b/control/async.h
index 6dc8a34a9..a7be465ab 100644
--- a/control/async.h
+++ b/control/async.h
@@ -12,8 +12,6 @@
  *
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/auxiliary.c b/control/auxiliary.c
index 0f7a18fdb..6432f75f7 100644
--- a/control/auxiliary.c
+++ b/control/auxiliary.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/auxiliary.h b/control/auxiliary.h
index 5f1cb91f1..fc7e1d98c 100644
--- a/control/auxiliary.h
+++ b/control/auxiliary.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/common.h b/control/common.h
index 0ce8d4e32..e8a96ec04 100644
--- a/control/common.h
+++ b/control/common.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/control/compute_z.h b/control/compute_z.h
index 5608b878e..b44235db1 100644
--- a/control/compute_z.h
+++ b/control/compute_z.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/control/context.c b/control/context.c
index f7bd15ea6..998c3df55 100644
--- a/control/context.c
+++ b/control/context.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/context.h b/control/context.h
index 90eeab455..bd2cbde83 100644
--- a/control/context.h
+++ b/control/context.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/control.c b/control/control.c
index eeb55da5c..2594cadfc 100644
--- a/control/control.c
+++ b/control/control.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/descriptor.c b/control/descriptor.c
index 94918d6e1..bc5c518ba 100644
--- a/control/descriptor.c
+++ b/control/descriptor.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/control/descriptor.h b/control/descriptor.h
index 17b82832e..398a89873 100644
--- a/control/descriptor.h
+++ b/control/descriptor.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/gkkleader.h b/control/gkkleader.h
index 4bd28df3d..f854eeeef 100644
--- a/control/gkkleader.h
+++ b/control/gkkleader.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE InPlaceTransformation module
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  *  This work is the implementation of an inplace transformation 
  *  based on the GKK algorithm by Gustavson, Karlsson, Kagstrom 
diff --git a/control/global.h b/control/global.h
index 203726581..53bac072d 100644
--- a/control/global.h
+++ b/control/global.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/morse_f77.c b/control/morse_f77.c
index f4e347e03..56f449e91 100644
--- a/control/morse_f77.c
+++ b/control/morse_f77.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Bilel Hadri
diff --git a/control/morse_f77.h b/control/morse_f77.h
index 42815015b..4bf69c334 100644
--- a/control/morse_f77.h
+++ b/control/morse_f77.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE Fortran names
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Florent Pruvost
diff --git a/control/morse_mf77.c b/control/morse_mf77.c
index b30ca6ea7..562299b06 100644
--- a/control/morse_mf77.c
+++ b/control/morse_mf77.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE mixed-precision computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Bilel Hadri
diff --git a/control/morse_zf77.c b/control/morse_zf77.c
index 9ee1ea0b6..1814ad869 100644
--- a/control/morse_zf77.c
+++ b/control/morse_zf77.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/control/morsewinthread.c b/control/morsewinthread.c
index eb673f882..1a743aa05 100644
--- a/control/morsewinthread.c
+++ b/control/morsewinthread.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE thread routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Piotr Luszczek
diff --git a/control/morsewinthread.h b/control/morsewinthread.h
index 739561926..073c80fdb 100644
--- a/control/morsewinthread.h
+++ b/control/morsewinthread.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE thread routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Piotr Luszczek
diff --git a/control/primes.h b/control/primes.h
index 8f2d8c012..7a0962ed8 100644
--- a/control/primes.h
+++ b/control/primes.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE InPlaceTransformation module
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  *  This work is the implementation of an inplace transformation 
  *  based on the GKK algorithm by Gustavson, Karlsson, Kagstrom 
diff --git a/control/tile.c b/control/tile.c
index 980f37ece..3f4a9ba85 100644
--- a/control/tile.c
+++ b/control/tile.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/workspace.c b/control/workspace.c
index e106eb2c5..9d19c7b72 100644
--- a/control/workspace.c
+++ b/control/workspace.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/control/workspace.h b/control/workspace.h
index d37f78314..df4bb0bcd 100644
--- a/control/workspace.h
+++ b/control/workspace.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/control/workspace_z.c b/control/workspace_z.c
index 2a4f0ea3f..8b828c474 100644
--- a/control/workspace_z.c
+++ b/control/workspace_z.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgeadd.c b/coreblas/compute/core_zgeadd.c
index 2f9cb7517..13f874e22 100644
--- a/coreblas/compute/core_zgeadd.c
+++ b/coreblas/compute/core_zgeadd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgelqt.c b/coreblas/compute/core_zgelqt.c
index 1c0200ecb..74271fd08 100644
--- a/coreblas/compute/core_zgelqt.c
+++ b/coreblas/compute/core_zgelqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgemm.c b/coreblas/compute/core_zgemm.c
index c0260b8fd..6c31cca9b 100644
--- a/coreblas/compute/core_zgemm.c
+++ b/coreblas/compute/core_zgemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgeqrt.c b/coreblas/compute/core_zgeqrt.c
index b40628ba1..2fc33f831 100644
--- a/coreblas/compute/core_zgeqrt.c
+++ b/coreblas/compute/core_zgeqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgesplit.c b/coreblas/compute/core_zgesplit.c
index 3ef277f02..5b4a7df6c 100644
--- a/coreblas/compute/core_zgesplit.c
+++ b/coreblas/compute/core_zgesplit.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgessm.c b/coreblas/compute/core_zgessm.c
index f786014a9..b9ee49d9a 100644
--- a/coreblas/compute/core_zgessm.c
+++ b/coreblas/compute/core_zgessm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgetf2_nopiv.c b/coreblas/compute/core_zgetf2_nopiv.c
index 6f28cce05..2d4b59cde 100644
--- a/coreblas/compute/core_zgetf2_nopiv.c
+++ b/coreblas/compute/core_zgetf2_nopiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/coreblas/compute/core_zgetrf.c b/coreblas/compute/core_zgetrf.c
index 1b6f23752..5c811228d 100644
--- a/coreblas/compute/core_zgetrf.c
+++ b/coreblas/compute/core_zgetrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgetrf_incpiv.c b/coreblas/compute/core_zgetrf_incpiv.c
index 9054ab775..e1dc820b6 100644
--- a/coreblas/compute/core_zgetrf_incpiv.c
+++ b/coreblas/compute/core_zgetrf_incpiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zgetrf_nopiv.c b/coreblas/compute/core_zgetrf_nopiv.c
index 92287f96d..b73b2ed18 100644
--- a/coreblas/compute/core_zgetrf_nopiv.c
+++ b/coreblas/compute/core_zgetrf_nopiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/coreblas/compute/core_zhe2ge.c b/coreblas/compute/core_zhe2ge.c
index f36b8c877..0652ce79c 100644
--- a/coreblas/compute/core_zhe2ge.c
+++ b/coreblas/compute/core_zhe2ge.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zhemm.c b/coreblas/compute/core_zhemm.c
index 8b9afd969..d48c6f3a1 100644
--- a/coreblas/compute/core_zhemm.c
+++ b/coreblas/compute/core_zhemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zher2k.c b/coreblas/compute/core_zher2k.c
index fc6ad7610..15664c1c9 100644
--- a/coreblas/compute/core_zher2k.c
+++ b/coreblas/compute/core_zher2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zherfb.c b/coreblas/compute/core_zherfb.c
index 319906486..905aeb2eb 100644
--- a/coreblas/compute/core_zherfb.c
+++ b/coreblas/compute/core_zherfb.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_zherk.c b/coreblas/compute/core_zherk.c
index cecb25b63..f25a1c3cf 100644
--- a/coreblas/compute/core_zherk.c
+++ b/coreblas/compute/core_zherk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlacpy.c b/coreblas/compute/core_zlacpy.c
index 26df5ce41..324cedf52 100644
--- a/coreblas/compute/core_zlacpy.c
+++ b/coreblas/compute/core_zlacpy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlag2c.c b/coreblas/compute/core_zlag2c.c
index 8ed66cd50..41b1db195 100644
--- a/coreblas/compute/core_zlag2c.c
+++ b/coreblas/compute/core_zlag2c.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlascal.c b/coreblas/compute/core_zlascal.c
index 26a95f987..092bed251 100644
--- a/coreblas/compute/core_zlascal.c
+++ b/coreblas/compute/core_zlascal.c
@@ -11,8 +11,6 @@
  ***
  *
  *  MORSE computational routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Dalal Sukkari
diff --git a/coreblas/compute/core_zlaset.c b/coreblas/compute/core_zlaset.c
index bd5043dcd..db5df4bfd 100644
--- a/coreblas/compute/core_zlaset.c
+++ b/coreblas/compute/core_zlaset.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlaset2.c b/coreblas/compute/core_zlaset2.c
index 173da9847..c0a59af0d 100644
--- a/coreblas/compute/core_zlaset2.c
+++ b/coreblas/compute/core_zlaset2.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zlatro.c b/coreblas/compute/core_zlatro.c
index 68d1d34b0..aad2d4959 100644
--- a/coreblas/compute/core_zlatro.c
+++ b/coreblas/compute/core_zlatro.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/coreblas/compute/core_zlauum.c b/coreblas/compute/core_zlauum.c
index 89e045435..1bd0eac84 100644
--- a/coreblas/compute/core_zlauum.c
+++ b/coreblas/compute/core_zlauum.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zpamm.c b/coreblas/compute/core_zpamm.c
index 0429756a0..7aa33c707 100644
--- a/coreblas/compute/core_zpamm.c
+++ b/coreblas/compute/core_zpamm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zparfb.c b/coreblas/compute/core_zparfb.c
index f363ddff7..b4af12ff4 100644
--- a/coreblas/compute/core_zparfb.c
+++ b/coreblas/compute/core_zparfb.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zpemv.c b/coreblas/compute/core_zpemv.c
index d2311044b..5890d8ac4 100644
--- a/coreblas/compute/core_zpemv.c
+++ b/coreblas/compute/core_zpemv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zplghe.c b/coreblas/compute/core_zplghe.c
index 9a4950aa0..b679b61c3 100644
--- a/coreblas/compute/core_zplghe.c
+++ b/coreblas/compute/core_zplghe.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zplgsy.c b/coreblas/compute/core_zplgsy.c
index b1b9d9460..05c9cb100 100644
--- a/coreblas/compute/core_zplgsy.c
+++ b/coreblas/compute/core_zplgsy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zplrnt.c b/coreblas/compute/core_zplrnt.c
index 0b06945ea..4679aed19 100644
--- a/coreblas/compute/core_zplrnt.c
+++ b/coreblas/compute/core_zplrnt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zpotrf.c b/coreblas/compute/core_zpotrf.c
index b59c54e31..874d434a6 100644
--- a/coreblas/compute/core_zpotrf.c
+++ b/coreblas/compute/core_zpotrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zssssm.c b/coreblas/compute/core_zssssm.c
index dca0b9ea3..26932a7bd 100644
--- a/coreblas/compute/core_zssssm.c
+++ b/coreblas/compute/core_zssssm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zsymm.c b/coreblas/compute/core_zsymm.c
index 7b89fb8c4..b25397515 100644
--- a/coreblas/compute/core_zsymm.c
+++ b/coreblas/compute/core_zsymm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zsyr2k.c b/coreblas/compute/core_zsyr2k.c
index c1b7346af..82f8a143b 100644
--- a/coreblas/compute/core_zsyr2k.c
+++ b/coreblas/compute/core_zsyr2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zsyrk.c b/coreblas/compute/core_zsyrk.c
index 666d8f93a..e35a79ed9 100644
--- a/coreblas/compute/core_zsyrk.c
+++ b/coreblas/compute/core_zsyrk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zsytf2_nopiv.c b/coreblas/compute/core_zsytf2_nopiv.c
index 309234115..ecb85b8fd 100644
--- a/coreblas/compute/core_zsytf2_nopiv.c
+++ b/coreblas/compute/core_zsytf2_nopiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztplqt.c b/coreblas/compute/core_ztplqt.c
index 9930d97ba..dc90dcf20 100644
--- a/coreblas/compute/core_ztplqt.c
+++ b/coreblas/compute/core_ztplqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_ztpmlqt.c b/coreblas/compute/core_ztpmlqt.c
index 12fb6e4f6..98954859f 100644
--- a/coreblas/compute/core_ztpmlqt.c
+++ b/coreblas/compute/core_ztpmlqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_ztpmqrt.c b/coreblas/compute/core_ztpmqrt.c
index f08faa893..d330d357c 100644
--- a/coreblas/compute/core_ztpmqrt.c
+++ b/coreblas/compute/core_ztpmqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_ztpqrt.c b/coreblas/compute/core_ztpqrt.c
index 21be40006..7373e4541 100644
--- a/coreblas/compute/core_ztpqrt.c
+++ b/coreblas/compute/core_ztpqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/coreblas/compute/core_ztradd.c b/coreblas/compute/core_ztradd.c
index 7deed6fe5..b434d7872 100644
--- a/coreblas/compute/core_ztradd.c
+++ b/coreblas/compute/core_ztradd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztrmm.c b/coreblas/compute/core_ztrmm.c
index 5057b32dd..14057ee7d 100644
--- a/coreblas/compute/core_ztrmm.c
+++ b/coreblas/compute/core_ztrmm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztrsm.c b/coreblas/compute/core_ztrsm.c
index 4aaba3727..7c0d0ac94 100644
--- a/coreblas/compute/core_ztrsm.c
+++ b/coreblas/compute/core_ztrsm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztrtri.c b/coreblas/compute/core_ztrtri.c
index 7e03940d7..326701765 100644
--- a/coreblas/compute/core_ztrtri.c
+++ b/coreblas/compute/core_ztrtri.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztslqt.c b/coreblas/compute/core_ztslqt.c
index d6fc5f33b..12e30a042 100644
--- a/coreblas/compute/core_ztslqt.c
+++ b/coreblas/compute/core_ztslqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztsmlq.c b/coreblas/compute/core_ztsmlq.c
index ccf006d86..263bf5381 100644
--- a/coreblas/compute/core_ztsmlq.c
+++ b/coreblas/compute/core_ztsmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztsmlq_hetra1.c b/coreblas/compute/core_ztsmlq_hetra1.c
index 55ba2ff67..f6920302f 100644
--- a/coreblas/compute/core_ztsmlq_hetra1.c
+++ b/coreblas/compute/core_ztsmlq_hetra1.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_ztsmqr.c b/coreblas/compute/core_ztsmqr.c
index a57bf0114..faf8bf8b4 100644
--- a/coreblas/compute/core_ztsmqr.c
+++ b/coreblas/compute/core_ztsmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztsmqr_hetra1.c b/coreblas/compute/core_ztsmqr_hetra1.c
index 994621738..e5563dc8a 100644
--- a/coreblas/compute/core_ztsmqr_hetra1.c
+++ b/coreblas/compute/core_ztsmqr_hetra1.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/coreblas/compute/core_ztsqrt.c b/coreblas/compute/core_ztsqrt.c
index bf1fd1d22..7122cc8a6 100644
--- a/coreblas/compute/core_ztsqrt.c
+++ b/coreblas/compute/core_ztsqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_ztstrf.c b/coreblas/compute/core_ztstrf.c
index 2ced583ba..72f7bb3a8 100644
--- a/coreblas/compute/core_ztstrf.c
+++ b/coreblas/compute/core_ztstrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zttlqt.c b/coreblas/compute/core_zttlqt.c
index 43147f1cc..141530f5c 100644
--- a/coreblas/compute/core_zttlqt.c
+++ b/coreblas/compute/core_zttlqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zttmlq.c b/coreblas/compute/core_zttmlq.c
index 435e3490e..372fc1161 100644
--- a/coreblas/compute/core_zttmlq.c
+++ b/coreblas/compute/core_zttmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zttmqr.c b/coreblas/compute/core_zttmqr.c
index 8a040bfdb..e395718c4 100644
--- a/coreblas/compute/core_zttmqr.c
+++ b/coreblas/compute/core_zttmqr.c
@@ -9,8 +9,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zttqrt.c b/coreblas/compute/core_zttqrt.c
index 6f2f25289..66350de5c 100644
--- a/coreblas/compute/core_zttqrt.c
+++ b/coreblas/compute/core_zttqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zunmlq.c b/coreblas/compute/core_zunmlq.c
index 81df52714..68b5f85f8 100644
--- a/coreblas/compute/core_zunmlq.c
+++ b/coreblas/compute/core_zunmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/core_zunmqr.c b/coreblas/compute/core_zunmqr.c
index 5b0d6b908..1e7e71a8b 100644
--- a/coreblas/compute/core_zunmqr.c
+++ b/coreblas/compute/core_zunmqr.c
@@ -11,8 +11,6 @@
  /**
  *
  *  PLASMA core_blas kernel
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/compute/global.c b/coreblas/compute/global.c
index d80a90d28..5080f8590 100644
--- a/coreblas/compute/global.c
+++ b/coreblas/compute/global.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/coreblas/include/coreblas.h b/coreblas/include/coreblas.h
index e4f67ac1c..02bc85dd8 100644
--- a/coreblas/include/coreblas.h
+++ b/coreblas/include/coreblas.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/coreblas/include/coreblas/coreblas_z.h b/coreblas/include/coreblas/coreblas_z.h
index 7f87f672e..2ef68a1ab 100644
--- a/coreblas/include/coreblas/coreblas_z.h
+++ b/coreblas/include/coreblas/coreblas_z.h
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA auxiliary routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/coreblas/include/coreblas/coreblas_zc.h b/coreblas/include/coreblas/coreblas_zc.h
index 2787daf8c..24c6ee9b3 100644
--- a/coreblas/include/coreblas/coreblas_zc.h
+++ b/coreblas/include/coreblas/coreblas_zc.h
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA auxiliary routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/cudablas/compute/cuda_zgeadd.c b/cudablas/compute/cuda_zgeadd.c
index 7516230db..2e6331d99 100644
--- a/cudablas/compute/cuda_zgeadd.c
+++ b/cudablas/compute/cuda_zgeadd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zgelqt.c b/cudablas/compute/cuda_zgelqt.c
index 7c1b8e5c9..52d9e3d61 100644
--- a/cudablas/compute/cuda_zgelqt.c
+++ b/cudablas/compute/cuda_zgelqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zgemerge.c b/cudablas/compute/cuda_zgemerge.c
index 53c99f20c..5de0f2f62 100644
--- a/cudablas/compute/cuda_zgemerge.c
+++ b/cudablas/compute/cuda_zgemerge.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zgemm.c b/cudablas/compute/cuda_zgemm.c
index 21be10760..b27b42b15 100644
--- a/cudablas/compute/cuda_zgemm.c
+++ b/cudablas/compute/cuda_zgemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zgeqrt.c b/cudablas/compute/cuda_zgeqrt.c
index 397e8b147..4f8ccacb5 100644
--- a/cudablas/compute/cuda_zgeqrt.c
+++ b/cudablas/compute/cuda_zgeqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zgessm.c b/cudablas/compute/cuda_zgessm.c
index aaecd9559..7e9c7eb6c 100644
--- a/cudablas/compute/cuda_zgessm.c
+++ b/cudablas/compute/cuda_zgessm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zgetrf.c b/cudablas/compute/cuda_zgetrf.c
index fa416681f..e1d869bbc 100644
--- a/cudablas/compute/cuda_zgetrf.c
+++ b/cudablas/compute/cuda_zgetrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zhemm.c b/cudablas/compute/cuda_zhemm.c
index 4b769b608..5d4d4b605 100644
--- a/cudablas/compute/cuda_zhemm.c
+++ b/cudablas/compute/cuda_zhemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zher2k.c b/cudablas/compute/cuda_zher2k.c
index e102e4d1f..293425ff7 100644
--- a/cudablas/compute/cuda_zher2k.c
+++ b/cudablas/compute/cuda_zher2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zherfb.c b/cudablas/compute/cuda_zherfb.c
index d12ced590..5b50a6a3d 100644
--- a/cudablas/compute/cuda_zherfb.c
+++ b/cudablas/compute/cuda_zherfb.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zherk.c b/cudablas/compute/cuda_zherk.c
index 852323472..b9bcb7f21 100644
--- a/cudablas/compute/cuda_zherk.c
+++ b/cudablas/compute/cuda_zherk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zlarfb.c b/cudablas/compute/cuda_zlarfb.c
index e8caca801..f2ed30f17 100644
--- a/cudablas/compute/cuda_zlarfb.c
+++ b/cudablas/compute/cuda_zlarfb.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * Code originated from MAGMA
diff --git a/cudablas/compute/cuda_zlauum.c b/cudablas/compute/cuda_zlauum.c
index c982efdf8..bfe58e40a 100644
--- a/cudablas/compute/cuda_zlauum.c
+++ b/cudablas/compute/cuda_zlauum.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zparfb.c b/cudablas/compute/cuda_zparfb.c
index 968ea3f23..0bb1467a4 100644
--- a/cudablas/compute/cuda_zparfb.c
+++ b/cudablas/compute/cuda_zparfb.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zpotrf.c b/cudablas/compute/cuda_zpotrf.c
index b5f6fbeee..3563ec5d7 100644
--- a/cudablas/compute/cuda_zpotrf.c
+++ b/cudablas/compute/cuda_zpotrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zssssm.c b/cudablas/compute/cuda_zssssm.c
index 7b5664dad..84e383871 100644
--- a/cudablas/compute/cuda_zssssm.c
+++ b/cudablas/compute/cuda_zssssm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zsymm.c b/cudablas/compute/cuda_zsymm.c
index 665df3c10..8f8cdd4e4 100644
--- a/cudablas/compute/cuda_zsymm.c
+++ b/cudablas/compute/cuda_zsymm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zsyr2k.c b/cudablas/compute/cuda_zsyr2k.c
index 2ff3598e9..80c0536ed 100644
--- a/cudablas/compute/cuda_zsyr2k.c
+++ b/cudablas/compute/cuda_zsyr2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zsyrk.c b/cudablas/compute/cuda_zsyrk.c
index b83221dd2..72107bdd8 100644
--- a/cudablas/compute/cuda_zsyrk.c
+++ b/cudablas/compute/cuda_zsyrk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_ztpmqrt.c b/cudablas/compute/cuda_ztpmqrt.c
index 45b8b4fe6..250b22153 100644
--- a/cudablas/compute/cuda_ztpmqrt.c
+++ b/cudablas/compute/cuda_ztpmqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_ztrmm.c b/cudablas/compute/cuda_ztrmm.c
index c38aff9ef..d6f12cb79 100644
--- a/cudablas/compute/cuda_ztrmm.c
+++ b/cudablas/compute/cuda_ztrmm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_ztrsm.c b/cudablas/compute/cuda_ztrsm.c
index aac357da6..0d3f6cc05 100644
--- a/cudablas/compute/cuda_ztrsm.c
+++ b/cudablas/compute/cuda_ztrsm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_ztrtri.c b/cudablas/compute/cuda_ztrtri.c
index b2c678bbb..280f87857 100644
--- a/cudablas/compute/cuda_ztrtri.c
+++ b/cudablas/compute/cuda_ztrtri.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_ztslqt.c b/cudablas/compute/cuda_ztslqt.c
index 751baf77c..75fd22df9 100644
--- a/cudablas/compute/cuda_ztslqt.c
+++ b/cudablas/compute/cuda_ztslqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_ztsmlq.c b/cudablas/compute/cuda_ztsmlq.c
index aef9b3cdb..991204ca6 100644
--- a/cudablas/compute/cuda_ztsmlq.c
+++ b/cudablas/compute/cuda_ztsmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_ztsmqr.c b/cudablas/compute/cuda_ztsmqr.c
index 7d3b55b3f..cb285217f 100644
--- a/cudablas/compute/cuda_ztsmqr.c
+++ b/cudablas/compute/cuda_ztsmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_ztsqrt.c b/cudablas/compute/cuda_ztsqrt.c
index 7b66e4525..b6e253d5f 100644
--- a/cudablas/compute/cuda_ztsqrt.c
+++ b/cudablas/compute/cuda_ztsqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_ztstrf.c b/cudablas/compute/cuda_ztstrf.c
index a2fe6b217..9d595da72 100644
--- a/cudablas/compute/cuda_ztstrf.c
+++ b/cudablas/compute/cuda_ztstrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zttmqr.c b/cudablas/compute/cuda_zttmqr.c
index 38f5aa0c3..89707bb37 100644
--- a/cudablas/compute/cuda_zttmqr.c
+++ b/cudablas/compute/cuda_zttmqr.c
@@ -9,8 +9,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zunmlqt.c b/cudablas/compute/cuda_zunmlqt.c
index 11af641e5..d218018e4 100644
--- a/cudablas/compute/cuda_zunmlqt.c
+++ b/cudablas/compute/cuda_zunmlqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cuda_zunmqrt.c b/cudablas/compute/cuda_zunmqrt.c
index b94a01b18..02607a63c 100644
--- a/cudablas/compute/cuda_zunmqrt.c
+++ b/cudablas/compute/cuda_zunmqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/compute/cudaglobal.c b/cudablas/compute/cudaglobal.c
index a3e7d8dd6..17f68edeb 100644
--- a/cudablas/compute/cudaglobal.c
+++ b/cudablas/compute/cudaglobal.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/cudablas/include/cudablas.h b/cudablas/include/cudablas.h
index add836e36..95468f9e7 100644
--- a/cudablas/include/cudablas.h
+++ b/cudablas/include/cudablas.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/cudablas/include/cudablas/cudablas_z.h b/cudablas/include/cudablas/cudablas_z.h
index 7091e61d2..16e03944c 100644
--- a/cudablas/include/cudablas/cudablas_z.h
+++ b/cudablas/include/cudablas/cudablas_z.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/include/chameleon/chameleon_config.h.in b/include/chameleon/chameleon_config.h.in
index aa7b1aa8d..252f8d150 100644
--- a/include/chameleon/chameleon_config.h.in
+++ b/include/chameleon/chameleon_config.h.in
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/include/chameleon/morse_constants.h b/include/chameleon/morse_constants.h
index 0ee48720e..aacfd8d90 100644
--- a/include/chameleon/morse_constants.h
+++ b/include/chameleon/morse_constants.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/include/chameleon/morse_kernels.h b/include/chameleon/morse_kernels.h
index 792727fd3..48c30216c 100644
--- a/include/chameleon/morse_kernels.h
+++ b/include/chameleon/morse_kernels.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/include/chameleon/morse_simulate.h b/include/chameleon/morse_simulate.h
index 9f37346eb..f3c8c6329 100644
--- a/include/chameleon/morse_simulate.h
+++ b/include/chameleon/morse_simulate.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/include/chameleon/morse_struct.h b/include/chameleon/morse_struct.h
index 72a889152..c4f237d2f 100644
--- a/include/chameleon/morse_struct.h
+++ b/include/chameleon/morse_struct.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/include/chameleon/morse_tasks.h b/include/chameleon/morse_tasks.h
index 4d1099be0..74caaf102 100644
--- a/include/chameleon/morse_tasks.h
+++ b/include/chameleon/morse_tasks.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/include/chameleon/morse_tasks_z.h b/include/chameleon/morse_tasks_z.h
index 113e9f261..e2ef19d3b 100644
--- a/include/chameleon/morse_tasks_z.h
+++ b/include/chameleon/morse_tasks_z.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/include/chameleon/morse_tasks_zc.h b/include/chameleon/morse_tasks_zc.h
index 428b856ff..27b9a5963 100644
--- a/include/chameleon/morse_tasks_zc.h
+++ b/include/chameleon/morse_tasks_zc.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/include/chameleon/morse_types.h b/include/chameleon/morse_types.h
index 5edaa294c..ac39c0487 100644
--- a/include/chameleon/morse_types.h
+++ b/include/chameleon/morse_types.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/include/chameleon/morse_z.h b/include/chameleon/morse_z.h
index de3692bea..c84ca9adf 100644
--- a/include/chameleon/morse_z.h
+++ b/include/chameleon/morse_z.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/include/chameleon/morse_zc.h b/include/chameleon/morse_zc.h
index ad5b916ab..774df107c 100644
--- a/include/chameleon/morse_zc.h
+++ b/include/chameleon/morse_zc.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/include/morse.h b/include/morse.h
index f9496503c..efcde4db9 100644
--- a/include/morse.h
+++ b/include/morse.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/runtime/parsec/codelets/codelet_zasum.c b/runtime/parsec/codelets/codelet_zasum.c
index 6097ff713..b175c929d 100644
--- a/runtime/parsec/codelets/codelet_zasum.c
+++ b/runtime/parsec/codelets/codelet_zasum.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zaxpy.c b/runtime/parsec/codelets/codelet_zaxpy.c
index 0db78d2e7..a7c764251 100644
--- a/runtime/parsec/codelets/codelet_zaxpy.c
+++ b/runtime/parsec/codelets/codelet_zaxpy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zbuild.c b/runtime/parsec/codelets/codelet_zbuild.c
index 72d55d95b..26a948351 100644
--- a/runtime/parsec/codelets/codelet_zbuild.c
+++ b/runtime/parsec/codelets/codelet_zbuild.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgeadd.c b/runtime/parsec/codelets/codelet_zgeadd.c
index 992f84177..75b93c5d8 100644
--- a/runtime/parsec/codelets/codelet_zgeadd.c
+++ b/runtime/parsec/codelets/codelet_zgeadd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/parsec/codelets/codelet_zgelqt.c b/runtime/parsec/codelets/codelet_zgelqt.c
index a0cc1eca9..62b468676 100644
--- a/runtime/parsec/codelets/codelet_zgelqt.c
+++ b/runtime/parsec/codelets/codelet_zgelqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgemm.c b/runtime/parsec/codelets/codelet_zgemm.c
index 85d6055fc..b6419a3c3 100644
--- a/runtime/parsec/codelets/codelet_zgemm.c
+++ b/runtime/parsec/codelets/codelet_zgemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgeqrt.c b/runtime/parsec/codelets/codelet_zgeqrt.c
index aeb407385..cbc473eca 100644
--- a/runtime/parsec/codelets/codelet_zgeqrt.c
+++ b/runtime/parsec/codelets/codelet_zgeqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgessm.c b/runtime/parsec/codelets/codelet_zgessm.c
index ca41394f8..2b7390997 100644
--- a/runtime/parsec/codelets/codelet_zgessm.c
+++ b/runtime/parsec/codelets/codelet_zgessm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgessq.c b/runtime/parsec/codelets/codelet_zgessq.c
index bf1c1b9d3..186ec41fe 100644
--- a/runtime/parsec/codelets/codelet_zgessq.c
+++ b/runtime/parsec/codelets/codelet_zgessq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgetrf.c b/runtime/parsec/codelets/codelet_zgetrf.c
index 2d7066d6a..fffb9b641 100644
--- a/runtime/parsec/codelets/codelet_zgetrf.c
+++ b/runtime/parsec/codelets/codelet_zgetrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
index 0cc706431..3d22e1dec 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_incpiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
index cdbc24daf..535faa858 100644
--- a/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zgetrf_nopiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zhe2ge.c b/runtime/parsec/codelets/codelet_zhe2ge.c
index 62f01bd94..d362aef09 100644
--- a/runtime/parsec/codelets/codelet_zhe2ge.c
+++ b/runtime/parsec/codelets/codelet_zhe2ge.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @precisions normal z -> c d s
diff --git a/runtime/parsec/codelets/codelet_zhemm.c b/runtime/parsec/codelets/codelet_zhemm.c
index 455f9cfd0..f597e154e 100644
--- a/runtime/parsec/codelets/codelet_zhemm.c
+++ b/runtime/parsec/codelets/codelet_zhemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zher2k.c b/runtime/parsec/codelets/codelet_zher2k.c
index e2e5cd4ff..369e91f88 100644
--- a/runtime/parsec/codelets/codelet_zher2k.c
+++ b/runtime/parsec/codelets/codelet_zher2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zherfb.c b/runtime/parsec/codelets/codelet_zherfb.c
index 0c96b72d3..bbaf137c9 100644
--- a/runtime/parsec/codelets/codelet_zherfb.c
+++ b/runtime/parsec/codelets/codelet_zherfb.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/parsec/codelets/codelet_zherk.c b/runtime/parsec/codelets/codelet_zherk.c
index 39cb0c101..2823f2e2a 100644
--- a/runtime/parsec/codelets/codelet_zherk.c
+++ b/runtime/parsec/codelets/codelet_zherk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zhessq.c b/runtime/parsec/codelets/codelet_zhessq.c
index 1a4167168..c42813562 100644
--- a/runtime/parsec/codelets/codelet_zhessq.c
+++ b/runtime/parsec/codelets/codelet_zhessq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlacpy.c b/runtime/parsec/codelets/codelet_zlacpy.c
index b1dae51da..b7a6f637a 100644
--- a/runtime/parsec/codelets/codelet_zlacpy.c
+++ b/runtime/parsec/codelets/codelet_zlacpy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlag2c.c b/runtime/parsec/codelets/codelet_zlag2c.c
index f0b9758fa..05edcd065 100644
--- a/runtime/parsec/codelets/codelet_zlag2c.c
+++ b/runtime/parsec/codelets/codelet_zlag2c.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlange.c b/runtime/parsec/codelets/codelet_zlange.c
index f7b845159..0548bf57b 100644
--- a/runtime/parsec/codelets/codelet_zlange.c
+++ b/runtime/parsec/codelets/codelet_zlange.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlanhe.c b/runtime/parsec/codelets/codelet_zlanhe.c
index 2dd034d81..a799ac78a 100644
--- a/runtime/parsec/codelets/codelet_zlanhe.c
+++ b/runtime/parsec/codelets/codelet_zlanhe.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlansy.c b/runtime/parsec/codelets/codelet_zlansy.c
index d6c94d684..3db6ac74f 100644
--- a/runtime/parsec/codelets/codelet_zlansy.c
+++ b/runtime/parsec/codelets/codelet_zlansy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlantr.c b/runtime/parsec/codelets/codelet_zlantr.c
index cd9791cac..721df0745 100644
--- a/runtime/parsec/codelets/codelet_zlantr.c
+++ b/runtime/parsec/codelets/codelet_zlantr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlascal.c b/runtime/parsec/codelets/codelet_zlascal.c
index 9fb0ab2b4..8bdb867d6 100644
--- a/runtime/parsec/codelets/codelet_zlascal.c
+++ b/runtime/parsec/codelets/codelet_zlascal.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/parsec/codelets/codelet_zlaset.c b/runtime/parsec/codelets/codelet_zlaset.c
index 1f595c596..66dc000c2 100644
--- a/runtime/parsec/codelets/codelet_zlaset.c
+++ b/runtime/parsec/codelets/codelet_zlaset.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlaset2.c b/runtime/parsec/codelets/codelet_zlaset2.c
index 177d7bb28..68ce65e3e 100644
--- a/runtime/parsec/codelets/codelet_zlaset2.c
+++ b/runtime/parsec/codelets/codelet_zlaset2.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zlatro.c b/runtime/parsec/codelets/codelet_zlatro.c
index b30da5f7e..4084831a9 100644
--- a/runtime/parsec/codelets/codelet_zlatro.c
+++ b/runtime/parsec/codelets/codelet_zlatro.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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 1.0.0
  * @author Azzam Haidar
diff --git a/runtime/parsec/codelets/codelet_zlauum.c b/runtime/parsec/codelets/codelet_zlauum.c
index 179e0e850..82a814496 100644
--- a/runtime/parsec/codelets/codelet_zlauum.c
+++ b/runtime/parsec/codelets/codelet_zlauum.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zpamm.c b/runtime/parsec/codelets/codelet_zpamm.c
index e7494da4f..2029c504b 100644
--- a/runtime/parsec/codelets/codelet_zpamm.c
+++ b/runtime/parsec/codelets/codelet_zpamm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zplghe.c b/runtime/parsec/codelets/codelet_zplghe.c
index dea1dd9fe..474732335 100644
--- a/runtime/parsec/codelets/codelet_zplghe.c
+++ b/runtime/parsec/codelets/codelet_zplghe.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zplgsy.c b/runtime/parsec/codelets/codelet_zplgsy.c
index 68a6f696b..229ef4cb0 100644
--- a/runtime/parsec/codelets/codelet_zplgsy.c
+++ b/runtime/parsec/codelets/codelet_zplgsy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zplrnt.c b/runtime/parsec/codelets/codelet_zplrnt.c
index c2b3520c2..2d2c38abc 100644
--- a/runtime/parsec/codelets/codelet_zplrnt.c
+++ b/runtime/parsec/codelets/codelet_zplrnt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zplssq.c b/runtime/parsec/codelets/codelet_zplssq.c
index 1a70e945d..6dfcb3680 100644
--- a/runtime/parsec/codelets/codelet_zplssq.c
+++ b/runtime/parsec/codelets/codelet_zplssq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zpotrf.c b/runtime/parsec/codelets/codelet_zpotrf.c
index 0d68f8ddc..9e107bfd9 100644
--- a/runtime/parsec/codelets/codelet_zpotrf.c
+++ b/runtime/parsec/codelets/codelet_zpotrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zssssm.c b/runtime/parsec/codelets/codelet_zssssm.c
index deeed1a77..a3fe0b656 100644
--- a/runtime/parsec/codelets/codelet_zssssm.c
+++ b/runtime/parsec/codelets/codelet_zssssm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zsymm.c b/runtime/parsec/codelets/codelet_zsymm.c
index d937d6390..60ac3b65d 100644
--- a/runtime/parsec/codelets/codelet_zsymm.c
+++ b/runtime/parsec/codelets/codelet_zsymm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zsyr2k.c b/runtime/parsec/codelets/codelet_zsyr2k.c
index 4c0495179..52b196a03 100644
--- a/runtime/parsec/codelets/codelet_zsyr2k.c
+++ b/runtime/parsec/codelets/codelet_zsyr2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zsyrk.c b/runtime/parsec/codelets/codelet_zsyrk.c
index e2f65c009..c28baf4f3 100644
--- a/runtime/parsec/codelets/codelet_zsyrk.c
+++ b/runtime/parsec/codelets/codelet_zsyrk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zsyssq.c b/runtime/parsec/codelets/codelet_zsyssq.c
index 1248acf61..c05aa3ee4 100644
--- a/runtime/parsec/codelets/codelet_zsyssq.c
+++ b/runtime/parsec/codelets/codelet_zsyssq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
index 039596ae6..ff2ae266e 100644
--- a/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
+++ b/runtime/parsec/codelets/codelet_zsytrf_nopiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztile_zero.c b/runtime/parsec/codelets/codelet_ztile_zero.c
index 97620ab43..312faecc3 100644
--- a/runtime/parsec/codelets/codelet_ztile_zero.c
+++ b/runtime/parsec/codelets/codelet_ztile_zero.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztplqt.c b/runtime/parsec/codelets/codelet_ztplqt.c
index a6a16cda5..c54df1afa 100644
--- a/runtime/parsec/codelets/codelet_ztplqt.c
+++ b/runtime/parsec/codelets/codelet_ztplqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/parsec/codelets/codelet_ztpmlqt.c b/runtime/parsec/codelets/codelet_ztpmlqt.c
index d09d80c0a..b15897e9f 100644
--- a/runtime/parsec/codelets/codelet_ztpmlqt.c
+++ b/runtime/parsec/codelets/codelet_ztpmlqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/parsec/codelets/codelet_ztpmqrt.c b/runtime/parsec/codelets/codelet_ztpmqrt.c
index e86d59880..0e3e08d1a 100644
--- a/runtime/parsec/codelets/codelet_ztpmqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpmqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/parsec/codelets/codelet_ztpqrt.c b/runtime/parsec/codelets/codelet_ztpqrt.c
index 70193079c..69ff2f025 100644
--- a/runtime/parsec/codelets/codelet_ztpqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/parsec/codelets/codelet_ztradd.c b/runtime/parsec/codelets/codelet_ztradd.c
index d9a701072..8067ecdc3 100644
--- a/runtime/parsec/codelets/codelet_ztradd.c
+++ b/runtime/parsec/codelets/codelet_ztradd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/parsec/codelets/codelet_ztrasm.c b/runtime/parsec/codelets/codelet_ztrasm.c
index 66373f5cb..fcc1915a9 100644
--- a/runtime/parsec/codelets/codelet_ztrasm.c
+++ b/runtime/parsec/codelets/codelet_ztrasm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztrmm.c b/runtime/parsec/codelets/codelet_ztrmm.c
index 77e90ffeb..1b7c531c6 100644
--- a/runtime/parsec/codelets/codelet_ztrmm.c
+++ b/runtime/parsec/codelets/codelet_ztrmm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztrsm.c b/runtime/parsec/codelets/codelet_ztrsm.c
index bd237877e..df7964cca 100644
--- a/runtime/parsec/codelets/codelet_ztrsm.c
+++ b/runtime/parsec/codelets/codelet_ztrsm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztrssq.c b/runtime/parsec/codelets/codelet_ztrssq.c
index fc385bd93..665a02e03 100644
--- a/runtime/parsec/codelets/codelet_ztrssq.c
+++ b/runtime/parsec/codelets/codelet_ztrssq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztrtri.c b/runtime/parsec/codelets/codelet_ztrtri.c
index 27216d51a..0bba1353a 100644
--- a/runtime/parsec/codelets/codelet_ztrtri.c
+++ b/runtime/parsec/codelets/codelet_ztrtri.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztslqt.c b/runtime/parsec/codelets/codelet_ztslqt.c
index e81f87ec5..d3af05bf4 100644
--- a/runtime/parsec/codelets/codelet_ztslqt.c
+++ b/runtime/parsec/codelets/codelet_ztslqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztsmlq.c b/runtime/parsec/codelets/codelet_ztsmlq.c
index 199085765..cfb9b84b0 100644
--- a/runtime/parsec/codelets/codelet_ztsmlq.c
+++ b/runtime/parsec/codelets/codelet_ztsmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
index ff6eb878e..06f7f2fea 100644
--- a/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmlq_hetra1.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/parsec/codelets/codelet_ztsmqr.c b/runtime/parsec/codelets/codelet_ztsmqr.c
index 2f413060a..71a7c6fa2 100644
--- a/runtime/parsec/codelets/codelet_ztsmqr.c
+++ b/runtime/parsec/codelets/codelet_ztsmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
index 93768afe1..8127ff637 100644
--- a/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/parsec/codelets/codelet_ztsmqr_hetra1.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/parsec/codelets/codelet_ztsqrt.c b/runtime/parsec/codelets/codelet_ztsqrt.c
index c6cc45e2f..0d73d91d0 100644
--- a/runtime/parsec/codelets/codelet_ztsqrt.c
+++ b/runtime/parsec/codelets/codelet_ztsqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_ztstrf.c b/runtime/parsec/codelets/codelet_ztstrf.c
index 8baa15568..343afff06 100644
--- a/runtime/parsec/codelets/codelet_ztstrf.c
+++ b/runtime/parsec/codelets/codelet_ztstrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zttlqt.c b/runtime/parsec/codelets/codelet_zttlqt.c
index a7b2d73af..e797a2ca2 100644
--- a/runtime/parsec/codelets/codelet_zttlqt.c
+++ b/runtime/parsec/codelets/codelet_zttlqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zttmlq.c b/runtime/parsec/codelets/codelet_zttmlq.c
index 4c1220f29..399d0f9d6 100644
--- a/runtime/parsec/codelets/codelet_zttmlq.c
+++ b/runtime/parsec/codelets/codelet_zttmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zttmqr.c b/runtime/parsec/codelets/codelet_zttmqr.c
index d00a4de60..49aa920b8 100644
--- a/runtime/parsec/codelets/codelet_zttmqr.c
+++ b/runtime/parsec/codelets/codelet_zttmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zttqrt.c b/runtime/parsec/codelets/codelet_zttqrt.c
index 48171a9eb..d56a38d76 100644
--- a/runtime/parsec/codelets/codelet_zttqrt.c
+++ b/runtime/parsec/codelets/codelet_zttqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zunmlq.c b/runtime/parsec/codelets/codelet_zunmlq.c
index 687202a0a..d38602c0a 100644
--- a/runtime/parsec/codelets/codelet_zunmlq.c
+++ b/runtime/parsec/codelets/codelet_zunmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/parsec/codelets/codelet_zunmqr.c b/runtime/parsec/codelets/codelet_zunmqr.c
index 31a3cd650..d3d4126aa 100644
--- a/runtime/parsec/codelets/codelet_zunmqr.c
+++ b/runtime/parsec/codelets/codelet_zunmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Reazul Hoque
diff --git a/runtime/quark/codelets/codelet_zbuild.c b/runtime/quark/codelets/codelet_zbuild.c
index d877d0416..1fed78806 100644
--- a/runtime/quark/codelets/codelet_zbuild.c
+++ b/runtime/quark/codelets/codelet_zbuild.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgeadd.c b/runtime/quark/codelets/codelet_zgeadd.c
index 275519d6f..0c565fe80 100644
--- a/runtime/quark/codelets/codelet_zgeadd.c
+++ b/runtime/quark/codelets/codelet_zgeadd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgelqt.c b/runtime/quark/codelets/codelet_zgelqt.c
index 2a4756feb..2c9139d7a 100644
--- a/runtime/quark/codelets/codelet_zgelqt.c
+++ b/runtime/quark/codelets/codelet_zgelqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgemm.c b/runtime/quark/codelets/codelet_zgemm.c
index 4f5a8601b..836af0c4a 100644
--- a/runtime/quark/codelets/codelet_zgemm.c
+++ b/runtime/quark/codelets/codelet_zgemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgeqrt.c b/runtime/quark/codelets/codelet_zgeqrt.c
index 445dceded..e969ec9d4 100644
--- a/runtime/quark/codelets/codelet_zgeqrt.c
+++ b/runtime/quark/codelets/codelet_zgeqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgessm.c b/runtime/quark/codelets/codelet_zgessm.c
index 8e1cb70fa..7412f2b3b 100644
--- a/runtime/quark/codelets/codelet_zgessm.c
+++ b/runtime/quark/codelets/codelet_zgessm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgetrf.c b/runtime/quark/codelets/codelet_zgetrf.c
index cf46d85fa..7a09632b2 100644
--- a/runtime/quark/codelets/codelet_zgetrf.c
+++ b/runtime/quark/codelets/codelet_zgetrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgetrf_incpiv.c b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
index 24ada9d59..ee8d36a9f 100644
--- a/runtime/quark/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_incpiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zgetrf_nopiv.c b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
index cdaa03e5c..137f2fca7 100644
--- a/runtime/quark/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/quark/codelets/codelet_zgetrf_nopiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/runtime/quark/codelets/codelet_zhe2ge.c b/runtime/quark/codelets/codelet_zhe2ge.c
index 7df59fc96..80dc88ccf 100644
--- a/runtime/quark/codelets/codelet_zhe2ge.c
+++ b/runtime/quark/codelets/codelet_zhe2ge.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @precisions normal z -> c d s
diff --git a/runtime/quark/codelets/codelet_zhemm.c b/runtime/quark/codelets/codelet_zhemm.c
index fed984299..212ae3d54 100644
--- a/runtime/quark/codelets/codelet_zhemm.c
+++ b/runtime/quark/codelets/codelet_zhemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zher2k.c b/runtime/quark/codelets/codelet_zher2k.c
index 556912a93..231edefcd 100644
--- a/runtime/quark/codelets/codelet_zher2k.c
+++ b/runtime/quark/codelets/codelet_zher2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zherfb.c b/runtime/quark/codelets/codelet_zherfb.c
index 8d322feeb..4fa019a49 100644
--- a/runtime/quark/codelets/codelet_zherfb.c
+++ b/runtime/quark/codelets/codelet_zherfb.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_zherk.c b/runtime/quark/codelets/codelet_zherk.c
index 184b7b19b..4ff7c5926 100644
--- a/runtime/quark/codelets/codelet_zherk.c
+++ b/runtime/quark/codelets/codelet_zherk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlacpy.c b/runtime/quark/codelets/codelet_zlacpy.c
index 44e08796a..4f853cc8d 100644
--- a/runtime/quark/codelets/codelet_zlacpy.c
+++ b/runtime/quark/codelets/codelet_zlacpy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlag2c.c b/runtime/quark/codelets/codelet_zlag2c.c
index cf6e9e598..223a20c4e 100644
--- a/runtime/quark/codelets/codelet_zlag2c.c
+++ b/runtime/quark/codelets/codelet_zlag2c.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlascal.c b/runtime/quark/codelets/codelet_zlascal.c
index 369a1e421..4c2b52b58 100644
--- a/runtime/quark/codelets/codelet_zlascal.c
+++ b/runtime/quark/codelets/codelet_zlascal.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlaset.c b/runtime/quark/codelets/codelet_zlaset.c
index 21c58d963..22a19fb65 100644
--- a/runtime/quark/codelets/codelet_zlaset.c
+++ b/runtime/quark/codelets/codelet_zlaset.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlaset2.c b/runtime/quark/codelets/codelet_zlaset2.c
index 957f5f767..2bb7c2c4d 100644
--- a/runtime/quark/codelets/codelet_zlaset2.c
+++ b/runtime/quark/codelets/codelet_zlaset2.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zlatro.c b/runtime/quark/codelets/codelet_zlatro.c
index 56f65bf39..ebf089a96 100644
--- a/runtime/quark/codelets/codelet_zlatro.c
+++ b/runtime/quark/codelets/codelet_zlatro.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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 1.0.0
  * @author Azzam Haidar
diff --git a/runtime/quark/codelets/codelet_zlauum.c b/runtime/quark/codelets/codelet_zlauum.c
index a16612da5..ec7592381 100644
--- a/runtime/quark/codelets/codelet_zlauum.c
+++ b/runtime/quark/codelets/codelet_zlauum.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zpamm.c b/runtime/quark/codelets/codelet_zpamm.c
index 60fd7d253..4f93a22e9 100644
--- a/runtime/quark/codelets/codelet_zpamm.c
+++ b/runtime/quark/codelets/codelet_zpamm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zplghe.c b/runtime/quark/codelets/codelet_zplghe.c
index b2f57d84a..4770c0e0e 100644
--- a/runtime/quark/codelets/codelet_zplghe.c
+++ b/runtime/quark/codelets/codelet_zplghe.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zplgsy.c b/runtime/quark/codelets/codelet_zplgsy.c
index e4cb90c64..8288f5a12 100644
--- a/runtime/quark/codelets/codelet_zplgsy.c
+++ b/runtime/quark/codelets/codelet_zplgsy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zplrnt.c b/runtime/quark/codelets/codelet_zplrnt.c
index e33baca5c..d16138e73 100644
--- a/runtime/quark/codelets/codelet_zplrnt.c
+++ b/runtime/quark/codelets/codelet_zplrnt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zpotrf.c b/runtime/quark/codelets/codelet_zpotrf.c
index 9dd75fadb..45fe48b4a 100644
--- a/runtime/quark/codelets/codelet_zpotrf.c
+++ b/runtime/quark/codelets/codelet_zpotrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zssssm.c b/runtime/quark/codelets/codelet_zssssm.c
index 58543848a..03d1e58af 100644
--- a/runtime/quark/codelets/codelet_zssssm.c
+++ b/runtime/quark/codelets/codelet_zssssm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zsymm.c b/runtime/quark/codelets/codelet_zsymm.c
index d883598cb..d3a654798 100644
--- a/runtime/quark/codelets/codelet_zsymm.c
+++ b/runtime/quark/codelets/codelet_zsymm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zsyr2k.c b/runtime/quark/codelets/codelet_zsyr2k.c
index 111c2a825..a0f65b7b4 100644
--- a/runtime/quark/codelets/codelet_zsyr2k.c
+++ b/runtime/quark/codelets/codelet_zsyr2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zsyrk.c b/runtime/quark/codelets/codelet_zsyrk.c
index 5f6353a58..48b66af4c 100644
--- a/runtime/quark/codelets/codelet_zsyrk.c
+++ b/runtime/quark/codelets/codelet_zsyrk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztile_zero.c b/runtime/quark/codelets/codelet_ztile_zero.c
index d72e92e6c..2378ad1ad 100644
--- a/runtime/quark/codelets/codelet_ztile_zero.c
+++ b/runtime/quark/codelets/codelet_ztile_zero.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztplqt.c b/runtime/quark/codelets/codelet_ztplqt.c
index b72751631..3b8706b8c 100644
--- a/runtime/quark/codelets/codelet_ztplqt.c
+++ b/runtime/quark/codelets/codelet_ztplqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztpmlqt.c b/runtime/quark/codelets/codelet_ztpmlqt.c
index 524dd830d..00b34e156 100644
--- a/runtime/quark/codelets/codelet_ztpmlqt.c
+++ b/runtime/quark/codelets/codelet_ztpmlqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztpmqrt.c b/runtime/quark/codelets/codelet_ztpmqrt.c
index d8c777a75..ee5c66c7f 100644
--- a/runtime/quark/codelets/codelet_ztpmqrt.c
+++ b/runtime/quark/codelets/codelet_ztpmqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztpqrt.c b/runtime/quark/codelets/codelet_ztpqrt.c
index e930ca366..34efdd990 100644
--- a/runtime/quark/codelets/codelet_ztpqrt.c
+++ b/runtime/quark/codelets/codelet_ztpqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/quark/codelets/codelet_ztradd.c b/runtime/quark/codelets/codelet_ztradd.c
index 280e0725a..458c9f327 100644
--- a/runtime/quark/codelets/codelet_ztradd.c
+++ b/runtime/quark/codelets/codelet_ztradd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztrmm.c b/runtime/quark/codelets/codelet_ztrmm.c
index e991cf3b7..2f9cf7804 100644
--- a/runtime/quark/codelets/codelet_ztrmm.c
+++ b/runtime/quark/codelets/codelet_ztrmm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztrsm.c b/runtime/quark/codelets/codelet_ztrsm.c
index 9df85193b..74e0fda09 100644
--- a/runtime/quark/codelets/codelet_ztrsm.c
+++ b/runtime/quark/codelets/codelet_ztrsm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztrtri.c b/runtime/quark/codelets/codelet_ztrtri.c
index d3e276a59..07a6b9e36 100644
--- a/runtime/quark/codelets/codelet_ztrtri.c
+++ b/runtime/quark/codelets/codelet_ztrtri.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztslqt.c b/runtime/quark/codelets/codelet_ztslqt.c
index 6a0b750ef..122b58fc7 100644
--- a/runtime/quark/codelets/codelet_ztslqt.c
+++ b/runtime/quark/codelets/codelet_ztslqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztsmlq.c b/runtime/quark/codelets/codelet_ztsmlq.c
index 0780f25d8..b36d927aa 100644
--- a/runtime/quark/codelets/codelet_ztsmlq.c
+++ b/runtime/quark/codelets/codelet_ztsmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
index 63dd555c8..690b96585 100644
--- a/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmlq_hetra1.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztsmqr.c b/runtime/quark/codelets/codelet_ztsmqr.c
index 25b71953b..646ef334b 100644
--- a/runtime/quark/codelets/codelet_ztsmqr.c
+++ b/runtime/quark/codelets/codelet_ztsmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
index a0f32e6d2..846eb4f74 100644
--- a/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/quark/codelets/codelet_ztsmqr_hetra1.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/quark/codelets/codelet_ztsqrt.c b/runtime/quark/codelets/codelet_ztsqrt.c
index c036c488b..63da5e4b7 100644
--- a/runtime/quark/codelets/codelet_ztsqrt.c
+++ b/runtime/quark/codelets/codelet_ztsqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_ztstrf.c b/runtime/quark/codelets/codelet_ztstrf.c
index 4b57d7de1..31e9a5869 100644
--- a/runtime/quark/codelets/codelet_ztstrf.c
+++ b/runtime/quark/codelets/codelet_ztstrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zttlqt.c b/runtime/quark/codelets/codelet_zttlqt.c
index 5fea27009..a6c3454cb 100644
--- a/runtime/quark/codelets/codelet_zttlqt.c
+++ b/runtime/quark/codelets/codelet_zttlqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zttmlq.c b/runtime/quark/codelets/codelet_zttmlq.c
index 86a8394f7..aeb1be0e6 100644
--- a/runtime/quark/codelets/codelet_zttmlq.c
+++ b/runtime/quark/codelets/codelet_zttmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zttmqr.c b/runtime/quark/codelets/codelet_zttmqr.c
index bcecc66c8..f1a19f822 100644
--- a/runtime/quark/codelets/codelet_zttmqr.c
+++ b/runtime/quark/codelets/codelet_zttmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zttqrt.c b/runtime/quark/codelets/codelet_zttqrt.c
index 7ac9e5625..32a44c270 100644
--- a/runtime/quark/codelets/codelet_zttqrt.c
+++ b/runtime/quark/codelets/codelet_zttqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zunmlq.c b/runtime/quark/codelets/codelet_zunmlq.c
index 48ccc8647..dad0b5211 100644
--- a/runtime/quark/codelets/codelet_zunmlq.c
+++ b/runtime/quark/codelets/codelet_zunmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/codelets/codelet_zunmqr.c b/runtime/quark/codelets/codelet_zunmqr.c
index 3767e00f3..34aabab2d 100644
--- a/runtime/quark/codelets/codelet_zunmqr.c
+++ b/runtime/quark/codelets/codelet_zunmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/quark/control/runtime_async.c b/runtime/quark/control/runtime_async.c
index 9646aa423..8a1850276 100644
--- a/runtime/quark/control/runtime_async.c
+++ b/runtime/quark/control/runtime_async.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE async routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Jakub Kurzak
diff --git a/runtime/quark/control/runtime_context.c b/runtime/quark/control/runtime_context.c
index 13dd0288a..26fe66f78 100644
--- a/runtime/quark/control/runtime_context.c
+++ b/runtime/quark/control/runtime_context.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_control.c b/runtime/quark/control/runtime_control.c
index 9b3035a11..6a51b58de 100644
--- a/runtime/quark/control/runtime_control.c
+++ b/runtime/quark/control/runtime_control.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_descriptor.c b/runtime/quark/control/runtime_descriptor.c
index fa8a69449..8af6a0164 100644
--- a/runtime/quark/control/runtime_descriptor.c
+++ b/runtime/quark/control/runtime_descriptor.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_options.c b/runtime/quark/control/runtime_options.c
index 301d5ca4f..15380a2e0 100644
--- a/runtime/quark/control/runtime_options.c
+++ b/runtime/quark/control/runtime_options.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_profiling.c b/runtime/quark/control/runtime_profiling.c
index 7152e934c..7a9c90470 100644
--- a/runtime/quark/control/runtime_profiling.c
+++ b/runtime/quark/control/runtime_profiling.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Vijay Joshi
diff --git a/runtime/quark/control/runtime_zlocality.c b/runtime/quark/control/runtime_zlocality.c
index d58a491fd..132e6d1ed 100644
--- a/runtime/quark/control/runtime_zlocality.c
+++ b/runtime/quark/control/runtime_zlocality.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  * 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
  *
  * @version 1.0.0
diff --git a/runtime/quark/control/runtime_zprofiling.c b/runtime/quark/control/runtime_zprofiling.c
index db09d1486..c3254f036 100644
--- a/runtime/quark/control/runtime_zprofiling.c
+++ b/runtime/quark/control/runtime_zprofiling.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  * 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
  *
  * @version 1.0.0
diff --git a/runtime/quark/include/chameleon_quark.h b/runtime/quark/include/chameleon_quark.h
index f1dc86791..e529fe207 100644
--- a/runtime/quark/include/chameleon_quark.h
+++ b/runtime/quark/include/chameleon_quark.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/runtime/quark/include/core_blas_dag.h b/runtime/quark/include/core_blas_dag.h
index 89d39331f..2b1be9b3d 100644
--- a/runtime/quark/include/core_blas_dag.h
+++ b/runtime/quark/include/core_blas_dag.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_zbuild.c b/runtime/starpu/codelets/codelet_zbuild.c
index d0039ff38..52cd88ff9 100644
--- a/runtime/starpu/codelets/codelet_zbuild.c
+++ b/runtime/starpu/codelets/codelet_zbuild.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zcallback.c b/runtime/starpu/codelets/codelet_zcallback.c
index 977976ee5..b7f48904d 100644
--- a/runtime/starpu/codelets/codelet_zcallback.c
+++ b/runtime/starpu/codelets/codelet_zcallback.c
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/runtime/starpu/codelets/codelet_zgeadd.c b/runtime/starpu/codelets/codelet_zgeadd.c
index 0beb5176b..1f36f5f21 100644
--- a/runtime/starpu/codelets/codelet_zgeadd.c
+++ b/runtime/starpu/codelets/codelet_zgeadd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgelqt.c b/runtime/starpu/codelets/codelet_zgelqt.c
index 52536cd01..bc9be65d8 100644
--- a/runtime/starpu/codelets/codelet_zgelqt.c
+++ b/runtime/starpu/codelets/codelet_zgelqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgemm.c b/runtime/starpu/codelets/codelet_zgemm.c
index 5f25917c0..18231be43 100644
--- a/runtime/starpu/codelets/codelet_zgemm.c
+++ b/runtime/starpu/codelets/codelet_zgemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgeqrt.c b/runtime/starpu/codelets/codelet_zgeqrt.c
index cd92796b9..fb55d0c5c 100644
--- a/runtime/starpu/codelets/codelet_zgeqrt.c
+++ b/runtime/starpu/codelets/codelet_zgeqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgessm.c b/runtime/starpu/codelets/codelet_zgessm.c
index 229ca63fc..418b3602d 100644
--- a/runtime/starpu/codelets/codelet_zgessm.c
+++ b/runtime/starpu/codelets/codelet_zgessm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgetrf.c b/runtime/starpu/codelets/codelet_zgetrf.c
index 52edbc3f7..493944c5a 100644
--- a/runtime/starpu/codelets/codelet_zgetrf.c
+++ b/runtime/starpu/codelets/codelet_zgetrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
index fe2b3e397..34040c496 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_incpiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
index 76601dfab..69ce3a3c5 100644
--- a/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
+++ b/runtime/starpu/codelets/codelet_zgetrf_nopiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Omar Zenati
diff --git a/runtime/starpu/codelets/codelet_zhe2ge.c b/runtime/starpu/codelets/codelet_zhe2ge.c
index bcda3775e..8af50b355 100644
--- a/runtime/starpu/codelets/codelet_zhe2ge.c
+++ b/runtime/starpu/codelets/codelet_zhe2ge.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @precisions normal z -> c d s
diff --git a/runtime/starpu/codelets/codelet_zhemm.c b/runtime/starpu/codelets/codelet_zhemm.c
index af7ca0ca8..fcff9eed1 100644
--- a/runtime/starpu/codelets/codelet_zhemm.c
+++ b/runtime/starpu/codelets/codelet_zhemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zher2k.c b/runtime/starpu/codelets/codelet_zher2k.c
index ff850518c..54e99390d 100644
--- a/runtime/starpu/codelets/codelet_zher2k.c
+++ b/runtime/starpu/codelets/codelet_zher2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zherfb.c b/runtime/starpu/codelets/codelet_zherfb.c
index 28471f6e2..108fb39b6 100644
--- a/runtime/starpu/codelets/codelet_zherfb.c
+++ b/runtime/starpu/codelets/codelet_zherfb.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_zherk.c b/runtime/starpu/codelets/codelet_zherk.c
index ab187eaef..a10434dae 100644
--- a/runtime/starpu/codelets/codelet_zherk.c
+++ b/runtime/starpu/codelets/codelet_zherk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlacpy.c b/runtime/starpu/codelets/codelet_zlacpy.c
index df84112de..618d7d4c7 100644
--- a/runtime/starpu/codelets/codelet_zlacpy.c
+++ b/runtime/starpu/codelets/codelet_zlacpy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlag2c.c b/runtime/starpu/codelets/codelet_zlag2c.c
index 66b6eaecb..331134fb1 100644
--- a/runtime/starpu/codelets/codelet_zlag2c.c
+++ b/runtime/starpu/codelets/codelet_zlag2c.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlascal.c b/runtime/starpu/codelets/codelet_zlascal.c
index 813da8bbc..44f0dfdd4 100644
--- a/runtime/starpu/codelets/codelet_zlascal.c
+++ b/runtime/starpu/codelets/codelet_zlascal.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlaset.c b/runtime/starpu/codelets/codelet_zlaset.c
index 253c55079..0243fa7a3 100644
--- a/runtime/starpu/codelets/codelet_zlaset.c
+++ b/runtime/starpu/codelets/codelet_zlaset.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlaset2.c b/runtime/starpu/codelets/codelet_zlaset2.c
index dd9c61773..f7eb8b894 100644
--- a/runtime/starpu/codelets/codelet_zlaset2.c
+++ b/runtime/starpu/codelets/codelet_zlaset2.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlatro.c b/runtime/starpu/codelets/codelet_zlatro.c
index b9fb3caed..c809db1e3 100644
--- a/runtime/starpu/codelets/codelet_zlatro.c
+++ b/runtime/starpu/codelets/codelet_zlatro.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zlauum.c b/runtime/starpu/codelets/codelet_zlauum.c
index 4ab236cac..8d72350b7 100644
--- a/runtime/starpu/codelets/codelet_zlauum.c
+++ b/runtime/starpu/codelets/codelet_zlauum.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zplghe.c b/runtime/starpu/codelets/codelet_zplghe.c
index 2107b0304..e0006b41e 100644
--- a/runtime/starpu/codelets/codelet_zplghe.c
+++ b/runtime/starpu/codelets/codelet_zplghe.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zplgsy.c b/runtime/starpu/codelets/codelet_zplgsy.c
index 12efb7962..8704cb9d5 100644
--- a/runtime/starpu/codelets/codelet_zplgsy.c
+++ b/runtime/starpu/codelets/codelet_zplgsy.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zplrnt.c b/runtime/starpu/codelets/codelet_zplrnt.c
index 2c85d5c2a..f682d321b 100644
--- a/runtime/starpu/codelets/codelet_zplrnt.c
+++ b/runtime/starpu/codelets/codelet_zplrnt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zpotrf.c b/runtime/starpu/codelets/codelet_zpotrf.c
index 0212fd954..04681558a 100644
--- a/runtime/starpu/codelets/codelet_zpotrf.c
+++ b/runtime/starpu/codelets/codelet_zpotrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zssssm.c b/runtime/starpu/codelets/codelet_zssssm.c
index 341060935..5ac41fe6f 100644
--- a/runtime/starpu/codelets/codelet_zssssm.c
+++ b/runtime/starpu/codelets/codelet_zssssm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zsymm.c b/runtime/starpu/codelets/codelet_zsymm.c
index 43e3e1118..62154d95f 100644
--- a/runtime/starpu/codelets/codelet_zsymm.c
+++ b/runtime/starpu/codelets/codelet_zsymm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zsyr2k.c b/runtime/starpu/codelets/codelet_zsyr2k.c
index 577ae4d64..18ad3f01b 100644
--- a/runtime/starpu/codelets/codelet_zsyr2k.c
+++ b/runtime/starpu/codelets/codelet_zsyr2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zsyrk.c b/runtime/starpu/codelets/codelet_zsyrk.c
index 0ac635459..6157f27bf 100644
--- a/runtime/starpu/codelets/codelet_zsyrk.c
+++ b/runtime/starpu/codelets/codelet_zsyrk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztile_zero.c b/runtime/starpu/codelets/codelet_ztile_zero.c
index 6397e11fb..4138c287c 100644
--- a/runtime/starpu/codelets/codelet_ztile_zero.c
+++ b/runtime/starpu/codelets/codelet_ztile_zero.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztplqt.c b/runtime/starpu/codelets/codelet_ztplqt.c
index b5b405464..75ac7620c 100644
--- a/runtime/starpu/codelets/codelet_ztplqt.c
+++ b/runtime/starpu/codelets/codelet_ztplqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztpmlqt.c b/runtime/starpu/codelets/codelet_ztpmlqt.c
index 2e9e0ae24..bb01f9236 100644
--- a/runtime/starpu/codelets/codelet_ztpmlqt.c
+++ b/runtime/starpu/codelets/codelet_ztpmlqt.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  * MORSE codelets kernel
- * MORSE is a software package provided by Univ. of Tennessee,
- * Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztpmqrt.c b/runtime/starpu/codelets/codelet_ztpmqrt.c
index d847ada7f..12c274f29 100644
--- a/runtime/starpu/codelets/codelet_ztpmqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpmqrt.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  * MORSE codelets kernel
- * MORSE is a software package provided by Univ. of Tennessee,
- * Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztpqrt.c b/runtime/starpu/codelets/codelet_ztpqrt.c
index 62f87bdee..e456eb1f0 100644
--- a/runtime/starpu/codelets/codelet_ztpqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/codelets/codelet_ztradd.c b/runtime/starpu/codelets/codelet_ztradd.c
index 49a23847c..655050820 100644
--- a/runtime/starpu/codelets/codelet_ztradd.c
+++ b/runtime/starpu/codelets/codelet_ztradd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztrmm.c b/runtime/starpu/codelets/codelet_ztrmm.c
index 7ef1c176b..d9160f095 100644
--- a/runtime/starpu/codelets/codelet_ztrmm.c
+++ b/runtime/starpu/codelets/codelet_ztrmm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztrsm.c b/runtime/starpu/codelets/codelet_ztrsm.c
index 2cce84304..340691eb8 100644
--- a/runtime/starpu/codelets/codelet_ztrsm.c
+++ b/runtime/starpu/codelets/codelet_ztrsm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztrtri.c b/runtime/starpu/codelets/codelet_ztrtri.c
index 1cf456c42..56ac79cf7 100644
--- a/runtime/starpu/codelets/codelet_ztrtri.c
+++ b/runtime/starpu/codelets/codelet_ztrtri.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztslqt.c b/runtime/starpu/codelets/codelet_ztslqt.c
index 0dd71cde7..be6cd3b00 100644
--- a/runtime/starpu/codelets/codelet_ztslqt.c
+++ b/runtime/starpu/codelets/codelet_ztslqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztsmlq.c b/runtime/starpu/codelets/codelet_ztsmlq.c
index 2f79003dd..5c33dab20 100644
--- a/runtime/starpu/codelets/codelet_ztsmlq.c
+++ b/runtime/starpu/codelets/codelet_ztsmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
index 6f0afe27e..db5130abd 100644
--- a/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmlq_hetra1.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztsmqr.c b/runtime/starpu/codelets/codelet_ztsmqr.c
index 4d8bc0ed8..df729129d 100644
--- a/runtime/starpu/codelets/codelet_ztsmqr.c
+++ b/runtime/starpu/codelets/codelet_ztsmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
index 09a3fb063..8291f194d 100644
--- a/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
+++ b/runtime/starpu/codelets/codelet_ztsmqr_hetra1.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/runtime/starpu/codelets/codelet_ztsqrt.c b/runtime/starpu/codelets/codelet_ztsqrt.c
index c8633029f..f78059a95 100644
--- a/runtime/starpu/codelets/codelet_ztsqrt.c
+++ b/runtime/starpu/codelets/codelet_ztsqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_ztstrf.c b/runtime/starpu/codelets/codelet_ztstrf.c
index e5a6853ca..75f789fef 100644
--- a/runtime/starpu/codelets/codelet_ztstrf.c
+++ b/runtime/starpu/codelets/codelet_ztstrf.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zttlqt.c b/runtime/starpu/codelets/codelet_zttlqt.c
index d79bf62c1..65cf381ae 100644
--- a/runtime/starpu/codelets/codelet_zttlqt.c
+++ b/runtime/starpu/codelets/codelet_zttlqt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zttmlq.c b/runtime/starpu/codelets/codelet_zttmlq.c
index e6a139a46..eb5715359 100644
--- a/runtime/starpu/codelets/codelet_zttmlq.c
+++ b/runtime/starpu/codelets/codelet_zttmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zttmqr.c b/runtime/starpu/codelets/codelet_zttmqr.c
index 90663f7f0..a6c1d44dc 100644
--- a/runtime/starpu/codelets/codelet_zttmqr.c
+++ b/runtime/starpu/codelets/codelet_zttmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zttqrt.c b/runtime/starpu/codelets/codelet_zttqrt.c
index 812e17daf..08771b3a2 100644
--- a/runtime/starpu/codelets/codelet_zttqrt.c
+++ b/runtime/starpu/codelets/codelet_zttqrt.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zunmlq.c b/runtime/starpu/codelets/codelet_zunmlq.c
index ae5160358..9069dcad3 100644
--- a/runtime/starpu/codelets/codelet_zunmlq.c
+++ b/runtime/starpu/codelets/codelet_zunmlq.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/codelets/codelet_zunmqr.c b/runtime/starpu/codelets/codelet_zunmqr.c
index 45c06b0bb..edbc8c8a2 100644
--- a/runtime/starpu/codelets/codelet_zunmqr.c
+++ b/runtime/starpu/codelets/codelet_zunmqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE codelets kernel
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/runtime/starpu/control/runtime_async.c b/runtime/starpu/control/runtime_async.c
index 81c516661..45c4fa1ae 100644
--- a/runtime/starpu/control/runtime_async.c
+++ b/runtime/starpu/control/runtime_async.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/control/runtime_context.c b/runtime/starpu/control/runtime_context.c
index af930f370..c9c99cfd9 100644
--- a/runtime/starpu/control/runtime_context.c
+++ b/runtime/starpu/control/runtime_context.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/control/runtime_control.c b/runtime/starpu/control/runtime_control.c
index 747747caf..e2f113a90 100644
--- a/runtime/starpu/control/runtime_control.c
+++ b/runtime/starpu/control/runtime_control.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/runtime/starpu/control/runtime_descriptor.c b/runtime/starpu/control/runtime_descriptor.c
index 96e16db45..d656cc429 100644
--- a/runtime/starpu/control/runtime_descriptor.c
+++ b/runtime/starpu/control/runtime_descriptor.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/control/runtime_options.c b/runtime/starpu/control/runtime_options.c
index 21ce24b6c..701fb5cdc 100644
--- a/runtime/starpu/control/runtime_options.c
+++ b/runtime/starpu/control/runtime_options.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/control/runtime_profiling.c b/runtime/starpu/control/runtime_profiling.c
index ef17e5cad..c19179c43 100644
--- a/runtime/starpu/control/runtime_profiling.c
+++ b/runtime/starpu/control/runtime_profiling.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Cedric Augonnet
diff --git a/runtime/starpu/control/runtime_workspace.c b/runtime/starpu/control/runtime_workspace.c
index e7f957b12..7c67c6c36 100644
--- a/runtime/starpu/control/runtime_workspace.c
+++ b/runtime/starpu/control/runtime_workspace.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  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
  *
  * @version 1.0.0
diff --git a/runtime/starpu/control/runtime_zlocality.c b/runtime/starpu/control/runtime_zlocality.c
index 9ff88fe47..fddbdf6f3 100644
--- a/runtime/starpu/control/runtime_zlocality.c
+++ b/runtime/starpu/control/runtime_zlocality.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  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
  *
  * @version 1.0.0
diff --git a/runtime/starpu/control/runtime_zprofiling.c b/runtime/starpu/control/runtime_zprofiling.c
index 628d961e6..516bf07a8 100644
--- a/runtime/starpu/control/runtime_zprofiling.c
+++ b/runtime/starpu/control/runtime_zprofiling.c
@@ -8,8 +8,6 @@
  *                      Univ. Bordeaux. All rights reserved.
  *
  *  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
  *
  * @version 1.0.0
diff --git a/runtime/starpu/include/chameleon_starpu.h.in b/runtime/starpu/include/chameleon_starpu.h.in
index 8c3626a87..8aac5f8cd 100644
--- a/runtime/starpu/include/chameleon_starpu.h.in
+++ b/runtime/starpu/include/chameleon_starpu.h.in
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/runtime/starpu/include/runtime_codelet_profile.h b/runtime/starpu/include/runtime_codelet_profile.h
index 28fd422a9..309e2e25b 100644
--- a/runtime/starpu/include/runtime_codelet_profile.h
+++ b/runtime/starpu/include/runtime_codelet_profile.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/runtime/starpu/include/runtime_codelet_z.h b/runtime/starpu/include/runtime_codelet_z.h
index 7c4ea8661..9f7bcfce5 100644
--- a/runtime/starpu/include/runtime_codelet_z.h
+++ b/runtime/starpu/include/runtime_codelet_z.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/runtime/starpu/include/runtime_codelets.h b/runtime/starpu/include/runtime_codelets.h
index a9fb8e79f..96b1f7276 100644
--- a/runtime/starpu/include/runtime_codelets.h
+++ b/runtime/starpu/include/runtime_codelets.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/runtime/starpu/include/runtime_profiling.h b/runtime/starpu/include/runtime_profiling.h
index 2f40183d2..87754ee14 100644
--- a/runtime/starpu/include/runtime_profiling.h
+++ b/runtime/starpu/include/runtime_profiling.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/runtime/starpu/include/runtime_workspace.h b/runtime/starpu/include/runtime_workspace.h
index 0ddc08977..b461406b1 100644
--- a/runtime/starpu/include/runtime_workspace.h
+++ b/runtime/starpu/include/runtime_workspace.h
@@ -10,8 +10,6 @@
  ***
  *
  *  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
  *
  * @version 1.0.0
diff --git a/testing/testing_zauxiliary.c b/testing/testing_zauxiliary.c
index b60faca81..f9f621e76 100644
--- a/testing/testing_zauxiliary.c
+++ b/testing/testing_zauxiliary.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zauxiliary.h b/testing/testing_zauxiliary.h
index af569e4dc..066fee0ce 100644
--- a/testing/testing_zauxiliary.h
+++ b/testing/testing_zauxiliary.h
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zgeadd.c b/testing/testing_zgeadd.c
index acdf530e4..d67d53ab5 100644
--- a/testing/testing_zgeadd.c
+++ b/testing/testing_zgeadd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zgels.c b/testing/testing_zgels.c
index bd5a3bb9d..b0b97101b 100644
--- a/testing/testing_zgels.c
+++ b/testing/testing_zgels.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zgels_hqr.c b/testing/testing_zgels_hqr.c
index c68bb5502..251397f94 100644
--- a/testing/testing_zgels_hqr.c
+++ b/testing/testing_zgels_hqr.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zgels_systolic.c b/testing/testing_zgels_systolic.c
index 3dbba101b..c94823842 100644
--- a/testing/testing_zgels_systolic.c
+++ b/testing/testing_zgels_systolic.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
diff --git a/testing/testing_zgemm.c b/testing/testing_zgemm.c
index 8504a4439..4e5af95f0 100644
--- a/testing/testing_zgemm.c
+++ b/testing/testing_zgemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zgeqrf_qdwh.c b/testing/testing_zgeqrf_qdwh.c
index d5cc6906a..d272bcac7 100644
--- a/testing/testing_zgeqrf_qdwh.c
+++ b/testing/testing_zgeqrf_qdwh.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zgesv_incpiv.c b/testing/testing_zgesv_incpiv.c
index 428efb99f..6cb4860e7 100644
--- a/testing/testing_zgesv_incpiv.c
+++ b/testing/testing_zgesv_incpiv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zgesvd.c b/testing/testing_zgesvd.c
index 961356863..f546ed7a5 100644
--- a/testing/testing_zgesvd.c
+++ b/testing/testing_zgesvd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA testing routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Azzam Haidar
diff --git a/testing/testing_zheevd.c b/testing/testing_zheevd.c
index fe52aeb94..7426ea47b 100644
--- a/testing/testing_zheevd.c
+++ b/testing/testing_zheevd.c
@@ -10,8 +10,6 @@
  ***
  *
  *  PLASMA testing routines
- *  PLASMA is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Hatem Ltaief
diff --git a/testing/testing_zhemm.c b/testing/testing_zhemm.c
index e67a137ba..7d6313005 100644
--- a/testing/testing_zhemm.c
+++ b/testing/testing_zhemm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zher2k.c b/testing/testing_zher2k.c
index 06afcf340..bd99cf2ab 100644
--- a/testing/testing_zher2k.c
+++ b/testing/testing_zher2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zherk.c b/testing/testing_zherk.c
index 8a5807873..b8da154bf 100644
--- a/testing/testing_zherk.c
+++ b/testing/testing_zherk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zpemv.c b/testing/testing_zpemv.c
index 5d6822ad2..5067297e3 100644
--- a/testing/testing_zpemv.c
+++ b/testing/testing_zpemv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Dulceneia Becker
diff --git a/testing/testing_zposv.c b/testing/testing_zposv.c
index 326d5a209..c6aa17dbe 100644
--- a/testing/testing_zposv.c
+++ b/testing/testing_zposv.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zpotri.c b/testing/testing_zpotri.c
index 4d95c48b4..095aadfe0 100644
--- a/testing/testing_zpotri.c
+++ b/testing/testing_zpotri.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zsymm.c b/testing/testing_zsymm.c
index 3ef54f265..2309c1518 100644
--- a/testing/testing_zsymm.c
+++ b/testing/testing_zsymm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zsyr2k.c b/testing/testing_zsyr2k.c
index 7cdda50ea..928387868 100644
--- a/testing/testing_zsyr2k.c
+++ b/testing/testing_zsyr2k.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_zsyrk.c b/testing/testing_zsyrk.c
index 4b061ae1d..29038d851 100644
--- a/testing/testing_zsyrk.c
+++ b/testing/testing_zsyrk.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_ztrmm.c b/testing/testing_ztrmm.c
index da84aad8d..99fa41891 100644
--- a/testing/testing_ztrmm.c
+++ b/testing/testing_ztrmm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/testing/testing_ztrsm.c b/testing/testing_ztrsm.c
index 1bcd6e51d..0df6f8003 100644
--- a/testing/testing_ztrsm.c
+++ b/testing/testing_ztrsm.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE testing routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @comment This file has been automatically generated
diff --git a/timing/timing.c b/timing/timing.c
index e0a9dc7a4..086894f4e 100644
--- a/timing/timing.c
+++ b/timing/timing.c
@@ -10,8 +10,6 @@
  ***
  *
  *  MORSE auxiliary routines
- *  MORSE is a software package provided by Univ. of Tennessee,
- *  Univ. of California Berkeley and Univ. of Colorado Denver
  *
  * @version 1.0.0
  * @author Mathieu Faverge
-- 
GitLab