Skip to content

Commit

Permalink
license FindHWLOC.cmake correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Aug 15, 2023
1 parent c0894db commit 948fd29
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
29 changes: 29 additions & 0 deletions LICENSES/LicenseRef-MORSE-License.txt
Original file line number Diff line number Diff line change
@@ -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.
13 changes: 6 additions & 7 deletions cmake/Modules/FindHWLOC.cmake
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 948fd29

Please sign in to comment.