aboutsummaryrefslogtreecommitdiff
path: root/PhysX_3.4/Samples/SampleFramework/framework
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/Samples/SampleFramework/framework
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/Samples/SampleFramework/framework')
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/AgPerfMonEventDefs.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/FrameworkFoundation.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/ODBlock.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleActor.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleApplication.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleArray.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleAsset.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleAssetManager.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleCommandLine.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleDirManager.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleFilesystem.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleFrameworkInputEventIds.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleInputAsset.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleLineDebugRender.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleMaterialAsset.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SamplePointDebugRender.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleTextureAsset.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleTree.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleTriangleDebugRender.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/include/SampleXml.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/ODBlock.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SampleApplication.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SampleAsset.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SampleAssetManager.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SampleCommandLine.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SampleDirManager.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SampleInputAsset.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SampleLineDebugRender.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SampleMaterialAsset.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SamplePointDebugRender.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SampleTextureAsset.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SampleTree.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/SampleTriangleDebugRender.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/nv_dds.cpp2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/nv_dds.h2
-rw-r--r--PhysX_3.4/Samples/SampleFramework/framework/src/windows/WindowsSampleAssetManager.cpp2
36 files changed, 36 insertions, 36 deletions
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/AgPerfMonEventDefs.h b/PhysX_3.4/Samples/SampleFramework/framework/include/AgPerfMonEventDefs.h
index d5e3bfc7..c1e0c421 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/AgPerfMonEventDefs.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/AgPerfMonEventDefs.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.
// This file is used to define a list of AgPerfMon events.
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/FrameworkFoundation.h b/PhysX_3.4/Samples/SampleFramework/framework/include/FrameworkFoundation.h
index 1a38a213..e66e17ee 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/FrameworkFoundation.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/FrameworkFoundation.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.
#ifndef FRAMEWORK_FOUNDATION_H
#define FRAMEWORK_FOUNDATION_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/ODBlock.h b/PhysX_3.4/Samples/SampleFramework/framework/include/ODBlock.h
index 57191076..8abc6761 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/ODBlock.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/ODBlock.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 ODBLOCK_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleActor.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleActor.h
index 9e909591..69e4e34f 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleActor.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleActor.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.
#ifndef SAMPLE_ACTOR_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleApplication.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleApplication.h
index 2d8cd1f1..567d1dde 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleApplication.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleApplication.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.
#ifndef SAMPLE_APPLICATION_H
#define SAMPLE_APPLICATION_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleArray.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleArray.h
index e1c7a103..572f915d 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleArray.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleArray.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.
#ifndef SAMPLEFRAMEWORK_ARRAY
#define SAMPLEFRAMEWORK_ARRAY
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleAsset.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleAsset.h
index 597831a1..0dbc6687 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleAsset.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleAsset.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.
#ifndef SAMPLE_ASSET_H
#define SAMPLE_ASSET_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleAssetManager.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleAssetManager.h
index 167ad9b6..16a95d88 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleAssetManager.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleAssetManager.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.
#ifndef SAMPLE_ASSET_MANAGER_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleCommandLine.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleCommandLine.h
index 3f65bace..112587fb 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleCommandLine.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleCommandLine.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.
#ifndef SAMPLE_COMMANDLINE_H
#define SAMPLE_COMMANDLINE_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleDirManager.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleDirManager.h
index c1ad3804..fd7a4ecf 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleDirManager.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleDirManager.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.
#ifndef SAMPLE_DIR_MANAGER_H
#define SAMPLE_DIR_MANAGER_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleFilesystem.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleFilesystem.h
index 85d8d788..c0a540f9 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleFilesystem.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleFilesystem.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.
#ifndef SAMPLE_FILESYSTEM_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleFrameworkInputEventIds.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleFrameworkInputEventIds.h
index b087f991..21fdc6e5 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleFrameworkInputEventIds.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleFrameworkInputEventIds.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.
#ifndef SAMPLE_FRAMEWORK_INPUT_EVENT_IDS_H
#define SAMPLE_FRAMEWORK_INPUT_EVENT_IDS_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleInputAsset.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleInputAsset.h
index cf43aa0e..402ba512 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleInputAsset.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleInputAsset.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.
#ifndef SAMPLE_INPUT_ASSET_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleLineDebugRender.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleLineDebugRender.h
index e69f2fa1..c6b2ae46 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleLineDebugRender.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleLineDebugRender.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.
#ifndef SAMPLE_LINE_DEBUG_RENDER_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleMaterialAsset.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleMaterialAsset.h
index bcce930d..8c00dd35 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleMaterialAsset.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleMaterialAsset.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.
#ifndef SAMPLE_MATERIAL_ASSET_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SamplePointDebugRender.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SamplePointDebugRender.h
index 46cba14a..59e77cc0 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SamplePointDebugRender.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SamplePointDebugRender.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.
#ifndef SAMPLE_POINT_DEBUG_RENDER_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTextureAsset.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTextureAsset.h
index 78efeb62..3914c7f1 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTextureAsset.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTextureAsset.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.
#ifndef SAMPLE_TEXTURE_ASSET_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTree.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTree.h
index 0e6aca5a..68622222 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTree.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTree.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.
#ifndef SAMPLE_TREE_H
#define SAMPLE_TREE_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTriangleDebugRender.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTriangleDebugRender.h
index e65710dd..8451ee0f 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTriangleDebugRender.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleTriangleDebugRender.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.
#ifndef SAMPLE_TRIANGLE_DEBUG_RENDER_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleXml.h b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleXml.h
index f9cdecb8..5d357437 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/include/SampleXml.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/include/SampleXml.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.
#ifndef SAMPLE_XML_H
#define SAMPLE_XML_H
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/ODBlock.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/ODBlock.cpp
index 2e3bd040..c277f9be 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/ODBlock.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/ODBlock.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.
/*-------------------------------------------------------------*\
| |
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleApplication.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleApplication.cpp
index bb188f4b..d8140aed 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleApplication.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleApplication.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.
#include <PsUtilities.h>
#include <SampleApplication.h>
#include <SampleCommandLine.h>
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleAsset.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleAsset.cpp
index dd7db24b..46f58ece 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleAsset.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleAsset.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.
#include <SampleAsset.h>
#include "PsString.h"
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleAssetManager.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleAssetManager.cpp
index c1e19c4d..e77afeb0 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleAssetManager.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleAssetManager.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.
#include <SampleAssetManager.h>
#include <SampleAsset.h>
#include <SampleMaterialAsset.h>
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleCommandLine.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleCommandLine.cpp
index 91d21840..0a89322c 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleCommandLine.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleCommandLine.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.
#include "FrameworkFoundation.h"
#include <SampleCommandLine.h>
#include <string.h>
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleDirManager.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleDirManager.cpp
index 12bd98d7..5477d43f 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleDirManager.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleDirManager.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.
#include "SampleDirManager.h"
#include "SampleAssetManager.h"
#include "SamplePlatform.h"
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleInputAsset.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleInputAsset.cpp
index 2de45556..266fb9d5 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleInputAsset.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleInputAsset.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.
#include "SampleInputAsset.h"
#include "ODBlock.h"
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleLineDebugRender.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleLineDebugRender.cpp
index 243d1671..e44706e0 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleLineDebugRender.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleLineDebugRender.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.
#include <SampleLineDebugRender.h>
#include <Renderer.h>
#include <RendererVertexBuffer.h>
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleMaterialAsset.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleMaterialAsset.cpp
index 238217ee..978166f6 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleMaterialAsset.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleMaterialAsset.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.
#include <SampleMaterialAsset.h>
#include <Renderer.h>
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SamplePointDebugRender.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SamplePointDebugRender.cpp
index 65a6e5a4..f7d5c7de 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SamplePointDebugRender.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SamplePointDebugRender.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.
#include <SamplePointDebugRender.h>
#include <Renderer.h>
#include <RendererVertexBuffer.h>
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTextureAsset.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTextureAsset.cpp
index c6302895..4cb5f2e6 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTextureAsset.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTextureAsset.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.
#include <SampleTextureAsset.h>
#include <Renderer.h>
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTree.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTree.cpp
index 8d24e364..8b89377e 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTree.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTree.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.
#include "SampleTree.h"
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTriangleDebugRender.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTriangleDebugRender.cpp
index c596d6ab..45448a1d 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTriangleDebugRender.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/SampleTriangleDebugRender.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.
#include <SampleTriangleDebugRender.h>
#include <Renderer.h>
#include <RendererVertexBuffer.h>
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/nv_dds.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/nv_dds.cpp
index 9bd9628a..96017f58 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/nv_dds.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/nv_dds.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.
// PHYSX-CHANGES:
// - Removed dependency on OpenGL. -jdolan
// - MACOS does not always equate to BIG_ENDIAN... fixed it for all platforms. -jdolan
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/nv_dds.h b/PhysX_3.4/Samples/SampleFramework/framework/src/nv_dds.h
index cafe65bc..ede9ece8 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/nv_dds.h
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/nv_dds.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.
// PHYSX-CHANGES:
// - Removed dependency on OpenGL. -jdolan
diff --git a/PhysX_3.4/Samples/SampleFramework/framework/src/windows/WindowsSampleAssetManager.cpp b/PhysX_3.4/Samples/SampleFramework/framework/src/windows/WindowsSampleAssetManager.cpp
index a2bfaa82..1e024ef2 100644
--- a/PhysX_3.4/Samples/SampleFramework/framework/src/windows/WindowsSampleAssetManager.cpp
+++ b/PhysX_3.4/Samples/SampleFramework/framework/src/windows/WindowsSampleAssetManager.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.
#include <SampleAssetManager.h>
#define NOMINMAX