aboutsummaryrefslogtreecommitdiff
path: root/test/src/utils
diff options
context:
space:
mode:
authorbgaldrikian <[email protected]>2020-10-08 22:01:09 -0700
committerbgaldrikian <[email protected]>2020-10-08 22:01:09 -0700
commitc389ca2d86ed528e4d54941378a4752ca74026e8 (patch)
tree271dba95c84f62d13bcebbc62b5dcdc5b7ff443e /test/src/utils
parent* NvBlastAsset::testForValidChunkOrder (used when creating an NvBlastAsset) i... (diff)
downloadblast-c389ca2d86ed528e4d54941378a4752ca74026e8.tar.xz
blast-c389ca2d86ed528e4d54941378a4752ca74026e8.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 'test/src/utils')
-rwxr-xr-xtest/src/utils/TaskDispatcher.h2
-rwxr-xr-xtest/src/utils/TestAssets.cpp2
-rwxr-xr-xtest/src/utils/TestAssets.h2
-rwxr-xr-xtest/src/utils/TestProfiler.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/src/utils/TaskDispatcher.h b/test/src/utils/TaskDispatcher.h
index 09df3b4..c7979ca 100755
--- a/test/src/utils/TaskDispatcher.h
+++ b/test/src/utils/TaskDispatcher.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved.
#pragma once
diff --git a/test/src/utils/TestAssets.cpp b/test/src/utils/TestAssets.cpp
index 88aece2..a167b07 100755
--- a/test/src/utils/TestAssets.cpp
+++ b/test/src/utils/TestAssets.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved.
#include "TestAssets.h"
diff --git a/test/src/utils/TestAssets.h b/test/src/utils/TestAssets.h
index cc3dc36..cd3f8d1 100755
--- a/test/src/utils/TestAssets.h
+++ b/test/src/utils/TestAssets.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved.
#ifndef TESTASSETS_H
diff --git a/test/src/utils/TestProfiler.h b/test/src/utils/TestProfiler.h
index 5fc3bb4..20dcd66 100755
--- a/test/src/utils/TestProfiler.h
+++ b/test/src/utils/TestProfiler.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved.
#ifndef TESTPROFILER_H