aboutsummaryrefslogtreecommitdiff
path: root/sdk/common
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/common')
-rw-r--r--sdk/common/NvBlastArray.h2
-rw-r--r--sdk/common/NvBlastAssert.cpp2
-rw-r--r--sdk/common/NvBlastAssert.h2
-rw-r--r--sdk/common/NvBlastAtomic.cpp2
-rw-r--r--sdk/common/NvBlastAtomic.h2
-rw-r--r--sdk/common/NvBlastDLink.h2
-rw-r--r--sdk/common/NvBlastFixedArray.h2
-rw-r--r--sdk/common/NvBlastFixedBitmap.h2
-rw-r--r--sdk/common/NvBlastFixedBoolArray.h2
-rw-r--r--sdk/common/NvBlastFixedPriorityQueue.h2
-rw-r--r--sdk/common/NvBlastFixedQueue.h2
-rw-r--r--sdk/common/NvBlastGeometry.h2
-rw-r--r--sdk/common/NvBlastHashMap.h2
-rw-r--r--sdk/common/NvBlastHashSet.h2
-rw-r--r--sdk/common/NvBlastIncludeWindows.h2
-rw-r--r--sdk/common/NvBlastIndexFns.h2
-rw-r--r--sdk/common/NvBlastIteratorBase.h2
-rw-r--r--sdk/common/NvBlastMath.h2
-rw-r--r--sdk/common/NvBlastMemory.h2
-rw-r--r--sdk/common/NvBlastPreprocessorInternal.h2
-rw-r--r--sdk/common/NvBlastTime.cpp2
-rw-r--r--sdk/common/NvBlastTime.h2
-rw-r--r--sdk/common/NvBlastTimers.cpp2
23 files changed, 23 insertions, 23 deletions
diff --git a/sdk/common/NvBlastArray.h b/sdk/common/NvBlastArray.h
index 48048d1..9e9308a 100644
--- a/sdk/common/NvBlastArray.h
+++ b/sdk/common/NvBlastArray.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTARRAY_H
diff --git a/sdk/common/NvBlastAssert.cpp b/sdk/common/NvBlastAssert.cpp
index 0f2b316..05a88cc 100644
--- a/sdk/common/NvBlastAssert.cpp
+++ b/sdk/common/NvBlastAssert.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#include "NvBlastAssert.h"
diff --git a/sdk/common/NvBlastAssert.h b/sdk/common/NvBlastAssert.h
index f121acc..8978297 100644
--- a/sdk/common/NvBlastAssert.h
+++ b/sdk/common/NvBlastAssert.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTASSERT_H
diff --git a/sdk/common/NvBlastAtomic.cpp b/sdk/common/NvBlastAtomic.cpp
index 4a79fbf..96c1ea9 100644
--- a/sdk/common/NvBlastAtomic.cpp
+++ b/sdk/common/NvBlastAtomic.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#include "NvBlastAtomic.h"
diff --git a/sdk/common/NvBlastAtomic.h b/sdk/common/NvBlastAtomic.h
index 6eed1c0..8957ba9 100644
--- a/sdk/common/NvBlastAtomic.h
+++ b/sdk/common/NvBlastAtomic.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTATOMIC_H
diff --git a/sdk/common/NvBlastDLink.h b/sdk/common/NvBlastDLink.h
index b7bfaaa..61f4862 100644
--- a/sdk/common/NvBlastDLink.h
+++ b/sdk/common/NvBlastDLink.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTDLINK_H
diff --git a/sdk/common/NvBlastFixedArray.h b/sdk/common/NvBlastFixedArray.h
index 837b901..cfe5ebe 100644
--- a/sdk/common/NvBlastFixedArray.h
+++ b/sdk/common/NvBlastFixedArray.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTFIXEDARRAY_H
diff --git a/sdk/common/NvBlastFixedBitmap.h b/sdk/common/NvBlastFixedBitmap.h
index b1743ed..b6c00f8 100644
--- a/sdk/common/NvBlastFixedBitmap.h
+++ b/sdk/common/NvBlastFixedBitmap.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTFIXEDBITMAP_H
diff --git a/sdk/common/NvBlastFixedBoolArray.h b/sdk/common/NvBlastFixedBoolArray.h
index deb9733..aa5332f 100644
--- a/sdk/common/NvBlastFixedBoolArray.h
+++ b/sdk/common/NvBlastFixedBoolArray.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTFIXEDBOOLARRAY_H
diff --git a/sdk/common/NvBlastFixedPriorityQueue.h b/sdk/common/NvBlastFixedPriorityQueue.h
index 1855147..393790a 100644
--- a/sdk/common/NvBlastFixedPriorityQueue.h
+++ b/sdk/common/NvBlastFixedPriorityQueue.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTFIXEDPRIORITYQUEUE_H
diff --git a/sdk/common/NvBlastFixedQueue.h b/sdk/common/NvBlastFixedQueue.h
index ede6b71..99bbdc0 100644
--- a/sdk/common/NvBlastFixedQueue.h
+++ b/sdk/common/NvBlastFixedQueue.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTFIXEDQUEUE_H
diff --git a/sdk/common/NvBlastGeometry.h b/sdk/common/NvBlastGeometry.h
index 97220f5..15fbf57 100644
--- a/sdk/common/NvBlastGeometry.h
+++ b/sdk/common/NvBlastGeometry.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTGEOMETRY_H
diff --git a/sdk/common/NvBlastHashMap.h b/sdk/common/NvBlastHashMap.h
index ddfaa04..49d4b5c 100644
--- a/sdk/common/NvBlastHashMap.h
+++ b/sdk/common/NvBlastHashMap.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTHASHMAP_H
diff --git a/sdk/common/NvBlastHashSet.h b/sdk/common/NvBlastHashSet.h
index 3f31462..58fa5e1 100644
--- a/sdk/common/NvBlastHashSet.h
+++ b/sdk/common/NvBlastHashSet.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTHASHSET_H
diff --git a/sdk/common/NvBlastIncludeWindows.h b/sdk/common/NvBlastIncludeWindows.h
index 86a5818..04d6dd4 100644
--- a/sdk/common/NvBlastIncludeWindows.h
+++ b/sdk/common/NvBlastIncludeWindows.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTINCLUDEWINDOWS_H
diff --git a/sdk/common/NvBlastIndexFns.h b/sdk/common/NvBlastIndexFns.h
index b4154ad..b83c84d 100644
--- a/sdk/common/NvBlastIndexFns.h
+++ b/sdk/common/NvBlastIndexFns.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2008-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTINDEXFNS_H
diff --git a/sdk/common/NvBlastIteratorBase.h b/sdk/common/NvBlastIteratorBase.h
index 2de8d09..be30197 100644
--- a/sdk/common/NvBlastIteratorBase.h
+++ b/sdk/common/NvBlastIteratorBase.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTITERATORBASE_H
diff --git a/sdk/common/NvBlastMath.h b/sdk/common/NvBlastMath.h
index 4a4522e..bea2828 100644
--- a/sdk/common/NvBlastMath.h
+++ b/sdk/common/NvBlastMath.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTMATH_H
diff --git a/sdk/common/NvBlastMemory.h b/sdk/common/NvBlastMemory.h
index e21854e..cd394e4 100644
--- a/sdk/common/NvBlastMemory.h
+++ b/sdk/common/NvBlastMemory.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTMEMORY_H
diff --git a/sdk/common/NvBlastPreprocessorInternal.h b/sdk/common/NvBlastPreprocessorInternal.h
index c6ef511..b7dfe1e 100644
--- a/sdk/common/NvBlastPreprocessorInternal.h
+++ b/sdk/common/NvBlastPreprocessorInternal.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTPREPROCESSORINTERNAL_H
diff --git a/sdk/common/NvBlastTime.cpp b/sdk/common/NvBlastTime.cpp
index 035d45e..b11aeba 100644
--- a/sdk/common/NvBlastTime.cpp
+++ b/sdk/common/NvBlastTime.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#include "NvBlastTime.h"
diff --git a/sdk/common/NvBlastTime.h b/sdk/common/NvBlastTime.h
index 3cac5f7..7c7a6ab 100644
--- a/sdk/common/NvBlastTime.h
+++ b/sdk/common/NvBlastTime.h
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#ifndef NVBLASTTIME_H
diff --git a/sdk/common/NvBlastTimers.cpp b/sdk/common/NvBlastTimers.cpp
index 4527e1f..f12fe78 100644
--- a/sdk/common/NvBlastTimers.cpp
+++ b/sdk/common/NvBlastTimers.cpp
@@ -23,7 +23,7 @@
// components in life support devices or systems without express written approval of
// NVIDIA Corporation.
//
-// Copyright (c) 2016-2017 NVIDIA Corporation. All rights reserved.
+// Copyright (c) 2016-2018 NVIDIA Corporation. All rights reserved.
#include "NvBlast.h"