summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2021-01-01 18:30:48 +0000
committerassiduous <assiduous@diligentgraphics.com>2021-01-01 18:30:48 +0000
commitfa345f59de694ac249c14e987032ef3e341faaa7 (patch)
treef06a98a8ff5b5d693566faddcaebc98efb840e88 /Tests
parentD3D12 and VK backends: disabled bound resources validation in TransitionShade... (diff)
downloadDiligentCore-fa345f59de694ac249c14e987032ef3e341faaa7.tar.gz
DiligentCore-fa345f59de694ac249c14e987032ef3e341faaa7.zip
Updated copyright notice
Diffstat (limited to 'Tests')
-rw-r--r--Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestGLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestHLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestMSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestGLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestHLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestMSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/GeometryShaderTestGLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/GeometryShaderTestHLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestGLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestHLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/RayTracingTestGLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/RayTracingTestHLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/TessellationTestGLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/InlineShaders/TessellationTestHLSL.h2
-rw-r--r--Tests/DiligentCoreAPITest/include/PSOTestBase.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/RayTracingTestConstants.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/TestingEnvironment.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/TestingSwapChainBase.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.hpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/BlendStateTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/BufferAccessTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/BufferSuballocatorTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/CInterfaceTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/ComputeShaderTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/ComputeShaderRefenceD3D11.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/GeometryShaderRefenceD3D11.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/TessellationRefenceD3D11.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/ComputeShaderRefenceD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/GeometryShaderRefenceD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/MeshShaderReferenceD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/RayTracingReferenceD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/TessellationRefenceD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/DXCompilerTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/DynamicBufferTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/DynamicTextureAtlasTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/ComputeShaderRefenceGL.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/GLTypeConversionsTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/GeometryShaderRefenceGL.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/TessellationRefenceGL.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/GeometryShaderTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/MeshShaderTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/PSOTestBase.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/QueryTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/RayTracingTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/RenderPassTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/StreamingBufferTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/TessellationTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/TextureUploaderTest.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/ComputeShaderReferenceVk.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/GeometryShaderReferenceVk.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/MeshShaderReferenceVk.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/RayTracingReferenceVk.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/TessellationReferenceVk.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/BufferView_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/Buffer_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/DeviceObject_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/Fence_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/Object_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/PipelineState_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/Query_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/RenderDevice_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/ResourceMapping_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/Sampler_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/ShaderResourceBinding_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/ShaderResourceVariable_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/Shader_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/SwapChain_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/TextureView_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/c_interface/Texture_C_Test.c2
-rw-r--r--Tests/DiligentCoreAPITest/src/main.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/Common/AlignTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/Common/AllocatorTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/Common/FastRandTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/Common/FilteringToolsTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/Common/HashUtilsTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/Common/MathLibTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/Common/RefCntAutoPtrTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/Common/StringToolsTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/GraphicsAccessories/DynamicAtlasManagerTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsUtilitiesTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/GraphicsAccessories/ResourceReleaseQueueTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.cpp2
-rw-r--r--Tests/DiligentCoreTest/src/Platforms/PlatformMiscTest.cpp2
-rw-r--r--Tests/IncludeTest/Common/AdvancedMathH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/BasicFileStreamH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/BasicMathH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/DataBlobImplH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/FastRandH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/FileWrapperH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/FilteringToolsH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/HashUtilsH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/LockHelperH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/ObjectBaseH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/RefCntAutoPtrH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/RefCountedObjectImplH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/STDAllocatorH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/StringDataBlobImplH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/StringPool_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/StringToolsH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/ThreadSignalH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/TimerH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/UniqueIdentifierH_test.cpp2
-rw-r--r--Tests/IncludeTest/Common/ValidatedCastH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsAccessories/ColorConversionH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsAccessories/RingBufferH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsAccessories/VariableSizeAllocationsManagerH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/BlendStateH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/BlendStateH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/BottomLevelASH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/BottomLevelASH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/BufferH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/BufferH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/BufferViewH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/BufferViewH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/CommandListH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/CommandListH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ConstantsH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ConstantsH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/FenceH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/FenceH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/FramebufferH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/FramebufferH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/QueryH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/QueryH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/RenderPassH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/RenderPassH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/SamplerH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/SamplerH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ShaderH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ShaderH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/SwapChainH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/SwapChainH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/TextureH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/TextureH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/TextureViewH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/TextureViewH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/TopLevelASH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngine/TopLevelASH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/QueryVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/QueryVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/BufferSuballocatorH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/DurationQueryHelperH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/DynamicBufferH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/DynamicTextureAtlasH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.c2
-rw-r--r--Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/MapHelperH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/ScopedQueryHelperH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/ScreenCaptureH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/StreamingBufferH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/TextureUploaderGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/GraphicsTools/TextureUploaderH_test.cpp2
-rw-r--r--Tests/IncludeTest/Platforms/AtomicsH_test.cpp2
-rw-r--r--Tests/IncludeTest/Platforms/FileSystemH_test.cpp2
-rw-r--r--Tests/IncludeTest/Platforms/NativeWindowH_test.c2
-rw-r--r--Tests/IncludeTest/Platforms/NativeWindowH_test.cpp2
-rw-r--r--Tests/IncludeTest/Platforms/PlatformDebugH_test.cpp2
-rw-r--r--Tests/IncludeTest/Platforms/PlatformDefinitionsH_test.cpp2
-rw-r--r--Tests/IncludeTest/Platforms/PlatformMiscH_test.cpp2
-rw-r--r--Tests/IncludeTest/Primitives/ReferenceCountersH_test.c2
-rw-r--r--Tests/IncludeTest/Primitives/ReferenceCountersH_test.cpp2
389 files changed, 389 insertions, 389 deletions
diff --git a/Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.hpp b/Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.hpp
index 55c7de4a..26b8d229 100644
--- a/Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.hpp
+++ b/Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.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/D3D11/CreateObjFromNativeResD3D11.hpp b/Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.hpp
index cb7aa0c9..8791a14f 100644
--- a/Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.hpp
+++ b/Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.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/D3D11/TestingEnvironmentD3D11.hpp b/Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.hpp
index 3bd1bae0..02abc5e4 100644
--- a/Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.hpp
+++ b/Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.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/D3D11/TestingSwapChainD3D11.hpp b/Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.hpp
index eaafcf5a..058f2c7c 100644
--- a/Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.hpp
+++ b/Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.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/D3D12/CreateObjFromNativeResD3D12.hpp b/Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.hpp
index cc1af257..1fee6d08 100644
--- a/Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.hpp
+++ b/Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.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/D3D12/D3D12DebugLayerSetNameBugWorkaround.hpp b/Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.hpp
index 6507c646..622133f8 100644
--- a/Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.hpp
+++ b/Tests/DiligentCoreAPITest/include/D3D12/D3D12DebugLayerSetNameBugWorkaround.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/D3D12/TestingEnvironmentD3D12.hpp b/Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.hpp
index ab85a5bd..e2adcc86 100644
--- a/Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.hpp
+++ b/Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.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/D3D12/TestingSwapChainD3D12.hpp b/Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.hpp
index 06a0ad76..9b375303 100644
--- a/Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.hpp
+++ b/Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.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/GL/CreateObjFromNativeResGL.hpp b/Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.hpp
index 1b476231..86acf20e 100644
--- a/Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.hpp
+++ b/Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.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/GL/TestingEnvironmentGL.hpp b/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.hpp
index 568591a4..e06169cb 100644
--- a/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.hpp
+++ b/Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.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/GL/TestingSwapChainGL.hpp b/Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.hpp
index 913c66b2..8ec0143f 100644
--- a/Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.hpp
+++ b/Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.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/InlineShaders/ComputeShaderTestGLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestGLSL.h
index 08ec6bb7..9c1bf524 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestGLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestGLSL.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/InlineShaders/ComputeShaderTestHLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestHLSL.h
index 0b501158..d470d3b6 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestHLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestHLSL.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/InlineShaders/ComputeShaderTestMSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestMSL.h
index f2751400..e5a2f7db 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestMSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestMSL.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/InlineShaders/DrawCommandTestGLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestGLSL.h
index 23751693..f67aa2a9 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestGLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestGLSL.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/InlineShaders/DrawCommandTestHLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestHLSL.h
index f536c692..253a58d3 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestHLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestHLSL.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/InlineShaders/DrawCommandTestMSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestMSL.h
index 27a8e781..d27df145 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestMSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestMSL.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/InlineShaders/GeometryShaderTestGLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/GeometryShaderTestGLSL.h
index 49911953..b13a97f9 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/GeometryShaderTestGLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/GeometryShaderTestGLSL.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/InlineShaders/GeometryShaderTestHLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/GeometryShaderTestHLSL.h
index f57dc004..bb373b49 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/GeometryShaderTestHLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/GeometryShaderTestHLSL.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/InlineShaders/MeshShaderTestGLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestGLSL.h
index ee1ab5ca..6ad6b86f 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestGLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestGLSL.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/InlineShaders/MeshShaderTestHLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestHLSL.h
index 450bd63b..d84182f2 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestHLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestHLSL.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/InlineShaders/RayTracingTestGLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/RayTracingTestGLSL.h
index f8075930..078805df 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/RayTracingTestGLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/RayTracingTestGLSL.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/InlineShaders/RayTracingTestHLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/RayTracingTestHLSL.h
index bfa33f04..c985c126 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/RayTracingTestHLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/RayTracingTestHLSL.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/InlineShaders/TessellationTestGLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/TessellationTestGLSL.h
index 36ce4d37..c61076d6 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/TessellationTestGLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/TessellationTestGLSL.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/InlineShaders/TessellationTestHLSL.h b/Tests/DiligentCoreAPITest/include/InlineShaders/TessellationTestHLSL.h
index 0ff0265a..778c2042 100644
--- a/Tests/DiligentCoreAPITest/include/InlineShaders/TessellationTestHLSL.h
+++ b/Tests/DiligentCoreAPITest/include/InlineShaders/TessellationTestHLSL.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/PSOTestBase.hpp b/Tests/DiligentCoreAPITest/include/PSOTestBase.hpp
index 84514af7..c4d8fef4 100644
--- a/Tests/DiligentCoreAPITest/include/PSOTestBase.hpp
+++ b/Tests/DiligentCoreAPITest/include/PSOTestBase.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/RayTracingTestConstants.hpp b/Tests/DiligentCoreAPITest/include/RayTracingTestConstants.hpp
index 88e04a71..c1c3c17d 100644
--- a/Tests/DiligentCoreAPITest/include/RayTracingTestConstants.hpp
+++ b/Tests/DiligentCoreAPITest/include/RayTracingTestConstants.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/TestingEnvironment.hpp b/Tests/DiligentCoreAPITest/include/TestingEnvironment.hpp
index dd7dc027..a3bbfbda 100644
--- a/Tests/DiligentCoreAPITest/include/TestingEnvironment.hpp
+++ b/Tests/DiligentCoreAPITest/include/TestingEnvironment.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/TestingSwapChainBase.hpp b/Tests/DiligentCoreAPITest/include/TestingSwapChainBase.hpp
index c288873b..88c96f08 100644
--- a/Tests/DiligentCoreAPITest/include/TestingSwapChainBase.hpp
+++ b/Tests/DiligentCoreAPITest/include/TestingSwapChainBase.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/Vulkan/CreateObjFromNativeResVK.hpp b/Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.hpp
index 9c9f8902..ece90433 100644
--- a/Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.hpp
+++ b/Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.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/Vulkan/TestingEnvironmentVk.hpp b/Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.hpp
index 54244dd9..f3ac3f7f 100644
--- a/Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.hpp
+++ b/Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.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/Vulkan/TestingSwapChainVk.hpp b/Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.hpp
index b44c513b..eb92c127 100644
--- a/Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.hpp
+++ b/Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.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/BlendStateTest.cpp b/Tests/DiligentCoreAPITest/src/BlendStateTest.cpp
index 3642ab08..4993a06c 100644
--- a/Tests/DiligentCoreAPITest/src/BlendStateTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/BlendStateTest.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/BrokenShaderTest.cpp b/Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp
index 6e112b5b..60d0d796 100644
--- a/Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/BrokenShaderTest.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/BufferAccessTest.cpp b/Tests/DiligentCoreAPITest/src/BufferAccessTest.cpp
index cbddcca0..40436ad1 100644
--- a/Tests/DiligentCoreAPITest/src/BufferAccessTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/BufferAccessTest.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/BufferCreationTest.cpp b/Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp
index 622e93bd..efd6b1a2 100644
--- a/Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/BufferCreationTest.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/BufferSuballocatorTest.cpp b/Tests/DiligentCoreAPITest/src/BufferSuballocatorTest.cpp
index 9ec72f05..ae0cb7d2 100644
--- a/Tests/DiligentCoreAPITest/src/BufferSuballocatorTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/BufferSuballocatorTest.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/CInterfaceTest.cpp b/Tests/DiligentCoreAPITest/src/CInterfaceTest.cpp
index c6dc1bb7..f0adcfad 100644
--- a/Tests/DiligentCoreAPITest/src/CInterfaceTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/CInterfaceTest.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/ClearRenderTargetTest.cpp b/Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp
index deafe5d7..37b7a21b 100644
--- a/Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.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/ComputeShaderTest.cpp b/Tests/DiligentCoreAPITest/src/ComputeShaderTest.cpp
index 2e77a734..a9318b3c 100644
--- a/Tests/DiligentCoreAPITest/src/ComputeShaderTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/ComputeShaderTest.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/CopyTextureTest.cpp b/Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp
index 4c351306..0b5bbe61 100644
--- a/Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/CopyTextureTest.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/D3D11/ClearRenderTargetRefenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp
index 769a4b27..bddf729e 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.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/D3D11/ComputeShaderRefenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/ComputeShaderRefenceD3D11.cpp
index 10813fae..07461650 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/ComputeShaderRefenceD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/ComputeShaderRefenceD3D11.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/D3D11/CreateObjFromNativeResD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp
index 39d54f12..aed2c94d 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.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/D3D11/DrawCommandReferenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp
index f28f2442..03403139 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.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/D3D11/GeometryShaderRefenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/GeometryShaderRefenceD3D11.cpp
index 61d09d78..f87a57b9 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/GeometryShaderRefenceD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/GeometryShaderRefenceD3D11.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/D3D11/TessellationRefenceD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/TessellationRefenceD3D11.cpp
index d9ba5e21..c85dd48a 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/TessellationRefenceD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/TessellationRefenceD3D11.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/D3D11/TestingEnvironmentD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp
index 2bca16de..dd965220 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.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/D3D11/TestingSwapChainD3D11.cpp b/Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp
index 52c492ea..ea59881b 100644
--- a/Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.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/D3D12/ClearRenderTargetRefenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp
index 2715d94a..67154e8f 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.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/D3D12/ComputeShaderRefenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/ComputeShaderRefenceD3D12.cpp
index cd79dec9..c486c0c6 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/ComputeShaderRefenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/ComputeShaderRefenceD3D12.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/D3D12/CreateObjFromNativeResD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp
index c48550ae..226f99b6 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.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/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp b/Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp
index 45522964..682cb6e7 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/D3D12DebugLayerSetNameBugWorkaround.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/D3D12/DrawCommandReferenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp
index bb5ad329..493c6975 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.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/D3D12/GeometryShaderRefenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/GeometryShaderRefenceD3D12.cpp
index f001bcb6..f6fb71b2 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/GeometryShaderRefenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/GeometryShaderRefenceD3D12.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/D3D12/MeshShaderReferenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/MeshShaderReferenceD3D12.cpp
index 765605d2..1836bf8c 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/MeshShaderReferenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/MeshShaderReferenceD3D12.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/D3D12/RayTracingReferenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/RayTracingReferenceD3D12.cpp
index 83c3d2b4..0056d18a 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/RayTracingReferenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/RayTracingReferenceD3D12.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/D3D12/TessellationRefenceD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/TessellationRefenceD3D12.cpp
index 5e6235d4..5d99ce58 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/TessellationRefenceD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/TessellationRefenceD3D12.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/D3D12/TestingEnvironmentD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp
index dfe0cc2c..203c499d 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.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/D3D12/TestingSwapChainD3D12.cpp b/Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp
index 9a05b929..27e1aac2 100644
--- a/Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp
+++ b/Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.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/DXCompilerTest.cpp b/Tests/DiligentCoreAPITest/src/DXCompilerTest.cpp
index 783aaa74..164f61eb 100644
--- a/Tests/DiligentCoreAPITest/src/DXCompilerTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/DXCompilerTest.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/DepthStencilStateTest.cpp b/Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp
index ef55c673..5931f05e 100644
--- a/Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/DepthStencilStateTest.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/DrawCommandTest.cpp b/Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp
index 07d2bf59..dfa5c09e 100644
--- a/Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/DrawCommandTest.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/DynamicBufferTest.cpp b/Tests/DiligentCoreAPITest/src/DynamicBufferTest.cpp
index a094b738..72162251 100644
--- a/Tests/DiligentCoreAPITest/src/DynamicBufferTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/DynamicBufferTest.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/DynamicTextureAtlasTest.cpp b/Tests/DiligentCoreAPITest/src/DynamicTextureAtlasTest.cpp
index 01ccf312..a17c754a 100644
--- a/Tests/DiligentCoreAPITest/src/DynamicTextureAtlasTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/DynamicTextureAtlasTest.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/GL/ClearRenderTargetRefenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp
index e6092d7c..bfeb89df 100644
--- a/Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.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/GL/ComputeShaderRefenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/ComputeShaderRefenceGL.cpp
index cc95b679..5f5cd30b 100644
--- a/Tests/DiligentCoreAPITest/src/GL/ComputeShaderRefenceGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/ComputeShaderRefenceGL.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/GL/CreateObjFromNativeResGL.cpp b/Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp
index a99d05a9..758d9aea 100644
--- a/Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.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/GL/DrawCommandReferenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp
index 1aa1d00c..8d536c61 100644
--- a/Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.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/GL/GLTypeConversionsTest.cpp b/Tests/DiligentCoreAPITest/src/GL/GLTypeConversionsTest.cpp
index 84510632..7e03eac5 100644
--- a/Tests/DiligentCoreAPITest/src/GL/GLTypeConversionsTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/GLTypeConversionsTest.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/GL/GeometryShaderRefenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/GeometryShaderRefenceGL.cpp
index ba480463..0139cf37 100644
--- a/Tests/DiligentCoreAPITest/src/GL/GeometryShaderRefenceGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/GeometryShaderRefenceGL.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/GL/TessellationRefenceGL.cpp b/Tests/DiligentCoreAPITest/src/GL/TessellationRefenceGL.cpp
index 8bbbd338..6633ae99 100644
--- a/Tests/DiligentCoreAPITest/src/GL/TessellationRefenceGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/TessellationRefenceGL.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/GL/TestingEnvironmentGL.cpp b/Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp
index cf1a2244..372438a8 100644
--- a/Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.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/GL/TestingSwapChainGL.cpp b/Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp
index d6956814..3ead2a55 100644
--- a/Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp
+++ b/Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.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/GenerateMipsTest.cpp b/Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp
index 1ff69362..9f62adeb 100644
--- a/Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/GenerateMipsTest.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/GeometryShaderTest.cpp b/Tests/DiligentCoreAPITest/src/GeometryShaderTest.cpp
index 67368bf4..b33e8ce6 100644
--- a/Tests/DiligentCoreAPITest/src/GeometryShaderTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/GeometryShaderTest.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/HLSL2GLSLConverterTest.cpp b/Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp
index 9d48fedf..d10aab08 100644
--- a/Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.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/MTResourceCreationTest.cpp b/Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp
index 3da53e86..97940589 100644
--- a/Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/MTResourceCreationTest.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/MeshShaderTest.cpp b/Tests/DiligentCoreAPITest/src/MeshShaderTest.cpp
index bfa7286a..e83150c3 100644
--- a/Tests/DiligentCoreAPITest/src/MeshShaderTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/MeshShaderTest.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/PSOCompatibilityTest.cpp b/Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp
index 64a4b6b5..43da63bf 100644
--- a/Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.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/PSOTestBase.cpp b/Tests/DiligentCoreAPITest/src/PSOTestBase.cpp
index 6c2a58f6..067d2f95 100644
--- a/Tests/DiligentCoreAPITest/src/PSOTestBase.cpp
+++ b/Tests/DiligentCoreAPITest/src/PSOTestBase.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/QueryTest.cpp b/Tests/DiligentCoreAPITest/src/QueryTest.cpp
index f0967992..2d883675 100644
--- a/Tests/DiligentCoreAPITest/src/QueryTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/QueryTest.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/RasterizerStateTest.cpp b/Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp
index f128c59f..2a4fa4d5 100644
--- a/Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/RasterizerStateTest.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/RayTracingTest.cpp b/Tests/DiligentCoreAPITest/src/RayTracingTest.cpp
index fc147f7f..e08133a5 100644
--- a/Tests/DiligentCoreAPITest/src/RayTracingTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/RayTracingTest.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/RenderPassTest.cpp b/Tests/DiligentCoreAPITest/src/RenderPassTest.cpp
index 684163e2..f7c3bfca 100644
--- a/Tests/DiligentCoreAPITest/src/RenderPassTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/RenderPassTest.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/SamplerCreationTest.cpp b/Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp
index f38710ff..7f277132 100644
--- a/Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/SamplerCreationTest.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/SeparateTextureSamplerTest.cpp b/Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp
index abab3adf..9a9a3fc5 100644
--- a/Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.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/ShaderResourceArrayTest.cpp b/Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp
index b00c8776..a520b149 100644
--- a/Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.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/ShaderResourceLayoutTest.cpp b/Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp
index 3bfde21d..f46179df 100644
--- a/Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.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/ShaderVariableAccessTest.cpp b/Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp
index d2dd964d..4e7c89e2 100644
--- a/Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.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/StreamingBufferTest.cpp b/Tests/DiligentCoreAPITest/src/StreamingBufferTest.cpp
index 41a7ee14..d86933f2 100644
--- a/Tests/DiligentCoreAPITest/src/StreamingBufferTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/StreamingBufferTest.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/TessellationTest.cpp b/Tests/DiligentCoreAPITest/src/TessellationTest.cpp
index 92920941..6471f617 100644
--- a/Tests/DiligentCoreAPITest/src/TessellationTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/TessellationTest.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/TestingEnvironment.cpp b/Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp
index 4445cca5..7b011760 100644
--- a/Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp
+++ b/Tests/DiligentCoreAPITest/src/TestingEnvironment.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/TestingSwapChainBase.cpp b/Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp
index f51ff31e..7372dfed 100644
--- a/Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp
+++ b/Tests/DiligentCoreAPITest/src/TestingSwapChainBase.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/TextureCreationTest.cpp b/Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp
index 572ef221..f1b88047 100644
--- a/Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/TextureCreationTest.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/TextureUploaderTest.cpp b/Tests/DiligentCoreAPITest/src/TextureUploaderTest.cpp
index 376827c5..aed5dc3f 100644
--- a/Tests/DiligentCoreAPITest/src/TextureUploaderTest.cpp
+++ b/Tests/DiligentCoreAPITest/src/TextureUploaderTest.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/Vulkan/ClearRenderTargetReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp
index 981d31d2..d74a8923 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.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/Vulkan/ComputeShaderReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/ComputeShaderReferenceVk.cpp
index cef83408..7e88aad5 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/ComputeShaderReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/ComputeShaderReferenceVk.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/Vulkan/CreateObjFromNativeResVK.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp
index 62b84f83..bcdd790c 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.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/Vulkan/DrawCommandReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp
index 6084402f..df1715cd 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.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/Vulkan/GeometryShaderReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/GeometryShaderReferenceVk.cpp
index fe05f5cb..7e92af64 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/GeometryShaderReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/GeometryShaderReferenceVk.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/Vulkan/MeshShaderReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/MeshShaderReferenceVk.cpp
index 43eb020c..c86785d3 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/MeshShaderReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/MeshShaderReferenceVk.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/Vulkan/RayTracingReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/RayTracingReferenceVk.cpp
index 1647a420..6ac4f34a 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/RayTracingReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/RayTracingReferenceVk.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/Vulkan/TessellationReferenceVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/TessellationReferenceVk.cpp
index 7b8212d5..9b52bc99 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/TessellationReferenceVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/TessellationReferenceVk.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/Vulkan/TestingEnvironmentVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp
index 02a800b8..4bd73ffa 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.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/Vulkan/TestingSwapChainVk.cpp b/Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp
index 9608e80a..ebe84170 100644
--- a/Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp
+++ b/Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.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/Win32/TestingEnvironmentWin32.cpp b/Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp
index 23aa9ca8..5bf61ec1 100644
--- a/Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp
+++ b/Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.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/c_interface/BufferView_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/BufferView_C_Test.c
index e8da3d41..ed576dcb 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/BufferView_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/BufferView_C_Test.c
@@ -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/c_interface/Buffer_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/Buffer_C_Test.c
index 5ad549ec..9455e2d7 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/Buffer_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/Buffer_C_Test.c
@@ -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/c_interface/DeviceObject_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/DeviceObject_C_Test.c
index 84069554..bf35ed43 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/DeviceObject_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/DeviceObject_C_Test.c
@@ -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/c_interface/Fence_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/Fence_C_Test.c
index 17226d40..c48666fc 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/Fence_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/Fence_C_Test.c
@@ -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/c_interface/Object_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/Object_C_Test.c
index 1ef45379..f9231b1c 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/Object_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/Object_C_Test.c
@@ -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/c_interface/PipelineState_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/PipelineState_C_Test.c
index 9de39d4c..be3e6be1 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/PipelineState_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/PipelineState_C_Test.c
@@ -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/c_interface/Query_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/Query_C_Test.c
index 6aad4ff4..955d97bc 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/Query_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/Query_C_Test.c
@@ -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/c_interface/RenderDevice_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/RenderDevice_C_Test.c
index 607c1691..9366acc7 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/RenderDevice_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/RenderDevice_C_Test.c
@@ -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/c_interface/ResourceMapping_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/ResourceMapping_C_Test.c
index b3a453a6..fdb80a14 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/ResourceMapping_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/ResourceMapping_C_Test.c
@@ -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/c_interface/Sampler_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/Sampler_C_Test.c
index be4dda10..71d6e310 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/Sampler_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/Sampler_C_Test.c
@@ -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/c_interface/ShaderResourceBinding_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/ShaderResourceBinding_C_Test.c
index c00ea7dc..a9f8847f 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/ShaderResourceBinding_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/ShaderResourceBinding_C_Test.c
@@ -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/c_interface/ShaderResourceVariable_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/ShaderResourceVariable_C_Test.c
index 134c9db5..104e87a2 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/ShaderResourceVariable_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/ShaderResourceVariable_C_Test.c
@@ -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/c_interface/Shader_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/Shader_C_Test.c
index f22ef04e..40b04c38 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/Shader_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/Shader_C_Test.c
@@ -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/c_interface/SwapChain_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/SwapChain_C_Test.c
index a18cdae6..3c940453 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/SwapChain_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/SwapChain_C_Test.c
@@ -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/c_interface/TextureView_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/TextureView_C_Test.c
index 20c490ad..1a3e53eb 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/TextureView_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/TextureView_C_Test.c
@@ -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/c_interface/Texture_C_Test.c b/Tests/DiligentCoreAPITest/src/c_interface/Texture_C_Test.c
index a2ca0d26..b83e193d 100644
--- a/Tests/DiligentCoreAPITest/src/c_interface/Texture_C_Test.c
+++ b/Tests/DiligentCoreAPITest/src/c_interface/Texture_C_Test.c
@@ -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/main.cpp b/Tests/DiligentCoreAPITest/src/main.cpp
index 13a7e3bf..fc60e65a 100644
--- a/Tests/DiligentCoreAPITest/src/main.cpp
+++ b/Tests/DiligentCoreAPITest/src/main.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/DiligentCoreTest/src/Common/AlignTest.cpp b/Tests/DiligentCoreTest/src/Common/AlignTest.cpp
index cbf591ce..827b31ba 100644
--- a/Tests/DiligentCoreTest/src/Common/AlignTest.cpp
+++ b/Tests/DiligentCoreTest/src/Common/AlignTest.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/DiligentCoreTest/src/Common/AllocatorTest.cpp b/Tests/DiligentCoreTest/src/Common/AllocatorTest.cpp
index 6da69389..36a62267 100644
--- a/Tests/DiligentCoreTest/src/Common/AllocatorTest.cpp
+++ b/Tests/DiligentCoreTest/src/Common/AllocatorTest.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/DiligentCoreTest/src/Common/FastRandTest.cpp b/Tests/DiligentCoreTest/src/Common/FastRandTest.cpp
index d078181f..0a675939 100644
--- a/Tests/DiligentCoreTest/src/Common/FastRandTest.cpp
+++ b/Tests/DiligentCoreTest/src/Common/FastRandTest.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/DiligentCoreTest/src/Common/FilteringToolsTest.cpp b/Tests/DiligentCoreTest/src/Common/FilteringToolsTest.cpp
index e0f23013..168a921c 100644
--- a/Tests/DiligentCoreTest/src/Common/FilteringToolsTest.cpp
+++ b/Tests/DiligentCoreTest/src/Common/FilteringToolsTest.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/DiligentCoreTest/src/Common/HashUtilsTest.cpp b/Tests/DiligentCoreTest/src/Common/HashUtilsTest.cpp
index 1f46f3dc..8f92c8db 100644
--- a/Tests/DiligentCoreTest/src/Common/HashUtilsTest.cpp
+++ b/Tests/DiligentCoreTest/src/Common/HashUtilsTest.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/DiligentCoreTest/src/Common/MathLibTest.cpp b/Tests/DiligentCoreTest/src/Common/MathLibTest.cpp
index 3a71508d..a2e4dd13 100644
--- a/Tests/DiligentCoreTest/src/Common/MathLibTest.cpp
+++ b/Tests/DiligentCoreTest/src/Common/MathLibTest.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/DiligentCoreTest/src/Common/RefCntAutoPtrTest.cpp b/Tests/DiligentCoreTest/src/Common/RefCntAutoPtrTest.cpp
index 1ac7ec0c..11e7eb9c 100644
--- a/Tests/DiligentCoreTest/src/Common/RefCntAutoPtrTest.cpp
+++ b/Tests/DiligentCoreTest/src/Common/RefCntAutoPtrTest.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/DiligentCoreTest/src/Common/StringToolsTest.cpp b/Tests/DiligentCoreTest/src/Common/StringToolsTest.cpp
index 6c1575fb..5474e223 100644
--- a/Tests/DiligentCoreTest/src/Common/StringToolsTest.cpp
+++ b/Tests/DiligentCoreTest/src/Common/StringToolsTest.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/DiligentCoreTest/src/GraphicsAccessories/DynamicAtlasManagerTest.cpp b/Tests/DiligentCoreTest/src/GraphicsAccessories/DynamicAtlasManagerTest.cpp
index 6940197e..eb3d7495 100644
--- a/Tests/DiligentCoreTest/src/GraphicsAccessories/DynamicAtlasManagerTest.cpp
+++ b/Tests/DiligentCoreTest/src/GraphicsAccessories/DynamicAtlasManagerTest.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/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp b/Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp
index c7fdb491..cce20c25 100644
--- a/Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.cpp
+++ b/Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsAccessoriesTest.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/DiligentCoreTest/src/GraphicsAccessories/GraphicsUtilitiesTest.cpp b/Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsUtilitiesTest.cpp
index 1aabca1c..011e2ea5 100644
--- a/Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsUtilitiesTest.cpp
+++ b/Tests/DiligentCoreTest/src/GraphicsAccessories/GraphicsUtilitiesTest.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/DiligentCoreTest/src/GraphicsAccessories/ResourceReleaseQueueTest.cpp b/Tests/DiligentCoreTest/src/GraphicsAccessories/ResourceReleaseQueueTest.cpp
index 2d63d822..92d03d84 100644
--- a/Tests/DiligentCoreTest/src/GraphicsAccessories/ResourceReleaseQueueTest.cpp
+++ b/Tests/DiligentCoreTest/src/GraphicsAccessories/ResourceReleaseQueueTest.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/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.cpp b/Tests/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.cpp
index 2d3fe61d..7cc25eac 100644
--- a/Tests/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.cpp
+++ b/Tests/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.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/DiligentCoreTest/src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.cpp b/Tests/DiligentCoreTest/src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.cpp
index ae69af22..99997d36 100644
--- a/Tests/DiligentCoreTest/src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.cpp
+++ b/Tests/DiligentCoreTest/src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.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/DiligentCoreTest/src/Platforms/PlatformMiscTest.cpp b/Tests/DiligentCoreTest/src/Platforms/PlatformMiscTest.cpp
index a6dae50a..b80d1113 100644
--- a/Tests/DiligentCoreTest/src/Platforms/PlatformMiscTest.cpp
+++ b/Tests/DiligentCoreTest/src/Platforms/PlatformMiscTest.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/IncludeTest/Common/AdvancedMathH_test.cpp b/Tests/IncludeTest/Common/AdvancedMathH_test.cpp
index 8d18b98c..2defb212 100644
--- a/Tests/IncludeTest/Common/AdvancedMathH_test.cpp
+++ b/Tests/IncludeTest/Common/AdvancedMathH_test.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/IncludeTest/Common/BasicFileStreamH_test.cpp b/Tests/IncludeTest/Common/BasicFileStreamH_test.cpp
index 0c696bb6..260a2640 100644
--- a/Tests/IncludeTest/Common/BasicFileStreamH_test.cpp
+++ b/Tests/IncludeTest/Common/BasicFileStreamH_test.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/IncludeTest/Common/BasicMathH_test.cpp b/Tests/IncludeTest/Common/BasicMathH_test.cpp
index 66b9abf1..35534993 100644
--- a/Tests/IncludeTest/Common/BasicMathH_test.cpp
+++ b/Tests/IncludeTest/Common/BasicMathH_test.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/IncludeTest/Common/DataBlobImplH_test.cpp b/Tests/IncludeTest/Common/DataBlobImplH_test.cpp
index afb870ad..a594daf0 100644
--- a/Tests/IncludeTest/Common/DataBlobImplH_test.cpp
+++ b/Tests/IncludeTest/Common/DataBlobImplH_test.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/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.cpp b/Tests/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.cpp
index 9b945ffb..c6282131 100644
--- a/Tests/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.cpp
+++ b/Tests/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.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/IncludeTest/Common/FastRandH_test.cpp b/Tests/IncludeTest/Common/FastRandH_test.cpp
index 1c95b3df..7ca1115d 100644
--- a/Tests/IncludeTest/Common/FastRandH_test.cpp
+++ b/Tests/IncludeTest/Common/FastRandH_test.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/IncludeTest/Common/FileWrapperH_test.cpp b/Tests/IncludeTest/Common/FileWrapperH_test.cpp
index 3623aa47..88a214fc 100644
--- a/Tests/IncludeTest/Common/FileWrapperH_test.cpp
+++ b/Tests/IncludeTest/Common/FileWrapperH_test.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/IncludeTest/Common/FilteringToolsH_test.cpp b/Tests/IncludeTest/Common/FilteringToolsH_test.cpp
index 1d5f1b3f..7fd992cc 100644
--- a/Tests/IncludeTest/Common/FilteringToolsH_test.cpp
+++ b/Tests/IncludeTest/Common/FilteringToolsH_test.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/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.cpp b/Tests/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.cpp
index cd8a55bd..feb36e25 100644
--- a/Tests/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.cpp
+++ b/Tests/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.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/IncludeTest/Common/HashUtilsH_test.cpp b/Tests/IncludeTest/Common/HashUtilsH_test.cpp
index af82eacc..48623baf 100644
--- a/Tests/IncludeTest/Common/HashUtilsH_test.cpp
+++ b/Tests/IncludeTest/Common/HashUtilsH_test.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/IncludeTest/Common/LockHelperH_test.cpp b/Tests/IncludeTest/Common/LockHelperH_test.cpp
index 89c93402..9deadbee 100644
--- a/Tests/IncludeTest/Common/LockHelperH_test.cpp
+++ b/Tests/IncludeTest/Common/LockHelperH_test.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/IncludeTest/Common/ObjectBaseH_test.cpp b/Tests/IncludeTest/Common/ObjectBaseH_test.cpp
index 269d8056..790fa8b2 100644
--- a/Tests/IncludeTest/Common/ObjectBaseH_test.cpp
+++ b/Tests/IncludeTest/Common/ObjectBaseH_test.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/IncludeTest/Common/RefCntAutoPtrH_test.cpp b/Tests/IncludeTest/Common/RefCntAutoPtrH_test.cpp
index e7150cff..534ef7e9 100644
--- a/Tests/IncludeTest/Common/RefCntAutoPtrH_test.cpp
+++ b/Tests/IncludeTest/Common/RefCntAutoPtrH_test.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/IncludeTest/Common/RefCountedObjectImplH_test.cpp b/Tests/IncludeTest/Common/RefCountedObjectImplH_test.cpp
index 23c4ace5..9a88b097 100644
--- a/Tests/IncludeTest/Common/RefCountedObjectImplH_test.cpp
+++ b/Tests/IncludeTest/Common/RefCountedObjectImplH_test.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/IncludeTest/Common/STDAllocatorH_test.cpp b/Tests/IncludeTest/Common/STDAllocatorH_test.cpp
index fb852a88..c7abc71f 100644
--- a/Tests/IncludeTest/Common/STDAllocatorH_test.cpp
+++ b/Tests/IncludeTest/Common/STDAllocatorH_test.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/IncludeTest/Common/StringDataBlobImplH_test.cpp b/Tests/IncludeTest/Common/StringDataBlobImplH_test.cpp
index f2b40e81..47c5cacb 100644
--- a/Tests/IncludeTest/Common/StringDataBlobImplH_test.cpp
+++ b/Tests/IncludeTest/Common/StringDataBlobImplH_test.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/IncludeTest/Common/StringPool_test.cpp b/Tests/IncludeTest/Common/StringPool_test.cpp
index 75eff384..f269ab26 100644
--- a/Tests/IncludeTest/Common/StringPool_test.cpp
+++ b/Tests/IncludeTest/Common/StringPool_test.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/IncludeTest/Common/StringToolsH_test.cpp b/Tests/IncludeTest/Common/StringToolsH_test.cpp
index 4fd09b3a..a844e371 100644
--- a/Tests/IncludeTest/Common/StringToolsH_test.cpp
+++ b/Tests/IncludeTest/Common/StringToolsH_test.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/IncludeTest/Common/ThreadSignalH_test.cpp b/Tests/IncludeTest/Common/ThreadSignalH_test.cpp
index 11c2eae5..3a0b0464 100644
--- a/Tests/IncludeTest/Common/ThreadSignalH_test.cpp
+++ b/Tests/IncludeTest/Common/ThreadSignalH_test.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/IncludeTest/Common/TimerH_test.cpp b/Tests/IncludeTest/Common/TimerH_test.cpp
index 8122257d..ee400a38 100644
--- a/Tests/IncludeTest/Common/TimerH_test.cpp
+++ b/Tests/IncludeTest/Common/TimerH_test.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/IncludeTest/Common/UniqueIdentifierH_test.cpp b/Tests/IncludeTest/Common/UniqueIdentifierH_test.cpp
index b78119bf..6e995430 100644
--- a/Tests/IncludeTest/Common/UniqueIdentifierH_test.cpp
+++ b/Tests/IncludeTest/Common/UniqueIdentifierH_test.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/IncludeTest/Common/ValidatedCastH_test.cpp b/Tests/IncludeTest/Common/ValidatedCastH_test.cpp
index b93f48fb..f5eba324 100644
--- a/Tests/IncludeTest/Common/ValidatedCastH_test.cpp
+++ b/Tests/IncludeTest/Common/ValidatedCastH_test.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/IncludeTest/GraphicsAccessories/ColorConversionH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/ColorConversionH_test.cpp
index 53f8e190..95a58eb0 100644
--- a/Tests/IncludeTest/GraphicsAccessories/ColorConversionH_test.cpp
+++ b/Tests/IncludeTest/GraphicsAccessories/ColorConversionH_test.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/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.cpp
index 0223e8e6..d635ab92 100644
--- a/Tests/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.cpp
+++ b/Tests/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.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/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.cpp
index e47df635..a9f72bb5 100644
--- a/Tests/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.cpp
+++ b/Tests/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.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/IncludeTest/GraphicsAccessories/RingBufferH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/RingBufferH_test.cpp
index 2bb8b069..9098b247 100644
--- a/Tests/IncludeTest/GraphicsAccessories/RingBufferH_test.cpp
+++ b/Tests/IncludeTest/GraphicsAccessories/RingBufferH_test.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/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.cpp
index 4d710ce9..ffc89728 100644
--- a/Tests/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.cpp
+++ b/Tests/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.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/IncludeTest/GraphicsAccessories/VariableSizeAllocationsManagerH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/VariableSizeAllocationsManagerH_test.cpp
index 60b2cbb0..9c5c0528 100644
--- a/Tests/IncludeTest/GraphicsAccessories/VariableSizeAllocationsManagerH_test.cpp
+++ b/Tests/IncludeTest/GraphicsAccessories/VariableSizeAllocationsManagerH_test.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/IncludeTest/GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.cpp b/Tests/IncludeTest/GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.cpp
index 5f6b537b..f228a14c 100644
--- a/Tests/IncludeTest/GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.cpp
+++ b/Tests/IncludeTest/GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.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/IncludeTest/GraphicsEngine/BlendStateH_test.c b/Tests/IncludeTest/GraphicsEngine/BlendStateH_test.c
index 941e2a6e..4f192269 100644
--- a/Tests/IncludeTest/GraphicsEngine/BlendStateH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/BlendStateH_test.c
@@ -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/IncludeTest/GraphicsEngine/BlendStateH_test.cpp b/Tests/IncludeTest/GraphicsEngine/BlendStateH_test.cpp
index 941e2a6e..4f192269 100644
--- a/Tests/IncludeTest/GraphicsEngine/BlendStateH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/BlendStateH_test.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/IncludeTest/GraphicsEngine/BottomLevelASH_test.c b/Tests/IncludeTest/GraphicsEngine/BottomLevelASH_test.c
index 4c5cf1a0..09755441 100644
--- a/Tests/IncludeTest/GraphicsEngine/BottomLevelASH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/BottomLevelASH_test.c
@@ -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/IncludeTest/GraphicsEngine/BottomLevelASH_test.cpp b/Tests/IncludeTest/GraphicsEngine/BottomLevelASH_test.cpp
index 75ff6659..d754a89c 100644
--- a/Tests/IncludeTest/GraphicsEngine/BottomLevelASH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/BottomLevelASH_test.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/IncludeTest/GraphicsEngine/BufferH_test.c b/Tests/IncludeTest/GraphicsEngine/BufferH_test.c
index f6d0235d..6494df10 100644
--- a/Tests/IncludeTest/GraphicsEngine/BufferH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/BufferH_test.c
@@ -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/IncludeTest/GraphicsEngine/BufferH_test.cpp b/Tests/IncludeTest/GraphicsEngine/BufferH_test.cpp
index f6d0235d..6494df10 100644
--- a/Tests/IncludeTest/GraphicsEngine/BufferH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/BufferH_test.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/IncludeTest/GraphicsEngine/BufferViewH_test.c b/Tests/IncludeTest/GraphicsEngine/BufferViewH_test.c
index f8c1c966..e67f46d1 100644
--- a/Tests/IncludeTest/GraphicsEngine/BufferViewH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/BufferViewH_test.c
@@ -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/IncludeTest/GraphicsEngine/BufferViewH_test.cpp b/Tests/IncludeTest/GraphicsEngine/BufferViewH_test.cpp
index f8c1c966..e67f46d1 100644
--- a/Tests/IncludeTest/GraphicsEngine/BufferViewH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/BufferViewH_test.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/IncludeTest/GraphicsEngine/CommandListH_test.c b/Tests/IncludeTest/GraphicsEngine/CommandListH_test.c
index dec3aa7c..1bd89bc9 100644
--- a/Tests/IncludeTest/GraphicsEngine/CommandListH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/CommandListH_test.c
@@ -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/IncludeTest/GraphicsEngine/CommandListH_test.cpp b/Tests/IncludeTest/GraphicsEngine/CommandListH_test.cpp
index dec3aa7c..1bd89bc9 100644
--- a/Tests/IncludeTest/GraphicsEngine/CommandListH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/CommandListH_test.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/IncludeTest/GraphicsEngine/ConstantsH_test.c b/Tests/IncludeTest/GraphicsEngine/ConstantsH_test.c
index 1be25fb0..0470f8ec 100644
--- a/Tests/IncludeTest/GraphicsEngine/ConstantsH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/ConstantsH_test.c
@@ -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/IncludeTest/GraphicsEngine/ConstantsH_test.cpp b/Tests/IncludeTest/GraphicsEngine/ConstantsH_test.cpp
index 1be25fb0..0470f8ec 100644
--- a/Tests/IncludeTest/GraphicsEngine/ConstantsH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/ConstantsH_test.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/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.c b/Tests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.c
index e0b3bd02..82f6844c 100644
--- a/Tests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.c
@@ -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/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp b/Tests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp
index e0b3bd02..82f6844c 100644
--- a/Tests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.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/IncludeTest/GraphicsEngine/DepthStencilStateH_test.c b/Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.c
index 24d523a6..2d35ce45 100644
--- a/Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.c
@@ -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/IncludeTest/GraphicsEngine/DepthStencilStateH_test.cpp b/Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.cpp
index 24d523a6..2d35ce45 100644
--- a/Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.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/IncludeTest/GraphicsEngine/DeviceContextH_test.c b/Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.c
index bc5e3c5a..5dad8afa 100644
--- a/Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.c
@@ -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/IncludeTest/GraphicsEngine/DeviceContextH_test.cpp b/Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.cpp
index eda90f4c..18675519 100644
--- a/Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.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/IncludeTest/GraphicsEngine/DeviceObjectH_test.c b/Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.c
index 2b71cc96..0d674685 100644
--- a/Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.c
@@ -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/IncludeTest/GraphicsEngine/DeviceObjectH_test.cpp b/Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.cpp
index 2b71cc96..0d674685 100644
--- a/Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.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/IncludeTest/GraphicsEngine/EngineFactoryH_test.c b/Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.c
index c44ff2bc..a5e1ad39 100644
--- a/Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.c
@@ -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/IncludeTest/GraphicsEngine/EngineFactoryH_test.cpp b/Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.cpp
index 98ccb4e7..560f7393 100644
--- a/Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.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/IncludeTest/GraphicsEngine/FenceH_test.c b/Tests/IncludeTest/GraphicsEngine/FenceH_test.c
index e1a38af3..096a49c2 100644
--- a/Tests/IncludeTest/GraphicsEngine/FenceH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/FenceH_test.c
@@ -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/IncludeTest/GraphicsEngine/FenceH_test.cpp b/Tests/IncludeTest/GraphicsEngine/FenceH_test.cpp
index e1a38af3..096a49c2 100644
--- a/Tests/IncludeTest/GraphicsEngine/FenceH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/FenceH_test.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/IncludeTest/GraphicsEngine/FramebufferH_test.c b/Tests/IncludeTest/GraphicsEngine/FramebufferH_test.c
index b18f28e1..1458da28 100644
--- a/Tests/IncludeTest/GraphicsEngine/FramebufferH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/FramebufferH_test.c
@@ -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/IncludeTest/GraphicsEngine/FramebufferH_test.cpp b/Tests/IncludeTest/GraphicsEngine/FramebufferH_test.cpp
index b18f28e1..1458da28 100644
--- a/Tests/IncludeTest/GraphicsEngine/FramebufferH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/FramebufferH_test.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/IncludeTest/GraphicsEngine/GraphicsTypesH_test.c b/Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.c
index 96dc315d..baae6b9b 100644
--- a/Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.c
@@ -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/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp b/Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp
index d5c39436..ba646b90 100644
--- a/Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.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/IncludeTest/GraphicsEngine/InputLayoutH_test.c b/Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.c
index b0d012f0..112e4981 100644
--- a/Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.c
@@ -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/IncludeTest/GraphicsEngine/InputLayoutH_test.cpp b/Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.cpp
index b0d012f0..112e4981 100644
--- a/Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.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/IncludeTest/GraphicsEngine/PipelineStateH_test.c b/Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.c
index a1457c95..bdb2c2a0 100644
--- a/Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.c
@@ -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/IncludeTest/GraphicsEngine/PipelineStateH_test.cpp b/Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.cpp
index 45e2a73c..3db2b8d9 100644
--- a/Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.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/IncludeTest/GraphicsEngine/QueryH_test.c b/Tests/IncludeTest/GraphicsEngine/QueryH_test.c
index 86473cb7..998bae91 100644
--- a/Tests/IncludeTest/GraphicsEngine/QueryH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/QueryH_test.c
@@ -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/IncludeTest/GraphicsEngine/QueryH_test.cpp b/Tests/IncludeTest/GraphicsEngine/QueryH_test.cpp
index 86473cb7..998bae91 100644
--- a/Tests/IncludeTest/GraphicsEngine/QueryH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/QueryH_test.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/IncludeTest/GraphicsEngine/RasterizerStateH_test.c b/Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.c
index 0693914a..96eed6b9 100644
--- a/Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.c
@@ -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/IncludeTest/GraphicsEngine/RasterizerStateH_test.cpp b/Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.cpp
index 0693914a..96eed6b9 100644
--- a/Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.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/IncludeTest/GraphicsEngine/RenderDeviceH_test.c b/Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.c
index 3181267e..6baae632 100644
--- a/Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.c
@@ -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/IncludeTest/GraphicsEngine/RenderDeviceH_test.cpp b/Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.cpp
index 3181267e..6baae632 100644
--- a/Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.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/IncludeTest/GraphicsEngine/RenderPassH_test.c b/Tests/IncludeTest/GraphicsEngine/RenderPassH_test.c
index d8a4cbde..00a21e97 100644
--- a/Tests/IncludeTest/GraphicsEngine/RenderPassH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/RenderPassH_test.c
@@ -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/IncludeTest/GraphicsEngine/RenderPassH_test.cpp b/Tests/IncludeTest/GraphicsEngine/RenderPassH_test.cpp
index d8a4cbde..00a21e97 100644
--- a/Tests/IncludeTest/GraphicsEngine/RenderPassH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/RenderPassH_test.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/IncludeTest/GraphicsEngine/ResourceMappingH_test.c b/Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.c
index 07ff05c0..63b239d3 100644
--- a/Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.c
@@ -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/IncludeTest/GraphicsEngine/ResourceMappingH_test.cpp b/Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.cpp
index 07ff05c0..63b239d3 100644
--- a/Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.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/IncludeTest/GraphicsEngine/SamplerH_test.c b/Tests/IncludeTest/GraphicsEngine/SamplerH_test.c
index 015d5fab..6fd1ee09 100644
--- a/Tests/IncludeTest/GraphicsEngine/SamplerH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/SamplerH_test.c
@@ -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/IncludeTest/GraphicsEngine/SamplerH_test.cpp b/Tests/IncludeTest/GraphicsEngine/SamplerH_test.cpp
index 015d5fab..6fd1ee09 100644
--- a/Tests/IncludeTest/GraphicsEngine/SamplerH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/SamplerH_test.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/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.c b/Tests/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.c
index 99d3f488..2de67d82 100644
--- a/Tests/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.c
@@ -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/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.cpp b/Tests/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.cpp
index 335b1430..a6ce8d3a 100644
--- a/Tests/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.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/IncludeTest/GraphicsEngine/ShaderH_test.c b/Tests/IncludeTest/GraphicsEngine/ShaderH_test.c
index 90d66c99..5e74c887 100644
--- a/Tests/IncludeTest/GraphicsEngine/ShaderH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/ShaderH_test.c
@@ -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/IncludeTest/GraphicsEngine/ShaderH_test.cpp b/Tests/IncludeTest/GraphicsEngine/ShaderH_test.cpp
index 90d66c99..5e74c887 100644
--- a/Tests/IncludeTest/GraphicsEngine/ShaderH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/ShaderH_test.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/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.c b/Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.c
index 0d2b21db..ee080461 100644
--- a/Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.c
@@ -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/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.cpp b/Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.cpp
index 0d2b21db..ee080461 100644
--- a/Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.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/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.c b/Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.c
index d09da28e..c2a3a249 100644
--- a/Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.c
@@ -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/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.cpp b/Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.cpp
index d09da28e..c2a3a249 100644
--- a/Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.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/IncludeTest/GraphicsEngine/SwapChainH_test.c b/Tests/IncludeTest/GraphicsEngine/SwapChainH_test.c
index fd244d71..c06225f7 100644
--- a/Tests/IncludeTest/GraphicsEngine/SwapChainH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/SwapChainH_test.c
@@ -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/IncludeTest/GraphicsEngine/SwapChainH_test.cpp b/Tests/IncludeTest/GraphicsEngine/SwapChainH_test.cpp
index fd244d71..c06225f7 100644
--- a/Tests/IncludeTest/GraphicsEngine/SwapChainH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/SwapChainH_test.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/IncludeTest/GraphicsEngine/TextureH_test.c b/Tests/IncludeTest/GraphicsEngine/TextureH_test.c
index dc3a25d5..27e6aa26 100644
--- a/Tests/IncludeTest/GraphicsEngine/TextureH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/TextureH_test.c
@@ -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/IncludeTest/GraphicsEngine/TextureH_test.cpp b/Tests/IncludeTest/GraphicsEngine/TextureH_test.cpp
index dc3a25d5..27e6aa26 100644
--- a/Tests/IncludeTest/GraphicsEngine/TextureH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/TextureH_test.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/IncludeTest/GraphicsEngine/TextureViewH_test.c b/Tests/IncludeTest/GraphicsEngine/TextureViewH_test.c
index e10c0d50..70ebaff8 100644
--- a/Tests/IncludeTest/GraphicsEngine/TextureViewH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/TextureViewH_test.c
@@ -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/IncludeTest/GraphicsEngine/TextureViewH_test.cpp b/Tests/IncludeTest/GraphicsEngine/TextureViewH_test.cpp
index e10c0d50..70ebaff8 100644
--- a/Tests/IncludeTest/GraphicsEngine/TextureViewH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/TextureViewH_test.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/IncludeTest/GraphicsEngine/TopLevelASH_test.c b/Tests/IncludeTest/GraphicsEngine/TopLevelASH_test.c
index 1cdf7c32..21c44309 100644
--- a/Tests/IncludeTest/GraphicsEngine/TopLevelASH_test.c
+++ b/Tests/IncludeTest/GraphicsEngine/TopLevelASH_test.c
@@ -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/IncludeTest/GraphicsEngine/TopLevelASH_test.cpp b/Tests/IncludeTest/GraphicsEngine/TopLevelASH_test.cpp
index cf6246a7..83e4402a 100644
--- a/Tests/IncludeTest/GraphicsEngine/TopLevelASH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngine/TopLevelASH_test.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/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.c
index 51109a79..a858d535 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.cpp
index 87c493c9..9edbe5cb 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.c
index e3d30ed1..99a0582a 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp
index 7dd94a9d..a3fe3796 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.c
index 0f5eabab..00999742 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp
index 9c34c637..0f8401c7 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.c
index 5cbab2e5..bbdbbe49 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.cpp
index 45245d2f..826244be 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.c
index 4c2a069a..2ab9f341 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.cpp
index 4c2a069a..2ab9f341 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.c
index 8931a08c..7fb7d9f2 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp
index 24143de6..16b423d7 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.c
index 154c64e5..6e931d58 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.cpp
index 26479cfb..e70d334e 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.c
index aa4c476f..b7c5885b 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp
index cb81b366..79047d3b 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.c
index e81f7852..3c8dd465 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.cpp
index 8c041897..095e0688 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.c
index 9173c57a..e02d4ea2 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.cpp
index 95922340..914192f3 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.c
index e4afe0b7..ca5d5adb 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp
index e4afe0b7..ca5d5adb 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.c
index 068d25cf..305e9a11 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp
index 5364e032..ad17947f 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.c
index 30c20b0a..5586a4e7 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.cpp
index f95954f8..612d246d 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.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/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.c b/Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.c
index 6931d327..4b307e41 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp
index 3f38768a..9b51b133 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.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/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.c
index 3f14967e..1c5c61bb 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.cpp
index 92e96720..b40bff5c 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.c
index 81b6094c..06538efe 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.cpp
index 8f54ab60..b74d0f5b 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.c
index c5bb9c1a..9df19286 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp
index 19150c2e..7706e36c 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.c
index 3a15cd81..cdaee40d 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp
index 3385c0dc..16c4dfcb 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.c
index a11d9fbc..2381aafe 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp
index 46713dd7..1e6143fc 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.c
index 01bea75d..bd6bf82b 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.cpp
index f424ef18..69c57d34 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.c
index 49752587..94e18b30 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.cpp
index 49752587..94e18b30 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.c
index f588ba39..014c2d88 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp
index dcb16c3a..6932a84d 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.c
index fc4bc4b3..b6d5e025 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.cpp
index 26479cfb..e70d334e 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.c
index 06224ef7..c0432b24 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp
index eacb91d1..c3a108b9 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.c
index 8f01b95b..a86c5b9a 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.cpp
index 85ce86fb..c8a374f6 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.c
index ae52678d..519f07a5 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.cpp
index ab9b5e80..d0958079 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.c
index eb580650..fd1f82bb 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.cpp
index 9722ec39..0d5fe857 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.c
index 57f9d0a0..6d8a2d16 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp
index 71f874e2..ac7aeb43 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.c
index c7bcd3e4..9cfac777 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp
index 2fb86618..4f900ede 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.c
index 48fe9ede..56464d42 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.cpp
index 6a84720a..1f12f501 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.c
index 2cbc9334..4a81576a 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp
index 86576cb2..4abafa74 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.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/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.c b/Tests/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.c
index 7e3b62f0..a2f0e256 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.c
@@ -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/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.cpp b/Tests/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.cpp
index 92e96720..b40bff5c 100644
--- a/Tests/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.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/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.c b/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.c
index 0b4b06b4..9df4e60f 100644
--- a/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.c
@@ -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/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.cpp b/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.cpp
index 66b3b652..6dd33f6e 100644
--- a/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.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/IncludeTest/GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.cpp b/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.cpp
index 09270de9..4cdba208 100644
--- a/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.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/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.c
index 53bf7349..15351a70 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp
index 53bf7349..15351a70 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.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/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.c
index fad51930..29ae73e1 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.cpp
index 7666ad85..d0db8c7d 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.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/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.c
index 32eb24eb..6278ed4e 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.cpp
index 32eb24eb..6278ed4e 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.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/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.c
index 7060caa4..125f10ea 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp
index 322ba5b7..3ff8902a 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.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/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.c
index 89c5d847..b9f391f9 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.cpp
index 4528a838..c452a063 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.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/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .cpp
index 069b198f..901c9ec2 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .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/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test.c
index 069b198f..901c9ec2 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.c
index 1393888d..09ec4de0 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp
index 1393888d..09ec4de0 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.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/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.c
index 7cbb1250..27e784bb 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.cpp
index 6203fe72..f25ad1ca 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.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/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.c
index 24e38d88..a301df5b 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp
index 2641aac8..b8ec7b11 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.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/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.c
index c432cda4..8acb9206 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.cpp
index c432cda4..8acb9206 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.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/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.c
index df38d0bf..e9a6f354 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.cpp
index df38d0bf..e9a6f354 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.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/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.c
index 729f15c8..17a6909a 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp
index 729f15c8..17a6909a 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.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/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.c
index e86830c3..0c4160d7 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.cpp
index 79433a39..6a6674f8 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.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/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.c
index 5416be09..8c1a665c 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.cpp
index ed3f9cde..5ee60e0f 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.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/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.c b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.c
index 54c890ef..67d100d2 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.c
@@ -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/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.cpp b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.cpp
index 54c890ef..67d100d2 100644
--- a/Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.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/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.c
index 39abba45..4aafdef1 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.cpp
index 75bcf9c0..6e94bbad 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.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/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.c
index 85c30edc..091f4fb3 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.cpp
index 2d7cda89..2a7cbf7c 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.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/IncludeTest/GraphicsEngineVk/BufferVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.c
index 9e8b12de..5e3e01e4 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/BufferVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.cpp
index ca14e379..408c43ba 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.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/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.c
index b77cc300..4fa392c6 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.cpp
index 267cc91c..974298e5 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.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/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.c
index 50941d43..9f3ea2b7 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.cpp
index a128ee55..add3911e 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.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/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.c
index 72ec2186..2443e2ef 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.cpp
index 120b1181..727fef9b 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.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/IncludeTest/GraphicsEngineVk/FenceVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.c
index 08433251..1c8670b5 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/FenceVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.cpp
index 08433251..1c8670b5 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.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/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.c
index 4b2a1ab9..c1d28561 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.cpp
index 20378836..3bff0d30 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.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/IncludeTest/GraphicsEngineVk/QueryVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/QueryVkH_test.c
index d772c7ba..ddaf8b76 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/QueryVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/QueryVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/QueryVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/QueryVkH_test.cpp
index d772c7ba..ddaf8b76 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/QueryVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/QueryVkH_test.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/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.c
index d91082cb..6facf580 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.cpp
index f869afb9..2b9b13db 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.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/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.c
index fcb90c95..55e36cc4 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.cpp
index eb4a0456..9d831fbc 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.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/IncludeTest/GraphicsEngineVk/SamplerVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.c
index ffb0b2b3..0864724c 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/SamplerVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.cpp
index 05eed682..e5ba9cd9 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.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/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.c b/Tests/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.c
index 42798440..568f5a17 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.c
@@ -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/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.cpp b/Tests/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.cpp
index 42798440..568f5a17 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.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/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.c
index c9b37026..dc450078 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.cpp
index c9b37026..dc450078 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.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/IncludeTest/GraphicsEngineVk/ShaderVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.c
index 3b0cdf53..57ce6ce1 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/ShaderVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.cpp
index 3b0cdf53..57ce6ce1 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.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/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.c
index 0d55688c..edbd3142 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.cpp
index d118755a..491a4074 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.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/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.c
index 7db59171..1b398b08 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.cpp
index 9d9c78dd..a25cd0c1 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.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/IncludeTest/GraphicsEngineVk/TextureVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.c
index 9527b20b..7dc46f84 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/TextureVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.cpp
index 74da179b..5b67df0a 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.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/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.c b/Tests/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.c
index 9fc9598e..ef037052 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.c
+++ b/Tests/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.c
@@ -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/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.cpp b/Tests/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.cpp
index af18ad36..c68359f9 100644
--- a/Tests/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.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/IncludeTest/GraphicsTools/BufferSuballocatorH_test.cpp b/Tests/IncludeTest/GraphicsTools/BufferSuballocatorH_test.cpp
index 8f1c1b7b..99e31b87 100644
--- a/Tests/IncludeTest/GraphicsTools/BufferSuballocatorH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/BufferSuballocatorH_test.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/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.cpp b/Tests/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.cpp
index 89232d42..c6f1bee7 100644
--- a/Tests/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.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/IncludeTest/GraphicsTools/DurationQueryHelperH_test.cpp b/Tests/IncludeTest/GraphicsTools/DurationQueryHelperH_test.cpp
index 969da026..0c8c4f85 100644
--- a/Tests/IncludeTest/GraphicsTools/DurationQueryHelperH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/DurationQueryHelperH_test.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/IncludeTest/GraphicsTools/DynamicBufferH_test.cpp b/Tests/IncludeTest/GraphicsTools/DynamicBufferH_test.cpp
index 57622abc..632632a9 100644
--- a/Tests/IncludeTest/GraphicsTools/DynamicBufferH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/DynamicBufferH_test.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/IncludeTest/GraphicsTools/DynamicTextureAtlasH_test.cpp b/Tests/IncludeTest/GraphicsTools/DynamicTextureAtlasH_test.cpp
index a1822107..8324d3a4 100644
--- a/Tests/IncludeTest/GraphicsTools/DynamicTextureAtlasH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/DynamicTextureAtlasH_test.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/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.c b/Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.c
index 4e62eda7..613437d7 100644
--- a/Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.c
+++ b/Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.c
@@ -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/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.cpp b/Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.cpp
index 4e62eda7..613437d7 100644
--- a/Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.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/IncludeTest/GraphicsTools/MapHelperH_test.cpp b/Tests/IncludeTest/GraphicsTools/MapHelperH_test.cpp
index 0a4e5d68..c4495710 100644
--- a/Tests/IncludeTest/GraphicsTools/MapHelperH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/MapHelperH_test.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/IncludeTest/GraphicsTools/ScopedQueryHelperH_test.cpp b/Tests/IncludeTest/GraphicsTools/ScopedQueryHelperH_test.cpp
index bb33037e..6125a17a 100644
--- a/Tests/IncludeTest/GraphicsTools/ScopedQueryHelperH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/ScopedQueryHelperH_test.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/IncludeTest/GraphicsTools/ScreenCaptureH_test.cpp b/Tests/IncludeTest/GraphicsTools/ScreenCaptureH_test.cpp
index b098f7f8..439c4c67 100644
--- a/Tests/IncludeTest/GraphicsTools/ScreenCaptureH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/ScreenCaptureH_test.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/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.cpp b/Tests/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.cpp
index a0a4f603..3d64413f 100644
--- a/Tests/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.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/IncludeTest/GraphicsTools/StreamingBufferH_test.cpp b/Tests/IncludeTest/GraphicsTools/StreamingBufferH_test.cpp
index 73a7b630..26a256a6 100644
--- a/Tests/IncludeTest/GraphicsTools/StreamingBufferH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/StreamingBufferH_test.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/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.cpp b/Tests/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.cpp
index e37b9044..fc1a9200 100644
--- a/Tests/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.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/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.cpp b/Tests/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.cpp
index 297afe8b..b4366610 100644
--- a/Tests/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.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/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp b/Tests/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp
index d87a28f4..1a636801 100644
--- a/Tests/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.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/IncludeTest/GraphicsTools/TextureUploaderGLH_test.cpp b/Tests/IncludeTest/GraphicsTools/TextureUploaderGLH_test.cpp
index 25d1b483..08b88fdc 100644
--- a/Tests/IncludeTest/GraphicsTools/TextureUploaderGLH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/TextureUploaderGLH_test.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/IncludeTest/GraphicsTools/TextureUploaderH_test.cpp b/Tests/IncludeTest/GraphicsTools/TextureUploaderH_test.cpp
index 3da43c25..d11afeb3 100644
--- a/Tests/IncludeTest/GraphicsTools/TextureUploaderH_test.cpp
+++ b/Tests/IncludeTest/GraphicsTools/TextureUploaderH_test.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/IncludeTest/Platforms/AtomicsH_test.cpp b/Tests/IncludeTest/Platforms/AtomicsH_test.cpp
index f999a680..4351daab 100644
--- a/Tests/IncludeTest/Platforms/AtomicsH_test.cpp
+++ b/Tests/IncludeTest/Platforms/AtomicsH_test.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/IncludeTest/Platforms/FileSystemH_test.cpp b/Tests/IncludeTest/Platforms/FileSystemH_test.cpp
index be2e8409..4e7e5d76 100644
--- a/Tests/IncludeTest/Platforms/FileSystemH_test.cpp
+++ b/Tests/IncludeTest/Platforms/FileSystemH_test.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/IncludeTest/Platforms/NativeWindowH_test.c b/Tests/IncludeTest/Platforms/NativeWindowH_test.c
index b35cf026..3881ce8e 100644
--- a/Tests/IncludeTest/Platforms/NativeWindowH_test.c
+++ b/Tests/IncludeTest/Platforms/NativeWindowH_test.c
@@ -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/IncludeTest/Platforms/NativeWindowH_test.cpp b/Tests/IncludeTest/Platforms/NativeWindowH_test.cpp
index b35cf026..3881ce8e 100644
--- a/Tests/IncludeTest/Platforms/NativeWindowH_test.cpp
+++ b/Tests/IncludeTest/Platforms/NativeWindowH_test.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/IncludeTest/Platforms/PlatformDebugH_test.cpp b/Tests/IncludeTest/Platforms/PlatformDebugH_test.cpp
index 9a934239..29b33a3f 100644
--- a/Tests/IncludeTest/Platforms/PlatformDebugH_test.cpp
+++ b/Tests/IncludeTest/Platforms/PlatformDebugH_test.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/IncludeTest/Platforms/PlatformDefinitionsH_test.cpp b/Tests/IncludeTest/Platforms/PlatformDefinitionsH_test.cpp
index c680d84e..0c1d896f 100644
--- a/Tests/IncludeTest/Platforms/PlatformDefinitionsH_test.cpp
+++ b/Tests/IncludeTest/Platforms/PlatformDefinitionsH_test.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/IncludeTest/Platforms/PlatformMiscH_test.cpp b/Tests/IncludeTest/Platforms/PlatformMiscH_test.cpp
index ab335c49..ae0f127d 100644
--- a/Tests/IncludeTest/Platforms/PlatformMiscH_test.cpp
+++ b/Tests/IncludeTest/Platforms/PlatformMiscH_test.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/IncludeTest/Primitives/ReferenceCountersH_test.c b/Tests/IncludeTest/Primitives/ReferenceCountersH_test.c
index b3631d86..cf7a7257 100644
--- a/Tests/IncludeTest/Primitives/ReferenceCountersH_test.c
+++ b/Tests/IncludeTest/Primitives/ReferenceCountersH_test.c
@@ -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/IncludeTest/Primitives/ReferenceCountersH_test.cpp b/Tests/IncludeTest/Primitives/ReferenceCountersH_test.cpp
index 10a74d4b..3495f770 100644
--- a/Tests/IncludeTest/Primitives/ReferenceCountersH_test.cpp
+++ b/Tests/IncludeTest/Primitives/ReferenceCountersH_test.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");