From d2076bd1cd60d6fbbeaf6cfe6b406599e3b893a2 Mon Sep 17 00:00:00 2001 From: amarrs-nvidia Date: Tue, 11 Jan 2022 10:34:46 -0500 Subject: [PATCH] Copyright updates --- CMakeLists.txt | 2 +- rtxgi-sdk/CMakeLists.txt | 2 +- rtxgi-sdk/include/rtxgi/Defines.h | 2 +- rtxgi-sdk/include/rtxgi/Math.h | 2 +- rtxgi-sdk/include/rtxgi/Types.h | 2 +- rtxgi-sdk/include/rtxgi/ddgi/DDGIConstants.h | 2 +- rtxgi-sdk/include/rtxgi/ddgi/DDGIVolume.h | 2 +- rtxgi-sdk/include/rtxgi/ddgi/DDGIVolumeDescGPU.h | 2 +- rtxgi-sdk/include/rtxgi/ddgi/gfx/DDGIVolume_D3D12.h | 2 +- rtxgi-sdk/include/rtxgi/ddgi/gfx/DDGIVolume_VK.h | 2 +- rtxgi-sdk/shaders/Common.hlsl | 2 +- rtxgi-sdk/shaders/Platform.hlsl | 2 +- rtxgi-sdk/shaders/ddgi/ProbeBorderUpdateCS.hlsl | 2 +- rtxgi-sdk/shaders/ddgi/ProbeClassificationCS.hlsl | 2 +- rtxgi-sdk/shaders/ddgi/ProbeRelocationCS.hlsl | 2 +- rtxgi-sdk/shaders/ddgi/include/Common.hlsl | 2 +- rtxgi-sdk/shaders/ddgi/include/ProbeCommon.hlsl | 2 +- rtxgi-sdk/shaders/ddgi/include/ProbeDataCommon.hlsl | 2 +- rtxgi-sdk/shaders/ddgi/include/ProbeIndexing.hlsl | 2 +- rtxgi-sdk/shaders/ddgi/include/ProbeOctahedral.hlsl | 2 +- rtxgi-sdk/shaders/ddgi/include/ProbeRayCommon.hlsl | 2 +- rtxgi-sdk/src/Math.cpp | 2 +- rtxgi-sdk/src/ddgi/DDGIVolume.cpp | 2 +- rtxgi-sdk/src/ddgi/gfx/DDGIVolume_D3D12.cpp | 2 +- rtxgi-sdk/src/ddgi/gfx/DDGIVolume_VK.cpp | 2 +- samples/test-harness/include/Caches.h | 2 +- samples/test-harness/include/Common.h | 2 +- samples/test-harness/include/Configs.h | 2 +- samples/test-harness/include/Direct3D12.h | 2 +- samples/test-harness/include/Geometry.h | 2 +- samples/test-harness/include/Graphics.h | 2 +- samples/test-harness/include/Inputs.h | 2 +- samples/test-harness/include/Instrumentation.h | 2 +- samples/test-harness/include/Scenes.h | 2 +- samples/test-harness/include/Shaders.h | 2 +- samples/test-harness/include/Textures.h | 2 +- samples/test-harness/include/Vulkan.h | 2 +- samples/test-harness/include/VulkanExtensions.h | 2 +- samples/test-harness/include/Window.h | 2 +- samples/test-harness/include/graphics/Composite.h | 2 +- samples/test-harness/include/graphics/Composite_D3D12.h | 2 +- samples/test-harness/include/graphics/Composite_VK.h | 2 +- samples/test-harness/include/graphics/DDGI.h | 2 +- samples/test-harness/include/graphics/DDGIDefines.h | 2 +- samples/test-harness/include/graphics/DDGIShaderConfig.h | 2 +- samples/test-harness/include/graphics/DDGIVisualizations.h | 2 +- .../test-harness/include/graphics/DDGIVisualizations_D3D12.h | 2 +- samples/test-harness/include/graphics/DDGIVisualizations_VK.h | 2 +- samples/test-harness/include/graphics/DDGI_D3D12.h | 2 +- samples/test-harness/include/graphics/DDGI_VK.h | 2 +- samples/test-harness/include/graphics/GBuffer.h | 2 +- samples/test-harness/include/graphics/GBuffer_D3D12.h | 2 +- samples/test-harness/include/graphics/GBuffer_VK.h | 2 +- samples/test-harness/include/graphics/PathTracing.h | 2 +- samples/test-harness/include/graphics/PathTracing_D3D12.h | 2 +- samples/test-harness/include/graphics/PathTracing_VK.h | 2 +- samples/test-harness/include/graphics/RTAO.h | 2 +- samples/test-harness/include/graphics/RTAO_D3D12.h | 2 +- samples/test-harness/include/graphics/RTAO_VK.h | 2 +- samples/test-harness/include/graphics/Types.h | 2 +- samples/test-harness/include/graphics/UI.h | 2 +- samples/test-harness/include/graphics/UI_D3D12.h | 2 +- samples/test-harness/include/graphics/UI_VK.h | 2 +- samples/test-harness/shaders/AHS.hlsl | 2 +- samples/test-harness/shaders/CHS.hlsl | 2 +- samples/test-harness/shaders/Composite.hlsl | 2 +- samples/test-harness/shaders/GBufferRGS.hlsl | 2 +- samples/test-harness/shaders/IndirectCS.hlsl | 2 +- samples/test-harness/shaders/Miss.hlsl | 2 +- samples/test-harness/shaders/PathTraceRGS.hlsl | 2 +- samples/test-harness/shaders/RTAOFilterCS.hlsl | 2 +- samples/test-harness/shaders/RTAOTraceRGS.hlsl | 2 +- samples/test-harness/shaders/ddgi/ProbeTraceRGS.hlsl | 2 +- .../test-harness/shaders/ddgi/visualizations/Descriptors.hlsl | 2 +- samples/test-harness/shaders/ddgi/visualizations/ProbesCHS.hlsl | 2 +- .../test-harness/shaders/ddgi/visualizations/ProbesMiss.hlsl | 2 +- .../shaders/ddgi/visualizations/ProbesUpdateCS.hlsl | 2 +- samples/test-harness/shaders/include/Common.hlsl | 2 +- samples/test-harness/shaders/include/Descriptors.hlsl | 2 +- samples/test-harness/shaders/include/Lighting.hlsl | 2 +- samples/test-harness/shaders/include/Platform.hlsl | 2 +- samples/test-harness/shaders/include/Random.hlsl | 2 +- samples/test-harness/shaders/include/RayTracing.hlsl | 2 +- samples/test-harness/src/Caches.cpp | 2 +- samples/test-harness/src/Direct3D12.cpp | 2 +- samples/test-harness/src/Geometry.cpp | 2 +- samples/test-harness/src/Inputs.cpp | 2 +- samples/test-harness/src/Instrumentation.cpp | 2 +- samples/test-harness/src/Scenes.cpp | 2 +- samples/test-harness/src/Shaders.cpp | 2 +- samples/test-harness/src/Textures.cpp | 2 +- samples/test-harness/src/UI.cpp | 2 +- samples/test-harness/src/Vulkan.cpp | 2 +- samples/test-harness/src/VulkanExtensions.cpp | 2 +- samples/test-harness/src/Window.cpp | 2 +- samples/test-harness/src/graphics/Composite_D3D12.cpp | 2 +- samples/test-harness/src/graphics/Composite_VK.cpp | 2 +- samples/test-harness/src/graphics/DDGI.cpp | 2 +- samples/test-harness/src/graphics/DDGIVisualizations_D3D12.cpp | 2 +- samples/test-harness/src/graphics/DDGIVisualizations_VK.cpp | 2 +- samples/test-harness/src/graphics/GBuffer_D3D12.cpp | 2 +- samples/test-harness/src/graphics/GBuffer_VK.cpp | 2 +- samples/test-harness/src/graphics/PathTracing_D3D12.cpp | 2 +- samples/test-harness/src/graphics/PathTracing_VK.cpp | 2 +- samples/test-harness/src/graphics/RTAO_D3D12.cpp | 2 +- samples/test-harness/src/graphics/RTAO_VK.cpp | 2 +- samples/test-harness/src/graphics/UI_D3D12.cpp | 2 +- samples/test-harness/src/graphics/UI_VK.cpp | 2 +- samples/test-harness/src/main.cpp | 2 +- 109 files changed, 109 insertions(+), 109 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd418a7..1b63b15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/CMakeLists.txt b/rtxgi-sdk/CMakeLists.txt index 1f37033..d8d8dad 100644 --- a/rtxgi-sdk/CMakeLists.txt +++ b/rtxgi-sdk/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +# Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. # # NVIDIA CORPORATION and its licensors retain all intellectual property # and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/include/rtxgi/Defines.h b/rtxgi-sdk/include/rtxgi/Defines.h index 11d1470..b6166b3 100644 --- a/rtxgi-sdk/include/rtxgi/Defines.h +++ b/rtxgi-sdk/include/rtxgi/Defines.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/include/rtxgi/Math.h b/rtxgi-sdk/include/rtxgi/Math.h index d5eea32..1abc74a 100644 --- a/rtxgi-sdk/include/rtxgi/Math.h +++ b/rtxgi-sdk/include/rtxgi/Math.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/include/rtxgi/Types.h b/rtxgi-sdk/include/rtxgi/Types.h index 5362a12..91c7669 100644 --- a/rtxgi-sdk/include/rtxgi/Types.h +++ b/rtxgi-sdk/include/rtxgi/Types.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/include/rtxgi/ddgi/DDGIConstants.h b/rtxgi-sdk/include/rtxgi/ddgi/DDGIConstants.h index f813eb4..0d612e3 100644 --- a/rtxgi-sdk/include/rtxgi/ddgi/DDGIConstants.h +++ b/rtxgi-sdk/include/rtxgi/ddgi/DDGIConstants.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/include/rtxgi/ddgi/DDGIVolume.h b/rtxgi-sdk/include/rtxgi/ddgi/DDGIVolume.h index 135bd14..162cdcd 100644 --- a/rtxgi-sdk/include/rtxgi/ddgi/DDGIVolume.h +++ b/rtxgi-sdk/include/rtxgi/ddgi/DDGIVolume.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/include/rtxgi/ddgi/DDGIVolumeDescGPU.h b/rtxgi-sdk/include/rtxgi/ddgi/DDGIVolumeDescGPU.h index 3018372..1f9474a 100644 --- a/rtxgi-sdk/include/rtxgi/ddgi/DDGIVolumeDescGPU.h +++ b/rtxgi-sdk/include/rtxgi/ddgi/DDGIVolumeDescGPU.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/include/rtxgi/ddgi/gfx/DDGIVolume_D3D12.h b/rtxgi-sdk/include/rtxgi/ddgi/gfx/DDGIVolume_D3D12.h index e61d3c0..760edeb 100644 --- a/rtxgi-sdk/include/rtxgi/ddgi/gfx/DDGIVolume_D3D12.h +++ b/rtxgi-sdk/include/rtxgi/ddgi/gfx/DDGIVolume_D3D12.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/include/rtxgi/ddgi/gfx/DDGIVolume_VK.h b/rtxgi-sdk/include/rtxgi/ddgi/gfx/DDGIVolume_VK.h index 4744d07..79a2226 100644 --- a/rtxgi-sdk/include/rtxgi/ddgi/gfx/DDGIVolume_VK.h +++ b/rtxgi-sdk/include/rtxgi/ddgi/gfx/DDGIVolume_VK.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/shaders/Common.hlsl b/rtxgi-sdk/shaders/Common.hlsl index 074542c..26623ad 100644 --- a/rtxgi-sdk/shaders/Common.hlsl +++ b/rtxgi-sdk/shaders/Common.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/shaders/Platform.hlsl b/rtxgi-sdk/shaders/Platform.hlsl index c890137..787d8ba 100644 --- a/rtxgi-sdk/shaders/Platform.hlsl +++ b/rtxgi-sdk/shaders/Platform.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/shaders/ddgi/ProbeBorderUpdateCS.hlsl b/rtxgi-sdk/shaders/ddgi/ProbeBorderUpdateCS.hlsl index 7a81e9c..e2b91cf 100644 --- a/rtxgi-sdk/shaders/ddgi/ProbeBorderUpdateCS.hlsl +++ b/rtxgi-sdk/shaders/ddgi/ProbeBorderUpdateCS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/shaders/ddgi/ProbeClassificationCS.hlsl b/rtxgi-sdk/shaders/ddgi/ProbeClassificationCS.hlsl index 61be1ee..a55d453 100644 --- a/rtxgi-sdk/shaders/ddgi/ProbeClassificationCS.hlsl +++ b/rtxgi-sdk/shaders/ddgi/ProbeClassificationCS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/shaders/ddgi/ProbeRelocationCS.hlsl b/rtxgi-sdk/shaders/ddgi/ProbeRelocationCS.hlsl index bdfe7ad..ba26c9b 100644 --- a/rtxgi-sdk/shaders/ddgi/ProbeRelocationCS.hlsl +++ b/rtxgi-sdk/shaders/ddgi/ProbeRelocationCS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/shaders/ddgi/include/Common.hlsl b/rtxgi-sdk/shaders/ddgi/include/Common.hlsl index 62c1f59..5ddeb40 100644 --- a/rtxgi-sdk/shaders/ddgi/include/Common.hlsl +++ b/rtxgi-sdk/shaders/ddgi/include/Common.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/shaders/ddgi/include/ProbeCommon.hlsl b/rtxgi-sdk/shaders/ddgi/include/ProbeCommon.hlsl index 8209414..a08e345 100644 --- a/rtxgi-sdk/shaders/ddgi/include/ProbeCommon.hlsl +++ b/rtxgi-sdk/shaders/ddgi/include/ProbeCommon.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/shaders/ddgi/include/ProbeDataCommon.hlsl b/rtxgi-sdk/shaders/ddgi/include/ProbeDataCommon.hlsl index 5228bee..937caca 100644 --- a/rtxgi-sdk/shaders/ddgi/include/ProbeDataCommon.hlsl +++ b/rtxgi-sdk/shaders/ddgi/include/ProbeDataCommon.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/shaders/ddgi/include/ProbeIndexing.hlsl b/rtxgi-sdk/shaders/ddgi/include/ProbeIndexing.hlsl index 655d0c7..70b1894 100644 --- a/rtxgi-sdk/shaders/ddgi/include/ProbeIndexing.hlsl +++ b/rtxgi-sdk/shaders/ddgi/include/ProbeIndexing.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/shaders/ddgi/include/ProbeOctahedral.hlsl b/rtxgi-sdk/shaders/ddgi/include/ProbeOctahedral.hlsl index 818956d..92a4632 100644 --- a/rtxgi-sdk/shaders/ddgi/include/ProbeOctahedral.hlsl +++ b/rtxgi-sdk/shaders/ddgi/include/ProbeOctahedral.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/shaders/ddgi/include/ProbeRayCommon.hlsl b/rtxgi-sdk/shaders/ddgi/include/ProbeRayCommon.hlsl index a18f3a9..dbe443b 100644 --- a/rtxgi-sdk/shaders/ddgi/include/ProbeRayCommon.hlsl +++ b/rtxgi-sdk/shaders/ddgi/include/ProbeRayCommon.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/src/Math.cpp b/rtxgi-sdk/src/Math.cpp index fcb31fc..530a64d 100644 --- a/rtxgi-sdk/src/Math.cpp +++ b/rtxgi-sdk/src/Math.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/src/ddgi/DDGIVolume.cpp b/rtxgi-sdk/src/ddgi/DDGIVolume.cpp index 5c5102c..6a7948f 100644 --- a/rtxgi-sdk/src/ddgi/DDGIVolume.cpp +++ b/rtxgi-sdk/src/ddgi/DDGIVolume.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/src/ddgi/gfx/DDGIVolume_D3D12.cpp b/rtxgi-sdk/src/ddgi/gfx/DDGIVolume_D3D12.cpp index 7ff5e03..b6dc185 100644 --- a/rtxgi-sdk/src/ddgi/gfx/DDGIVolume_D3D12.cpp +++ b/rtxgi-sdk/src/ddgi/gfx/DDGIVolume_D3D12.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/rtxgi-sdk/src/ddgi/gfx/DDGIVolume_VK.cpp b/rtxgi-sdk/src/ddgi/gfx/DDGIVolume_VK.cpp index 0340c86..3606178 100644 --- a/rtxgi-sdk/src/ddgi/gfx/DDGIVolume_VK.cpp +++ b/rtxgi-sdk/src/ddgi/gfx/DDGIVolume_VK.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Caches.h b/samples/test-harness/include/Caches.h index f1eb04d..5f339fa 100644 --- a/samples/test-harness/include/Caches.h +++ b/samples/test-harness/include/Caches.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Common.h b/samples/test-harness/include/Common.h index 4b8ffac..f534267 100644 --- a/samples/test-harness/include/Common.h +++ b/samples/test-harness/include/Common.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Configs.h b/samples/test-harness/include/Configs.h index 632aab2..9826d2f 100644 --- a/samples/test-harness/include/Configs.h +++ b/samples/test-harness/include/Configs.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Direct3D12.h b/samples/test-harness/include/Direct3D12.h index f0e5d8c..71cc58f 100644 --- a/samples/test-harness/include/Direct3D12.h +++ b/samples/test-harness/include/Direct3D12.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Geometry.h b/samples/test-harness/include/Geometry.h index 7bda5a0..df03638 100644 --- a/samples/test-harness/include/Geometry.h +++ b/samples/test-harness/include/Geometry.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Graphics.h b/samples/test-harness/include/Graphics.h index 78e34ab..7a8e19c 100644 --- a/samples/test-harness/include/Graphics.h +++ b/samples/test-harness/include/Graphics.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Inputs.h b/samples/test-harness/include/Inputs.h index af93ffa..f7262e3 100644 --- a/samples/test-harness/include/Inputs.h +++ b/samples/test-harness/include/Inputs.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Instrumentation.h b/samples/test-harness/include/Instrumentation.h index 474a1e8..28885e7 100644 --- a/samples/test-harness/include/Instrumentation.h +++ b/samples/test-harness/include/Instrumentation.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Scenes.h b/samples/test-harness/include/Scenes.h index dbacbd7..c60e45e 100644 --- a/samples/test-harness/include/Scenes.h +++ b/samples/test-harness/include/Scenes.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Shaders.h b/samples/test-harness/include/Shaders.h index 8106cc7..5c9a03b 100644 --- a/samples/test-harness/include/Shaders.h +++ b/samples/test-harness/include/Shaders.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Textures.h b/samples/test-harness/include/Textures.h index 373c93d..4353830 100644 --- a/samples/test-harness/include/Textures.h +++ b/samples/test-harness/include/Textures.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Vulkan.h b/samples/test-harness/include/Vulkan.h index 638652a..0d48dc7 100644 --- a/samples/test-harness/include/Vulkan.h +++ b/samples/test-harness/include/Vulkan.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/VulkanExtensions.h b/samples/test-harness/include/VulkanExtensions.h index 8c0602a..61fb55a 100644 --- a/samples/test-harness/include/VulkanExtensions.h +++ b/samples/test-harness/include/VulkanExtensions.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/Window.h b/samples/test-harness/include/Window.h index bf433d9..9bd60dd 100644 --- a/samples/test-harness/include/Window.h +++ b/samples/test-harness/include/Window.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/Composite.h b/samples/test-harness/include/graphics/Composite.h index c57891a..e1a4c95 100644 --- a/samples/test-harness/include/graphics/Composite.h +++ b/samples/test-harness/include/graphics/Composite.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/Composite_D3D12.h b/samples/test-harness/include/graphics/Composite_D3D12.h index 0d482d5..09c8648 100644 --- a/samples/test-harness/include/graphics/Composite_D3D12.h +++ b/samples/test-harness/include/graphics/Composite_D3D12.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/Composite_VK.h b/samples/test-harness/include/graphics/Composite_VK.h index aff0b42..6c1c707 100644 --- a/samples/test-harness/include/graphics/Composite_VK.h +++ b/samples/test-harness/include/graphics/Composite_VK.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/DDGI.h b/samples/test-harness/include/graphics/DDGI.h index 16ad64c..3ede156 100644 --- a/samples/test-harness/include/graphics/DDGI.h +++ b/samples/test-harness/include/graphics/DDGI.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/DDGIDefines.h b/samples/test-harness/include/graphics/DDGIDefines.h index 3a7ca6c..f8eab55 100644 --- a/samples/test-harness/include/graphics/DDGIDefines.h +++ b/samples/test-harness/include/graphics/DDGIDefines.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/DDGIShaderConfig.h b/samples/test-harness/include/graphics/DDGIShaderConfig.h index 1ac1ff6..d4faad8 100644 --- a/samples/test-harness/include/graphics/DDGIShaderConfig.h +++ b/samples/test-harness/include/graphics/DDGIShaderConfig.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/DDGIVisualizations.h b/samples/test-harness/include/graphics/DDGIVisualizations.h index cc933c4..6f1025a 100644 --- a/samples/test-harness/include/graphics/DDGIVisualizations.h +++ b/samples/test-harness/include/graphics/DDGIVisualizations.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/DDGIVisualizations_D3D12.h b/samples/test-harness/include/graphics/DDGIVisualizations_D3D12.h index 12a2cf4..07fb493 100644 --- a/samples/test-harness/include/graphics/DDGIVisualizations_D3D12.h +++ b/samples/test-harness/include/graphics/DDGIVisualizations_D3D12.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/DDGIVisualizations_VK.h b/samples/test-harness/include/graphics/DDGIVisualizations_VK.h index 041a9b5..3ec4aee 100644 --- a/samples/test-harness/include/graphics/DDGIVisualizations_VK.h +++ b/samples/test-harness/include/graphics/DDGIVisualizations_VK.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/DDGI_D3D12.h b/samples/test-harness/include/graphics/DDGI_D3D12.h index 39a6a3e..a339806 100644 --- a/samples/test-harness/include/graphics/DDGI_D3D12.h +++ b/samples/test-harness/include/graphics/DDGI_D3D12.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/DDGI_VK.h b/samples/test-harness/include/graphics/DDGI_VK.h index 9b63c94..64d58c7 100644 --- a/samples/test-harness/include/graphics/DDGI_VK.h +++ b/samples/test-harness/include/graphics/DDGI_VK.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/GBuffer.h b/samples/test-harness/include/graphics/GBuffer.h index fd72252..b181d4d 100644 --- a/samples/test-harness/include/graphics/GBuffer.h +++ b/samples/test-harness/include/graphics/GBuffer.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/GBuffer_D3D12.h b/samples/test-harness/include/graphics/GBuffer_D3D12.h index a74e045..adf195f 100644 --- a/samples/test-harness/include/graphics/GBuffer_D3D12.h +++ b/samples/test-harness/include/graphics/GBuffer_D3D12.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/GBuffer_VK.h b/samples/test-harness/include/graphics/GBuffer_VK.h index d0bf076..95cf19a 100644 --- a/samples/test-harness/include/graphics/GBuffer_VK.h +++ b/samples/test-harness/include/graphics/GBuffer_VK.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/PathTracing.h b/samples/test-harness/include/graphics/PathTracing.h index fb0a748..5c0ef89 100644 --- a/samples/test-harness/include/graphics/PathTracing.h +++ b/samples/test-harness/include/graphics/PathTracing.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/PathTracing_D3D12.h b/samples/test-harness/include/graphics/PathTracing_D3D12.h index e848bbe..88c7491 100644 --- a/samples/test-harness/include/graphics/PathTracing_D3D12.h +++ b/samples/test-harness/include/graphics/PathTracing_D3D12.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/PathTracing_VK.h b/samples/test-harness/include/graphics/PathTracing_VK.h index c3ee26e..e6b3b04 100644 --- a/samples/test-harness/include/graphics/PathTracing_VK.h +++ b/samples/test-harness/include/graphics/PathTracing_VK.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/RTAO.h b/samples/test-harness/include/graphics/RTAO.h index 02f48f7..e7bdf4f 100644 --- a/samples/test-harness/include/graphics/RTAO.h +++ b/samples/test-harness/include/graphics/RTAO.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/RTAO_D3D12.h b/samples/test-harness/include/graphics/RTAO_D3D12.h index 3cc08be..4ebcd35 100644 --- a/samples/test-harness/include/graphics/RTAO_D3D12.h +++ b/samples/test-harness/include/graphics/RTAO_D3D12.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/RTAO_VK.h b/samples/test-harness/include/graphics/RTAO_VK.h index 2c2ef2e..e096534 100644 --- a/samples/test-harness/include/graphics/RTAO_VK.h +++ b/samples/test-harness/include/graphics/RTAO_VK.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/Types.h b/samples/test-harness/include/graphics/Types.h index ffba384..078a9bf 100644 --- a/samples/test-harness/include/graphics/Types.h +++ b/samples/test-harness/include/graphics/Types.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/UI.h b/samples/test-harness/include/graphics/UI.h index 8d60c4a..c7e7b3d 100644 --- a/samples/test-harness/include/graphics/UI.h +++ b/samples/test-harness/include/graphics/UI.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/UI_D3D12.h b/samples/test-harness/include/graphics/UI_D3D12.h index 6edb655..571a032 100644 --- a/samples/test-harness/include/graphics/UI_D3D12.h +++ b/samples/test-harness/include/graphics/UI_D3D12.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/include/graphics/UI_VK.h b/samples/test-harness/include/graphics/UI_VK.h index 51d887e..7f9d838 100644 --- a/samples/test-harness/include/graphics/UI_VK.h +++ b/samples/test-harness/include/graphics/UI_VK.h @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/AHS.hlsl b/samples/test-harness/shaders/AHS.hlsl index 09dafb1..f1afaed 100644 --- a/samples/test-harness/shaders/AHS.hlsl +++ b/samples/test-harness/shaders/AHS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/CHS.hlsl b/samples/test-harness/shaders/CHS.hlsl index bfba129..f9a1d97 100644 --- a/samples/test-harness/shaders/CHS.hlsl +++ b/samples/test-harness/shaders/CHS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/Composite.hlsl b/samples/test-harness/shaders/Composite.hlsl index 13d54d9..b40b3dd 100644 --- a/samples/test-harness/shaders/Composite.hlsl +++ b/samples/test-harness/shaders/Composite.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/GBufferRGS.hlsl b/samples/test-harness/shaders/GBufferRGS.hlsl index 89a06d7..caf8122 100644 --- a/samples/test-harness/shaders/GBufferRGS.hlsl +++ b/samples/test-harness/shaders/GBufferRGS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/IndirectCS.hlsl b/samples/test-harness/shaders/IndirectCS.hlsl index 79692c4..d4d110d 100644 --- a/samples/test-harness/shaders/IndirectCS.hlsl +++ b/samples/test-harness/shaders/IndirectCS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/Miss.hlsl b/samples/test-harness/shaders/Miss.hlsl index 9b4b267..8becafa 100644 --- a/samples/test-harness/shaders/Miss.hlsl +++ b/samples/test-harness/shaders/Miss.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/PathTraceRGS.hlsl b/samples/test-harness/shaders/PathTraceRGS.hlsl index 359b6bb..0adc3f3 100644 --- a/samples/test-harness/shaders/PathTraceRGS.hlsl +++ b/samples/test-harness/shaders/PathTraceRGS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/RTAOFilterCS.hlsl b/samples/test-harness/shaders/RTAOFilterCS.hlsl index 892dd47..7555c5d 100644 --- a/samples/test-harness/shaders/RTAOFilterCS.hlsl +++ b/samples/test-harness/shaders/RTAOFilterCS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/RTAOTraceRGS.hlsl b/samples/test-harness/shaders/RTAOTraceRGS.hlsl index a743797..3218795 100644 --- a/samples/test-harness/shaders/RTAOTraceRGS.hlsl +++ b/samples/test-harness/shaders/RTAOTraceRGS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/ddgi/ProbeTraceRGS.hlsl b/samples/test-harness/shaders/ddgi/ProbeTraceRGS.hlsl index 8f890e4..12e2271 100644 --- a/samples/test-harness/shaders/ddgi/ProbeTraceRGS.hlsl +++ b/samples/test-harness/shaders/ddgi/ProbeTraceRGS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/ddgi/visualizations/Descriptors.hlsl b/samples/test-harness/shaders/ddgi/visualizations/Descriptors.hlsl index 246dffc..6bf2569 100644 --- a/samples/test-harness/shaders/ddgi/visualizations/Descriptors.hlsl +++ b/samples/test-harness/shaders/ddgi/visualizations/Descriptors.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/ddgi/visualizations/ProbesCHS.hlsl b/samples/test-harness/shaders/ddgi/visualizations/ProbesCHS.hlsl index 3268fb2..aef10c3 100644 --- a/samples/test-harness/shaders/ddgi/visualizations/ProbesCHS.hlsl +++ b/samples/test-harness/shaders/ddgi/visualizations/ProbesCHS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/ddgi/visualizations/ProbesMiss.hlsl b/samples/test-harness/shaders/ddgi/visualizations/ProbesMiss.hlsl index 67f520e..7cdf7b6 100644 --- a/samples/test-harness/shaders/ddgi/visualizations/ProbesMiss.hlsl +++ b/samples/test-harness/shaders/ddgi/visualizations/ProbesMiss.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/ddgi/visualizations/ProbesUpdateCS.hlsl b/samples/test-harness/shaders/ddgi/visualizations/ProbesUpdateCS.hlsl index ceb028d..86c62ce 100644 --- a/samples/test-harness/shaders/ddgi/visualizations/ProbesUpdateCS.hlsl +++ b/samples/test-harness/shaders/ddgi/visualizations/ProbesUpdateCS.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/include/Common.hlsl b/samples/test-harness/shaders/include/Common.hlsl index 64b6c8e..b0f76ae 100644 --- a/samples/test-harness/shaders/include/Common.hlsl +++ b/samples/test-harness/shaders/include/Common.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/include/Descriptors.hlsl b/samples/test-harness/shaders/include/Descriptors.hlsl index 7efa885..d991741 100644 --- a/samples/test-harness/shaders/include/Descriptors.hlsl +++ b/samples/test-harness/shaders/include/Descriptors.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/include/Lighting.hlsl b/samples/test-harness/shaders/include/Lighting.hlsl index 08820bb..27fe4fb 100644 --- a/samples/test-harness/shaders/include/Lighting.hlsl +++ b/samples/test-harness/shaders/include/Lighting.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/include/Platform.hlsl b/samples/test-harness/shaders/include/Platform.hlsl index 244a405..09429fa 100644 --- a/samples/test-harness/shaders/include/Platform.hlsl +++ b/samples/test-harness/shaders/include/Platform.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/include/Random.hlsl b/samples/test-harness/shaders/include/Random.hlsl index cf8e1d8..b88a153 100644 --- a/samples/test-harness/shaders/include/Random.hlsl +++ b/samples/test-harness/shaders/include/Random.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/shaders/include/RayTracing.hlsl b/samples/test-harness/shaders/include/RayTracing.hlsl index 50a94e0..697c5f0 100644 --- a/samples/test-harness/shaders/include/RayTracing.hlsl +++ b/samples/test-harness/shaders/include/RayTracing.hlsl @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/Caches.cpp b/samples/test-harness/src/Caches.cpp index 26d5997..038a801 100644 --- a/samples/test-harness/src/Caches.cpp +++ b/samples/test-harness/src/Caches.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/Direct3D12.cpp b/samples/test-harness/src/Direct3D12.cpp index 7ace644..0b3f9ae 100644 --- a/samples/test-harness/src/Direct3D12.cpp +++ b/samples/test-harness/src/Direct3D12.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/Geometry.cpp b/samples/test-harness/src/Geometry.cpp index aa402b9..2b24a57 100644 --- a/samples/test-harness/src/Geometry.cpp +++ b/samples/test-harness/src/Geometry.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2020, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/Inputs.cpp b/samples/test-harness/src/Inputs.cpp index 6d855d3..14c6f81 100644 --- a/samples/test-harness/src/Inputs.cpp +++ b/samples/test-harness/src/Inputs.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/Instrumentation.cpp b/samples/test-harness/src/Instrumentation.cpp index 7410d1d..3116621 100644 --- a/samples/test-harness/src/Instrumentation.cpp +++ b/samples/test-harness/src/Instrumentation.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/Scenes.cpp b/samples/test-harness/src/Scenes.cpp index 889d986..ecd32e3 100644 --- a/samples/test-harness/src/Scenes.cpp +++ b/samples/test-harness/src/Scenes.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/Shaders.cpp b/samples/test-harness/src/Shaders.cpp index 627bb54..f5e9308 100644 --- a/samples/test-harness/src/Shaders.cpp +++ b/samples/test-harness/src/Shaders.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/Textures.cpp b/samples/test-harness/src/Textures.cpp index 2ee5b41..51ed797 100644 --- a/samples/test-harness/src/Textures.cpp +++ b/samples/test-harness/src/Textures.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/UI.cpp b/samples/test-harness/src/UI.cpp index 9ec6e84..bd97c88 100644 --- a/samples/test-harness/src/UI.cpp +++ b/samples/test-harness/src/UI.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/Vulkan.cpp b/samples/test-harness/src/Vulkan.cpp index 58634d2..9d0cb82 100644 --- a/samples/test-harness/src/Vulkan.cpp +++ b/samples/test-harness/src/Vulkan.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/VulkanExtensions.cpp b/samples/test-harness/src/VulkanExtensions.cpp index 782169e..3a8cb83 100644 --- a/samples/test-harness/src/VulkanExtensions.cpp +++ b/samples/test-harness/src/VulkanExtensions.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/Window.cpp b/samples/test-harness/src/Window.cpp index 8fd1abb..edda0fb 100644 --- a/samples/test-harness/src/Window.cpp +++ b/samples/test-harness/src/Window.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/Composite_D3D12.cpp b/samples/test-harness/src/graphics/Composite_D3D12.cpp index d032c11..fe0819c 100644 --- a/samples/test-harness/src/graphics/Composite_D3D12.cpp +++ b/samples/test-harness/src/graphics/Composite_D3D12.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/Composite_VK.cpp b/samples/test-harness/src/graphics/Composite_VK.cpp index 8095d9b..3ffdd9d 100644 --- a/samples/test-harness/src/graphics/Composite_VK.cpp +++ b/samples/test-harness/src/graphics/Composite_VK.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/DDGI.cpp b/samples/test-harness/src/graphics/DDGI.cpp index b5c01ae..9737c96 100644 --- a/samples/test-harness/src/graphics/DDGI.cpp +++ b/samples/test-harness/src/graphics/DDGI.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/DDGIVisualizations_D3D12.cpp b/samples/test-harness/src/graphics/DDGIVisualizations_D3D12.cpp index fba534b..97667a1 100644 --- a/samples/test-harness/src/graphics/DDGIVisualizations_D3D12.cpp +++ b/samples/test-harness/src/graphics/DDGIVisualizations_D3D12.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/DDGIVisualizations_VK.cpp b/samples/test-harness/src/graphics/DDGIVisualizations_VK.cpp index 1ed96eb..cfaf457 100644 --- a/samples/test-harness/src/graphics/DDGIVisualizations_VK.cpp +++ b/samples/test-harness/src/graphics/DDGIVisualizations_VK.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/GBuffer_D3D12.cpp b/samples/test-harness/src/graphics/GBuffer_D3D12.cpp index 77b454c..a59653a 100644 --- a/samples/test-harness/src/graphics/GBuffer_D3D12.cpp +++ b/samples/test-harness/src/graphics/GBuffer_D3D12.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/GBuffer_VK.cpp b/samples/test-harness/src/graphics/GBuffer_VK.cpp index 95b4e33..fb70524 100644 --- a/samples/test-harness/src/graphics/GBuffer_VK.cpp +++ b/samples/test-harness/src/graphics/GBuffer_VK.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/PathTracing_D3D12.cpp b/samples/test-harness/src/graphics/PathTracing_D3D12.cpp index 736c067..b06dbc7 100644 --- a/samples/test-harness/src/graphics/PathTracing_D3D12.cpp +++ b/samples/test-harness/src/graphics/PathTracing_D3D12.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/PathTracing_VK.cpp b/samples/test-harness/src/graphics/PathTracing_VK.cpp index f7e5369..cdf6d7b 100644 --- a/samples/test-harness/src/graphics/PathTracing_VK.cpp +++ b/samples/test-harness/src/graphics/PathTracing_VK.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/RTAO_D3D12.cpp b/samples/test-harness/src/graphics/RTAO_D3D12.cpp index e41faab..2cd0b9a 100644 --- a/samples/test-harness/src/graphics/RTAO_D3D12.cpp +++ b/samples/test-harness/src/graphics/RTAO_D3D12.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/RTAO_VK.cpp b/samples/test-harness/src/graphics/RTAO_VK.cpp index 084e865..d086818 100644 --- a/samples/test-harness/src/graphics/RTAO_VK.cpp +++ b/samples/test-harness/src/graphics/RTAO_VK.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/UI_D3D12.cpp b/samples/test-harness/src/graphics/UI_D3D12.cpp index 70681db..510eabd 100644 --- a/samples/test-harness/src/graphics/UI_D3D12.cpp +++ b/samples/test-harness/src/graphics/UI_D3D12.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/graphics/UI_VK.cpp b/samples/test-harness/src/graphics/UI_VK.cpp index 9e17d3e..8f25945 100644 --- a/samples/test-harness/src/graphics/UI_VK.cpp +++ b/samples/test-harness/src/graphics/UI_VK.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation diff --git a/samples/test-harness/src/main.cpp b/samples/test-harness/src/main.cpp index a2b3fd9..1ead7ce 100644 --- a/samples/test-harness/src/main.cpp +++ b/samples/test-harness/src/main.cpp @@ -1,5 +1,5 @@ /* -* Copyright (c) 2019-2021, NVIDIA CORPORATION. All rights reserved. +* Copyright (c) 2019-2022, NVIDIA CORPORATION. All rights reserved. * * NVIDIA CORPORATION and its licensors retain all intellectual property * and proprietary rights in and to this software, related documentation