From dbbff088865c0dd5a3e8eb80eace2eea485897ee Mon Sep 17 00:00:00 2001 From: "sky..ok" Date: Mon, 8 Oct 2012 14:29:11 +0000 Subject: [PATCH] License maintenance in physics sources git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9855 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../com_jme3_bullet_PhysicsSpace.cpp | 2 +- ...bullet_collision_PhysicsCollisionEvent.cpp | 32 +++++++++++++++++++ ...ullet_collision_PhysicsCollisionObject.cpp | 2 +- ...let_collision_shapes_BoxCollisionShape.cpp | 2 +- ...collision_shapes_CapsuleCollisionShape.cpp | 2 +- ...bullet_collision_shapes_CollisionShape.cpp | 2 +- ...ollision_shapes_CompoundCollisionShape.cpp | 2 +- ...et_collision_shapes_ConeCollisionShape.cpp | 2 +- ...ollision_shapes_CylinderCollisionShape.cpp | 2 +- ...collision_shapes_GImpactCollisionShape.cpp | 2 +- ...ision_shapes_HeightfieldCollisionShape.cpp | 2 +- ...et_collision_shapes_HullCollisionShape.cpp | 2 +- ...et_collision_shapes_MeshCollisionShape.cpp | 2 +- ...t_collision_shapes_PlaneCollisionShape.cpp | 2 +- ...collision_shapes_SimplexCollisionShape.cpp | 2 +- ..._collision_shapes_SphereCollisionShape.cpp | 2 +- .../com_jme3_bullet_joints_ConeJoint.cpp | 2 +- .../com_jme3_bullet_joints_HingeJoint.cpp | 2 +- .../com_jme3_bullet_joints_PhysicsJoint.cpp | 2 +- ...om_jme3_bullet_joints_Point2PointJoint.cpp | 2 +- .../com_jme3_bullet_joints_SixDofJoint.cpp | 2 +- ...m_jme3_bullet_joints_SixDofSpringJoint.cpp | 31 ++++++++++++++++++ .../com_jme3_bullet_joints_SliderJoint.cpp | 2 +- ...let_joints_motors_RotationalLimitMotor.cpp | 2 +- ..._joints_motors_TranslationalLimitMotor.cpp | 2 +- ...m_jme3_bullet_objects_PhysicsCharacter.cpp | 2 +- ...jme3_bullet_objects_PhysicsGhostObject.cpp | 2 +- ...m_jme3_bullet_objects_PhysicsRigidBody.cpp | 2 +- ...com_jme3_bullet_objects_PhysicsVehicle.cpp | 2 +- .../com_jme3_bullet_objects_VehicleWheel.cpp | 2 +- ...let_objects_infos_RigidBodyMotionState.cpp | 2 +- ...com_jme3_bullet_util_DebugShapeFactory.cpp | 2 +- .../com_jme3_bullet_util_NativeMeshUtil.cpp | 2 +- engine/src/bullet-native/jmeBulletUtil.cpp | 2 +- engine/src/bullet-native/jmeBulletUtil.h | 2 +- engine/src/bullet-native/jmeClasses.cpp | 2 +- engine/src/bullet-native/jmeClasses.h | 2 +- engine/src/bullet-native/jmeMotionState.cpp | 2 +- engine/src/bullet-native/jmeMotionState.h | 2 +- engine/src/bullet-native/jmePhysicsSpace.cpp | 2 +- engine/src/bullet-native/jmePhysicsSpace.h | 2 +- .../collision/shapes/HullCollisionShape.java | 31 ++++++++++++++++++ .../collision/shapes/HullCollisionShape.java | 31 ++++++++++++++++++ 43 files changed, 164 insertions(+), 39 deletions(-) diff --git a/engine/src/bullet-native/com_jme3_bullet_PhysicsSpace.cpp b/engine/src/bullet-native/com_jme3_bullet_PhysicsSpace.cpp index cd27c21ee..8d0c41ca2 100644 --- a/engine/src/bullet-native/com_jme3_bullet_PhysicsSpace.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_PhysicsSpace.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionEvent.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionEvent.cpp index e9199d496..0705e8519 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionEvent.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionEvent.cpp @@ -1,3 +1,35 @@ +/* + * Copyright (c) 2009-2012 jMonkeyEngine + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * * 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. + * + * * Neither the name of 'jMonkeyEngine' 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 OWNER 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. + */ + #include "jmeBulletUtil.h" #include "BulletCollision/NarrowPhaseCollision/btManifoldPoint.h" #include "com_jme3_bullet_collision_PhysicsCollisionEvent.h" diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionObject.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionObject.cpp index 5dc75b355..e3852c76a 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionObject.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_PhysicsCollisionObject.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_BoxCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_BoxCollisionShape.cpp index 3d2f0e3dc..d5af17930 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_BoxCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_BoxCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CapsuleCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CapsuleCollisionShape.cpp index b3d4a8ed5..fd3957ba1 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CapsuleCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CapsuleCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CollisionShape.cpp index efd7990e0..dc48be257 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp index 52821757b..c3b07f45d 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_ConeCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_ConeCollisionShape.cpp index 06de8ddaf..d218975b0 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_ConeCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_ConeCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp index fd82f13a3..fbab5baf7 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_CylinderCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_GImpactCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_GImpactCollisionShape.cpp index 43ceb3d56..d3e0ba719 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_GImpactCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_GImpactCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp index 06698a1f0..c217e3a2d 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_HeightfieldCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_HullCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_HullCollisionShape.cpp index 5789bd9ab..e3878d01e 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_HullCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_HullCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_MeshCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_MeshCollisionShape.cpp index 346d47ef9..475b110ef 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_MeshCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_MeshCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp index b8c9adc2d..6362516ad 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_PlaneCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_SimplexCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_SimplexCollisionShape.cpp index 733794538..43a4ddf8a 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_SimplexCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_SimplexCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_SphereCollisionShape.cpp b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_SphereCollisionShape.cpp index 8f4b9840f..e161ed9bf 100644 --- a/engine/src/bullet-native/com_jme3_bullet_collision_shapes_SphereCollisionShape.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_collision_shapes_SphereCollisionShape.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_joints_ConeJoint.cpp b/engine/src/bullet-native/com_jme3_bullet_joints_ConeJoint.cpp index cade120fa..27c90e1d9 100644 --- a/engine/src/bullet-native/com_jme3_bullet_joints_ConeJoint.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_joints_ConeJoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_joints_HingeJoint.cpp b/engine/src/bullet-native/com_jme3_bullet_joints_HingeJoint.cpp index 56a6fecde..48ba90f37 100644 --- a/engine/src/bullet-native/com_jme3_bullet_joints_HingeJoint.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_joints_HingeJoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_joints_PhysicsJoint.cpp b/engine/src/bullet-native/com_jme3_bullet_joints_PhysicsJoint.cpp index c5ae9c1b1..129865034 100644 --- a/engine/src/bullet-native/com_jme3_bullet_joints_PhysicsJoint.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_joints_PhysicsJoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_joints_Point2PointJoint.cpp b/engine/src/bullet-native/com_jme3_bullet_joints_Point2PointJoint.cpp index e019b9b23..c1bffb00e 100644 --- a/engine/src/bullet-native/com_jme3_bullet_joints_Point2PointJoint.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_joints_Point2PointJoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_joints_SixDofJoint.cpp b/engine/src/bullet-native/com_jme3_bullet_joints_SixDofJoint.cpp index 9611a1456..ea55820e0 100644 --- a/engine/src/bullet-native/com_jme3_bullet_joints_SixDofJoint.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_joints_SixDofJoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.cpp b/engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.cpp index 97724c626..da225ee2f 100644 --- a/engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.cpp @@ -1,3 +1,34 @@ +/* + * Copyright (c) 2009-2012 jMonkeyEngine + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * * 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. + * + * * Neither the name of 'jMonkeyEngine' 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 OWNER 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. + */ /** * Author: Normen Hansen diff --git a/engine/src/bullet-native/com_jme3_bullet_joints_SliderJoint.cpp b/engine/src/bullet-native/com_jme3_bullet_joints_SliderJoint.cpp index c6e704d56..0817d7975 100644 --- a/engine/src/bullet-native/com_jme3_bullet_joints_SliderJoint.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_joints_SliderJoint.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_joints_motors_RotationalLimitMotor.cpp b/engine/src/bullet-native/com_jme3_bullet_joints_motors_RotationalLimitMotor.cpp index e9da298c5..396d47ae3 100644 --- a/engine/src/bullet-native/com_jme3_bullet_joints_motors_RotationalLimitMotor.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_joints_motors_RotationalLimitMotor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_joints_motors_TranslationalLimitMotor.cpp b/engine/src/bullet-native/com_jme3_bullet_joints_motors_TranslationalLimitMotor.cpp index 64f0de001..ecc6c429b 100644 --- a/engine/src/bullet-native/com_jme3_bullet_joints_motors_TranslationalLimitMotor.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_joints_motors_TranslationalLimitMotor.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsCharacter.cpp b/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsCharacter.cpp index f64cc3aa7..b5c481782 100644 --- a/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsCharacter.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsCharacter.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsGhostObject.cpp b/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsGhostObject.cpp index ddd89c411..fa38c1b63 100644 --- a/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsGhostObject.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsGhostObject.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsRigidBody.cpp b/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsRigidBody.cpp index 4794cdecd..0d9621bb8 100644 --- a/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsRigidBody.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsRigidBody.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsVehicle.cpp b/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsVehicle.cpp index b96f08bf7..58ceaf9da 100644 --- a/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsVehicle.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_objects_PhysicsVehicle.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_objects_VehicleWheel.cpp b/engine/src/bullet-native/com_jme3_bullet_objects_VehicleWheel.cpp index f05e57fc3..b3d38a673 100644 --- a/engine/src/bullet-native/com_jme3_bullet_objects_VehicleWheel.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_objects_VehicleWheel.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.cpp b/engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.cpp index f61a376ca..5f614f052 100644 --- a/engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_objects_infos_RigidBodyMotionState.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_util_DebugShapeFactory.cpp b/engine/src/bullet-native/com_jme3_bullet_util_DebugShapeFactory.cpp index 7d6c0b0a8..0496cb07d 100644 --- a/engine/src/bullet-native/com_jme3_bullet_util_DebugShapeFactory.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_util_DebugShapeFactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/com_jme3_bullet_util_NativeMeshUtil.cpp b/engine/src/bullet-native/com_jme3_bullet_util_NativeMeshUtil.cpp index bf0b478b5..a85d2d84d 100644 --- a/engine/src/bullet-native/com_jme3_bullet_util_NativeMeshUtil.cpp +++ b/engine/src/bullet-native/com_jme3_bullet_util_NativeMeshUtil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/jmeBulletUtil.cpp b/engine/src/bullet-native/jmeBulletUtil.cpp index 4bc899d45..e6f085ceb 100644 --- a/engine/src/bullet-native/jmeBulletUtil.cpp +++ b/engine/src/bullet-native/jmeBulletUtil.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/jmeBulletUtil.h b/engine/src/bullet-native/jmeBulletUtil.h index bd211fd00..ab7bea360 100644 --- a/engine/src/bullet-native/jmeBulletUtil.h +++ b/engine/src/bullet-native/jmeBulletUtil.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/jmeClasses.cpp b/engine/src/bullet-native/jmeClasses.cpp index ce79ffa7a..e0b5515b4 100644 --- a/engine/src/bullet-native/jmeClasses.cpp +++ b/engine/src/bullet-native/jmeClasses.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/jmeClasses.h b/engine/src/bullet-native/jmeClasses.h index 731b86f7b..24684dae9 100644 --- a/engine/src/bullet-native/jmeClasses.h +++ b/engine/src/bullet-native/jmeClasses.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/jmeMotionState.cpp b/engine/src/bullet-native/jmeMotionState.cpp index 0c61f9b2f..7c14207fe 100644 --- a/engine/src/bullet-native/jmeMotionState.cpp +++ b/engine/src/bullet-native/jmeMotionState.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/jmeMotionState.h b/engine/src/bullet-native/jmeMotionState.h index b9e6ebb9e..d4e4d195f 100644 --- a/engine/src/bullet-native/jmeMotionState.h +++ b/engine/src/bullet-native/jmeMotionState.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/jmePhysicsSpace.cpp b/engine/src/bullet-native/jmePhysicsSpace.cpp index f5e97ea9c..34c77c407 100644 --- a/engine/src/bullet-native/jmePhysicsSpace.cpp +++ b/engine/src/bullet-native/jmePhysicsSpace.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet-native/jmePhysicsSpace.h b/engine/src/bullet-native/jmePhysicsSpace.h index 7ba4c06f4..2e2b3865c 100644 --- a/engine/src/bullet-native/jmePhysicsSpace.h +++ b/engine/src/bullet-native/jmePhysicsSpace.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009-2010 jMonkeyEngine + * Copyright (c) 2009-2012 jMonkeyEngine * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/engine/src/bullet/com/jme3/bullet/collision/shapes/HullCollisionShape.java b/engine/src/bullet/com/jme3/bullet/collision/shapes/HullCollisionShape.java index 9be760f93..c5d609724 100644 --- a/engine/src/bullet/com/jme3/bullet/collision/shapes/HullCollisionShape.java +++ b/engine/src/bullet/com/jme3/bullet/collision/shapes/HullCollisionShape.java @@ -1,3 +1,34 @@ +/* + * Copyright (c) 2009-2012 jMonkeyEngine + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * * 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. + * + * * Neither the name of 'jMonkeyEngine' 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 OWNER 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. + */ package com.jme3.bullet.collision.shapes; import com.jme3.export.InputCapsule; diff --git a/engine/src/jbullet/com/jme3/bullet/collision/shapes/HullCollisionShape.java b/engine/src/jbullet/com/jme3/bullet/collision/shapes/HullCollisionShape.java index 1aa4a67d7..edce38409 100644 --- a/engine/src/jbullet/com/jme3/bullet/collision/shapes/HullCollisionShape.java +++ b/engine/src/jbullet/com/jme3/bullet/collision/shapes/HullCollisionShape.java @@ -1,3 +1,34 @@ +/* + * Copyright (c) 2009-2012 jMonkeyEngine + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * * 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. + * + * * Neither the name of 'jMonkeyEngine' 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 OWNER 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. + */ package com.jme3.bullet.collision.shapes; import com.bulletphysics.collision.shapes.ConvexHullShape;