From 096775f08fcb13374f369f5d1ed33eb18cbeebfc Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Wed, 11 Oct 2023 14:36:20 +0200 Subject: [PATCH] Add copyright headers to cmake modules --- cmake/CheckOmpSs2Compiler.cmake | 3 +++ cmake/FindNanos6.cmake | 3 +++ cmake/FindNodes.cmake | 3 +++ 3 files changed, 9 insertions(+) diff --git a/cmake/CheckOmpSs2Compiler.cmake b/cmake/CheckOmpSs2Compiler.cmake index fe298b6..6beb119 100644 --- a/cmake/CheckOmpSs2Compiler.cmake +++ b/cmake/CheckOmpSs2Compiler.cmake @@ -1,3 +1,6 @@ +# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC) +# SPDX-License-Identifier: GPL-3.0-or-later + include(CheckCCompilerFlag) set(CMAKE_REQUIRED_LINK_OPTIONS "-fompss-2") diff --git a/cmake/FindNanos6.cmake b/cmake/FindNanos6.cmake index 0a3e6fe..711f0c2 100644 --- a/cmake/FindNanos6.cmake +++ b/cmake/FindNanos6.cmake @@ -1,3 +1,6 @@ +# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC) +# SPDX-License-Identifier: GPL-3.0-or-later + include(GNUInstallDirs) find_library(NANOS6_LIBRARY NAMES nanos6) diff --git a/cmake/FindNodes.cmake b/cmake/FindNodes.cmake index 52ab958..a0f9f5b 100644 --- a/cmake/FindNodes.cmake +++ b/cmake/FindNodes.cmake @@ -1,3 +1,6 @@ +# Copyright (c) 2022-2023 Barcelona Supercomputing Center (BSC) +# SPDX-License-Identifier: GPL-3.0-or-later + include(GNUInstallDirs) if(DEFINED ENV{NODES_HOME})