diff options
| author | sschirm <[email protected]> | 2017-01-06 14:45:46 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2017-01-06 14:45:46 +0100 |
| commit | c7a921796332e8fcd51f3e05c1a318a41282e1e2 (patch) | |
| tree | 770db0c76e954045fe5178a36a7519b26df6942a /PhysX_3.4/Samples/SampleFramework/framework/src | |
| parent | PhysX 3.4, APEX 1.4 release candidate update: @21511067-21511214 (diff) | |
| download | physx-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/src')
16 files changed, 16 insertions, 16 deletions
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 |