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" --- samples/SampleBase/core/Application.cpp | 2 +- samples/SampleBase/core/Application.h | 2 +- samples/SampleBase/core/SampleController.cpp | 2 +- samples/SampleBase/core/SampleController.h | 2 +- samples/SampleBase/core/SampleManager.cpp | 2 +- samples/SampleBase/core/SampleManager.h | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'samples/SampleBase/core') diff --git a/samples/SampleBase/core/Application.cpp b/samples/SampleBase/core/Application.cpp index 19883af..b4b8dda 100755 --- a/samples/SampleBase/core/Application.cpp +++ b/samples/SampleBase/core/Application.cpp @@ -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. #include "Application.h" diff --git a/samples/SampleBase/core/Application.h b/samples/SampleBase/core/Application.h index ef7e415..fe44ddb 100755 --- a/samples/SampleBase/core/Application.h +++ b/samples/SampleBase/core/Application.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 APPLICATION_H diff --git a/samples/SampleBase/core/SampleController.cpp b/samples/SampleBase/core/SampleController.cpp index 7240458..eb70c23 100755 --- a/samples/SampleBase/core/SampleController.cpp +++ b/samples/SampleBase/core/SampleController.cpp @@ -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. #include "SampleController.h" diff --git a/samples/SampleBase/core/SampleController.h b/samples/SampleBase/core/SampleController.h index 313c952..3ac8540 100755 --- a/samples/SampleBase/core/SampleController.h +++ b/samples/SampleBase/core/SampleController.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 SAMPLE_CONTROLLER_H diff --git a/samples/SampleBase/core/SampleManager.cpp b/samples/SampleBase/core/SampleManager.cpp index b31113a..80f8e49 100755 --- a/samples/SampleBase/core/SampleManager.cpp +++ b/samples/SampleBase/core/SampleManager.cpp @@ -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. #include "SampleManager.h" diff --git a/samples/SampleBase/core/SampleManager.h b/samples/SampleBase/core/SampleManager.h index 6e3fc1f..6c77491 100755 --- a/samples/SampleBase/core/SampleManager.h +++ b/samples/SampleBase/core/SampleManager.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 SAMPLE_MANAGER_H -- cgit v1.2.3