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:
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>