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
This commit is contained in:
Brecht Van Lommel 2020-08-12 18:31:06 +02:00
parent 58a457da3d
commit 54c2c14921
36 changed files with 106 additions and 198 deletions

View File

@ -12,12 +12,8 @@
#============================================================================= #=============================================================================
# Copyright 2016 Blender Foundation. # Copyright 2016 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If ALEMBIC_ROOT_DIR was defined in the environment, use it. # If ALEMBIC_ROOT_DIR was defined in the environment, use it.

View File

@ -11,6 +11,13 @@
# AUDASPACE_PY_INCLUDE_DIRS - the audaspace's python binding include directories # AUDASPACE_PY_INCLUDE_DIRS - the audaspace's python binding include directories
# AUDASPACE_PY_LIBRARIES - link these to use audaspace's python binding # 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 "") IF(NOT AUDASPACE_ROOT_DIR AND NOT $ENV{AUDASPACE_ROOT_DIR} STREQUAL "")
SET(AUDASPACE_ROOT_DIR $ENV{AUDASPACE_ROOT_DIR}) SET(AUDASPACE_ROOT_DIR $ENV{AUDASPACE_ROOT_DIR})
ENDIF() ENDIF()

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2018 Blender Foundation. # Copyright 2018 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If BLOSC_ROOT_DIR was defined in the environment, use it. # If BLOSC_ROOT_DIR was defined in the environment, use it.

View File

@ -17,12 +17,8 @@
#============================================================================= #=============================================================================
# Copyright 2020 Blender Foundation. # Copyright 2020 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If CLANG_TIDY_ROOT_DIR was defined in the environment, use it. # If CLANG_TIDY_ROOT_DIR was defined in the environment, use it.

View File

@ -10,12 +10,8 @@
#============================================================================= #=============================================================================
# Copyright 2015 Blender Foundation. # Copyright 2015 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If EIGEN3_ROOT_DIR was defined in the environment, use it. # If EIGEN3_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2018 Blender Foundation. # Copyright 2018 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If EMBREE_ROOT_DIR was defined in the environment, use it. # If EMBREE_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If FFTW3_ROOT_DIR was defined in the environment, use it. # If FFTW3_ROOT_DIR was defined in the environment, use it.

View File

@ -13,12 +13,8 @@
#============================================================================= #=============================================================================
# Copyright 2014 Blender Foundation. # Copyright 2014 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If GLEW_ROOT_DIR was defined in the environment, use it. # If GLEW_ROOT_DIR was defined in the environment, use it.

View File

@ -12,12 +12,8 @@
#============================================================================= #=============================================================================
# Copyright 2012 Blender Foundation. # Copyright 2012 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If ICU_ROOT_DIR was defined in the environment, use it. # If ICU_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If JACK_ROOT_DIR was defined in the environment, use it. # If JACK_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If JEMALLOC_ROOT_DIR was defined in the environment, use it. # If JEMALLOC_ROOT_DIR was defined in the environment, use it.

View File

@ -13,12 +13,8 @@
#============================================================================= #=============================================================================
# Copyright 2015 Blender Foundation. # Copyright 2015 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
if(LLVM_ROOT_DIR) if(LLVM_ROOT_DIR)

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2015 Blender Foundation. # Copyright 2015 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If LZO_ROOT_DIR was defined in the environment, use it. # If LZO_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# note about include paths, there are 2 ways includes are set # note about include paths, there are 2 ways includes are set

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2012 Blender Foundation. # Copyright 2012 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If OPENCOLORIO_ROOT_DIR was defined in the environment, use it. # If OPENCOLORIO_ROOT_DIR was defined in the environment, use it.

View File

@ -21,12 +21,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If OPENEXR_ROOT_DIR was defined in the environment, use it. # If OPENEXR_ROOT_DIR was defined in the environment, use it.

View File

