aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/include/clothing
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 /APEX_1.4/include/clothing
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 'APEX_1.4/include/clothing')
-rw-r--r--APEX_1.4/include/clothing/ClothingActor.h2
-rw-r--r--APEX_1.4/include/clothing/ClothingAsset.h2
-rw-r--r--APEX_1.4/include/clothing/ClothingAssetAuthoring.h2
-rw-r--r--APEX_1.4/include/clothing/ClothingCollision.h2
-rw-r--r--APEX_1.4/include/clothing/ClothingPhysicalMesh.h2
-rw-r--r--APEX_1.4/include/clothing/ClothingPreview.h2
-rw-r--r--APEX_1.4/include/clothing/ClothingRenderProxy.h2
-rw-r--r--APEX_1.4/include/clothing/ClothingVelocityCallback.h2
-rw-r--r--APEX_1.4/include/clothing/ModuleClothing.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/APEX_1.4/include/clothing/ClothingActor.h b/APEX_1.4/include/clothing/ClothingActor.h
index 15a42f10..61af476c 100644
--- a/APEX_1.4/include/clothing/ClothingActor.h
+++ b/APEX_1.4/include/clothing/ClothingActor.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/include/clothing/ClothingAsset.h b/APEX_1.4/include/clothing/ClothingAsset.h
index c4ee9610..9966bcd6 100644
--- a/APEX_1.4/include/clothing/ClothingAsset.h
+++ b/APEX_1.4/include/clothing/ClothingAsset.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/include/clothing/ClothingAssetAuthoring.h b/APEX_1.4/include/clothing/ClothingAssetAuthoring.h
index 6b0d5b0c..182a718b 100644
--- a/APEX_1.4/include/clothing/ClothingAssetAuthoring.h
+++ b/APEX_1.4/include/clothing/ClothingAssetAuthoring.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/include/clothing/ClothingCollision.h b/APEX_1.4/include/clothing/ClothingCollision.h
index 8dff9550..7ea0afbc 100644
--- a/APEX_1.4/include/clothing/ClothingCollision.h
+++ b/APEX_1.4/include/clothing/ClothingCollision.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/include/clothing/ClothingPhysicalMesh.h b/APEX_1.4/include/clothing/ClothingPhysicalMesh.h
index 21dafe79..ae17c185 100644
--- a/APEX_1.4/include/clothing/ClothingPhysicalMesh.h
+++ b/APEX_1.4/include/clothing/ClothingPhysicalMesh.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/include/clothing/ClothingPreview.h b/APEX_1.4/include/clothing/ClothingPreview.h
index 456abd9b..ba8b1df3 100644
--- a/APEX_1.4/include/clothing/ClothingPreview.h
+++ b/APEX_1.4/include/clothing/ClothingPreview.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/include/clothing/ClothingRenderProxy.h b/APEX_1.4/include/clothing/ClothingRenderProxy.h
index ef4a884b..0ed1dd20 100644
--- a/APEX_1.4/include/clothing/ClothingRenderProxy.h
+++ b/APEX_1.4/include/clothing/ClothingRenderProxy.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/include/clothing/ClothingVelocityCallback.h b/APEX_1.4/include/clothing/ClothingVelocityCallback.h
index ea46f314..2e2e5118 100644
--- a/APEX_1.4/include/clothing/ClothingVelocityCallback.h
+++ b/APEX_1.4/include/clothing/ClothingVelocityCallback.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation
diff --git a/APEX_1.4/include/clothing/ModuleClothing.h b/APEX_1.4/include/clothing/ModuleClothing.h
index 2e38d16f..ab4e922b 100644
--- a/APEX_1.4/include/clothing/ModuleClothing.h
+++ b/APEX_1.4/include/clothing/ModuleClothing.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2015, NVIDIA CORPORATION. All rights reserved.
+ * Copyright (c) 2008-2017, NVIDIA CORPORATION. All rights reserved.
*
* NVIDIA CORPORATION and its licensors retain all intellectual property
* and proprietary rights in and to this software, related documentation