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" --- tools/common/BlastDataExporter.cpp | 2 +- tools/common/BlastDataExporter.h | 2 +- tools/common/Log.cpp | 2 +- tools/common/Log.h | 2 +- tools/common/Utils.cpp | 2 +- tools/common/Utils.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'tools/common') diff --git a/tools/common/BlastDataExporter.cpp b/tools/common/BlastDataExporter.cpp index 4f4b949..0e5e1d7 100755 --- a/tools/common/BlastDataExporter.cpp +++ b/tools/common/BlastDataExporter.cpp @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2020 NVIDIA Corporation. All rights reserved. #include "BlastDataExporter.h" diff --git a/tools/common/BlastDataExporter.h b/tools/common/BlastDataExporter.h index 54e2bbf..13bc4e4 100755 --- a/tools/common/BlastDataExporter.h +++ b/tools/common/BlastDataExporter.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2018 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2020 NVIDIA Corporation. All rights reserved. #ifndef BLAST_DATA_EXPORTER diff --git a/tools/common/Log.cpp b/tools/common/Log.cpp index 57a25b4..266b913 100755 --- a/tools/common/Log.cpp +++ b/tools/common/Log.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 "Log.h" diff --git a/tools/common/Log.h b/tools/common/Log.h index 588c32b..fdaaca0 100755 --- a/tools/common/Log.h +++ b/tools/common/Log.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 LOG_H diff --git a/tools/common/Utils.cpp b/tools/common/Utils.cpp index 8355f48..c1c4827 100755 --- a/tools/common/Utils.cpp +++ b/tools/common/Utils.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 "Utils.h" diff --git a/tools/common/Utils.h b/tools/common/Utils.h index 8eb3530..d560941 100755 --- a/tools/common/Utils.h +++ b/tools/common/Utils.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 UTILS_H -- cgit v1.2.3