From d8babec5ae4a77144f09567224c2a1c0b4a2962d Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Wed, 19 Nov 2014 14:23:15 +0000 Subject: [PATCH] add copyright header in cmake_modules/morse/find files --- cmake_modules/morse/find/FindBLAS.cmake | 10 ++++++++++ cmake_modules/morse/find/FindBLASEXT.cmake | 10 ++++++++++ cmake_modules/morse/find/FindCBLAS.cmake | 10 ++++++++++ cmake_modules/morse/find/FindFXT.cmake | 10 ++++++++++ cmake_modules/morse/find/FindHWLOC.cmake | 10 ++++++++++ cmake_modules/morse/find/FindLAPACK.cmake | 10 ++++++++++ cmake_modules/morse/find/FindLAPACKE.cmake | 10 ++++++++++ cmake_modules/morse/find/FindLAPACKEXT.cmake | 10 ++++++++++ cmake_modules/morse/find/FindMAGMA.cmake | 10 ++++++++++ cmake_modules/morse/find/FindMETIS.cmake | 10 ++++++++++ cmake_modules/morse/find/FindPARMETIS.cmake | 10 ++++++++++ cmake_modules/morse/find/FindPTSCOTCH.cmake | 10 ++++++++++ cmake_modules/morse/find/FindQUARK.cmake | 10 ++++++++++ cmake_modules/morse/find/FindSCOTCH.cmake | 10 ++++++++++ cmake_modules/morse/find/FindSTARPU.cmake | 10 ++++++++++ cmake_modules/morse/find/FindTMG.cmake | 10 ++++++++++ cmake_modules/morse/find/MORSE-Copyright.txt | 9 +++++++-- cmake_modules/morse/find/PrintFindStatus.cmake | 10 ++++++++++ 18 files changed, 177 insertions(+), 2 deletions(-) diff --git a/cmake_modules/morse/find/FindBLAS.cmake b/cmake_modules/morse/find/FindBLAS.cmake index 182ffeda0..07402fa3b 100644 --- a/cmake_modules/morse/find/FindBLAS.cmake +++ b/cmake_modules/morse/find/FindBLAS.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find BLAS library # This module finds an installed fortran library that implements the BLAS # linear-algebra interface (see http://www.netlib.org/blas/). diff --git a/cmake_modules/morse/find/FindBLASEXT.cmake b/cmake_modules/morse/find/FindBLASEXT.cmake index e1e534abc..e97066de4 100644 --- a/cmake_modules/morse/find/FindBLASEXT.cmake +++ b/cmake_modules/morse/find/FindBLASEXT.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find BLAS EXTENDED for MORSE projects: find include dirs and libraries # # This module allows to find BLAS libraries by calling the official FindBLAS module diff --git a/cmake_modules/morse/find/FindCBLAS.cmake b/cmake_modules/morse/find/FindCBLAS.cmake index 849086bbe..92ddfa95e 100644 --- a/cmake_modules/morse/find/FindCBLAS.cmake +++ b/cmake_modules/morse/find/FindCBLAS.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find CBLAS include dirs and libraries # Use this module by invoking find_package with the form: # find_package(CBLAS diff --git a/cmake_modules/morse/find/FindFXT.cmake b/cmake_modules/morse/find/FindFXT.cmake index decee75d9..5efb8feb7 100644 --- a/cmake_modules/morse/find/FindFXT.cmake +++ b/cmake_modules/morse/find/FindFXT.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find FXT include dirs and libraries # Use this module by invoking find_package with the form: # find_package(FXT diff --git a/cmake_modules/morse/find/FindHWLOC.cmake b/cmake_modules/morse/find/FindHWLOC.cmake index 911aadd51..4b1054af9 100644 --- a/cmake_modules/morse/find/FindHWLOC.cmake +++ b/cmake_modules/morse/find/FindHWLOC.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find HWLOC include dirs and libraries # Use this module by invoking find_package with the form: # find_package(HWLOC diff --git a/cmake_modules/morse/find/FindLAPACK.cmake b/cmake_modules/morse/find/FindLAPACK.cmake index 1aa4c9167..623aa8843 100644 --- a/cmake_modules/morse/find/FindLAPACK.cmake +++ b/cmake_modules/morse/find/FindLAPACK.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find LAPACK library # This module finds an installed fortran library that implements the LAPACK # linear-algebra interface (see http://www.netlib.org/lapack/). diff --git a/cmake_modules/morse/find/FindLAPACKE.cmake b/cmake_modules/morse/find/FindLAPACKE.cmake index 21f413b08..3e6aecbbd 100644 --- a/cmake_modules/morse/find/FindLAPACKE.cmake +++ b/cmake_modules/morse/find/FindLAPACKE.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find LAPACKE include dirs and libraries # Use this module by invoking find_package with the form: # find_package(LAPACKE diff --git a/cmake_modules/morse/find/FindLAPACKEXT.cmake b/cmake_modules/morse/find/FindLAPACKEXT.cmake index 3d9b792e9..318d3430b 100644 --- a/cmake_modules/morse/find/FindLAPACKEXT.cmake +++ b/cmake_modules/morse/find/FindLAPACKEXT.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find LAPACK EXTENDED for MORSE projects: find include dirs and libraries # # This module allows to find LAPACK libraries by calling the official FindLAPACK module diff --git a/cmake_modules/morse/find/FindMAGMA.cmake b/cmake_modules/morse/find/FindMAGMA.cmake index 0b9e123bc..315cf87c7 100644 --- a/cmake_modules/morse/find/FindMAGMA.cmake +++ b/cmake_modules/morse/find/FindMAGMA.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find MAGMA include dirs and libraries # Use this module by invoking find_package with the form: # find_package(MAGMA diff --git a/cmake_modules/morse/find/FindMETIS.cmake b/cmake_modules/morse/find/FindMETIS.cmake index c9b132dec..542811800 100644 --- a/cmake_modules/morse/find/FindMETIS.cmake +++ b/cmake_modules/morse/find/FindMETIS.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find METIS include dirs and libraries # Use this module by invoking find_package with the form: # find_package(METIS diff --git a/cmake_modules/morse/find/FindPARMETIS.cmake b/cmake_modules/morse/find/FindPARMETIS.cmake index e6560db47..be16333d0 100644 --- a/cmake_modules/morse/find/FindPARMETIS.cmake +++ b/cmake_modules/morse/find/FindPARMETIS.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find PARMETIS include dirs and libraries # Use this module by invoking find_package with the form: # find_package(PARMETIS diff --git a/cmake_modules/morse/find/FindPTSCOTCH.cmake b/cmake_modules/morse/find/FindPTSCOTCH.cmake index 52bc9cd90..81e77d9b1 100644 --- a/cmake_modules/morse/find/FindPTSCOTCH.cmake +++ b/cmake_modules/morse/find/FindPTSCOTCH.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find PTSCOTCH include dirs and libraries # Use this module by invoking find_package with the form: # find_package(PTSCOTCH diff --git a/cmake_modules/morse/find/FindQUARK.cmake b/cmake_modules/morse/find/FindQUARK.cmake index e387a5370..f8575216b 100644 --- a/cmake_modules/morse/find/FindQUARK.cmake +++ b/cmake_modules/morse/find/FindQUARK.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find QUARK include dirs and libraries # Use this module by invoking find_package with the form: # find_package(QUARK diff --git a/cmake_modules/morse/find/FindSCOTCH.cmake b/cmake_modules/morse/find/FindSCOTCH.cmake index 831014501..267a76c35 100644 --- a/cmake_modules/morse/find/FindSCOTCH.cmake +++ b/cmake_modules/morse/find/FindSCOTCH.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find SCOTCH include dirs and libraries # Use this module by invoking find_package with the form: # find_package(SCOTCH diff --git a/cmake_modules/morse/find/FindSTARPU.cmake b/cmake_modules/morse/find/FindSTARPU.cmake index 64ded7dfa..3368491be 100644 --- a/cmake_modules/morse/find/FindSTARPU.cmake +++ b/cmake_modules/morse/find/FindSTARPU.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find STARPU include dirs and libraries # Use this module by invoking find_package with the form: # find_package(STARPU diff --git a/cmake_modules/morse/find/FindTMG.cmake b/cmake_modules/morse/find/FindTMG.cmake index 6613502cb..2d861464c 100644 --- a/cmake_modules/morse/find/FindTMG.cmake +++ b/cmake_modules/morse/find/FindTMG.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Find TMG include dirs and libraries # Use this module by invoking find_package with the form: # find_package(TMG diff --git a/cmake_modules/morse/find/MORSE-Copyright.txt b/cmake_modules/morse/find/MORSE-Copyright.txt index 89daad358..1e5650e0a 100644 --- a/cmake_modules/morse/find/MORSE-Copyright.txt +++ b/cmake_modules/morse/find/MORSE-Copyright.txt @@ -1,7 +1,12 @@ ### # -# -- Inria -# -- (C) Copyright 2012 +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### # # This software is a computer program whose purpose is to process # Matrices Over Runtime Systems @ Exascale (MORSE). More information diff --git a/cmake_modules/morse/find/PrintFindStatus.cmake b/cmake_modules/morse/find/PrintFindStatus.cmake index 0ee898172..12670ca1d 100644 --- a/cmake_modules/morse/find/PrintFindStatus.cmake +++ b/cmake_modules/morse/find/PrintFindStatus.cmake @@ -1,3 +1,13 @@ +### +# +# @copyright (c) 2009-2014 The University of Tennessee and The University +# of Tennessee Research Foundation. +# All rights reserved. +# @copyright (c) 2012-2014 Inria. All rights reserved. +# @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved. +# +### +# # - Some macros to print status when search for headers and libs # Main parameters of macros # _libname: name of the lib you seek, foo for example -- GitLab