From bd2589cceeb54e2136a7c6ab551d6a0846aeec1b Mon Sep 17 00:00:00 2001 From: assiduous Date: Sun, 3 Jan 2021 16:38:22 -0800 Subject: Updated some more copyright notices --- Graphics/GraphicsEngine/interface/LoadEngineDll.h | 2 +- Graphics/GraphicsEngineMetal/interface/BufferMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/FenceMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/QueryMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/SamplerMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/ShaderMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/TextureMtl.h | 2 +- Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h | 2 +- Graphics/ShaderTools/include/DXCompilerBaseLiunx.hpp | 2 +- Graphics/ShaderTools/include/DXCompilerBaseUWP.hpp | 2 +- Graphics/ShaderTools/src/DXILUtilsStub.cpp | 2 +- Platforms/Android/interface/AndroidNativeWindow.h | 2 +- Platforms/Apple/interface/IOSNativeWindow.h | 2 +- Platforms/Apple/interface/MacOSNativeWindow.h | 2 +- Platforms/Linux/interface/LinuxNativeWindow.h | 2 +- Platforms/UWP/interface/UWPNativeWindow.h | 2 +- Tests/DiligentCoreAPITest/include/Metal/CreateObjFromNativeResMtl.hpp | 2 +- Tests/DiligentCoreAPITest/include/Metal/TestingEnvironmentMtl.hpp | 2 +- Tests/DiligentCoreAPITest/include/Metal/TestingSwapChainMtl.hpp | 2 +- Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp | 2 +- Tests/DiligentCoreAPITest/src/MacOS/TestingEnvironmentMacOS.cpp | 2 +- Tests/DiligentCoreAPITest/src/Metal/ClearRenderTargetReferenceMtl.mm | 2 +- Tests/DiligentCoreAPITest/src/Metal/ComputeShaderReferenceMtl.mm | 2 +- Tests/DiligentCoreAPITest/src/Metal/CreateObjFromNativeResMtl.mm | 2 +- Tests/DiligentCoreAPITest/src/Metal/DrawCommandReferenceMtl.mm | 2 +- Tests/DiligentCoreAPITest/src/Metal/TestingEnvironmentMtl.mm | 2 +- Tests/DiligentCoreAPITest/src/Metal/TestingSwapChainMtl.mm | 2 +- 34 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Graphics/GraphicsEngine/interface/LoadEngineDll.h b/Graphics/GraphicsEngine/interface/LoadEngineDll.h index 833c05a7..263686ce 100644 --- a/Graphics/GraphicsEngine/interface/LoadEngineDll.h +++ b/Graphics/GraphicsEngine/interface/LoadEngineDll.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/BufferMtl.h b/Graphics/GraphicsEngineMetal/interface/BufferMtl.h index d7b2a7fd..32fafb58 100644 --- a/Graphics/GraphicsEngineMetal/interface/BufferMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/BufferMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h b/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h index d5561b58..29ce1181 100644 --- a/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h b/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h index 3f4e4f01..b5f50ad9 100644 --- a/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h b/Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h index afff3df7..b2ded7d3 100644 --- a/Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/EngineFactoryMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/FenceMtl.h b/Graphics/GraphicsEngineMetal/interface/FenceMtl.h index c48b4550..e173b70c 100644 --- a/Graphics/GraphicsEngineMetal/interface/FenceMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/FenceMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h b/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h index a74c86fa..0af8580b 100644 --- a/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/QueryMtl.h b/Graphics/GraphicsEngineMetal/interface/QueryMtl.h index fb41c46d..46faec64 100644 --- a/Graphics/GraphicsEngineMetal/interface/QueryMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/QueryMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h b/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h index a9a1f218..8a194811 100644 --- a/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/SamplerMtl.h b/Graphics/GraphicsEngineMetal/interface/SamplerMtl.h index a8290e07..be765096 100644 --- a/Graphics/GraphicsEngineMetal/interface/SamplerMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/SamplerMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/ShaderMtl.h b/Graphics/GraphicsEngineMetal/interface/ShaderMtl.h index c8f8da84..852e7da4 100644 --- a/Graphics/GraphicsEngineMetal/interface/ShaderMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/ShaderMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h b/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h index ae58d3b9..ebea3659 100644 --- a/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h b/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h index dd1e9a9b..e247bc48 100644 --- a/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/TextureMtl.h b/Graphics/GraphicsEngineMetal/interface/TextureMtl.h index 892ae190..7813c7b9 100644 --- a/Graphics/GraphicsEngineMetal/interface/TextureMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/TextureMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h b/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h index 8b75a074..a8f2bfd4 100644 --- a/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h +++ b/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/ShaderTools/include/DXCompilerBaseLiunx.hpp b/Graphics/ShaderTools/include/DXCompilerBaseLiunx.hpp index a1a0f863..72e6db47 100644 --- a/Graphics/ShaderTools/include/DXCompilerBaseLiunx.hpp +++ b/Graphics/ShaderTools/include/DXCompilerBaseLiunx.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/ShaderTools/include/DXCompilerBaseUWP.hpp b/Graphics/ShaderTools/include/DXCompilerBaseUWP.hpp index 2bfbb4d1..c1a85707 100644 --- a/Graphics/ShaderTools/include/DXCompilerBaseUWP.hpp +++ b/Graphics/ShaderTools/include/DXCompilerBaseUWP.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/ShaderTools/src/DXILUtilsStub.cpp b/Graphics/ShaderTools/src/DXILUtilsStub.cpp index 9f3751b7..906caf2c 100644 --- a/Graphics/ShaderTools/src/DXILUtilsStub.cpp +++ b/Graphics/ShaderTools/src/DXILUtilsStub.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Android/interface/AndroidNativeWindow.h b/Platforms/Android/interface/AndroidNativeWindow.h index d2694273..16e8badd 100644 --- a/Platforms/Android/interface/AndroidNativeWindow.h +++ b/Platforms/Android/interface/AndroidNativeWindow.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Apple/interface/IOSNativeWindow.h b/Platforms/Apple/interface/IOSNativeWindow.h index 359419ae..71a37c91 100644 --- a/Platforms/Apple/interface/IOSNativeWindow.h +++ b/Platforms/Apple/interface/IOSNativeWindow.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Apple/interface/MacOSNativeWindow.h b/Platforms/Apple/interface/MacOSNativeWindow.h index a2eb18a1..592575d8 100644 --- a/Platforms/Apple/interface/MacOSNativeWindow.h +++ b/Platforms/Apple/interface/MacOSNativeWindow.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Linux/interface/LinuxNativeWindow.h b/Platforms/Linux/interface/LinuxNativeWindow.h index 4f8dca73..a7d1b87c 100644 --- a/Platforms/Linux/interface/LinuxNativeWindow.h +++ b/Platforms/Linux/interface/LinuxNativeWindow.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/UWP/interface/UWPNativeWindow.h b/Platforms/UWP/interface/UWPNativeWindow.h index 40bbe0db..53e6032d 100644 --- a/Platforms/UWP/interface/UWPNativeWindow.h +++ b/Platforms/UWP/interface/UWPNativeWindow.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Tests/DiligentCoreAPITest/include/Metal/CreateObjFromNativeResMtl.hpp b/Tests/DiligentCoreAPITest/include/Metal/CreateObjFromNativeResMtl.hpp index d32af096..70990469 100644 --- a/Tests/DiligentCoreAPITest/include/Metal/CreateObjFromNativeResMtl.hpp +++ b/Tests/DiligentCoreAPITest/include/Metal/CreateObjFromNativeResMtl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Tests/DiligentCoreAPITest/include/Metal/TestingEnvironmentMtl.hpp b/Tests/DiligentCoreAPITest/include/Metal/TestingEnvironmentMtl.hpp index a613d27e..cbb83681 100644 --- a/Tests/DiligentCoreAPITest/include/Metal/TestingEnvironmentMtl.hpp +++ b/Tests/DiligentCoreAPITest/include/Metal/TestingEnvironmentMtl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Tests/DiligentCoreAPITest/include/Metal/TestingSwapChainMtl.hpp b/Tests/DiligentCoreAPITest/include/Metal/TestingSwapChainMtl.hpp index aac8083e..b4974b3c 100644 --- a/Tests/DiligentCoreAPITest/include/Metal/TestingSwapChainMtl.hpp +++ b/Tests/DiligentCoreAPITest/include/Metal/TestingSwapChainMtl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp b/Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp index d433b2be..084b6166 100644 --- a/Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp +++ b/Tests/DiligentCoreAPITest/src/Linux/TestingEnvironmentLinux.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Tests/DiligentCoreAPITest/src/MacOS/TestingEnvironmentMacOS.cpp b/Tests/DiligentCoreAPITest/src/MacOS/TestingEnvironmentMacOS.cpp index 567ded58..d27d118c 100644 --- a/Tests/DiligentCoreAPITest/src/MacOS/TestingEnvironmentMacOS.cpp +++ b/Tests/DiligentCoreAPITest/src/MacOS/TestingEnvironmentMacOS.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Tests/DiligentCoreAPITest/src/Metal/ClearRenderTargetReferenceMtl.mm b/Tests/DiligentCoreAPITest/src/Metal/ClearRenderTargetReferenceMtl.mm index c67ea4e6..8bef1d9f 100644 --- a/Tests/DiligentCoreAPITest/src/Metal/ClearRenderTargetReferenceMtl.mm +++ b/Tests/DiligentCoreAPITest/src/Metal/ClearRenderTargetReferenceMtl.mm @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Tests/DiligentCoreAPITest/src/Metal/ComputeShaderReferenceMtl.mm b/Tests/DiligentCoreAPITest/src/Metal/ComputeShaderReferenceMtl.mm index 9957a097..f00d4199 100644 --- a/Tests/DiligentCoreAPITest/src/Metal/ComputeShaderReferenceMtl.mm +++ b/Tests/DiligentCoreAPITest/src/Metal/ComputeShaderReferenceMtl.mm @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Tests/DiligentCoreAPITest/src/Metal/CreateObjFromNativeResMtl.mm b/Tests/DiligentCoreAPITest/src/Metal/CreateObjFromNativeResMtl.mm index 2ab7ec53..542eb7eb 100644 --- a/Tests/DiligentCoreAPITest/src/Metal/CreateObjFromNativeResMtl.mm +++ b/Tests/DiligentCoreAPITest/src/Metal/CreateObjFromNativeResMtl.mm @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Tests/DiligentCoreAPITest/src/Metal/DrawCommandReferenceMtl.mm b/Tests/DiligentCoreAPITest/src/Metal/DrawCommandReferenceMtl.mm index e7a2ef49..504db423 100644 --- a/Tests/DiligentCoreAPITest/src/Metal/DrawCommandReferenceMtl.mm +++ b/Tests/DiligentCoreAPITest/src/Metal/DrawCommandReferenceMtl.mm @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Tests/DiligentCoreAPITest/src/Metal/TestingEnvironmentMtl.mm b/Tests/DiligentCoreAPITest/src/Metal/TestingEnvironmentMtl.mm index 6b893c58..5826d266 100644 --- a/Tests/DiligentCoreAPITest/src/Metal/TestingEnvironmentMtl.mm +++ b/Tests/DiligentCoreAPITest/src/Metal/TestingEnvironmentMtl.mm @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Tests/DiligentCoreAPITest/src/Metal/TestingSwapChainMtl.mm b/Tests/DiligentCoreAPITest/src/Metal/TestingSwapChainMtl.mm index 81dd01ed..78a815f6 100644 --- a/Tests/DiligentCoreAPITest/src/Metal/TestingSwapChainMtl.mm +++ b/Tests/DiligentCoreAPITest/src/Metal/TestingSwapChainMtl.mm @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); -- cgit v1.2.3