From 54c2c1492122bc736f6d5a9f7ddf1f51b0673eff Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 12 Aug 2020 18:31:06 +0200 Subject: CMake: clarify that the modules are licensed BSD 3-Clause Many of these are derived from similar modules in the CMake project, which have this license. Fixes T79715 --- build_files/cmake/Modules/FindAudaspace.cmake | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'build_files/cmake/Modules/FindAudaspace.cmake') diff --git a/build_files/cmake/Modules/FindAudaspace.cmake b/build_files/cmake/Modules/FindAudaspace.cmake index eeef49af60f..9bf15e05272 100644 --- a/build_files/cmake/Modules/FindAudaspace.cmake +++ b/build_files/cmake/Modules/FindAudaspace.cmake @@ -11,6 +11,13 @@ # AUDASPACE_PY_INCLUDE_DIRS - the audaspace's python binding include directories # AUDASPACE_PY_LIBRARIES - link these to use audaspace's python binding +#============================================================================= +# Copyright 2014 Blender Foundation. +# +# Distributed under the OSI-approved BSD 3-Clause License, +# see accompanying file BSD-3-Clause-license.txt for details. +#============================================================================= + IF(NOT AUDASPACE_ROOT_DIR AND NOT $ENV{AUDASPACE_ROOT_DIR} STREQUAL "") SET(AUDASPACE_ROOT_DIR $ENV{AUDASPACE_ROOT_DIR}) ENDIF() -- cgit v1.2.3