aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/samples_v2/SampleBase
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/samples_v2/SampleBase
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/samples_v2/SampleBase')
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexController.cpp2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexController.h2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexRenderMaterial.cpp2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexRenderMaterial.h2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexRenderResourceManager.cpp2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexRenderResourceManager.h2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexRenderResources.cpp2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexRenderResources.h2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexRenderer.cpp2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexRenderer.h2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexResourceCallback.cpp2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/ApexResourceCallback.h2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/CommonUIController.cpp2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/CommonUIController.h2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/PhysXPrimitive.cpp2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/PhysXPrimitive.h2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/SampleManager.cpp2
-rw-r--r--APEX_1.4/samples_v2/SampleBase/SampleManager.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/APEX_1.4/samples_v2/SampleBase/ApexController.cpp b/APEX_1.4/samples_v2/SampleBase/ApexController.cpp
index cf63f274..0248785a 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexController.cpp
+++ b/APEX_1.4/samples_v2/SampleBase/ApexController.cpp
@@ -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/samples_v2/SampleBase/ApexController.h b/APEX_1.4/samples_v2/SampleBase/ApexController.h
index 653e47ee..4be5191b 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexController.h
+++ b/APEX_1.4/samples_v2/SampleBase/ApexController.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/samples_v2/SampleBase/ApexRenderMaterial.cpp b/APEX_1.4/samples_v2/SampleBase/ApexRenderMaterial.cpp
index 9e6eaa2d..d694a0d8 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexRenderMaterial.cpp
+++ b/APEX_1.4/samples_v2/SampleBase/ApexRenderMaterial.cpp
@@ -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/samples_v2/SampleBase/ApexRenderMaterial.h b/APEX_1.4/samples_v2/SampleBase/ApexRenderMaterial.h
index 77d86eb6..5c4a2d5c 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexRenderMaterial.h
+++ b/APEX_1.4/samples_v2/SampleBase/ApexRenderMaterial.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/samples_v2/SampleBase/ApexRenderResourceManager.cpp b/APEX_1.4/samples_v2/SampleBase/ApexRenderResourceManager.cpp
index c0856ed0..64892ade 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexRenderResourceManager.cpp
+++ b/APEX_1.4/samples_v2/SampleBase/ApexRenderResourceManager.cpp
@@ -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/samples_v2/SampleBase/ApexRenderResourceManager.h b/APEX_1.4/samples_v2/SampleBase/ApexRenderResourceManager.h
index 2d6da7b2..965ec295 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexRenderResourceManager.h
+++ b/APEX_1.4/samples_v2/SampleBase/ApexRenderResourceManager.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/samples_v2/SampleBase/ApexRenderResources.cpp b/APEX_1.4/samples_v2/SampleBase/ApexRenderResources.cpp
index dddd0279..ac289263 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexRenderResources.cpp
+++ b/APEX_1.4/samples_v2/SampleBase/ApexRenderResources.cpp
@@ -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/samples_v2/SampleBase/ApexRenderResources.h b/APEX_1.4/samples_v2/SampleBase/ApexRenderResources.h
index 957c5798..bb08b945 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexRenderResources.h
+++ b/APEX_1.4/samples_v2/SampleBase/ApexRenderResources.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/samples_v2/SampleBase/ApexRenderer.cpp b/APEX_1.4/samples_v2/SampleBase/ApexRenderer.cpp
index 62a23f54..1fd5c574 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexRenderer.cpp
+++ b/APEX_1.4/samples_v2/SampleBase/ApexRenderer.cpp
@@ -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/samples_v2/SampleBase/ApexRenderer.h b/APEX_1.4/samples_v2/SampleBase/ApexRenderer.h
index b7fe8306..14a9e597 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexRenderer.h
+++ b/APEX_1.4/samples_v2/SampleBase/ApexRenderer.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/samples_v2/SampleBase/ApexResourceCallback.cpp b/APEX_1.4/samples_v2/SampleBase/ApexResourceCallback.cpp
index 690c65ad..732d2237 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexResourceCallback.cpp
+++ b/APEX_1.4/samples_v2/SampleBase/ApexResourceCallback.cpp
@@ -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/samples_v2/SampleBase/ApexResourceCallback.h b/APEX_1.4/samples_v2/SampleBase/ApexResourceCallback.h
index 4e4dbfaf..8b87934c 100644
--- a/APEX_1.4/samples_v2/SampleBase/ApexResourceCallback.h
+++ b/APEX_1.4/samples_v2/SampleBase/ApexResourceCallback.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/samples_v2/SampleBase/CommonUIController.cpp b/APEX_1.4/samples_v2/SampleBase/CommonUIController.cpp
index f548d36b..b8ca66e0 100644
--- a/APEX_1.4/samples_v2/SampleBase/CommonUIController.cpp
+++ b/APEX_1.4/samples_v2/SampleBase/CommonUIController.cpp
@@ -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/samples_v2/SampleBase/CommonUIController.h b/APEX_1.4/samples_v2/SampleBase/CommonUIController.h
index 252395fd..a452b219 100644
--- a/APEX_1.4/samples_v2/SampleBase/CommonUIController.h
+++ b/APEX_1.4/samples_v2/SampleBase/CommonUIController.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/samples_v2/SampleBase/PhysXPrimitive.cpp b/APEX_1.4/samples_v2/SampleBase/PhysXPrimitive.cpp
index b6eac540..2a4910a6 100644
--- a/APEX_1.4/samples_v2/SampleBase/PhysXPrimitive.cpp
+++ b/APEX_1.4/samples_v2/SampleBase/PhysXPrimitive.cpp
@@ -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/samples_v2/SampleBase/PhysXPrimitive.h b/APEX_1.4/samples_v2/SampleBase/PhysXPrimitive.h
index 3094f224..6c603f5b 100644
--- a/APEX_1.4/samples_v2/SampleBase/PhysXPrimitive.h
+++ b/APEX_1.4/samples_v2/SampleBase/PhysXPrimitive.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/samples_v2/SampleBase/SampleManager.cpp b/APEX_1.4/samples_v2/SampleBase/SampleManager.cpp
index 0434053c..77d1fa76 100644
--- a/APEX_1.4/samples_v2/SampleBase/SampleManager.cpp
+++ b/APEX_1.4/samples_v2/SampleBase/SampleManager.cpp
@@ -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/samples_v2/SampleBase/SampleManager.h b/APEX_1.4/samples_v2/SampleBase/SampleManager.h
index a04ece1e..203d2928 100644
--- a/APEX_1.4/samples_v2/SampleBase/SampleManager.h
+++ b/APEX_1.4/samples_v2/SampleBase/SampleManager.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