From eb5acc7b54390ce00c2ad05aa21bfe0b6fbf3886 Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Tue, 6 Feb 2018 00:28:31 +0100
Subject: [PATCH] Copyrights in all .c and .h should be fine

---
 CMakeLists.txt                                |  4 +-
 LICENCE.txt                                   |  6 +-
 compute/pzgelqf_param.c                       |  4 +-
 compute/pzgelqfrh.c                           |  4 +-
 compute/pzgeqrf_param.c                       |  4 +-
 compute/pzlascal.c                            |  7 ++
 compute/pztpgqrt.c                            |  5 +-
 compute/pztpqrt.c                             |  5 +-
 compute/zlascal.c                             |  8 ++
 compute/ztpgqrt.c                             |  5 +-
 compute/ztpqrt.c                              |  5 +-
 control/morse_f90.f90                         | 74 +++++++++----------
 coreblas/compute/core_zlascal.c               |  9 +++
 coreblas/compute/core_ztplqt.c                |  4 +-
 coreblas/compute/core_ztpmlqt.c               |  4 +-
 coreblas/compute/core_ztpmqrt.c               |  4 +-
 coreblas/compute/core_ztpqrt.c                |  4 +-
 coreblas/compute/core_zttmqr.c                |  4 +-
 cudablas/compute/cuda_zgeadd.c                |  4 +-
 cudablas/compute/cuda_ztpmqrt.c               |  4 +-
 cudablas/compute/cuda_zttmqr.c                |  4 +-
 cudablas/compute/cudaglobal.c                 |  4 +-
 include/CMakeLists.txt                        |  4 +-
 .../insert-licence/chameleon_f.licence        |  9 +--
 runtime/parsec/CMakeLists.txt                 |  4 +-
 runtime/parsec/codelets/codelet_ztplqt.c      |  4 +-
 runtime/parsec/codelets/codelet_ztpmlqt.c     |  4 +-
 runtime/parsec/codelets/codelet_ztpmqrt.c     |  4 +-
 runtime/parsec/codelets/codelet_ztpqrt.c      |  4 +-
 runtime/parsec/include/chameleon_parsec.h     |  4 +-
 runtime/quark/CMakeLists.txt                  |  4 +-
 runtime/quark/codelets/codelet_ztplqt.c       |  4 +-
 runtime/quark/codelets/codelet_ztpmlqt.c      |  4 +-
 runtime/quark/codelets/codelet_ztpmqrt.c      |  4 +-
 runtime/quark/codelets/codelet_ztpqrt.c       |  4 +-
 runtime/starpu/CMakeLists.txt                 |  4 +-
 runtime/starpu/codelets/codelet_ztplqt.c      |  4 +-
 runtime/starpu/codelets/codelet_ztpqrt.c      |  4 +-
 38 files changed, 136 insertions(+), 109 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e0788d4c2..2e0b13d63 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,8 +2,8 @@
 #
 # @copyright 2009-2014 The University of Tennessee and The University of
 #                      Tennessee Research Foundation. All rights reserved.
-# @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
 ###
 #
diff --git a/LICENCE.txt b/LICENCE.txt
index 66981e072..377221ec2 100644
--- a/LICENCE.txt
+++ b/LICENCE.txt
@@ -2,9 +2,9 @@
 #
 # @copyright 2009-2014 The University of Tennessee and The University of
 #                      Tennessee Research Foundation. All rights reserved.
-# @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
-# @copyright (c) 2016      KAUST. All rights reserved.
+# @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
+# @copyright 2016-2018 KAUST. All rights reserved.
 #
 ###
 #
