aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/LowLevelParticles
diff options
context:
space:
mode:
authorsschirm <[email protected]>2017-01-06 14:45:46 +0100
committersschirm <[email protected]>2017-01-06 14:45:46 +0100
commitc7a921796332e8fcd51f3e05c1a318a41282e1e2 (patch)
tree770db0c76e954045fe5178a36a7519b26df6942a /PhysX_3.4/Source/LowLevelParticles
parentPhysX 3.4, APEX 1.4 release candidate update: @21511067-21511214 (diff)
downloadphysx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.tar.xz
physx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.zip
PhysX 3.4, APEX 1.4 release candidate update: @21542069
Diffstat (limited to 'PhysX_3.4/Source/LowLevelParticles')
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/include/PtBodyTransformVault.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/include/PtContext.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/include/PtGridCellVector.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/include/PtParticle.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/include/PtParticleContactManagerStream.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/include/PtParticleData.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/include/PtParticleShape.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemCore.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemFlags.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemSim.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollision.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollision.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollisionBox.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollisionCapsule.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollisionConvex.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollisionData.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollisionHelper.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMesh.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMethods.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollisionParameters.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollisionPlane.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtCollisionSphere.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtConfig.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtConstants.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtDynamicHelper.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsKernels.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsParameters.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsTempBuffers.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtHeightFieldAabbTest.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtPacketSections.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtParticleCell.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtParticleData.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtParticleOpcodeCache.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHashHelper.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtSpatialLocalHash.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/PtTwoWayData.h2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.cpp2
-rw-r--r--PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.h2
51 files changed, 51 insertions, 51 deletions
diff --git a/PhysX_3.4/Source/LowLevelParticles/include/PtBodyTransformVault.h b/PhysX_3.4/Source/LowLevelParticles/include/PtBodyTransformVault.h
index e25fd6f3..17139eec 100644
--- a/PhysX_3.4/Source/LowLevelParticles/include/PtBodyTransformVault.h
+++ b/PhysX_3.4/Source/LowLevelParticles/include/PtBodyTransformVault.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/include/PtContext.h b/PhysX_3.4/Source/LowLevelParticles/include/PtContext.h
index 8983a559..965e2c8a 100644
--- a/PhysX_3.4/Source/LowLevelParticles/include/PtContext.h
+++ b/PhysX_3.4/Source/LowLevelParticles/include/PtContext.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/include/PtGridCellVector.h b/PhysX_3.4/Source/LowLevelParticles/include/PtGridCellVector.h
index c7ca11a3..7691456b 100644
--- a/PhysX_3.4/Source/LowLevelParticles/include/PtGridCellVector.h
+++ b/PhysX_3.4/Source/LowLevelParticles/include/PtGridCellVector.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/include/PtParticle.h b/PhysX_3.4/Source/LowLevelParticles/include/PtParticle.h
index 12c4c4d5..4faa619a 100644
--- a/PhysX_3.4/Source/LowLevelParticles/include/PtParticle.h
+++ b/PhysX_3.4/Source/LowLevelParticles/include/PtParticle.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleContactManagerStream.h b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleContactManagerStream.h
index 86320ca0..b2728c33 100644
--- a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleContactManagerStream.h
+++ b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleContactManagerStream.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleData.h b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleData.h
index 8093f2de..a26db736 100644
--- a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleData.h
+++ b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleData.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleShape.h b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleShape.h
index 7b9bdd29..7bf94542 100644
--- a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleShape.h
+++ b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleShape.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemCore.h b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemCore.h
index 1005e4ec..457707db 100644
--- a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemCore.h
+++ b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemCore.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemFlags.h b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemFlags.h
index 9052cce7..da8642b4 100644
--- a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemFlags.h
+++ b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemFlags.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemSim.h b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemSim.h
index c915d2fb..60d403bb 100644
--- a/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemSim.h
+++ b/PhysX_3.4/Source/LowLevelParticles/include/PtParticleSystemSim.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.cpp
index 11ff89c3..b3814f81 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.h b/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.h
index 7ff534c0..82d2a650 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtBatcher.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp
index de4c282d..3172b2d4 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtBodyTransformVault.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.cpp
index 537c0112..2aa44f6a 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.h b/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.h
index b1d0c640..1c58b294 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollision.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionBox.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionBox.cpp
index 8f9b90ba..08df2520 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionBox.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionBox.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionCapsule.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionCapsule.cpp
index 3add04a5..99073043 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionCapsule.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionCapsule.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionConvex.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionConvex.cpp
index a6d658ce..b2584003 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionConvex.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionConvex.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionData.h b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionData.h
index d52ff29e..facfb014 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionData.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionData.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionHelper.h b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionHelper.h
index 30a746a6..9d705410 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionHelper.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionHelper.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMesh.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMesh.cpp
index b9f96e3e..6280c39f 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMesh.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMesh.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMethods.h b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMethods.h
index fdbbb191..d816669d 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMethods.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionMethods.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionParameters.h b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionParameters.h
index 736cfcd1..4faa88f8 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionParameters.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionParameters.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
#ifndef PT_COLLISION_PARAM_H
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionPlane.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionPlane.cpp
index 70d06af4..79a53256 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionPlane.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionPlane.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionSphere.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionSphere.cpp
index cddce6af..8fe2ec21 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionSphere.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtCollisionSphere.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtConfig.h b/PhysX_3.4/Source/LowLevelParticles/src/PtConfig.h
index 224b5a8b..2e5281df 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtConfig.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtConfig.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtConstants.h b/PhysX_3.4/Source/LowLevelParticles/src/PtConstants.h
index 74726a5b..093fdfe9 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtConstants.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtConstants.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.cpp
index e906a31b..81df2d70 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.h b/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.h
index e96e5a9b..46f21d5f 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtContextCpu.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicHelper.h b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicHelper.h
index 5578a6c6..6530ff97 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicHelper.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicHelper.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
#ifndef PT_DYNAMIC_HELPER_H
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.cpp
index 2d1fd82b..ba3b5f87 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.h b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.h
index 0af21fa4..8a0cdcf0 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamics.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsKernels.h b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsKernels.h
index 94494072..6f3d88b4 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsKernels.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsKernels.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodesX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsParameters.h b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsParameters.h
index 42e3aa79..55e21414 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsParameters.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsParameters.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
#ifndef PT_DYNAMICS_PARAMETER_H
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsTempBuffers.h b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsTempBuffers.h
index bafe3679..2925f665 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsTempBuffers.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtDynamicsTempBuffers.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
#ifndef PT_DYNAMICS_TEMP_BUFFERS_H
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtHeightFieldAabbTest.h b/PhysX_3.4/Source/LowLevelParticles/src/PtHeightFieldAabbTest.h
index d750a363..8e060fc3 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtHeightFieldAabbTest.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtHeightFieldAabbTest.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtPacketSections.h b/PhysX_3.4/Source/LowLevelParticles/src/PtPacketSections.h
index f3f24b82..4c4c6db9 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtPacketSections.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtPacketSections.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
#ifndef PT_PACKETSECTIONS_H
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleCell.h b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleCell.h
index f810daae..2b21b799 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleCell.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleCell.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
#ifndef PT_PARTILCECELL_H
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleData.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleData.cpp
index 408a1be9..a954ac8c 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleData.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleData.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleOpcodeCache.h b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleOpcodeCache.h
index 0e77a146..eda716a1 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleOpcodeCache.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleOpcodeCache.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.cpp
index 44b82b3b..d084dc4f 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.h b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.h
index ccb525ea..4ff4dbb9 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleShapeCpu.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.cpp
index 5b9326bc..3c1e89f5 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.h b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.h
index 381b80c4..50514627 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtParticleSystemSimCpu.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.cpp
index 16b6ca25..105b91cf 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.h b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.h
index 9d257851..325442e2 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHash.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHashHelper.h b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHashHelper.h
index ac4845ba..5c6e1c7d 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHashHelper.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialHashHelper.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
#ifndef PT_SPATIAL_HASH_HELPER_H
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialLocalHash.cpp b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialLocalHash.cpp
index 82a3ac28..32e94bc9 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialLocalHash.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtSpatialLocalHash.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/PtTwoWayData.h b/PhysX_3.4/Source/LowLevelParticles/src/PtTwoWayData.h
index dd9483c7..84ceda83 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/PtTwoWayData.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/PtTwoWayData.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
#ifndef PT_TWOWAYDATA_H
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.cpp b/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.cpp
index 5d7844d6..6aabf164 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.cpp
+++ b/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
diff --git a/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.h b/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.h
index 9caed154..3e125ace 100644
--- a/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.h
+++ b/PhysX_3.4/Source/LowLevelParticles/src/gpu/PtRigidBodyAccessGpu.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.