Revision: 75351
          http://sourceforge.net/p/brlcad/code/75351
Author:   starseeker
Date:     2020-04-10 23:32:02 +0000 (Fri, 10 Apr 2020)
Log Message:
-----------
Add some license headers to Bullet files

Modified Paths:
--------------
    
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btCollisionObjectWrapper.h
    
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp
    
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.h
    
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/Gimpact/btCompoundFromGimpact.h
    
brlcad/trunk/src/libged/simulate/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.cpp
    brlcad/trunk/src/libged/simulate/bullet/LinearMath/btCpuFeatureUtility.h
    brlcad/trunk/src/libged/simulate/bullet/LinearMath/btDefaultMotionState.h
    brlcad/trunk/src/libged/simulate/bullet/LinearMath/btPolarDecomposition.cpp
    brlcad/trunk/src/libged/simulate/bullet/LinearMath/btPolarDecomposition.h
    brlcad/trunk/src/libged/simulate/bullet/LinearMath/btQuickprof.cpp
    brlcad/trunk/src/libged/simulate/bullet/LinearMath/btQuickprof.h
    brlcad/trunk/src/libged/simulate/bullet/LinearMath/btSerializer.cpp

Modified: 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btCollisionObjectWrapper.h
===================================================================
--- 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btCollisionObjectWrapper.h
        2020-04-10 21:36:27 UTC (rev 75350)
+++ 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btCollisionObjectWrapper.h
        2020-04-10 23:32:02 UTC (rev 75351)
@@ -1,3 +1,18 @@
+/*
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
+
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it freely,
+subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
 #ifndef BT_COLLISION_OBJECT_WRAPPER_H
 #define BT_COLLISION_OBJECT_WRAPPER_H
 

Modified: 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp
===================================================================
--- 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp
 2020-04-10 21:36:27 UTC (rev 75350)
+++ 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.cpp
 2020-04-10 23:32:02 UTC (rev 75351)
@@ -1,3 +1,18 @@
+/*
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
+
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose, 
+including commercial applications, and to alter it and redistribute it freely, 
+subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
 #include "btInternalEdgeUtility.h"
 
 #include "BulletCollision/CollisionShapes/btBvhTriangleMeshShape.h"

Modified: 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.h
===================================================================
--- 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.h
   2020-04-10 21:36:27 UTC (rev 75350)
+++ 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/CollisionDispatch/btInternalEdgeUtility.h
   2020-04-10 23:32:02 UTC (rev 75351)
@@ -1,4 +1,18 @@
+/*
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
 
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose, 
+including commercial applications, and to alter it and redistribute it freely, 
+subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
 #ifndef BT_INTERNAL_EDGE_UTILITY_H
 #define BT_INTERNAL_EDGE_UTILITY_H
 

Modified: 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/Gimpact/btCompoundFromGimpact.h
===================================================================
--- 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/Gimpact/btCompoundFromGimpact.h
     2020-04-10 21:36:27 UTC (rev 75350)
+++ 
brlcad/trunk/src/libged/simulate/bullet/BulletCollision/Gimpact/btCompoundFromGimpact.h
     2020-04-10 23:32:02 UTC (rev 75351)
@@ -1,3 +1,18 @@
+/*
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
+
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it freely,
+subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
 #ifndef BT_COMPOUND_FROM_GIMPACT
 #define BT_COMPOUND_FROM_GIMPACT
 

Modified: 
brlcad/trunk/src/libged/simulate/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.cpp
===================================================================
--- 
brlcad/trunk/src/libged/simulate/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.cpp
       2020-04-10 21:36:27 UTC (rev 75350)
+++ 
brlcad/trunk/src/libged/simulate/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.cpp
       2020-04-10 23:32:02 UTC (rev 75351)
@@ -1,3 +1,18 @@
+/*
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
+
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose, 
+including commercial applications, and to alter it and redistribute it freely, 
+subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
 #include "btMultiBodyConstraint.h"
 #include "BulletDynamics/Dynamics/btRigidBody.h"
 #include "btMultiBodyPoint2Point.h"                            //for testing 
(BTMBP2PCONSTRAINT_BLOCK_ANGULAR_MOTION_TEST macro)

Modified: 
brlcad/trunk/src/libged/simulate/bullet/LinearMath/btCpuFeatureUtility.h
===================================================================
--- brlcad/trunk/src/libged/simulate/bullet/LinearMath/btCpuFeatureUtility.h    
2020-04-10 21:36:27 UTC (rev 75350)
+++ brlcad/trunk/src/libged/simulate/bullet/LinearMath/btCpuFeatureUtility.h    
2020-04-10 23:32:02 UTC (rev 75351)
@@ -1,4 +1,18 @@
+/*
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
 
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it freely,
+subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
 #ifndef BT_CPU_UTILITY_H
 #define BT_CPU_UTILITY_H
 

Modified: 
brlcad/trunk/src/libged/simulate/bullet/LinearMath/btDefaultMotionState.h
===================================================================
--- brlcad/trunk/src/libged/simulate/bullet/LinearMath/btDefaultMotionState.h   
2020-04-10 21:36:27 UTC (rev 75350)
+++ brlcad/trunk/src/libged/simulate/bullet/LinearMath/btDefaultMotionState.h   
2020-04-10 23:32:02 UTC (rev 75351)
@@ -1,3 +1,18 @@
+/*
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
+
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose, 
+including commercial applications, and to alter it and redistribute it freely, 
+subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
 #ifndef BT_DEFAULT_MOTION_STATE_H
 #define BT_DEFAULT_MOTION_STATE_H
 

Modified: 
brlcad/trunk/src/libged/simulate/bullet/LinearMath/btPolarDecomposition.cpp
===================================================================
--- brlcad/trunk/src/libged/simulate/bullet/LinearMath/btPolarDecomposition.cpp 
2020-04-10 21:36:27 UTC (rev 75350)
+++ brlcad/trunk/src/libged/simulate/bullet/LinearMath/btPolarDecomposition.cpp 
2020-04-10 23:32:02 UTC (rev 75351)
@@ -1,3 +1,18 @@
+/*
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
+
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose, 
+including commercial applications, and to alter it and redistribute it freely, 
+subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
 #include "btPolarDecomposition.h"
 #include "btMinMax.h"
 

Modified: 
brlcad/trunk/src/libged/simulate/bullet/LinearMath/btPolarDecomposition.h
===================================================================
--- brlcad/trunk/src/libged/simulate/bullet/LinearMath/btPolarDecomposition.h   
2020-04-10 21:36:27 UTC (rev 75350)
+++ brlcad/trunk/src/libged/simulate/bullet/LinearMath/btPolarDecomposition.h   
2020-04-10 23:32:02 UTC (rev 75351)
@@ -1,3 +1,18 @@
+/*
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
+
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it freely,
+subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
 #ifndef POLARDECOMPOSITION_H
 #define POLARDECOMPOSITION_H
 

Modified: brlcad/trunk/src/libged/simulate/bullet/LinearMath/btQuickprof.cpp
===================================================================
--- brlcad/trunk/src/libged/simulate/bullet/LinearMath/btQuickprof.cpp  
2020-04-10 21:36:27 UTC (rev 75350)
+++ brlcad/trunk/src/libged/simulate/bullet/LinearMath/btQuickprof.cpp  
2020-04-10 23:32:02 UTC (rev 75351)
@@ -10,6 +10,22 @@
 **
 
***************************************************************************************************/
 