@ -10,6 +10,13 @@
# OPENGLES_LIBRARIES - all libraries needed for OpenGLES # OPENGLES_LIBRARIES - all libraries needed for OpenGLES
# OPENGLES_INCLUDES - all includes needed for OpenGLES # OPENGLES_INCLUDES - all includes needed for OpenGLES
#=============================================================================
# Copyright 2014 Blender Foundation.
#
# Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file BSD-3-Clause-license.txt for details.
#=============================================================================
# If OPENGLES_ROOT_DIR was defined in the environment, use it. # If OPENGLES_ROOT_DIR was defined in the environment, use it.
IF(NOT OPENGLES_ROOT_DIR AND NOT $ENV{OPENGLES_ROOT_DIR} STREQUAL "") IF(NOT OPENGLES_ROOT_DIR AND NOT $ENV{OPENGLES_ROOT_DIR} STREQUAL "")
SET(OPENGLES_ROOT_DIR $ENV{OPENGLES_ROOT_DIR}) SET(OPENGLES_ROOT_DIR $ENV{OPENGLES_ROOT_DIR})

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2019 Blender Foundation. # Copyright 2019 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If OPENIMAGEDENOISE_ROOT_DIR was defined in the environment, use it. # If OPENIMAGEDENOISE_ROOT_DIR was defined in the environment, use it.

View File

@ -16,12 +16,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If OPENIMAGEIO_ROOT_DIR was defined in the environment, use it. # If OPENIMAGEIO_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If OPENJPEG_ROOT_DIR was defined in the environment, use it. # If OPENJPEG_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2014 Blender Foundation. # Copyright 2014 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If OSL_ROOT_DIR was defined in the environment, use it. # If OSL_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2013 Blender Foundation. # Copyright 2013 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If OPENSUBDIV_ROOT_DIR was defined in the environment, use it. # If OPENSUBDIV_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2015 Blender Foundation. # Copyright 2015 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If OPENVDB_ROOT_DIR was defined in the environment, use it. # If OPENVDB_ROOT_DIR was defined in the environment, use it.

View File

@ -10,12 +10,8 @@
#============================================================================= #=============================================================================
# Copyright 2019 Blender Foundation. # Copyright 2019 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If OPTIX_ROOT_DIR was defined in the environment, use it. # If OPTIX_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If PCRE_ROOT_DIR was defined in the environment, use it. # If PCRE_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2014 Blender Foundation. # Copyright 2014 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If PUGIXML_ROOT_DIR was defined in the environment, use it. # If PUGIXML_ROOT_DIR was defined in the environment, use it.

View File

@ -25,12 +25,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If PYTHON_ROOT_DIR was defined in the environment, use it. # If PYTHON_ROOT_DIR was defined in the environment, use it.

View File

@ -13,12 +13,8 @@
#============================================================================= #=============================================================================
# Copyright 2015 Blender Foundation. # Copyright 2015 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If SDL2_ROOT_DIR was defined in the environment, use it. # If SDL2_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If LIBSNDFILE_ROOT_DIR was defined in the environment, use it. # If LIBSNDFILE_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If SPACENAV_ROOT_DIR was defined in the environment, use it. # If SPACENAV_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2016 Blender Foundation. # Copyright 2016 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If TBB_ROOT_DIR was defined in the environment, use it. # If TBB_ROOT_DIR was defined in the environment, use it.

View File

@ -12,12 +12,8 @@
#============================================================================= #=============================================================================
# Copyright 2019 Blender Foundation. # Copyright 2019 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If USD_ROOT_DIR was defined in the environment, use it. # If USD_ROOT_DIR was defined in the environment, use it.

View File

@ -14,12 +14,8 @@
#============================================================================= #=============================================================================
# Copyright 2011 Blender Foundation. # Copyright 2011 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If XML2_ROOT_DIR was defined in the environment, use it. # If XML2_ROOT_DIR was defined in the environment, use it.

View File

@ -20,12 +20,8 @@
# XR_OPENXR_SDK_LOADER_LIBRARY, where to find the OpenXR-SDK loader library. # XR_OPENXR_SDK_LOADER_LIBRARY, where to find the OpenXR-SDK loader library.
#============================================================================= #=============================================================================
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#============================================================================= #=============================================================================
# If XR_OPENXR_SDK_ROOT_DIR was defined in the environment, use it. # If XR_OPENXR_SDK_ROOT_DIR was defined in the environment, use it.

View File

@ -1,12 +1,8 @@
#============================================================================= #=============================================================================
# Copyright 2014 Blender Foundation. # Copyright 2014 Blender Foundation.
# #
# Distributed under the OSI-approved BSD License (the "License"); # Distributed under the OSI-approved BSD 3-Clause License,
# see accompanying file Copyright.txt for details. # see accompanying file BSD-3-Clause-license.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
# #
# Inspired on the Testing.cmake from Libmv # Inspired on the Testing.cmake from Libmv
# #

View File

@ -0,0 +1,26 @@
BSD 3-Clause License
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.