diff --git a/compute/pzgelqf_param.c b/compute/pzgelqf_param.c
index 2a669ae1f..72d7f0c82 100644
--- a/compute/pzgelqf_param.c
+++ b/compute/pzgelqf_param.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/compute/pzgelqfrh.c b/compute/pzgelqfrh.c
index 93641e534..52f66800c 100644
--- a/compute/pzgelqfrh.c
+++ b/compute/pzgelqfrh.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/compute/pzgeqrf_param.c b/compute/pzgeqrf_param.c
index d986b9e01..1e97bf79a 100644
--- a/compute/pzgeqrf_param.c
+++ b/compute/pzgeqrf_param.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/compute/pzlascal.c b/compute/pzlascal.c
index 1809a5a12..bb3c743e8 100644
--- a/compute/pzlascal.c
+++ b/compute/pzlascal.c
@@ -1,4 +1,11 @@
 /**
+ *
+ * @copyright 2009-2014 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ *
+ ***
  *
  * @file pzlascal.c
  *
diff --git a/compute/pztpgqrt.c b/compute/pztpgqrt.c
index 9ecc64bee..94954a9a6 100644
--- a/compute/pztpgqrt.c
+++ b/compute/pztpgqrt.c
@@ -2,8 +2,9 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
  *
  ***
  *
diff --git a/compute/pztpqrt.c b/compute/pztpqrt.c
index 25675e5d8..26f7af752 100644
--- a/compute/pztpqrt.c
+++ b/compute/pztpqrt.c
@@ -2,8 +2,9 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
  *
  ***
  *
diff --git a/compute/zlascal.c b/compute/zlascal.c
index b37d8f618..c33cc2107 100644
--- a/compute/zlascal.c
+++ b/compute/zlascal.c
@@ -1,4 +1,12 @@
 /**
+ *
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
+ *
+ ***
  *
  * @file zlascal.c
  *
diff --git a/compute/ztpgqrt.c b/compute/ztpgqrt.c
index 015c11700..1085027ec 100644
--- a/compute/ztpgqrt.c
+++ b/compute/ztpgqrt.c
@@ -2,8 +2,9 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
  *
  ***
  *
diff --git a/compute/ztpqrt.c b/compute/ztpqrt.c
index bae80b058..369c79de7 100644
--- a/compute/ztpqrt.c
+++ b/compute/ztpqrt.c
@@ -2,8 +2,9 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
  *
  ***
  *
diff --git a/control/morse_f90.f90 b/control/morse_f90.f90
index fc24f6a63..79dfdfa5e 100644
--- a/control/morse_f90.f90
+++ b/control/morse_f90.f90
@@ -6,19 +6,19 @@
 ! This software is a computer program whose purpose is to process
 ! Matrices Over Runtime Systems @ Exascale (MORSE). More information
 ! can be found on the following website: http://www.inria.fr/en/teams/morse.
-! 
+!
 ! This software is governed by the CeCILL-B license under French law and
-! abiding by the rules of distribution of free software.  You can  use, 
+! abiding by the rules of distribution of free software.  You can  use,
 ! modify and/ or redistribute the software under the terms of the CeCILL-B
 ! license as circulated by CEA, CNRS and INRIA at the following URL
-! "http://www.cecill.info". 
-! 
+! "http://www.cecill.info".
+!
 ! As a counterpart to the access to the source code and  rights to copy,
 ! modify and redistribute granted by the license, users are provided only
 ! with a limited warranty  and the software's author,  the holder of the
 ! economic rights,  and the successive licensors  have only  limited
-! liability. 
-! 
+! liability.
+!
 ! In this respect, the user's attention is drawn to the risks associated
 ! with loading,  using,  modifying and/or developing or reproducing the
 ! software by the user in light of its specific status of free software,
@@ -26,42 +26,42 @@
 ! therefore means  that it is reserved for developers  and  experienced
 ! professionals having in-depth computer knowledge. Users are therefore
 ! encouraged to load and test the software's suitability as regards their
-! requirements in conditions enabling the security of their systems and/or 
-! data to be ensured and,  more generally, to use and operate it in the 
-! same conditions as regards security. 
-! 
+! requirements in conditions enabling the security of their systems and/or
+! data to be ensured and,  more generally, to use and operate it in the
+! same conditions as regards security.
+!
 ! The fact that you are presently reading this means that you have had
 ! knowledge of the CeCILL-B license and that you accept its terms.
 !
 !!!
 
 !
-!     Copyright © 2011 The Numerical Algorithms Group Ltd. All rights reserved.
-!   
-!     Redistribution and use in source and binary forms, with or without
-!     modification, are permitted provided that the following conditions are
-!     met:
-!     - Redistributions of source code must retain the above copyright notice,
-!       this list of conditions, and the following disclaimer.
-!     - Redistributions in binary form must reproduce the above copyright
-!       notice, this list of conditions and the following disclaimer listed in
-!       this license in the documentation and/or other materials provided with
-!       the distribution.
-!     - Neither the name of the copyright holders nor the names of its
-!       contributors may be used to endorse or promote products derived from
-!       this software without specific prior written permission.
-!     
-!     This software is provided by the copyright holders and contributors "as
-!     is" and any express or implied warranties, including, but not limited
-!     to, the implied warranties of merchantability and fitness for a
-!     particular purpose are disclaimed. in no event shall the copyright owner
-!     or contributors be liable for any direct, indirect, incidental, special,
-!     exemplary, or consequential damages (including, but not limited to,
-!     procurement of substitute goods or services; loss of use, data, or
-!     profits; or business interruption) however caused and on any theory of
-!     liability, whether in contract, strict liability, or tort (including
-!     negligence or otherwise) arising in any way out of the use of this
-!     software, even if advised of the possibility of such damage.
+! Copyright © 2011 The Numerical Algorithms Group Ltd. All rights reserved.
+!
+! Redistribution and use in source and binary forms, with or without
+! modification, are permitted provided that the following conditions are
+! met:
+! - Redistributions of source code must retain the above copyright notice,
+!   this list of conditions, and the following disclaimer.
+! - Redistributions in binary form must reproduce the above copyright
+!   notice, this list of conditions and the following disclaimer listed in
+!   this license in the documentation and/or other materials provided with
+!   the distribution.
+! - Neither the name of the copyright holders nor the names of its
+!   contributors may be used to endorse or promote products derived from
+!   this software without specific prior written permission.
+!
+! This software is provided by the copyright holders and contributors "as
+! is" and any express or implied warranties, including, but not limited
+! to, the implied warranties of merchantability and fitness for a
+! particular purpose are disclaimed. in no event shall the copyright owner
+! or contributors be liable for any direct, indirect, incidental, special,
+! exemplary, or consequential damages (including, but not limited to,
+! procurement of substitute goods or services; loss of use, data, or
+! profits; or business interruption) however caused and on any theory of
+! liability, whether in contract, strict liability, or tort (including
+! negligence or otherwise) arising in any way out of the use of this
+! software, even if advised of the possibility of such damage.
 !
 !
 ! @file morse_f90.f90
@@ -538,7 +538,7 @@ module morse
       use iso_c_binding
       implicit none
       integer(kind=c_int), intent(in) :: cores
-      integer(kind=c_int), intent(out), target :: bindtab 
+      integer(kind=c_int), intent(out), target :: bindtab
       integer(kind=c_int), intent(out) :: info
       info = morse_init_affinity_c(cores,c_loc(bindtab))
    end subroutine morse_init_affinity
diff --git a/coreblas/compute/core_zlascal.c b/coreblas/compute/core_zlascal.c
index 73083eed2..d3b896632 100644
--- a/coreblas/compute/core_zlascal.c
+++ b/coreblas/compute/core_zlascal.c
@@ -1,4 +1,13 @@
 /**
+ *
+ * @copyright 2009-2016 The University of Tennessee and The University of
+ *                      Tennessee Research Foundation. All rights reserved.
+ * @copyright 2012-2018 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
+ * @copyright 2016-2018 KAUST. All rights reserved.
+ *
+ ***
+ *
  * @file core_zlascal.c
  *
  *  MORSE computational routines
diff --git a/coreblas/compute/core_ztplqt.c b/coreblas/compute/core_ztplqt.c
index 294fa01c0..2214567ff 100644
--- a/coreblas/compute/core_ztplqt.c
+++ b/coreblas/compute/core_ztplqt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/coreblas/compute/core_ztpmlqt.c b/coreblas/compute/core_ztpmlqt.c
index 6ef21568a..52ac72603 100644
--- a/coreblas/compute/core_ztpmlqt.c
+++ b/coreblas/compute/core_ztpmlqt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/coreblas/compute/core_ztpmqrt.c b/coreblas/compute/core_ztpmqrt.c
index 033edea54..a75c16275 100644
--- a/coreblas/compute/core_ztpmqrt.c
+++ b/coreblas/compute/core_ztpmqrt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/coreblas/compute/core_ztpqrt.c b/coreblas/compute/core_ztpqrt.c
index 2eb1337a6..cbda57711 100644
--- a/coreblas/compute/core_ztpqrt.c
+++ b/coreblas/compute/core_ztpqrt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/coreblas/compute/core_zttmqr.c b/coreblas/compute/core_zttmqr.c
index 0717fc376..f1301d810 100644
--- a/coreblas/compute/core_zttmqr.c
+++ b/coreblas/compute/core_zttmqr.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  ***
  *
  * @file core_zttmqr.c
diff --git a/cudablas/compute/cuda_zgeadd.c b/cudablas/compute/cuda_zgeadd.c
index cec188e0d..9db589261 100644
--- a/cudablas/compute/cuda_zgeadd.c
+++ b/cudablas/compute/cuda_zgeadd.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/cudablas/compute/cuda_ztpmqrt.c b/cudablas/compute/cuda_ztpmqrt.c
index d9905f0f1..c7c3fb90b 100644
--- a/cudablas/compute/cuda_ztpmqrt.c
+++ b/cudablas/compute/cuda_ztpmqrt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/cudablas/compute/cuda_zttmqr.c b/cudablas/compute/cuda_zttmqr.c
index e10692c55..afb71478c 100644
--- a/cudablas/compute/cuda_zttmqr.c
+++ b/cudablas/compute/cuda_zttmqr.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  ***
  *
  * @file cuda_zttmqr.c
diff --git a/cudablas/compute/cudaglobal.c b/cudablas/compute/cudaglobal.c
index 0ae709097..7e524f204 100644
--- a/cudablas/compute/cudaglobal.c
+++ b/cudablas/compute/cudaglobal.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2014 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
index 74b4f40b6..b348225c6 100644
--- a/include/CMakeLists.txt
+++ b/include/CMakeLists.txt
@@ -2,8 +2,8 @@
 #
 # @copyright 2009-2014 The University of Tennessee and The University of
 #                      Tennessee Research Foundation. All rights reserved.
-# @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
 ###
 #
diff --git a/plasma-conversion/insert-licence/chameleon_f.licence b/plasma-conversion/insert-licence/chameleon_f.licence
index 8e060f4be..134cd15fa 100644
--- a/plasma-conversion/insert-licence/chameleon_f.licence
+++ b/plasma-conversion/insert-licence/chameleon_f.licence
@@ -1,10 +1,9 @@
 !!!
 !
-! @copyright 2009-2015 The University of Tennessee and The University of
-!                          of Tennessee Research Foundation.
-!                          All rights reserved.
-! @copyright (c) 2012-2016 Inria. All rights reserved.
-! @copyright (c) 2012-2015 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
+! @copyright 2009-2015 The University of Tennessee and The University
+!                      of Tennessee Research Foundation. All rights reserved.
+! @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+!                      Univ. Bordeaux. All rights reserved.
 !
 !!!
 
diff --git a/runtime/parsec/CMakeLists.txt b/runtime/parsec/CMakeLists.txt
index f15e64c1b..b616222be 100644
--- a/runtime/parsec/CMakeLists.txt
+++ b/runtime/parsec/CMakeLists.txt
@@ -2,8 +2,8 @@
 #
 # @copyright 2009-2015 The University of Tennessee and The University of
 #                      Tennessee Research Foundation. All rights reserved.
-# @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
 ###
 #
diff --git a/runtime/parsec/codelets/codelet_ztplqt.c b/runtime/parsec/codelets/codelet_ztplqt.c
index ef291065e..a4f2de0ce 100644
--- a/runtime/parsec/codelets/codelet_ztplqt.c
+++ b/runtime/parsec/codelets/codelet_ztplqt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/runtime/parsec/codelets/codelet_ztpmlqt.c b/runtime/parsec/codelets/codelet_ztpmlqt.c
index 78e760298..a96c36b9c 100644
--- a/runtime/parsec/codelets/codelet_ztpmlqt.c
+++ b/runtime/parsec/codelets/codelet_ztpmlqt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/runtime/parsec/codelets/codelet_ztpmqrt.c b/runtime/parsec/codelets/codelet_ztpmqrt.c
index c5318d2fc..6b480877a 100644
--- a/runtime/parsec/codelets/codelet_ztpmqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpmqrt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/runtime/parsec/codelets/codelet_ztpqrt.c b/runtime/parsec/codelets/codelet_ztpqrt.c
index 0ee681a44..0d5608bf2 100644
--- a/runtime/parsec/codelets/codelet_ztpqrt.c
+++ b/runtime/parsec/codelets/codelet_ztpqrt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/runtime/parsec/include/chameleon_parsec.h b/runtime/parsec/include/chameleon_parsec.h
index 5fae1330a..a430d6377 100644
--- a/runtime/parsec/include/chameleon_parsec.h
+++ b/runtime/parsec/include/chameleon_parsec.h
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2015 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  **/
 #ifndef _MORSE_PARSEC_H_