+/* Part of bullet, with overall license:
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
+
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose, 
+including commercial applications, and to alter it and redistribute it freely, 
+subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
+
 // Credits: The Clock class was inspired by the Timer classes in
 // Ogre (www.ogre3d.org).
 

Modified: brlcad/trunk/src/libged/simulate/bullet/LinearMath/btQuickprof.h
===================================================================
--- brlcad/trunk/src/libged/simulate/bullet/LinearMath/btQuickprof.h    
2020-04-10 21:36:27 UTC (rev 75350)
+++ brlcad/trunk/src/libged/simulate/bullet/LinearMath/btQuickprof.h    
2020-04-10 23:32:02 UTC (rev 75351)
@@ -10,8 +10,24 @@
 // Credits: The Clock class was inspired by the Timer classes in 
 // Ogre (www.ogre3d.org).
 
+// Distributed with Bullet, overall license:
+/*
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
 
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it freely,
+subject to the following restrictions:
 
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
+
+
 #ifndef BT_QUICK_PROF_H
 #define BT_QUICK_PROF_H
 

Modified: brlcad/trunk/src/libged/simulate/bullet/LinearMath/btSerializer.cpp
===================================================================
--- brlcad/trunk/src/libged/simulate/bullet/LinearMath/btSerializer.cpp 
2020-04-10 21:36:27 UTC (rev 75350)
+++ brlcad/trunk/src/libged/simulate/bullet/LinearMath/btSerializer.cpp 
2020-04-10 23:32:02 UTC (rev 75351)
@@ -1,3 +1,18 @@
+/*
+Bullet Continuous Collision Detection and Physics Library
+Copyright (c) 2003-2006 Erwin Coumans  http://continuousphysics.com/Bullet/
+
+This software is provided 'as-is', without any express or implied warranty.
+In no event will the authors be held liable for any damages arising from the 
use of this software.
+Permission is granted to anyone to use this software for any purpose, 
+including commercial applications, and to alter it and redistribute it freely, 
+subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not claim 
that you wrote the original software. If you use this software in a product, an 
acknowledgment in the product documentation would be appreciated but is not 
required.
+2. Altered source versions must be plainly marked as such, and must not be 
misrepresented as being the original software.
+3. This notice may not be removed or altered from any source distribution.
+*/
+
 char sBulletDNAstr[]= {
 
char(83),char(68),char(78),char(65),char(78),char(65),char(77),char(69),char(123),char(1),char(0),char(0),char(109),char(95),char(115),char(105),char(122),char(101),char(0),char(109),
 
char(95),char(99),char(97),char(112),char(97),char(99),char(105),char(116),char(121),char(0),char(42),char(109),char(95),char(100),char(97),char(116),char(97),char(0),char(109),char(95),

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to