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 /shared/utils | |
| parent | * NvBlastAsset::testForValidChunkOrder (used when creating an NvBlastAsset) i... (diff) | |
| download | blast-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 'shared/utils')
| -rwxr-xr-x | shared/utils/AssetGenerator.cpp | 2 | ||||
| -rwxr-xr-x | shared/utils/AssetGenerator.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/shared/utils/AssetGenerator.cpp b/shared/utils/AssetGenerator.cpp index 3572e50..3340644 100755 --- a/shared/utils/AssetGenerator.cpp +++ b/shared/utils/AssetGenerator.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 "AssetGenerator.h"
diff --git a/shared/utils/AssetGenerator.h b/shared/utils/AssetGenerator.h index c34faf1..a2b50b2 100755 --- a/shared/utils/AssetGenerator.h +++ b/shared/utils/AssetGenerator.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 ASSETGENERATOR_H
|