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 /sdk/globals | |
| 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 'sdk/globals')
| -rwxr-xr-x | sdk/globals/include/NvBlastAllocator.h | 2 | ||||
| -rwxr-xr-x | sdk/globals/include/NvBlastDebugRender.h | 2 | ||||
| -rwxr-xr-x | sdk/globals/include/NvBlastGlobals.h | 2 | ||||
| -rwxr-xr-x | sdk/globals/include/NvBlastProfiler.h | 2 | ||||
| -rwxr-xr-x | sdk/globals/source/NvBlastGlobals.cpp | 2 | ||||
| -rwxr-xr-x | sdk/globals/source/NvBlastProfiler.cpp | 2 | ||||
| -rwxr-xr-x | sdk/globals/source/NvBlastProfilerInternal.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/sdk/globals/include/NvBlastAllocator.h b/sdk/globals/include/NvBlastAllocator.h index e8dc38e..7ea2859 100755 --- a/sdk/globals/include/NvBlastAllocator.h +++ b/sdk/globals/include/NvBlastAllocator.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 NVBLASTALLOCATOR_H
diff --git a/sdk/globals/include/NvBlastDebugRender.h b/sdk/globals/include/NvBlastDebugRender.h index 3586d31..24e732f 100755 --- a/sdk/globals/include/NvBlastDebugRender.h +++ b/sdk/globals/include/NvBlastDebugRender.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/sdk/globals/include/NvBlastGlobals.h b/sdk/globals/include/NvBlastGlobals.h index c1ffd5e..ade330f 100755 --- a/sdk/globals/include/NvBlastGlobals.h +++ b/sdk/globals/include/NvBlastGlobals.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 NVBLASTGLOBALS_H
diff --git a/sdk/globals/include/NvBlastProfiler.h b/sdk/globals/include/NvBlastProfiler.h index 42f0130..d1fbb69 100755 --- a/sdk/globals/include/NvBlastProfiler.h +++ b/sdk/globals/include/NvBlastProfiler.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 NVBLASTPROFILER_H
diff --git a/sdk/globals/source/NvBlastGlobals.cpp b/sdk/globals/source/NvBlastGlobals.cpp index 3891f88..ffb21b9 100755 --- a/sdk/globals/source/NvBlastGlobals.cpp +++ b/sdk/globals/source/NvBlastGlobals.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 "NvBlastGlobals.h"
diff --git a/sdk/globals/source/NvBlastProfiler.cpp b/sdk/globals/source/NvBlastProfiler.cpp index ff70cee..f1a0f5b 100755 --- a/sdk/globals/source/NvBlastProfiler.cpp +++ b/sdk/globals/source/NvBlastProfiler.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 "stdint.h"
diff --git a/sdk/globals/source/NvBlastProfilerInternal.h b/sdk/globals/source/NvBlastProfilerInternal.h index d916fca..a6b3e10 100755 --- a/sdk/globals/source/NvBlastProfilerInternal.h +++ b/sdk/globals/source/NvBlastProfilerInternal.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 NVBLASTPROFILERINTERNAL_H
|