From c389ca2d86ed528e4d54941378a4752ca74026e8 Mon Sep 17 00:00:00 2001 From: bgaldrikian Date: Thu, 8 Oct 2020 22:01:09 -0700 Subject: * Updated license file * Updated copyright dates * Removed ArtistTool * Pulled request #15 "Fix Blast bond generation" * Pulled request #16 "Fix invalid pointer access in authoring tools" --- sdk/common/NvBlastArray.h | 2 +- sdk/common/NvBlastAssert.cpp | 2 +- sdk/common/NvBlastAssert.h | 2 +- sdk/common/NvBlastAtomic.cpp | 2 +- sdk/common/NvBlastAtomic.h | 2 +- sdk/common/NvBlastDLink.h | 2 +- sdk/common/NvBlastFixedArray.h | 2 +- sdk/common/NvBlastFixedBitmap.h | 2 +- sdk/common/NvBlastFixedBoolArray.h | 2 +- sdk/common/NvBlastFixedPriorityQueue.h | 2 +- sdk/common/NvBlastFixedQueue.h | 2 +- sdk/common/NvBlastGeometry.h | 2 +- sdk/common/NvBlastHashMap.h | 2 +- sdk/common/NvBlastHashSet.h | 2 +- sdk/common/NvBlastIncludeWindows.h | 2 +- sdk/common/NvBlastIndexFns.h | 2 +- sdk/common/NvBlastIteratorBase.h | 2 +- sdk/common/NvBlastMath.h | 2 +- sdk/common/NvBlastMemory.h | 2 +- sdk/common/NvBlastPreprocessorInternal.h | 2 +- sdk/common/NvBlastPxSharedHelpers.h | 2 +- sdk/common/NvBlastTime.cpp | 2 +- sdk/common/NvBlastTime.h | 2 +- sdk/common/NvBlastTimers.cpp | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) (limited to 'sdk/common') diff --git a/sdk/common/NvBlastArray.h b/sdk/common/NvBlastArray.h index 8efe21d..be08412 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTARRAY_H diff --git a/sdk/common/NvBlastAssert.cpp b/sdk/common/NvBlastAssert.cpp index 86d92f9..f264005 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #include "NvBlastAssert.h" diff --git a/sdk/common/NvBlastAssert.h b/sdk/common/NvBlastAssert.h index 09f2b8a..d3f9ff4 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTASSERT_H diff --git a/sdk/common/NvBlastAtomic.cpp b/sdk/common/NvBlastAtomic.cpp index 789dfa2..9ae168f 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #include "NvBlastAtomic.h" diff --git a/sdk/common/NvBlastAtomic.h b/sdk/common/NvBlastAtomic.h index 5bff61d..1e620ef 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTATOMIC_H diff --git a/sdk/common/NvBlastDLink.h b/sdk/common/NvBlastDLink.h index 6b76616..3031472 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTDLINK_H diff --git a/sdk/common/NvBlastFixedArray.h b/sdk/common/NvBlastFixedArray.h index c23ce5a..7f0900a 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFIXEDARRAY_H diff --git a/sdk/common/NvBlastFixedBitmap.h b/sdk/common/NvBlastFixedBitmap.h index 122c467..fa8b85a 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFIXEDBITMAP_H diff --git a/sdk/common/NvBlastFixedBoolArray.h b/sdk/common/NvBlastFixedBoolArray.h index d934537..77a0170 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFIXEDBOOLARRAY_H diff --git a/sdk/common/NvBlastFixedPriorityQueue.h b/sdk/common/NvBlastFixedPriorityQueue.h index f9216ee..9b31eca 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFIXEDPRIORITYQUEUE_H diff --git a/sdk/common/NvBlastFixedQueue.h b/sdk/common/NvBlastFixedQueue.h index 8038e28..389ddde 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTFIXEDQUEUE_H diff --git a/sdk/common/NvBlastGeometry.h b/sdk/common/NvBlastGeometry.h index 8fa220a..42d8820 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTGEOMETRY_H diff --git a/sdk/common/NvBlastHashMap.h b/sdk/common/NvBlastHashMap.h index 94e28be..e265711 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTHASHMAP_H diff --git a/sdk/common/NvBlastHashSet.h b/sdk/common/NvBlastHashSet.h index 6bd8eed..151c8a5 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTHASHSET_H diff --git a/sdk/common/NvBlastIncludeWindows.h b/sdk/common/NvBlastIncludeWindows.h index 0fabfd4..b7d950d 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTINCLUDEWINDOWS_H diff --git a/sdk/common/NvBlastIndexFns.h b/sdk/common/NvBlastIndexFns.h index 98070f4..816d301 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTINDEXFNS_H diff --git a/sdk/common/NvBlastIteratorBase.h b/sdk/common/NvBlastIteratorBase.h index d3edbbd..59b58e8 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTITERATORBASE_H diff --git a/sdk/common/NvBlastMath.h b/sdk/common/NvBlastMath.h index b7334c9..4456f2c 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTMATH_H diff --git a/sdk/common/NvBlastMemory.h b/sdk/common/NvBlastMemory.h index 6e91623..d06658b 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTMEMORY_H diff --git a/sdk/common/NvBlastPreprocessorInternal.h b/sdk/common/NvBlastPreprocessorInternal.h index 8af5243..0259ca1 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTPREPROCESSORINTERNAL_H diff --git a/sdk/common/NvBlastPxSharedHelpers.h b/sdk/common/NvBlastPxSharedHelpers.h index db905a8..d2c2a6a 100644 --- a/sdk/common/NvBlastPxSharedHelpers.h +++ b/sdk/common/NvBlastPxSharedHelpers.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 NVBLASTPXSHAREDTYPESHELPERS_H diff --git a/sdk/common/NvBlastTime.cpp b/sdk/common/NvBlastTime.cpp index 3b3e01a..2d83fea 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #include "NvBlastTime.h" diff --git a/sdk/common/NvBlastTime.h b/sdk/common/NvBlastTime.h index e3facf1..ee1bfda 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #ifndef NVBLASTTIME_H diff --git a/sdk/common/NvBlastTimers.cpp b/sdk/common/NvBlastTimers.cpp index 41359d4..4d7a4bd 100755 --- 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-2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2016-2020 NVIDIA Corporation. All rights reserved. #include "NvBlast.h" -- cgit v1.2.3