diff --git a/runtime/quark/CMakeLists.txt b/runtime/quark/CMakeLists.txt
index 0ed6c1c5c..b5292c48f 100644
--- a/runtime/quark/CMakeLists.txt
+++ b/runtime/quark/CMakeLists.txt
@@ -2,8 +2,8 @@
 #
 # @copyright 2009-2015 The University of Tennessee and The University of
 #                      Tennessee Research Foundation. All rights reserved.
-# @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
 ###
 #
diff --git a/runtime/quark/codelets/codelet_ztplqt.c b/runtime/quark/codelets/codelet_ztplqt.c
index d9beb376f..3f3ae3416 100644
--- a/runtime/quark/codelets/codelet_ztplqt.c
+++ b/runtime/quark/codelets/codelet_ztplqt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/runtime/quark/codelets/codelet_ztpmlqt.c b/runtime/quark/codelets/codelet_ztpmlqt.c
index 1fb132ec7..2d51c05ad 100644
--- a/runtime/quark/codelets/codelet_ztpmlqt.c
+++ b/runtime/quark/codelets/codelet_ztpmlqt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/runtime/quark/codelets/codelet_ztpmqrt.c b/runtime/quark/codelets/codelet_ztpmqrt.c
index c434ebf8f..b3949f755 100644
--- a/runtime/quark/codelets/codelet_ztpmqrt.c
+++ b/runtime/quark/codelets/codelet_ztpmqrt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/runtime/quark/codelets/codelet_ztpqrt.c b/runtime/quark/codelets/codelet_ztpqrt.c
index cb29ccd75..0f7a1d225 100644
--- a/runtime/quark/codelets/codelet_ztpqrt.c
+++ b/runtime/quark/codelets/codelet_ztpqrt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/runtime/starpu/CMakeLists.txt b/runtime/starpu/CMakeLists.txt
index f6c13c0e8..edc171b07 100644
--- a/runtime/starpu/CMakeLists.txt
+++ b/runtime/starpu/CMakeLists.txt
@@ -2,8 +2,8 @@
 #
 # @copyright 2009-2015 The University of Tennessee and The University of
 #                      Tennessee Research Foundation. All rights reserved.
-# @copyright (c) 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
-#                          Univ. Bordeaux. All rights reserved.
+# @copyright 2012-2017 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+#                      Univ. Bordeaux. All rights reserved.
 #
 ###
 #
diff --git a/runtime/starpu/codelets/codelet_ztplqt.c b/runtime/starpu/codelets/codelet_ztplqt.c
index 3218b35c3..a6ee8f651 100644
--- a/runtime/starpu/codelets/codelet_ztplqt.c
+++ b/runtime/starpu/codelets/codelet_ztplqt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
diff --git a/runtime/starpu/codelets/codelet_ztpqrt.c b/runtime/starpu/codelets/codelet_ztpqrt.c
index eb3c59ce6..9161f852f 100644
--- a/runtime/starpu/codelets/codelet_ztpqrt.c
+++ b/runtime/starpu/codelets/codelet_ztpqrt.c
@@ -2,8 +2,8 @@
  *
  * @copyright 2009-2016 The University of Tennessee and The University of
  *                      Tennessee Research Foundation. All rights reserved.
- * @copyright (c) 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
- *                          Univ. Bordeaux. All rights reserved.
+ * @copyright 2012-2016 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
+ *                      Univ. Bordeaux. All rights reserved.
  *
  ***
  *
-- 
GitLab