From 27102bfec4845df5ba8e65f7ca64d04840fbeab3 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Thu, 1 Sep 2011 19:00:23 +0000 Subject: Cycles: OpenCL library is now dynamically loaded so that blender doesn't crash if it's not installed on the system. Code copied from clew.h/clew.c in CLCC: http://clcc.sourceforge.net/ --- intern/cycles/doc/license/Boost.txt | 23 +++++++++++++++++++++++ intern/cycles/doc/license/readme.txt | 1 + 2 files changed, 24 insertions(+) create mode 100644 intern/cycles/doc/license/Boost.txt (limited to 'intern/cycles/doc') diff --git a/intern/cycles/doc/license/Boost.txt b/intern/cycles/doc/license/Boost.txt new file mode 100644 index 00000000000..36b7cd93cdf --- /dev/null +++ b/intern/cycles/doc/license/Boost.txt @@ -0,0 +1,23 @@ +Boost Software License - Version 1.0 - August 17th, 2003 + +Permission is hereby granted, free of charge, to any person or organization +obtaining a copy of the software and accompanying documentation covered by +this license (the "Software") to use, reproduce, display, distribute, +execute, and transmit the Software, and to prepare derivative works of the +Software, and to permit third-parties to whom the Software is furnished to +do so, all subject to the following: + +The copyright notices in the Software and this entire statement, including +the above license grant, this restriction and the following disclaimer, +must be included in all copies of the Software, in whole or in part, and +all derivative works of the Software, unless such copies or derivative +works are solely in the form of machine-executable object code generated by +a source language processor. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/intern/cycles/doc/license/readme.txt b/intern/cycles/doc/license/readme.txt index de8c28f7f12..51494700f25 100644 --- a/intern/cycles/doc/license/readme.txt +++ b/intern/cycles/doc/license/readme.txt @@ -8,4 +8,5 @@ This program uses code from various sources. These are the licenses: * Sobol direction vectors are licensed under the Modified BSD license. * Matrix code adapted from OpenEXR under the Modified BSD license. * Procedural texture functions from Blender are licensed under GPL v2 or later. +* Boost and OpenCL dynamic loading under Boost License. -- cgit v1.2.3