Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2005-07-20 14:19:43 +0400
committerErwin Coumans <blender@erwincoumans.com>2005-07-20 14:19:43 +0400
commite34b1b3276419cda2ee3f9cde8c704c8b810dca2 (patch)
treefc4944c15e1849a4d049793c8dd7bc950f7dcd78 /extern
parentdc232fda472ac6e25578455ec4345a4e3fea1596 (diff)
added the Elsevier CDROM license to one file. This still allows to use the software for any purpose, commercial or non-commercial.
Diffstat (limited to 'extern')
-rw-r--r--extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp b/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp
index fed9524c66d..3c529b62e14 100644
--- a/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp
+++ b/extern/bullet/Bullet/NarrowPhaseCollision/VoronoiSimplexSolver.cpp
@@ -7,8 +7,19 @@
* Erwin Coumans makes no representations about the suitability
* of this software for any purpose.
* It is provided "as is" without express or implied warranty.
+ *
+
+ Elsevier CDROM license agreements grants nonexclusive license to use the software
+ for any purpose, commercial or non-commercial as long as the following credit is included
+ identifying the original source of the software:
+
+ Parts of the source are "from the book Real-Time Collision Detection by
+ Christer Ericson, published by Morgan Kaufmann Publishers,
+ (c) 2005 Elsevier Inc."
+
*/
+
#include "VoronoiSimplexSolver.h"
#include <assert.h>
#include <stdio.h>