From 948fd29c4383f4bcbec9b16636bfbef3359e9350 Mon Sep 17 00:00:00 2001 From: Marcel Koch Date: Tue, 15 Aug 2023 16:33:51 +0200 Subject: [PATCH] license FindHWLOC.cmake correctly --- LICENSES/LicenseRef-MORSE-License.txt | 29 +++++++++++++++++++++++++++ cmake/Modules/FindHWLOC.cmake | 13 ++++++------ 2 files changed, 35 insertions(+), 7 deletions(-) create mode 100644 LICENSES/LicenseRef-MORSE-License.txt diff --git a/LICENSES/LicenseRef-MORSE-License.txt b/LICENSES/LicenseRef-MORSE-License.txt new file mode 100644 index 00000000000..ddeeb608591 --- /dev/null +++ b/LICENSES/LicenseRef-MORSE-License.txt @@ -0,0 +1,29 @@ +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-C license under French law and +abiding by the rules of distribution of free software. You can use, +modify and/ or redistribute the software under the terms of the CeCILL-C +license as circulated by CEA, CNRS and INRIA at the following URL +"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. + +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, +that may mean that it is complicated to manipulate, and that also +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. + +The fact that you are presently reading this means that you have had +knowledge of the CeCILL-C license and that you accept its terms. diff --git a/cmake/Modules/FindHWLOC.cmake b/cmake/Modules/FindHWLOC.cmake index 9637cbb724f..ee92572eaad 100644 --- a/cmake/Modules/FindHWLOC.cmake +++ b/cmake/Modules/FindHWLOC.cmake @@ -1,11 +1,10 @@ -# Copyright 2012 Cedric Castagnede -# Copyright 2012-2013 Emmanuel Agullo -# Copyright 2012-2013 Mathieu Faverge -# Copyright 2013-2020 Florent Pruvost -# Copyright 2020-2023 Ginkgo Project -# SPDX-FileCopyrightText: 2017-2023 The Ginkgo authors +# SPDX-FileCopyrightText: 2012 Cedric Castagnede +# SPDX-FileCopyrightText: 2012-2013 Emmanuel Agullo +# SPDX-FileCopyrightText: 2012-2013 Mathieu Faverge +# SPDX-FileCopyrightText: 2013-2020 Florent Pruvost +# SPDX-FileCopyrightText: 2020-2023 Ginkgo Project # -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: (LicenseRef-MORSE-License AND BSD-3-Clause) include(CheckStructHasMember) include(CheckCSourceCompiles)