diff options
| author | bgaldrikian <[email protected]> | 2020-10-08 22:01:09 -0700 |
|---|---|---|
| committer | bgaldrikian <[email protected]> | 2020-10-08 22:01:09 -0700 |
| commit | c389ca2d86ed528e4d54941378a4752ca74026e8 (patch) | |
| tree | 271dba95c84f62d13bcebbc62b5dcdc5b7ff443e /samples/SampleBase/utils | |
| parent | * NvBlastAsset::testForValidChunkOrder (used when creating an NvBlastAsset) i... (diff) | |
| download | blast-1.1.6_release.tar.xz blast-1.1.6_release.zip | |
* Updated license filev1.1.6_releasev1.1.6_rc1
* Updated copyright dates
* Removed ArtistTool
* Pulled request #15 "Fix Blast bond generation"
* Pulled request #16 "Fix invalid pointer access in authoring tools"
Diffstat (limited to 'samples/SampleBase/utils')
| -rwxr-xr-x | samples/SampleBase/utils/PxInputDataFromPxFileBuf.h | 2 | ||||
| -rwxr-xr-x | samples/SampleBase/utils/SampleProfiler.cpp | 2 | ||||
| -rwxr-xr-x | samples/SampleBase/utils/SampleProfiler.h | 2 | ||||
| -rwxr-xr-x | samples/SampleBase/utils/SampleTime.h | 2 | ||||
| -rwxr-xr-x | samples/SampleBase/utils/UIHelpers.h | 2 | ||||
| -rwxr-xr-x | samples/SampleBase/utils/Utils.cpp | 2 | ||||
| -rwxr-xr-x | samples/SampleBase/utils/Utils.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/samples/SampleBase/utils/PxInputDataFromPxFileBuf.h b/samples/SampleBase/utils/PxInputDataFromPxFileBuf.h index e25c5e8..a42da6f 100755 --- a/samples/SampleBase/utils/PxInputDataFromPxFileBuf.h +++ b/samples/SampleBase/utils/PxInputDataFromPxFileBuf.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2020 NVIDIA Corporation. All rights reserved.
#ifndef PXINPUTDATAFROMPXFILEBUF_H
diff --git a/samples/SampleBase/utils/SampleProfiler.cpp b/samples/SampleBase/utils/SampleProfiler.cpp index 43b2754..9d1be58 100755 --- a/samples/SampleBase/utils/SampleProfiler.cpp +++ b/samples/SampleBase/utils/SampleProfiler.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2020 NVIDIA Corporation. All rights reserved.
#include "SampleProfiler.h"
diff --git a/samples/SampleBase/utils/SampleProfiler.h b/samples/SampleBase/utils/SampleProfiler.h index e838ce5..fd27fb8 100755 --- a/samples/SampleBase/utils/SampleProfiler.h +++ b/samples/SampleBase/utils/SampleProfiler.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2020 NVIDIA Corporation. All rights reserved.
#ifndef SAMPLEPROFILER_H
diff --git a/samples/SampleBase/utils/SampleTime.h b/samples/SampleBase/utils/SampleTime.h index 876f86b..1d8ec2f 100755 --- a/samples/SampleBase/utils/SampleTime.h +++ b/samples/SampleBase/utils/SampleTime.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2020 NVIDIA Corporation. All rights reserved.
#ifndef SAMPLE_TIME_H
diff --git a/samples/SampleBase/utils/UIHelpers.h b/samples/SampleBase/utils/UIHelpers.h index 3f0e29a..2f117e7 100755 --- a/samples/SampleBase/utils/UIHelpers.h +++ b/samples/SampleBase/utils/UIHelpers.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2020 NVIDIA Corporation. All rights reserved.
#ifndef UI_HELPERS_H
diff --git a/samples/SampleBase/utils/Utils.cpp b/samples/SampleBase/utils/Utils.cpp index 41677f7..fc939db 100755 --- a/samples/SampleBase/utils/Utils.cpp +++ b/samples/SampleBase/utils/Utils.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2020 NVIDIA Corporation. All rights reserved.
#include "Utils.h"
diff --git a/samples/SampleBase/utils/Utils.h b/samples/SampleBase/utils/Utils.h index 507257b..3c3328f 100755 --- a/samples/SampleBase/utils/Utils.h +++ b/samples/SampleBase/utils/Utils.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2020 NVIDIA Corporation. All rights reserved.
#ifndef UTILS_H
|