From be6a27dbe8442948b9bbc9cc94d9291083508fdc Mon Sep 17 00:00:00 2001 From: Norihiro Watanabe <norihiro.watanabe@ufz.de> Date: Thu, 3 Nov 2016 07:47:40 +0100 Subject: [PATCH] [CMake] add the copyright information in FindMKL --- scripts/cmake/cmake/FindMKL.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/cmake/cmake/FindMKL.cmake b/scripts/cmake/cmake/FindMKL.cmake index eef68ff5098..676d7f1f363 100644 --- a/scripts/cmake/cmake/FindMKL.cmake +++ b/scripts/cmake/cmake/FindMKL.cmake @@ -7,6 +7,11 @@ # Results # - MKL_INCLUDE_DIR # - MKL_LIBRARIES +# +# Copyright (c) 2012-2016, OpenGeoSys Community (http://www.opengeosys.org) +# Distributed under a Modified BSD License. +# See accompanying file LICENSE.txt or +# http://www.opengeosys.org/project/license # Lookg for MKL root dir if (NOT MKL_DIR) -- GitLab