summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXuchen Han <xuchenhan@xuchenhan-macbookpro.roam.corp.google.com>2019-08-08 17:43:49 -0700
committerXuchen Han <xuchenhan@xuchenhan-macbookpro.roam.corp.google.com>2019-08-08 17:43:49 -0700
commit7adb6fdff3bd182f27668836a5b9d0ecc109856a (patch)
treee0cc8da18b5bc5d455459d2b02091d44a3ac1582
parent817e64a769219621de0debc4979630953dbee60b (diff)
downloadbullet3-7adb6fdff3bd182f27668836a5b9d0ecc109856a.tar.gz
2016 -> 2019
-rw-r--r--examples/DeformableDemo/DeformableMultibody.cpp2
-rw-r--r--examples/DeformableDemo/DeformableMultibody.h2
-rw-r--r--examples/DeformableDemo/DeformableRigid.cpp2
-rw-r--r--examples/DeformableDemo/DeformableRigid.h2
-rw-r--r--examples/DeformableDemo/Pinch.cpp2
-rw-r--r--examples/DeformableDemo/Pinch.h2
-rw-r--r--examples/DeformableDemo/VolumetricDeformable.cpp2
-rw-r--r--examples/DeformableDemo/VolumetricDeformable.h2
-rw-r--r--src/BulletSoftBody/btCGProjection.h2
-rw-r--r--src/BulletSoftBody/btConjugateGradient.h2
-rw-r--r--src/BulletSoftBody/btDeformableBackwardEulerObjective.cpp2
-rw-r--r--src/BulletSoftBody/btDeformableBackwardEulerObjective.h2
-rw-r--r--src/BulletSoftBody/btDeformableBodySolver.cpp2
-rw-r--r--src/BulletSoftBody/btDeformableBodySolver.h2
-rw-r--r--src/BulletSoftBody/btDeformableContactProjection.cpp2
-rw-r--r--src/BulletSoftBody/btDeformableContactProjection.h2
-rw-r--r--src/BulletSoftBody/btDeformableGravityForce.h2
-rw-r--r--src/BulletSoftBody/btDeformableLagrangianForce.h2
-rw-r--r--src/BulletSoftBody/btDeformableMassSpringForce.h2
-rw-r--r--src/BulletSoftBody/btDeformableRigidDynamicsWorld.cpp2
-rw-r--r--src/BulletSoftBody/btDeformableRigidDynamicsWorld.h2
-rw-r--r--src/BulletSoftBody/btPreconditioner.h2
22 files changed, 22 insertions, 22 deletions
diff --git a/examples/DeformableDemo/DeformableMultibody.cpp b/examples/DeformableDemo/DeformableMultibody.cpp
index 78adf7bf1..e947a5585 100644
--- a/examples/DeformableDemo/DeformableMultibody.cpp
+++ b/examples/DeformableDemo/DeformableMultibody.cpp
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/examples/DeformableDemo/DeformableMultibody.h b/examples/DeformableDemo/DeformableMultibody.h
index 8bc9020f3..acd9d421d 100644
--- a/examples/DeformableDemo/DeformableMultibody.h
+++ b/examples/DeformableDemo/DeformableMultibody.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/examples/DeformableDemo/DeformableRigid.cpp b/examples/DeformableDemo/DeformableRigid.cpp
index c26bcc7d5..403ce4907 100644
--- a/examples/DeformableDemo/DeformableRigid.cpp
+++ b/examples/DeformableDemo/DeformableRigid.cpp
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/examples/DeformableDemo/DeformableRigid.h b/examples/DeformableDemo/DeformableRigid.h
index 1f2bb0911..0d0e0dc5e 100644
--- a/examples/DeformableDemo/DeformableRigid.h
+++ b/examples/DeformableDemo/DeformableRigid.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/examples/DeformableDemo/Pinch.cpp b/examples/DeformableDemo/Pinch.cpp
index aaae1df3f..df0964447 100644
--- a/examples/DeformableDemo/Pinch.cpp
+++ b/examples/DeformableDemo/Pinch.cpp
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/examples/DeformableDemo/Pinch.h b/examples/DeformableDemo/Pinch.h
index 3d01b262f..1616ec39a 100644
--- a/examples/DeformableDemo/Pinch.h
+++ b/examples/DeformableDemo/Pinch.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/examples/DeformableDemo/VolumetricDeformable.cpp b/examples/DeformableDemo/VolumetricDeformable.cpp
index 6f2b88f8d..74d9678a8 100644
--- a/examples/DeformableDemo/VolumetricDeformable.cpp
+++ b/examples/DeformableDemo/VolumetricDeformable.cpp
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/examples/DeformableDemo/VolumetricDeformable.h b/examples/DeformableDemo/VolumetricDeformable.h
index 04e30d9c6..fe5d326a5 100644
--- a/examples/DeformableDemo/VolumetricDeformable.h
+++ b/examples/DeformableDemo/VolumetricDeformable.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btCGProjection.h b/src/BulletSoftBody/btCGProjection.h
index 6b5caf581..f38fa545c 100644
--- a/src/BulletSoftBody/btCGProjection.h
+++ b/src/BulletSoftBody/btCGProjection.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btConjugateGradient.h b/src/BulletSoftBody/btConjugateGradient.h
index b8dac7184..22a9f3ada 100644
--- a/src/BulletSoftBody/btConjugateGradient.h
+++ b/src/BulletSoftBody/btConjugateGradient.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btDeformableBackwardEulerObjective.cpp b/src/BulletSoftBody/btDeformableBackwardEulerObjective.cpp
index fbc663f35..746048562 100644
--- a/src/BulletSoftBody/btDeformableBackwardEulerObjective.cpp
+++ b/src/BulletSoftBody/btDeformableBackwardEulerObjective.cpp
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btDeformableBackwardEulerObjective.h b/src/BulletSoftBody/btDeformableBackwardEulerObjective.h
index c681300a7..f87f7f509 100644
--- a/src/BulletSoftBody/btDeformableBackwardEulerObjective.h
+++ b/src/BulletSoftBody/btDeformableBackwardEulerObjective.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btDeformableBodySolver.cpp b/src/BulletSoftBody/btDeformableBodySolver.cpp
index b77ba9da3..eb8e62237 100644
--- a/src/BulletSoftBody/btDeformableBodySolver.cpp
+++ b/src/BulletSoftBody/btDeformableBodySolver.cpp
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btDeformableBodySolver.h b/src/BulletSoftBody/btDeformableBodySolver.h
index cdcc6ed80..94102afa9 100644
--- a/src/BulletSoftBody/btDeformableBodySolver.h
+++ b/src/BulletSoftBody/btDeformableBodySolver.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btDeformableContactProjection.cpp b/src/BulletSoftBody/btDeformableContactProjection.cpp
index 27fee5cf8..84d35c062 100644
--- a/src/BulletSoftBody/btDeformableContactProjection.cpp
+++ b/src/BulletSoftBody/btDeformableContactProjection.cpp
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btDeformableContactProjection.h b/src/BulletSoftBody/btDeformableContactProjection.h
index 9589b165e..64d448b5e 100644
--- a/src/BulletSoftBody/btDeformableContactProjection.h
+++ b/src/BulletSoftBody/btDeformableContactProjection.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btDeformableGravityForce.h b/src/BulletSoftBody/btDeformableGravityForce.h
index d18eac57d..270222b7e 100644
--- a/src/BulletSoftBody/btDeformableGravityForce.h
+++ b/src/BulletSoftBody/btDeformableGravityForce.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btDeformableLagrangianForce.h b/src/BulletSoftBody/btDeformableLagrangianForce.h
index d2bbcef40..eb4d032bf 100644
--- a/src/BulletSoftBody/btDeformableLagrangianForce.h
+++ b/src/BulletSoftBody/btDeformableLagrangianForce.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btDeformableMassSpringForce.h b/src/BulletSoftBody/btDeformableMassSpringForce.h
index ca8ddf983..f97ef0a03 100644
--- a/src/BulletSoftBody/btDeformableMassSpringForce.h
+++ b/src/BulletSoftBody/btDeformableMassSpringForce.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btDeformableRigidDynamicsWorld.cpp b/src/BulletSoftBody/btDeformableRigidDynamicsWorld.cpp
index 2fce9e7a5..3b3b62edc 100644
--- a/src/BulletSoftBody/btDeformableRigidDynamicsWorld.cpp
+++ b/src/BulletSoftBody/btDeformableRigidDynamicsWorld.cpp
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btDeformableRigidDynamicsWorld.h b/src/BulletSoftBody/btDeformableRigidDynamicsWorld.h
index 6489d6ebc..de5eb7ef4 100644
--- a/src/BulletSoftBody/btDeformableRigidDynamicsWorld.h
+++ b/src/BulletSoftBody/btDeformableRigidDynamicsWorld.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,
diff --git a/src/BulletSoftBody/btPreconditioner.h b/src/BulletSoftBody/btPreconditioner.h
index 8860a8cfe..663731a58 100644
--- a/src/BulletSoftBody/btPreconditioner.h
+++ b/src/BulletSoftBody/btPreconditioner.h
@@ -1,6 +1,6 @@
/*
Bullet Continuous Collision Detection and Physics Library
- Copyright (c) 2016 Google Inc. http://bulletphysics.org
+ Copyright (c) 2019 Google Inc. http://bulletphysics.org
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,