aboutsummaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/src')
-rwxr-xr-xtest/src/BlastBaseTest.h2
-rwxr-xr-xtest/src/TkBaseTest.h2
-rwxr-xr-xtest/src/perf/BlastBasePerfTest.h2
-rwxr-xr-xtest/src/perf/DamagePerfTests.cpp2
-rwxr-xr-xtest/src/perf/SolverPerfTests.cpp2
-rwxr-xr-xtest/src/unit/APITests.cpp2
-rwxr-xr-xtest/src/unit/ActorTests.cpp2
-rwxr-xr-xtest/src/unit/AssetTests.cpp2
-rwxr-xr-xtest/src/unit/CoreTests.cpp2
-rwxr-xr-xtest/src/unit/FamilyGraphTests.cpp2
-rwxr-xr-xtest/src/unit/MultithreadingTests.cpp2
-rwxr-xr-xtest/src/unit/SyncTests.cpp2
-rwxr-xr-xtest/src/unit/TkCompositeTests.cpp2
-rwxr-xr-xtest/src/unit/TkTests.cpp2
-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
18 files changed, 18 insertions, 18 deletions
diff --git a/test/src/BlastBaseTest.h b/test/src/BlastBaseTest.h
index 9fb7c69..8de523e 100755
--- a/test/src/BlastBaseTest.h
+++ b/test/src/BlastBaseTest.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 BLASTBASETEST_H
diff --git a/test/src/TkBaseTest.h b/test/src/TkBaseTest.h
index 3ffcf6c..5e14558 100755
--- a/test/src/TkBaseTest.h
+++ b/test/src/TkBaseTest.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 TKBASETEST_H
diff --git a/test/src/perf/BlastBasePerfTest.h b/test/src/perf/BlastBasePerfTest.h
index 8eff9ba..4e70788 100755
--- a/test/src/perf/BlastBasePerfTest.h
+++ b/test/src/perf/BlastBasePerfTest.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 BLASTBASEPERFTEST_H
diff --git a/test/src/perf/DamagePerfTests.cpp b/test/src/perf/DamagePerfTests.cpp
index 9c7ab0e..9bc534d 100755
--- a/test/src/perf/DamagePerfTests.cpp
+++ b/test/src/perf/DamagePerfTests.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 "BlastBasePerfTest.h"
diff --git a/test/src/perf/SolverPerfTests.cpp b/test/src/perf/SolverPerfTests.cpp
index ac04432..9c04402 100755
--- a/test/src/perf/SolverPerfTests.cpp
+++ b/test/src/perf/SolverPerfTests.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 "BlastBasePerfTest.h"
diff --git a/test/src/unit/APITests.cpp b/test/src/unit/APITests.cpp
index d1ff4cd..44f79be 100755
--- a/test/src/unit/APITests.cpp
+++ b/test/src/unit/APITests.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 "BlastBaseTest.h"
diff --git a/test/src/unit/ActorTests.cpp b/test/src/unit/ActorTests.cpp
index 7756e76..946f849 100755
--- a/test/src/unit/ActorTests.cpp
+++ b/test/src/unit/ActorTests.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 "BlastBaseTest.h"
diff --git a/test/src/unit/AssetTests.cpp b/test/src/unit/AssetTests.cpp
index 27df927..2f18a0b 100755
--- a/test/src/unit/AssetTests.cpp
+++ b/test/src/unit/AssetTests.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 "NvBlastAsset.h"
diff --git a/test/src/unit/CoreTests.cpp b/test/src/unit/CoreTests.cpp
index 14f96fc..d1b0178 100755
--- a/test/src/unit/CoreTests.cpp
+++ b/test/src/unit/CoreTests.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 <algorithm>
diff --git a/test/src/unit/FamilyGraphTests.cpp b/test/src/unit/FamilyGraphTests.cpp
index bfbea01..a1005a3 100755
--- a/test/src/unit/FamilyGraphTests.cpp
+++ b/test/src/unit/FamilyGraphTests.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 "BlastBaseTest.h"
diff --git a/test/src/unit/MultithreadingTests.cpp b/test/src/unit/MultithreadingTests.cpp
index f3fc8fd..45fb890 100755
--- a/test/src/unit/MultithreadingTests.cpp
+++ b/test/src/unit/MultithreadingTests.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 "BlastBaseTest.h"
diff --git a/test/src/unit/SyncTests.cpp b/test/src/unit/SyncTests.cpp
index 30c2bf4..c4e8b5f 100755
--- a/test/src/unit/SyncTests.cpp
+++ b/test/src/unit/SyncTests.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 "TkBaseTest.h"
diff --git a/test/src/unit/TkCompositeTests.cpp b/test/src/unit/TkCompositeTests.cpp
index 96fcc75..11ca276 100755
--- a/test/src/unit/TkCompositeTests.cpp
+++ b/test/src/unit/TkCompositeTests.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 "TkBaseTest.h"
diff --git a/test/src/unit/TkTests.cpp b/test/src/unit/TkTests.cpp
index 9687c68..5d6d757 100755
--- a/test/src/unit/TkTests.cpp
+++ b/test/src/unit/TkTests.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 "TkBaseTest.h"
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