aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Source/Common/src
diff options
context:
space:
mode:
authorSheikh Dawood <[email protected]>2018-05-25 09:54:38 -0500
committerSheikh Dawood <[email protected]>2018-05-25 09:54:38 -0500
commitb99b3783cd7e3fb1bb0a07dc472b2fc000c4cdc1 (patch)
treede67d7adc7cc66d44c3e0a399d94d1db6bcebd0c /PhysX_3.4/Source/Common/src
parentPhysX 3.4, APEX 1.4 patch release @23933511 (diff)
downloadphysx-3.4-b99b3783cd7e3fb1bb0a07dc472b2fc000c4cdc1.tar.xz
physx-3.4-b99b3783cd7e3fb1bb0a07dc472b2fc000c4cdc1.zip
PhysX 3.4, APEX 1.4 patch release @24214033v3.4.2
Diffstat (limited to 'PhysX_3.4/Source/Common/src')
-rw-r--r--PhysX_3.4/Source/Common/src/CmBitMap.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmBoxPruning.cpp2
-rw-r--r--PhysX_3.4/Source/Common/src/CmBoxPruning.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmCollection.cpp2
-rw-r--r--PhysX_3.4/Source/Common/src/CmCollection.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmConeLimitHelper.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmFlushPool.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmIDPool.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmIO.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmMathUtils.cpp2
-rw-r--r--PhysX_3.4/Source/Common/src/CmMatrix34.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmPhysXCommon.h4
-rw-r--r--PhysX_3.4/Source/Common/src/CmPool.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmPreallocatingPool.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmPriorityQueue.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmPtrTable.cpp2
-rw-r--r--PhysX_3.4/Source/Common/src/CmPtrTable.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmQueue.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmRadixSort.cpp2
-rw-r--r--PhysX_3.4/Source/Common/src/CmRadixSort.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmRadixSortBuffered.cpp2
-rw-r--r--PhysX_3.4/Source/Common/src/CmRadixSortBuffered.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmRefCountable.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmRenderBuffer.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmRenderOutput.cpp2
-rw-r--r--PhysX_3.4/Source/Common/src/CmRenderOutput.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmScaling.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmSpatialVector.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmTask.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmTaskPool.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmTmpMem.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmTransformUtils.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmUtils.h2
-rw-r--r--PhysX_3.4/Source/Common/src/CmVisualization.cpp2
-rw-r--r--PhysX_3.4/Source/Common/src/CmVisualization.h2
-rw-r--r--PhysX_3.4/Source/Common/src/windows/CmWindowsDelayLoadHook.cpp2
-rw-r--r--PhysX_3.4/Source/Common/src/windows/CmWindowsModuleUpdateLoader.cpp2
37 files changed, 37 insertions, 39 deletions
diff --git a/PhysX_3.4/Source/Common/src/CmBitMap.h b/PhysX_3.4/Source/Common/src/CmBitMap.h
index c9c89b2e..fbcb52df 100644
--- a/PhysX_3.4/Source/Common/src/CmBitMap.h
+++ b/PhysX_3.4/Source/Common/src/CmBitMap.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmBoxPruning.cpp b/PhysX_3.4/Source/Common/src/CmBoxPruning.cpp
index 6192292b..612f5836 100644
--- a/PhysX_3.4/Source/Common/src/CmBoxPruning.cpp
+++ b/PhysX_3.4/Source/Common/src/CmBoxPruning.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmBoxPruning.h b/PhysX_3.4/Source/Common/src/CmBoxPruning.h
index 3d6d8da8..478cf68c 100644
--- a/PhysX_3.4/Source/Common/src/CmBoxPruning.h
+++ b/PhysX_3.4/Source/Common/src/CmBoxPruning.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmCollection.cpp b/PhysX_3.4/Source/Common/src/CmCollection.cpp
index b5d9fdc5..4c86f7ff 100644
--- a/PhysX_3.4/Source/Common/src/CmCollection.cpp
+++ b/PhysX_3.4/Source/Common/src/CmCollection.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmCollection.h b/PhysX_3.4/Source/Common/src/CmCollection.h
index 138d47bf..686f434d 100644
--- a/PhysX_3.4/Source/Common/src/CmCollection.h
+++ b/PhysX_3.4/Source/Common/src/CmCollection.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmConeLimitHelper.h b/PhysX_3.4/Source/Common/src/CmConeLimitHelper.h
index 7091a9fd..81e20edd 100644
--- a/PhysX_3.4/Source/Common/src/CmConeLimitHelper.h
+++ b/PhysX_3.4/Source/Common/src/CmConeLimitHelper.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmFlushPool.h b/PhysX_3.4/Source/Common/src/CmFlushPool.h
index 6d42e8b3..c23ee27e 100644
--- a/PhysX_3.4/Source/Common/src/CmFlushPool.h
+++ b/PhysX_3.4/Source/Common/src/CmFlushPool.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmIDPool.h b/PhysX_3.4/Source/Common/src/CmIDPool.h
index 58673eae..ef7912c0 100644
--- a/PhysX_3.4/Source/Common/src/CmIDPool.h
+++ b/PhysX_3.4/Source/Common/src/CmIDPool.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmIO.h b/PhysX_3.4/Source/Common/src/CmIO.h
index 0bca6d93..10e137eb 100644
--- a/PhysX_3.4/Source/Common/src/CmIO.h
+++ b/PhysX_3.4/Source/Common/src/CmIO.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmMathUtils.cpp b/PhysX_3.4/Source/Common/src/CmMathUtils.cpp
index 0c7a2022..4708c892 100644
--- a/PhysX_3.4/Source/Common/src/CmMathUtils.cpp
+++ b/PhysX_3.4/Source/Common/src/CmMathUtils.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmMatrix34.h b/PhysX_3.4/Source/Common/src/CmMatrix34.h
index f2375cd7..92b28773 100644
--- a/PhysX_3.4/Source/Common/src/CmMatrix34.h
+++ b/PhysX_3.4/Source/Common/src/CmMatrix34.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmPhysXCommon.h b/PhysX_3.4/Source/Common/src/CmPhysXCommon.h
index a059e5bc..96135483 100644
--- a/PhysX_3.4/Source/Common/src/CmPhysXCommon.h
+++ b/PhysX_3.4/Source/Common/src/CmPhysXCommon.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.
@@ -50,8 +50,6 @@
// caused troubles (e.g. TTP 1705, TTP 306).
#define PX_PARALLEL_TOLERANCE 1e-02f
-#define PX_USE_16_BIT_HANDLES 0
-
namespace physx
{
// alias shared foundation to something usable
diff --git a/PhysX_3.4/Source/Common/src/CmPool.h b/PhysX_3.4/Source/Common/src/CmPool.h
index a82248f7..73b0bae5 100644
--- a/PhysX_3.4/Source/Common/src/CmPool.h
+++ b/PhysX_3.4/Source/Common/src/CmPool.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmPreallocatingPool.h b/PhysX_3.4/Source/Common/src/CmPreallocatingPool.h
index 24c4994c..0c8d83b0 100644
--- a/PhysX_3.4/Source/Common/src/CmPreallocatingPool.h
+++ b/PhysX_3.4/Source/Common/src/CmPreallocatingPool.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmPriorityQueue.h b/PhysX_3.4/Source/Common/src/CmPriorityQueue.h
index d675af60..4741f9fa 100644
--- a/PhysX_3.4/Source/Common/src/CmPriorityQueue.h
+++ b/PhysX_3.4/Source/Common/src/CmPriorityQueue.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmPtrTable.cpp b/PhysX_3.4/Source/Common/src/CmPtrTable.cpp
index 96e437a8..c4610bfe 100644
--- a/PhysX_3.4/Source/Common/src/CmPtrTable.cpp
+++ b/PhysX_3.4/Source/Common/src/CmPtrTable.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmPtrTable.h b/PhysX_3.4/Source/Common/src/CmPtrTable.h
index 32426c0d..34efb6b4 100644
--- a/PhysX_3.4/Source/Common/src/CmPtrTable.h
+++ b/PhysX_3.4/Source/Common/src/CmPtrTable.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmQueue.h b/PhysX_3.4/Source/Common/src/CmQueue.h
index 08eac315..965a7c1f 100644
--- a/PhysX_3.4/Source/Common/src/CmQueue.h
+++ b/PhysX_3.4/Source/Common/src/CmQueue.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmRadixSort.cpp b/PhysX_3.4/Source/Common/src/CmRadixSort.cpp
index b7ef0542..181cb4cd 100644
--- a/PhysX_3.4/Source/Common/src/CmRadixSort.cpp
+++ b/PhysX_3.4/Source/Common/src/CmRadixSort.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmRadixSort.h b/PhysX_3.4/Source/Common/src/CmRadixSort.h
index 19f97f8f..6afef90f 100644
--- a/PhysX_3.4/Source/Common/src/CmRadixSort.h
+++ b/PhysX_3.4/Source/Common/src/CmRadixSort.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmRadixSortBuffered.cpp b/PhysX_3.4/Source/Common/src/CmRadixSortBuffered.cpp
index 83fddb63..b9895db6 100644
--- a/PhysX_3.4/Source/Common/src/CmRadixSortBuffered.cpp
+++ b/PhysX_3.4/Source/Common/src/CmRadixSortBuffered.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmRadixSortBuffered.h b/PhysX_3.4/Source/Common/src/CmRadixSortBuffered.h
index ca3ef035..0ad52c0a 100644
--- a/PhysX_3.4/Source/Common/src/CmRadixSortBuffered.h
+++ b/PhysX_3.4/Source/Common/src/CmRadixSortBuffered.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmRefCountable.h b/PhysX_3.4/Source/Common/src/CmRefCountable.h
index 4aa6ba33..6db2376d 100644
--- a/PhysX_3.4/Source/Common/src/CmRefCountable.h
+++ b/PhysX_3.4/Source/Common/src/CmRefCountable.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmRenderBuffer.h b/PhysX_3.4/Source/Common/src/CmRenderBuffer.h
index e4327e3d..151263cf 100644
--- a/PhysX_3.4/Source/Common/src/CmRenderBuffer.h
+++ b/PhysX_3.4/Source/Common/src/CmRenderBuffer.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmRenderOutput.cpp b/PhysX_3.4/Source/Common/src/CmRenderOutput.cpp
index 367475c8..5dc65a16 100644
--- a/PhysX_3.4/Source/Common/src/CmRenderOutput.cpp
+++ b/PhysX_3.4/Source/Common/src/CmRenderOutput.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmRenderOutput.h b/PhysX_3.4/Source/Common/src/CmRenderOutput.h
index 42d1e89a..b64f1c6a 100644
--- a/PhysX_3.4/Source/Common/src/CmRenderOutput.h
+++ b/PhysX_3.4/Source/Common/src/CmRenderOutput.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmScaling.h b/PhysX_3.4/Source/Common/src/CmScaling.h
index 5f5c3e20..4b9f7c3f 100644
--- a/PhysX_3.4/Source/Common/src/CmScaling.h
+++ b/PhysX_3.4/Source/Common/src/CmScaling.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmSpatialVector.h b/PhysX_3.4/Source/Common/src/CmSpatialVector.h
index ddfa33d0..1aec9a6c 100644
--- a/PhysX_3.4/Source/Common/src/CmSpatialVector.h
+++ b/PhysX_3.4/Source/Common/src/CmSpatialVector.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmTask.h b/PhysX_3.4/Source/Common/src/CmTask.h
index 40a89ffb..11646dde 100644
--- a/PhysX_3.4/Source/Common/src/CmTask.h
+++ b/PhysX_3.4/Source/Common/src/CmTask.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmTaskPool.h b/PhysX_3.4/Source/Common/src/CmTaskPool.h
index 98e57c03..810d406c 100644
--- a/PhysX_3.4/Source/Common/src/CmTaskPool.h
+++ b/PhysX_3.4/Source/Common/src/CmTaskPool.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmTmpMem.h b/PhysX_3.4/Source/Common/src/CmTmpMem.h
index 70665033..825cab96 100644
--- a/PhysX_3.4/Source/Common/src/CmTmpMem.h
+++ b/PhysX_3.4/Source/Common/src/CmTmpMem.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmTransformUtils.h b/PhysX_3.4/Source/Common/src/CmTransformUtils.h
index a959af7f..e45598b6 100644
--- a/PhysX_3.4/Source/Common/src/CmTransformUtils.h
+++ b/PhysX_3.4/Source/Common/src/CmTransformUtils.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmUtils.h b/PhysX_3.4/Source/Common/src/CmUtils.h
index e7bccbbd..ea55b750 100644
--- a/PhysX_3.4/Source/Common/src/CmUtils.h
+++ b/PhysX_3.4/Source/Common/src/CmUtils.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmVisualization.cpp b/PhysX_3.4/Source/Common/src/CmVisualization.cpp
index 05a51d31..ffe1557c 100644
--- a/PhysX_3.4/Source/Common/src/CmVisualization.cpp
+++ b/PhysX_3.4/Source/Common/src/CmVisualization.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/CmVisualization.h b/PhysX_3.4/Source/Common/src/CmVisualization.h
index 30f9f3af..4a617aae 100644
--- a/PhysX_3.4/Source/Common/src/CmVisualization.h
+++ b/PhysX_3.4/Source/Common/src/CmVisualization.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/windows/CmWindowsDelayLoadHook.cpp b/PhysX_3.4/Source/Common/src/windows/CmWindowsDelayLoadHook.cpp
index 8219e437..2092802d 100644
--- a/PhysX_3.4/Source/Common/src/windows/CmWindowsDelayLoadHook.cpp
+++ b/PhysX_3.4/Source/Common/src/windows/CmWindowsDelayLoadHook.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 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/Common/src/windows/CmWindowsModuleUpdateLoader.cpp b/PhysX_3.4/Source/Common/src/windows/CmWindowsModuleUpdateLoader.cpp
index 7151877d..8c322a4c 100644
--- a/PhysX_3.4/Source/Common/src/windows/CmWindowsModuleUpdateLoader.cpp
+++ b/PhysX_3.4/Source/Common/src/windows/CmWindowsModuleUpdateLoader.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved.
// Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved.
// Copyright (c) 2001-2004 NovodeX AG. All rights reserved.