aboutsummaryrefslogtreecommitdiff
path: root/KaplaDemo/samples/sampleViewer3
diff options
context:
space:
mode:
Diffstat (limited to 'KaplaDemo/samples/sampleViewer3')
-rw-r--r--KaplaDemo/samples/sampleViewer3/Crab.cpp2
-rw-r--r--KaplaDemo/samples/sampleViewer3/Crab.h2
-rw-r--r--KaplaDemo/samples/sampleViewer3/CrabManager.cpp2
-rw-r--r--KaplaDemo/samples/sampleViewer3/CrabManager.h2
-rw-r--r--KaplaDemo/samples/sampleViewer3/RawLoader.cpp2
-rw-r--r--KaplaDemo/samples/sampleViewer3/RawLoader.h2
-rw-r--r--KaplaDemo/samples/sampleViewer3/SceneCrab.cpp2
-rw-r--r--KaplaDemo/samples/sampleViewer3/SceneCrab.h2
-rw-r--r--KaplaDemo/samples/sampleViewer3/SceneCrabInputEventIds.h2
-rw-r--r--KaplaDemo/samples/sampleViewer3/SceneVehicleCooking.cpp2
-rw-r--r--KaplaDemo/samples/sampleViewer3/SceneVehicleCooking.h2
-rw-r--r--KaplaDemo/samples/sampleViewer3/SceneVehicleSceneQuery.cpp2
-rw-r--r--KaplaDemo/samples/sampleViewer3/SceneVehicleSceneQuery.h2
-rw-r--r--KaplaDemo/samples/sampleViewer3/TerrainRandomSamplePrecompute.cpp2
-rw-r--r--KaplaDemo/samples/sampleViewer3/TerrainRandomSamplePrecompute.h2
-rw-r--r--KaplaDemo/samples/sampleViewer3/VehicleCameraController.cpp2
-rw-r--r--KaplaDemo/samples/sampleViewer3/VehicleCameraController.h2
-rw-r--r--KaplaDemo/samples/sampleViewer3/VehicleControlInputs.cpp2
-rw-r--r--KaplaDemo/samples/sampleViewer3/VehicleControlInputs.h2
-rw-r--r--KaplaDemo/samples/sampleViewer3/VehicleController.cpp2
-rw-r--r--KaplaDemo/samples/sampleViewer3/VehicleController.h2
-rw-r--r--KaplaDemo/samples/sampleViewer3/VehicleWheelQueryResults.cpp2
-rw-r--r--KaplaDemo/samples/sampleViewer3/VehicleWheelQueryResults.h2
23 files changed, 23 insertions, 23 deletions
diff --git a/KaplaDemo/samples/sampleViewer3/Crab.cpp b/KaplaDemo/samples/sampleViewer3/Crab.cpp
index 2eba5e23..796a754d 100644
--- a/KaplaDemo/samples/sampleViewer3/Crab.cpp
+++ b/KaplaDemo/samples/sampleViewer3/Crab.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/Crab.h b/KaplaDemo/samples/sampleViewer3/Crab.h
index 829abe8e..2f82c408 100644
--- a/KaplaDemo/samples/sampleViewer3/Crab.h
+++ b/KaplaDemo/samples/sampleViewer3/Crab.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/CrabManager.cpp b/KaplaDemo/samples/sampleViewer3/CrabManager.cpp
index fa7649e9..58e2987c 100644
--- a/KaplaDemo/samples/sampleViewer3/CrabManager.cpp
+++ b/KaplaDemo/samples/sampleViewer3/CrabManager.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/CrabManager.h b/KaplaDemo/samples/sampleViewer3/CrabManager.h
index f76ef6cf..81b8303a 100644
--- a/KaplaDemo/samples/sampleViewer3/CrabManager.h
+++ b/KaplaDemo/samples/sampleViewer3/CrabManager.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/RawLoader.cpp b/KaplaDemo/samples/sampleViewer3/RawLoader.cpp
index f374a6a9..8009a8b9 100644
--- a/KaplaDemo/samples/sampleViewer3/RawLoader.cpp
+++ b/KaplaDemo/samples/sampleViewer3/RawLoader.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/RawLoader.h b/KaplaDemo/samples/sampleViewer3/RawLoader.h
index 4f5d1e33..c292df46 100644
--- a/KaplaDemo/samples/sampleViewer3/RawLoader.h
+++ b/KaplaDemo/samples/sampleViewer3/RawLoader.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/SceneCrab.cpp b/KaplaDemo/samples/sampleViewer3/SceneCrab.cpp
index 0b6370cc..96f5aee5 100644
--- a/KaplaDemo/samples/sampleViewer3/SceneCrab.cpp
+++ b/KaplaDemo/samples/sampleViewer3/SceneCrab.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/SceneCrab.h b/KaplaDemo/samples/sampleViewer3/SceneCrab.h
index cbe00d94..4c85b8b2 100644
--- a/KaplaDemo/samples/sampleViewer3/SceneCrab.h
+++ b/KaplaDemo/samples/sampleViewer3/SceneCrab.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/SceneCrabInputEventIds.h b/KaplaDemo/samples/sampleViewer3/SceneCrabInputEventIds.h
index 5d6c261e..2adf37b5 100644
--- a/KaplaDemo/samples/sampleViewer3/SceneCrabInputEventIds.h
+++ b/KaplaDemo/samples/sampleViewer3/SceneCrabInputEventIds.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
#ifndef SCENE_CRAB_INPUT_EVENT_IDS_H
#define SCENE_CRAB_INPUT_EVENT_IDS_H
diff --git a/KaplaDemo/samples/sampleViewer3/SceneVehicleCooking.cpp b/KaplaDemo/samples/sampleViewer3/SceneVehicleCooking.cpp
index 25c81d82..e758091e 100644
--- a/KaplaDemo/samples/sampleViewer3/SceneVehicleCooking.cpp
+++ b/KaplaDemo/samples/sampleViewer3/SceneVehicleCooking.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/SceneVehicleCooking.h b/KaplaDemo/samples/sampleViewer3/SceneVehicleCooking.h
index c376cd32..109530fd 100644
--- a/KaplaDemo/samples/sampleViewer3/SceneVehicleCooking.h
+++ b/KaplaDemo/samples/sampleViewer3/SceneVehicleCooking.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/SceneVehicleSceneQuery.cpp b/KaplaDemo/samples/sampleViewer3/SceneVehicleSceneQuery.cpp
index 5b41709a..24a53376 100644
--- a/KaplaDemo/samples/sampleViewer3/SceneVehicleSceneQuery.cpp
+++ b/KaplaDemo/samples/sampleViewer3/SceneVehicleSceneQuery.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/SceneVehicleSceneQuery.h b/KaplaDemo/samples/sampleViewer3/SceneVehicleSceneQuery.h
index 0f676444..eac643ea 100644
--- a/KaplaDemo/samples/sampleViewer3/SceneVehicleSceneQuery.h
+++ b/KaplaDemo/samples/sampleViewer3/SceneVehicleSceneQuery.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/TerrainRandomSamplePrecompute.cpp b/KaplaDemo/samples/sampleViewer3/TerrainRandomSamplePrecompute.cpp
index 76973a0b..af15e469 100644
--- a/KaplaDemo/samples/sampleViewer3/TerrainRandomSamplePrecompute.cpp
+++ b/KaplaDemo/samples/sampleViewer3/TerrainRandomSamplePrecompute.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/TerrainRandomSamplePrecompute.h b/KaplaDemo/samples/sampleViewer3/TerrainRandomSamplePrecompute.h
index 615d82ab..f77f9327 100644
--- a/KaplaDemo/samples/sampleViewer3/TerrainRandomSamplePrecompute.h
+++ b/KaplaDemo/samples/sampleViewer3/TerrainRandomSamplePrecompute.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/VehicleCameraController.cpp b/KaplaDemo/samples/sampleViewer3/VehicleCameraController.cpp
index 8087d25d..f414aefb 100644
--- a/KaplaDemo/samples/sampleViewer3/VehicleCameraController.cpp
+++ b/KaplaDemo/samples/sampleViewer3/VehicleCameraController.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/VehicleCameraController.h b/KaplaDemo/samples/sampleViewer3/VehicleCameraController.h
index e4df2d39..060865dc 100644
--- a/KaplaDemo/samples/sampleViewer3/VehicleCameraController.h
+++ b/KaplaDemo/samples/sampleViewer3/VehicleCameraController.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/VehicleControlInputs.cpp b/KaplaDemo/samples/sampleViewer3/VehicleControlInputs.cpp
index 85ac82ed..5ca7a06a 100644
--- a/KaplaDemo/samples/sampleViewer3/VehicleControlInputs.cpp
+++ b/KaplaDemo/samples/sampleViewer3/VehicleControlInputs.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/VehicleControlInputs.h b/KaplaDemo/samples/sampleViewer3/VehicleControlInputs.h
index c7cc2fb2..5818162c 100644
--- a/KaplaDemo/samples/sampleViewer3/VehicleControlInputs.h
+++ b/KaplaDemo/samples/sampleViewer3/VehicleControlInputs.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/VehicleController.cpp b/KaplaDemo/samples/sampleViewer3/VehicleController.cpp
index 57b42ddc..09dd12a3 100644
--- a/KaplaDemo/samples/sampleViewer3/VehicleController.cpp
+++ b/KaplaDemo/samples/sampleViewer3/VehicleController.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/VehicleController.h b/KaplaDemo/samples/sampleViewer3/VehicleController.h
index b8456e2f..0f623fa4 100644
--- a/KaplaDemo/samples/sampleViewer3/VehicleController.h
+++ b/KaplaDemo/samples/sampleViewer3/VehicleController.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/VehicleWheelQueryResults.cpp b/KaplaDemo/samples/sampleViewer3/VehicleWheelQueryResults.cpp
index 3b305d0d..e86505b4 100644
--- a/KaplaDemo/samples/sampleViewer3/VehicleWheelQueryResults.cpp
+++ b/KaplaDemo/samples/sampleViewer3/VehicleWheelQueryResults.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.
diff --git a/KaplaDemo/samples/sampleViewer3/VehicleWheelQueryResults.h b/KaplaDemo/samples/sampleViewer3/VehicleWheelQueryResults.h
index e3d6d1e3..4e9ff3fd 100644
--- a/KaplaDemo/samples/sampleViewer3/VehicleWheelQueryResults.h
+++ b/KaplaDemo/samples/sampleViewer3/VehicleWheelQueryResults.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2014 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.