From fa345f59de694ac249c14e987032ef3e341faaa7 Mon Sep 17 00:00:00 2001 From: assiduous Date: Fri, 1 Jan 2021 10:30:48 -0800 Subject: Updated copyright notice --- Common/include/pch.h | 2 +- Common/interface/AdvancedMath.hpp | 2 +- Common/interface/Align.hpp | 2 +- Common/interface/BasicFileStream.hpp | 2 +- Common/interface/BasicMath.hpp | 2 +- Common/interface/CompilerDefinitions.h | 2 +- Common/interface/DataBlobImpl.hpp | 2 +- Common/interface/DefaultRawMemoryAllocator.hpp | 2 +- Common/interface/DynamicLinearAllocator.hpp | 2 +- Common/interface/FastRand.hpp | 2 +- Common/interface/FileWrapper.hpp | 2 +- Common/interface/FilteringTools.hpp | 2 +- Common/interface/FixedBlockMemoryAllocator.hpp | 2 +- Common/interface/FixedLinearAllocator.hpp | 2 +- Common/interface/HashUtils.hpp | 2 +- Common/interface/LockHelper.hpp | 2 +- Common/interface/MemoryFileStream.hpp | 2 +- Common/interface/ObjectBase.hpp | 2 +- Common/interface/RefCntAutoPtr.hpp | 2 +- Common/interface/RefCountedObjectImpl.hpp | 2 +- Common/interface/STDAllocator.hpp | 2 +- Common/interface/StringDataBlobImpl.hpp | 2 +- Common/interface/StringPool.hpp | 2 +- Common/interface/StringTools.hpp | 2 +- Common/interface/ThreadSignal.hpp | 2 +- Common/interface/Timer.hpp | 2 +- Common/interface/UniqueIdentifier.hpp | 2 +- Common/interface/ValidatedCast.hpp | 2 +- Common/src/BasicFileStream.cpp | 2 +- Common/src/DataBlobImpl.cpp | 2 +- Common/src/DefaultRawMemoryAllocator.cpp | 2 +- Common/src/FixedBlockMemoryAllocator.cpp | 2 +- Common/src/LockHelper.cpp | 2 +- Common/src/MemoryFileStream.cpp | 2 +- Common/src/Timer.cpp | 2 +- Graphics/GraphicsAccessories/interface/ColorConversion.h | 2 +- Graphics/GraphicsAccessories/interface/DynamicAtlasManager.hpp | 2 +- Graphics/GraphicsAccessories/interface/GraphicsAccessories.hpp | 2 +- Graphics/GraphicsAccessories/interface/GraphicsTypesOutputInserters.hpp | 2 +- Graphics/GraphicsAccessories/interface/ResourceReleaseQueue.hpp | 2 +- Graphics/GraphicsAccessories/interface/RingBuffer.hpp | 2 +- Graphics/GraphicsAccessories/interface/SRBMemoryAllocator.hpp | 2 +- .../GraphicsAccessories/interface/VariableSizeAllocationsManager.hpp | 2 +- .../GraphicsAccessories/interface/VariableSizeGPUAllocationsManager.hpp | 2 +- Graphics/GraphicsAccessories/src/ColorConversion.cpp | 2 +- Graphics/GraphicsAccessories/src/DynamicAtlasManager.cpp | 2 +- Graphics/GraphicsAccessories/src/GraphicsAccessories.cpp | 2 +- Graphics/GraphicsAccessories/src/SRBMemoryAllocator.cpp | 2 +- Graphics/GraphicsEngine/include/BottomLevelASBase.hpp | 2 +- Graphics/GraphicsEngine/include/BufferBase.hpp | 2 +- Graphics/GraphicsEngine/include/BufferViewBase.hpp | 2 +- Graphics/GraphicsEngine/include/CommandListBase.hpp | 2 +- Graphics/GraphicsEngine/include/DefaultShaderSourceStreamFactory.h | 2 +- Graphics/GraphicsEngine/include/Defines.h | 2 +- Graphics/GraphicsEngine/include/DeviceContextBase.hpp | 2 +- Graphics/GraphicsEngine/include/DeviceObjectBase.hpp | 2 +- Graphics/GraphicsEngine/include/EngineFactoryBase.hpp | 2 +- Graphics/GraphicsEngine/include/EngineMemory.h | 2 +- Graphics/GraphicsEngine/include/FenceBase.hpp | 2 +- Graphics/GraphicsEngine/include/FramebufferBase.hpp | 2 +- Graphics/GraphicsEngine/include/PipelineStateBase.hpp | 2 +- Graphics/GraphicsEngine/include/QueryBase.hpp | 2 +- Graphics/GraphicsEngine/include/RenderDeviceBase.hpp | 2 +- Graphics/GraphicsEngine/include/RenderPassBase.hpp | 2 +- Graphics/GraphicsEngine/include/ResourceMappingImpl.hpp | 2 +- Graphics/GraphicsEngine/include/SamplerBase.hpp | 2 +- Graphics/GraphicsEngine/include/ShaderBase.hpp | 2 +- Graphics/GraphicsEngine/include/ShaderBindingTableBase.hpp | 2 +- Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp | 2 +- Graphics/GraphicsEngine/include/ShaderResourceVariableBase.hpp | 2 +- Graphics/GraphicsEngine/include/StateObjectsRegistry.hpp | 2 +- Graphics/GraphicsEngine/include/SwapChainBase.hpp | 2 +- Graphics/GraphicsEngine/include/TextureBase.hpp | 2 +- Graphics/GraphicsEngine/include/TextureViewBase.hpp | 2 +- Graphics/GraphicsEngine/include/TopLevelASBase.hpp | 2 +- Graphics/GraphicsEngine/interface/APIInfo.h | 2 +- Graphics/GraphicsEngine/interface/BlendState.h | 2 +- Graphics/GraphicsEngine/interface/BottomLevelAS.h | 2 +- Graphics/GraphicsEngine/interface/Buffer.h | 2 +- Graphics/GraphicsEngine/interface/BufferView.h | 2 +- Graphics/GraphicsEngine/interface/CommandList.h | 2 +- Graphics/GraphicsEngine/interface/Constants.h | 2 +- Graphics/GraphicsEngine/interface/DepthStencilState.h | 2 +- Graphics/GraphicsEngine/interface/DeviceContext.h | 2 +- Graphics/GraphicsEngine/interface/DeviceObject.h | 2 +- Graphics/GraphicsEngine/interface/EngineFactory.h | 2 +- Graphics/GraphicsEngine/interface/Fence.h | 2 +- Graphics/GraphicsEngine/interface/Framebuffer.h | 2 +- Graphics/GraphicsEngine/interface/GraphicsTypes.h | 2 +- Graphics/GraphicsEngine/interface/InputLayout.h | 2 +- Graphics/GraphicsEngine/interface/PipelineState.h | 2 +- Graphics/GraphicsEngine/interface/Query.h | 2 +- Graphics/GraphicsEngine/interface/RasterizerState.h | 2 +- Graphics/GraphicsEngine/interface/RenderDevice.h | 2 +- Graphics/GraphicsEngine/interface/RenderPass.h | 2 +- Graphics/GraphicsEngine/interface/ResourceMapping.h | 2 +- Graphics/GraphicsEngine/interface/Sampler.h | 2 +- Graphics/GraphicsEngine/interface/Shader.h | 2 +- Graphics/GraphicsEngine/interface/ShaderBindingTable.h | 2 +- Graphics/GraphicsEngine/interface/ShaderResourceBinding.h | 2 +- Graphics/GraphicsEngine/interface/ShaderResourceVariable.h | 2 +- Graphics/GraphicsEngine/interface/SwapChain.h | 2 +- Graphics/GraphicsEngine/interface/Texture.h | 2 +- Graphics/GraphicsEngine/interface/TextureView.h | 2 +- Graphics/GraphicsEngine/interface/TopLevelAS.h | 2 +- Graphics/GraphicsEngine/src/APIInfo.cpp | 2 +- Graphics/GraphicsEngine/src/BottomLevelASBase.cpp | 2 +- Graphics/GraphicsEngine/src/BufferBase.cpp | 2 +- Graphics/GraphicsEngine/src/DefaultShaderSourceStreamFactory.cpp | 2 +- Graphics/GraphicsEngine/src/DeviceContextBase.cpp | 2 +- Graphics/GraphicsEngine/src/EngineMemory.cpp | 2 +- Graphics/GraphicsEngine/src/FramebufferBase.cpp | 2 +- Graphics/GraphicsEngine/src/PipelineStateBase.cpp | 2 +- Graphics/GraphicsEngine/src/RenderPassBase.cpp | 2 +- Graphics/GraphicsEngine/src/ResourceMappingBase.cpp | 2 +- Graphics/GraphicsEngine/src/ShaderBindingTableBase.cpp | 2 +- Graphics/GraphicsEngine/src/TextureBase.cpp | 2 +- Graphics/GraphicsEngine/src/TopLevelASBase.cpp | 2 +- Graphics/GraphicsEngineD3D11/include/BufferD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/BufferViewD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/CommandListD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/D3D11TypeConversions.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/D3D11TypeDefinitions.h | 2 +- Graphics/GraphicsEngineD3D11/include/DeviceContextD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/DisjointQueryPool.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/EngineD3D11Defines.h | 2 +- Graphics/GraphicsEngineD3D11/include/FenceD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/FramebufferD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/PipelineStateD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/QueryD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/RenderDeviceD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/RenderPassD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/SamplerD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/ShaderD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/ShaderResourceBindingD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/ShaderResourceCacheD3D11.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/ShaderResourceLayoutD3D11.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/ShaderResourcesD3D11.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/SwapChainD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/Texture1D_D3D11.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/Texture2D_D3D11.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/Texture3D_D3D11.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/TextureBaseD3D11.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/TextureViewD3D11Impl.hpp | 2 +- Graphics/GraphicsEngineD3D11/include/pch.h | 2 +- Graphics/GraphicsEngineD3D11/include/targetver.h | 2 +- Graphics/GraphicsEngineD3D11/interface/BufferD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/BufferViewD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/FenceD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/PipelineStateD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/RenderDeviceD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/SamplerD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/ShaderResourceBindingD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/SwapChainD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/TextureD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/interface/TextureViewD3D11.h | 2 +- Graphics/GraphicsEngineD3D11/src/BufferD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/BufferViewD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/CommandListD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/D3D11TypeConversions.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/DLLMain.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/EngineFactoryD3D11.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/FenceD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/FramebufferD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/GUIDDef.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/PipelineStateD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/QueryD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/RenderDeviceD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/RenderPassD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/SamplerD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/ShaderD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/ShaderResourceBindingD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/ShaderResourceCacheD3D11.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/ShaderResourceLayoutD3D11.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/ShaderResourcesD3D11.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/SwapChainD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/Texture1D_D3D11.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/Texture2D_D3D11.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/Texture3D_D3D11.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/TextureBaseD3D11.cpp | 2 +- Graphics/GraphicsEngineD3D11/src/TextureViewD3D11Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/include/BottomLevelASD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/BufferD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/BufferViewD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/CommandContext.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/CommandListD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/CommandListManager.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/CommandQueueD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/D3D12DynamicHeap.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/D3D12Loader.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/D3D12ResourceBase.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/D3D12TypeConversions.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/D3D12TypeDefinitions.h | 2 +- Graphics/GraphicsEngineD3D12/include/D3D12Utils.h | 2 +- Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/FenceD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/FramebufferD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/GenerateMips.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/PipelineStateD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/QueryD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/QueryManagerD3D12.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/RenderPassD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/RootSignature.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/SamplerD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/ShaderBindingTableD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/ShaderD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/ShaderResourceBindingD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/ShaderResourceCacheD3D12.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/ShaderResourceLayoutD3D12.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/ShaderResourcesD3D12.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/ShaderVariableD3D12.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/SwapChainD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/TextureD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/TextureViewD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/TopLevelASD3D12Impl.hpp | 2 +- Graphics/GraphicsEngineD3D12/include/pch.h | 2 +- Graphics/GraphicsEngineD3D12/interface/BottomLevelASD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/BufferD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/CommandQueueD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/EngineFactoryD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/FenceD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/PipelineStateD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/QueryD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/SamplerD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/ShaderBindingTableD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/ShaderResourceBindingD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/SwapChainD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/TextureD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/TextureViewD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/interface/TopLevelASD3D12.h | 2 +- Graphics/GraphicsEngineD3D12/src/BottomLevelASD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/BufferD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/BufferViewD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/CommandContext.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/CommandListManager.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/CommandQueueD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/D3D12DynamicHeap.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/D3D12Loader.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/D3D12TypeConversions.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/D3D12Utils.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/DLLMain.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/DescriptorHeap.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/FenceD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/FramebufferD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/GenerateMips.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/PipelineStateD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/QueryD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/QueryManagerD3D12.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/RenderDeviceD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/RenderPassD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/RootSignature.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/SamplerD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/ShaderBindingTableD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/ShaderD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/ShaderResourceBindingD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/ShaderResourceCacheD3D12.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/ShaderResourceLayoutD3D12.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/ShaderResourcesD3D12.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/ShaderVariableD3D12.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/SwapChainD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/TextureD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/TextureViewD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3D12/src/TopLevelASD3D12Impl.cpp | 2 +- Graphics/GraphicsEngineD3DBase/include/D3DCommonTypeConversions.hpp | 2 +- Graphics/GraphicsEngineD3DBase/include/D3DErrors.hpp | 2 +- Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.hpp | 2 +- Graphics/GraphicsEngineD3DBase/include/D3DTypeConversionImpl.hpp | 2 +- Graphics/GraphicsEngineD3DBase/include/D3DViewDescConversionImpl.hpp | 2 +- Graphics/GraphicsEngineD3DBase/include/DXGITypeConversions.hpp | 2 +- Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp | 2 +- Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.hpp | 2 +- Graphics/GraphicsEngineD3DBase/include/ShaderD3DBase.hpp | 2 +- Graphics/GraphicsEngineD3DBase/include/ShaderResources.hpp | 2 +- Graphics/GraphicsEngineD3DBase/include/ShaderVariableD3DBase.hpp | 2 +- Graphics/GraphicsEngineD3DBase/include/SwapChainD3DBase.hpp | 2 +- Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h | 2 +- Graphics/GraphicsEngineD3DBase/src/D3DCommonTypeConversions.cpp | 2 +- Graphics/GraphicsEngineD3DBase/src/DXGITypeConversions.cpp | 2 +- Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp | 2 +- Graphics/GraphicsEngineD3DBase/src/ShaderResources.cpp | 2 +- Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp | 2 +- Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.hpp | 2 +- Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp | 2 +- Graphics/GraphicsEngineNextGenBase/src/dummy.cpp | 2 +- Graphics/GraphicsEngineOpenGL/include/AsyncWritableResource.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/BufferGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/BufferViewGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/DeviceContextGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/FBOCache.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/FenceGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/GLContext.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/GLContextState.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/GLContextWindows.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/GLObjectWrapper.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/GLPipelineResourceLayout.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/GLProgramResourceCache.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/GLProgramResources.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/GLTypeConversions.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/PipelineStateGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/QueryGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/RenderPassGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/SamplerGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/ShaderGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/ShaderResourceBindingGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/SwapChainGLBase.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/SwapChainGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/TexRegionRender.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/Texture1DArray_OGL.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/Texture1D_OGL.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/Texture2DArray_OGL.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/Texture2D_OGL.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/Texture3D_OGL.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/TextureBaseGL.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/TextureCubeArray_OGL.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/TextureCube_OGL.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/TextureViewGLImpl.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/VAOCache.hpp | 2 +- Graphics/GraphicsEngineOpenGL/include/pch.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/BaseInterfacesGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/BufferGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/BufferViewGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/DeviceContextGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/EngineFactoryOpenGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/FenceGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/PipelineStateGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/QueryGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/SamplerGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/ShaderGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/ShaderResourceBindingGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/SwapChainGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/TextureGL.h | 2 +- Graphics/GraphicsEngineOpenGL/interface/TextureViewGL.h | 2 +- Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/BufferViewGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/DLLMain.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/EngineFactoryOpenGL.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/FBOCache.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/FenceGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/FramebufferGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/GLContextState.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/GLObjectWrapper.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/GLPipelineResourceLayout.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/GLProgramResourceCache.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/GLProgramResources.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/GLTypeConversions.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/PipelineStateGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/QueryGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/RenderPassGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/SamplerGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/ShaderGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/ShaderResourceBindingGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/SwapChainGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/TexRegionRender.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/Texture1DArray_OGL.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/Texture1D_OGL.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/Texture2DArray_OGL.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/Texture2D_OGL.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/Texture3D_OGL.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/TextureBaseGL.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/TextureCubeArray_OGL.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/TextureCube_OGL.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/TextureViewGLImpl.cpp | 2 +- Graphics/GraphicsEngineOpenGL/src/VAOCache.cpp | 2 +- Graphics/GraphicsEngineVulkan/include/BottomLevelASVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/BufferViewVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/BufferVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/CommandListVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/CommandPoolManager.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/CommandQueueVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/DescriptorPoolManager.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/FenceVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/FramebufferCache.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/FramebufferVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/GenerateMipsVkHelper.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/ManagedVulkanObject.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/PipelineLayout.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/PipelineStateVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/QueryManagerVk.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/QueryVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/RenderPassCache.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/RenderPassVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/SamplerVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/ShaderBindingTableVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/ShaderResourceBindingVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/ShaderResourceCacheVk.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/ShaderVariableVk.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/ShaderVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/SwapChainVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/TextureViewVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/TextureVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/VulkanDynamicHeap.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/VulkanErrors.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/VulkanTypeConversions.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/VulkanUploadHeap.hpp | 2 +- .../include/VulkanUtilities/VulkanCommandBuffer.hpp | 2 +- .../include/VulkanUtilities/VulkanCommandBufferPool.hpp | 2 +- .../GraphicsEngineVulkan/include/VulkanUtilities/VulkanFencePool.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanHeaders.h | 2 +- .../GraphicsEngineVulkan/include/VulkanUtilities/VulkanInstance.hpp | 2 +- .../include/VulkanUtilities/VulkanLogicalDevice.hpp | 2 +- .../include/VulkanUtilities/VulkanMemoryManager.hpp | 2 +- .../include/VulkanUtilities/VulkanObjectWrappers.hpp | 2 +- .../include/VulkanUtilities/VulkanPhysicalDevice.hpp | 2 +- Graphics/GraphicsEngineVulkan/include/pch.h | 2 +- Graphics/GraphicsEngineVulkan/interface/BottomLevelASVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/BufferViewVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/BufferVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/CommandQueueVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/DeviceContextVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/EngineFactoryVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/FenceVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/FramebufferVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/PipelineStateVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/QueryVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/RenderDeviceVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/RenderPassVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/SamplerVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/ShaderBindingTableVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/ShaderResourceBindingVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/ShaderVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/SwapChainVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/TextureViewVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/TextureVk.h | 2 +- Graphics/GraphicsEngineVulkan/interface/TopLevelASVk.h | 2 +- Graphics/GraphicsEngineVulkan/src/BottomLevelASVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/BufferViewVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/BufferVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/CommandPoolManager.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/CommandQueueVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/DLLMain.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/DescriptorPoolManager.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/FenceVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/FramebufferCache.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/FramebufferVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/PipelineLayout.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/QueryManagerVk.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/QueryVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/RenderDeviceVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/RenderPassCache.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/RenderPassVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/SamplerVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/ShaderBindingTableVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/ShaderResourceBindingVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/ShaderResourceCacheVk.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/ShaderVariableVk.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/ShaderVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/SwapChainVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/TextureViewVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/TextureVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/TopLevelASVkImpl.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/VulkanDynamicHeap.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/VulkanUploadHeap.cpp | 2 +- .../GraphicsEngineVulkan/src/VulkanUtilities/VulkanCommandBuffer.cpp | 2 +- .../src/VulkanUtilities/VulkanCommandBufferPool.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanFencePool.cpp | 2 +- Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanInstance.cpp | 2 +- .../GraphicsEngineVulkan/src/VulkanUtilities/VulkanLogicalDevice.cpp | 2 +- .../GraphicsEngineVulkan/src/VulkanUtilities/VulkanMemoryManager.cpp | 2 +- .../GraphicsEngineVulkan/src/VulkanUtilities/VulkanPhysicalDevice.cpp | 2 +- Graphics/GraphicsTools/interface/BufferSuballocator.h | 2 +- Graphics/GraphicsTools/interface/CommonlyUsedStates.h | 2 +- Graphics/GraphicsTools/interface/DurationQueryHelper.hpp | 2 +- Graphics/GraphicsTools/interface/DynamicBuffer.hpp | 2 +- Graphics/GraphicsTools/interface/DynamicTextureAtlas.h | 2 +- Graphics/GraphicsTools/interface/GraphicsUtilities.h | 2 +- Graphics/GraphicsTools/interface/MapHelper.hpp | 2 +- Graphics/GraphicsTools/interface/ScopedQueryHelper.hpp | 2 +- Graphics/GraphicsTools/interface/ScreenCapture.hpp | 2 +- Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp | 2 +- Graphics/GraphicsTools/interface/StreamingBuffer.hpp | 2 +- Graphics/GraphicsTools/interface/TextureUploader.hpp | 2 +- Graphics/GraphicsTools/interface/TextureUploaderBase.hpp | 2 +- Graphics/GraphicsTools/interface/TextureUploaderD3D11.hpp | 2 +- Graphics/GraphicsTools/interface/TextureUploaderD3D12_Vk.hpp | 2 +- Graphics/GraphicsTools/interface/TextureUploaderGL.hpp | 2 +- Graphics/GraphicsTools/interface/pch.h | 2 +- Graphics/GraphicsTools/src/BufferSuballocator.cpp | 2 +- Graphics/GraphicsTools/src/DurationQueryHelper.cpp | 2 +- Graphics/GraphicsTools/src/DynamicBuffer.cpp | 2 +- Graphics/GraphicsTools/src/DynamicTextureAtlas.cpp | 2 +- Graphics/GraphicsTools/src/GraphicsUtilities.cpp | 2 +- Graphics/GraphicsTools/src/ScopedQueryHelper.cpp | 2 +- Graphics/GraphicsTools/src/ScreenCapture.cpp | 2 +- Graphics/GraphicsTools/src/TextureUploader.cpp | 2 +- Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp | 2 +- Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp | 2 +- Graphics/GraphicsTools/src/TextureUploaderGL.cpp | 2 +- Graphics/GraphicsTools/src/pch.cpp | 2 +- Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h | 2 +- Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h | 2 +- Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp | 2 +- Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp | 2 +- Graphics/HLSL2GLSLConverterLib/include/HLSLKeywords.h | 2 +- Graphics/HLSL2GLSLConverterLib/interface/HLSL2GLSLConverter.h | 2 +- Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterImpl.cpp | 2 +- Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterObject.cpp | 2 +- Graphics/ShaderTools/include/DXCompiler.hpp | 2 +- Graphics/ShaderTools/include/DXCompilerBaseWin32.hpp | 2 +- Graphics/ShaderTools/include/GLSLUtils.hpp | 2 +- Graphics/ShaderTools/include/GLSLangUtils.hpp | 2 +- Graphics/ShaderTools/include/HLSLUtils.hpp | 2 +- Graphics/ShaderTools/include/SPIRVShaderResources.hpp | 2 +- Graphics/ShaderTools/include/ShaderToolsCommon.hpp | 2 +- Graphics/ShaderTools/src/DXCompiler.cpp | 2 +- Graphics/ShaderTools/src/GLSLUtils.cpp | 2 +- Graphics/ShaderTools/src/GLSLangUtils.cpp | 2 +- Graphics/ShaderTools/src/HLSLUtils.cpp | 2 +- Graphics/ShaderTools/src/SPIRVShaderResources.cpp | 2 +- Graphics/ShaderTools/src/ShaderToolsCommon.cpp | 2 +- Platforms/Basic/interface/BasicAtomics.hpp | 2 +- Platforms/Basic/interface/BasicFileSystem.hpp | 2 +- Platforms/Basic/interface/BasicPlatformDebug.hpp | 2 +- Platforms/Basic/interface/BasicPlatformMisc.hpp | 2 +- Platforms/Basic/interface/DebugUtilities.hpp | 2 +- Platforms/Basic/interface/StandardFile.hpp | 2 +- Platforms/Basic/src/BasicFileSystem.cpp | 2 +- Platforms/Basic/src/BasicPlatformDebug.cpp | 2 +- Platforms/Basic/src/StandardFile.cpp | 2 +- Platforms/Win32/interface/Win32Atomics.hpp | 2 +- Platforms/Win32/interface/Win32Debug.hpp | 2 +- Platforms/Win32/interface/Win32FileSystem.hpp | 2 +- Platforms/Win32/interface/Win32NativeWindow.h | 2 +- Platforms/Win32/interface/Win32PlatformDefinitions.h | 2 +- Platforms/Win32/interface/Win32PlatformMisc.hpp | 2 +- Platforms/Win32/src/Win32Atomics.cpp | 2 +- Platforms/Win32/src/Win32Debug.cpp | 2 +- Platforms/Win32/src/Win32FileSystem.cpp | 2 +- Platforms/interface/Atomics.hpp | 2 +- Platforms/interface/FileSystem.hpp | 2 +- Platforms/interface/NativeWindow.h | 2 +- Platforms/interface/PlatformDebug.hpp | 2 +- Platforms/interface/PlatformDefinitions.h | 2 +- Platforms/interface/PlatformMisc.hpp | 2 +- Primitives/interface/BasicTypes.h | 2 +- Primitives/interface/CommonDefinitions.h | 2 +- Primitives/interface/DataBlob.h | 2 +- Primitives/interface/DebugOutput.h | 2 +- Primitives/interface/DefineGlobalFuncHelperMacros.h | 2 +- Primitives/interface/DefineInterfaceHelperMacros.h | 2 +- Primitives/interface/Errors.hpp | 2 +- Primitives/interface/FileStream.h | 2 +- Primitives/interface/FlagEnum.h | 2 +- Primitives/interface/FormatString.hpp | 2 +- Primitives/interface/InterfaceID.h | 2 +- Primitives/interface/MemoryAllocator.h | 2 +- Primitives/interface/Object.h | 2 +- Primitives/interface/ReferenceCounters.h | 2 +- Primitives/interface/UndefGlobalFuncHelperMacros.h | 2 +- Primitives/interface/UndefInterfaceHelperMacros.h | 2 +- Primitives/src/DebugOutput.cpp | 2 +- Primitives/src/test.cpp | 2 +- Tests/DiligentCoreAPITest/include/CreateObjFromNativeResTestBase.hpp | 2 +- Tests/DiligentCoreAPITest/include/D3D11/CreateObjFromNativeResD3D11.hpp | 2 +- Tests/DiligentCoreAPITest/include/D3D11/TestingEnvironmentD3D11.hpp | 2 +- Tests/DiligentCoreAPITest/include/D3D11/TestingSwapChainD3D11.hpp | 2 +- Tests/DiligentCoreAPITest/include/D3D12/CreateObjFromNativeResD3D12.hpp | 2 +- .../include/D3D12/D3D12DebugLayerSetNameBugWorkaround.hpp | 2 +- Tests/DiligentCoreAPITest/include/D3D12/TestingEnvironmentD3D12.hpp | 2 +- Tests/DiligentCoreAPITest/include/D3D12/TestingSwapChainD3D12.hpp | 2 +- Tests/DiligentCoreAPITest/include/GL/CreateObjFromNativeResGL.hpp | 2 +- Tests/DiligentCoreAPITest/include/GL/TestingEnvironmentGL.hpp | 2 +- Tests/DiligentCoreAPITest/include/GL/TestingSwapChainGL.hpp | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestGLSL.h | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestHLSL.h | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/ComputeShaderTestMSL.h | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestGLSL.h | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestHLSL.h | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/DrawCommandTestMSL.h | 2 +- .../DiligentCoreAPITest/include/InlineShaders/GeometryShaderTestGLSL.h | 2 +- .../DiligentCoreAPITest/include/InlineShaders/GeometryShaderTestHLSL.h | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestGLSL.h | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/MeshShaderTestHLSL.h | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/RayTracingTestGLSL.h | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/RayTracingTestHLSL.h | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/TessellationTestGLSL.h | 2 +- Tests/DiligentCoreAPITest/include/InlineShaders/TessellationTestHLSL.h | 2 +- Tests/DiligentCoreAPITest/include/PSOTestBase.hpp | 2 +- Tests/DiligentCoreAPITest/include/RayTracingTestConstants.hpp | 2 +- Tests/DiligentCoreAPITest/include/TestingEnvironment.hpp | 2 +- Tests/DiligentCoreAPITest/include/TestingSwapChainBase.hpp | 2 +- Tests/DiligentCoreAPITest/include/Vulkan/CreateObjFromNativeResVK.hpp | 2 +- Tests/DiligentCoreAPITest/include/Vulkan/TestingEnvironmentVk.hpp | 2 +- Tests/DiligentCoreAPITest/include/Vulkan/TestingSwapChainVk.hpp | 2 +- Tests/DiligentCoreAPITest/src/BlendStateTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/BrokenShaderTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/BufferAccessTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/BufferCreationTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/BufferSuballocatorTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/CInterfaceTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/ClearRenderTargetTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/ComputeShaderTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/CopyTextureTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D11/ClearRenderTargetRefenceD3D11.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D11/ComputeShaderRefenceD3D11.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D11/CreateObjFromNativeResD3D11.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D11/DrawCommandReferenceD3D11.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D11/GeometryShaderRefenceD3D11.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D11/TessellationRefenceD3D11.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D11/TestingEnvironmentD3D11.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D11/TestingSwapChainD3D11.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D12/ClearRenderTargetRefenceD3D12.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D12/ComputeShaderRefenceD3D12.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D12/CreateObjFromNativeResD3D12.cpp | 2 +- .../src/D3D12/D3D12DebugLayerSetNameBugWorkaround.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D12/DrawCommandReferenceD3D12.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D12/GeometryShaderRefenceD3D12.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D12/MeshShaderReferenceD3D12.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D12/RayTracingReferenceD3D12.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D12/TessellationRefenceD3D12.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D12/TestingEnvironmentD3D12.cpp | 2 +- Tests/DiligentCoreAPITest/src/D3D12/TestingSwapChainD3D12.cpp | 2 +- Tests/DiligentCoreAPITest/src/DXCompilerTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/DepthStencilStateTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/DrawCommandTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/DynamicBufferTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/DynamicTextureAtlasTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/GL/ClearRenderTargetRefenceGL.cpp | 2 +- Tests/DiligentCoreAPITest/src/GL/ComputeShaderRefenceGL.cpp | 2 +- Tests/DiligentCoreAPITest/src/GL/CreateObjFromNativeResGL.cpp | 2 +- Tests/DiligentCoreAPITest/src/GL/DrawCommandReferenceGL.cpp | 2 +- Tests/DiligentCoreAPITest/src/GL/GLTypeConversionsTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/GL/GeometryShaderRefenceGL.cpp | 2 +- Tests/DiligentCoreAPITest/src/GL/TessellationRefenceGL.cpp | 2 +- Tests/DiligentCoreAPITest/src/GL/TestingEnvironmentGL.cpp | 2 +- Tests/DiligentCoreAPITest/src/GL/TestingSwapChainGL.cpp | 2 +- Tests/DiligentCoreAPITest/src/GenerateMipsTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/GeometryShaderTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/HLSL2GLSLConverterTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/MTResourceCreationTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/MeshShaderTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/PSOCompatibilityTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/PSOTestBase.cpp | 2 +- Tests/DiligentCoreAPITest/src/QueryTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/RasterizerStateTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/RayTracingTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/RenderPassTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/SamplerCreationTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/SeparateTextureSamplerTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/ShaderResourceArrayTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/ShaderResourceLayoutTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/ShaderVariableAccessTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/StreamingBufferTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/TessellationTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/TestingEnvironment.cpp | 2 +- Tests/DiligentCoreAPITest/src/TestingSwapChainBase.cpp | 2 +- Tests/DiligentCoreAPITest/src/TextureCreationTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/TextureUploaderTest.cpp | 2 +- Tests/DiligentCoreAPITest/src/Vulkan/ClearRenderTargetReferenceVk.cpp | 2 +- Tests/DiligentCoreAPITest/src/Vulkan/ComputeShaderReferenceVk.cpp | 2 +- Tests/DiligentCoreAPITest/src/Vulkan/CreateObjFromNativeResVK.cpp | 2 +- Tests/DiligentCoreAPITest/src/Vulkan/DrawCommandReferenceVk.cpp | 2 +- Tests/DiligentCoreAPITest/src/Vulkan/GeometryShaderReferenceVk.cpp | 2 +- Tests/DiligentCoreAPITest/src/Vulkan/MeshShaderReferenceVk.cpp | 2 +- Tests/DiligentCoreAPITest/src/Vulkan/RayTracingReferenceVk.cpp | 2 +- Tests/DiligentCoreAPITest/src/Vulkan/TessellationReferenceVk.cpp | 2 +- Tests/DiligentCoreAPITest/src/Vulkan/TestingEnvironmentVk.cpp | 2 +- Tests/DiligentCoreAPITest/src/Vulkan/TestingSwapChainVk.cpp | 2 +- Tests/DiligentCoreAPITest/src/Win32/TestingEnvironmentWin32.cpp | 2 +- Tests/DiligentCoreAPITest/src/c_interface/BufferView_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/Buffer_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/DeviceObject_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/Fence_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/Object_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/PipelineState_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/Query_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/RenderDevice_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/ResourceMapping_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/Sampler_C_Test.c | 2 +- .../DiligentCoreAPITest/src/c_interface/ShaderResourceBinding_C_Test.c | 2 +- .../DiligentCoreAPITest/src/c_interface/ShaderResourceVariable_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/Shader_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/SwapChain_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/TextureView_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/c_interface/Texture_C_Test.c | 2 +- Tests/DiligentCoreAPITest/src/main.cpp | 2 +- Tests/DiligentCoreTest/src/Common/AlignTest.cpp | 2 +- Tests/DiligentCoreTest/src/Common/AllocatorTest.cpp | 2 +- Tests/DiligentCoreTest/src/Common/FastRandTest.cpp | 2 +- Tests/DiligentCoreTest/src/Common/FilteringToolsTest.cpp | 2 +- Tests/DiligentCoreTest/src/Common/HashUtilsTest.cpp | 2 +- Tests/DiligentCoreTest/src/Common/MathLibTest.cpp | 2 +- Tests/DiligentCoreTest/src/Common/RefCntAutoPtrTest.cpp | 2 +- Tests/DiligentCoreTest/src/Common/StringToolsTest.cpp | 2 +- .../src/GraphicsAccessories/DynamicAtlasManagerTest.cpp | 2 +- .../src/GraphicsAccessories/GraphicsAccessoriesTest.cpp | 2 +- .../DiligentCoreTest/src/GraphicsAccessories/GraphicsUtilitiesTest.cpp | 2 +- .../src/GraphicsAccessories/ResourceReleaseQueueTest.cpp | 2 +- Tests/DiligentCoreTest/src/GraphicsAccessories/RingBufferTest.cpp | 2 +- .../src/GraphicsAccessories/VariableSizeGPUAllocationsManagerTest.cpp | 2 +- Tests/DiligentCoreTest/src/Platforms/PlatformMiscTest.cpp | 2 +- Tests/IncludeTest/Common/AdvancedMathH_test.cpp | 2 +- Tests/IncludeTest/Common/BasicFileStreamH_test.cpp | 2 +- Tests/IncludeTest/Common/BasicMathH_test.cpp | 2 +- Tests/IncludeTest/Common/DataBlobImplH_test.cpp | 2 +- Tests/IncludeTest/Common/DefaultRawMemoryAllocatorH_test.cpp | 2 +- Tests/IncludeTest/Common/FastRandH_test.cpp | 2 +- Tests/IncludeTest/Common/FileWrapperH_test.cpp | 2 +- Tests/IncludeTest/Common/FilteringToolsH_test.cpp | 2 +- Tests/IncludeTest/Common/FixedBlockMemoryAllocatorH_test.cpp | 2 +- Tests/IncludeTest/Common/HashUtilsH_test.cpp | 2 +- Tests/IncludeTest/Common/LockHelperH_test.cpp | 2 +- Tests/IncludeTest/Common/ObjectBaseH_test.cpp | 2 +- Tests/IncludeTest/Common/RefCntAutoPtrH_test.cpp | 2 +- Tests/IncludeTest/Common/RefCountedObjectImplH_test.cpp | 2 +- Tests/IncludeTest/Common/STDAllocatorH_test.cpp | 2 +- Tests/IncludeTest/Common/StringDataBlobImplH_test.cpp | 2 +- Tests/IncludeTest/Common/StringPool_test.cpp | 2 +- Tests/IncludeTest/Common/StringToolsH_test.cpp | 2 +- Tests/IncludeTest/Common/ThreadSignalH_test.cpp | 2 +- Tests/IncludeTest/Common/TimerH_test.cpp | 2 +- Tests/IncludeTest/Common/UniqueIdentifierH_test.cpp | 2 +- Tests/IncludeTest/Common/ValidatedCastH_test.cpp | 2 +- Tests/IncludeTest/GraphicsAccessories/ColorConversionH_test.cpp | 2 +- Tests/IncludeTest/GraphicsAccessories/GraphicsAccessoriesH_test.cpp | 2 +- Tests/IncludeTest/GraphicsAccessories/ResourceReleaseQueueH_test.cpp | 2 +- Tests/IncludeTest/GraphicsAccessories/RingBufferH_test.cpp | 2 +- Tests/IncludeTest/GraphicsAccessories/SRBMemortAllocatorH_test.cpp | 2 +- .../GraphicsAccessories/VariableSizeAllocationsManagerH_test.cpp | 2 +- .../GraphicsAccessories/VariableSizeGPUAllocationsManagerH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/BlendStateH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/BlendStateH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/BottomLevelASH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/BottomLevelASH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/BufferH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/BufferH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/BufferViewH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/BufferViewH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/CommandListH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/CommandListH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/ConstantsH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/ConstantsH_test.cpp | 2 +- .../IncludeTest/GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.c | 2 +- .../GraphicsEngine/DefaultShaderSourceStreamFactoryH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/DepthStencilStateH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/DeviceContextH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/DeviceObjectH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/EngineFactoryH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/FenceH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/FenceH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/FramebufferH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/FramebufferH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/GraphicsTypesH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/InputLayoutH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/PipelineStateH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/QueryH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/QueryH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/RasterizerStateH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/RenderDeviceH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/RenderPassH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/RenderPassH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/ResourceMappingH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/SamplerH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/SamplerH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/ShaderBindingTableH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/ShaderH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/ShaderH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/ShaderResourceBindingH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/ShaderResourceVaraibleH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/SwapChainH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/SwapChainH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/TextureH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/TextureH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/TextureViewH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/TextureViewH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngine/TopLevelASH_test.c | 2 +- Tests/IncludeTest/GraphicsEngine/TopLevelASH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/BufferD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/BufferViewD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/DeviceContextD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/EngineFactoryD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/FenceD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/PipelineStateD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/QueryD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/RenderDeviceD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/SamplerD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/ShaderD3D11H_test.cpp | 2 +- .../IncludeTest/GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.c | 2 +- .../GraphicsEngineD3D11/ShaderResourceBindingD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/SwapChainD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/TextureD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D11/TextureViewD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/BottomLevelASD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/BufferD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/BufferViewD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/CommandQueueD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/DeviceContextD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/EngineFactoryD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/FenceD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/PipelineStateD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/QueryD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/RenderDeviceD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/SamplerD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/ShaderBindingTableD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/ShaderD3D12H_test.cpp | 2 +- .../IncludeTest/GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.c | 2 +- .../GraphicsEngineD3D12/ShaderResourceBindingD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/SwapChainD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/TextureD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/TextureViewD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3D12/TopLevelASD3D12H_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineD3DBase/ShaderD3DH_test.cpp | 2 +- .../GraphicsEngineD3DBase/ShaderResourceVariableD3DH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/BaseInterfacesGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/BufferGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/BufferViewGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/DeviceContextGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/EngineFactoryOpenGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test .cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/FenceGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/PipelineStateGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/QueryGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/RenderDeviceGL_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/SamplerGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/ShaderGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.c | 2 +- .../IncludeTest/GraphicsEngineOpenGL/ShaderResourceBindingGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/SwapChainGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/TextureGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineOpenGL/TextureViewGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/BottomLevelASVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/BufferViewVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/BufferVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/CommandQueueVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/DeviceContextVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/EngineFactoryVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/FenceVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/PipelineStateVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/QueryVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/QueryVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/RenderDeviceVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/RenderPassVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/SamplerVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/ShaderBindingTableVkH.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/ShaderResourceBindingVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/ShaderVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/SwapChainVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/TextureViewVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/TextureVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.c | 2 +- Tests/IncludeTest/GraphicsEngineVk/TopLevelASVkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/BufferSuballocatorH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/CommonlyUsedStatesH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/DurationQueryHelperH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/DynamicBufferH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/DynamicTextureAtlasH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.c | 2 +- Tests/IncludeTest/GraphicsTools/GraphicsUtilitiesH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/MapHelperH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/ScopedQueryHelperH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/ScreenCaptureH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/ShaderMacroHelperH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/StreamingBufferH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/TextureUploaderBaseH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/TextureUploaderD3D11H_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/TextureUploaderD3D12_VkH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/TextureUploaderGLH_test.cpp | 2 +- Tests/IncludeTest/GraphicsTools/TextureUploaderH_test.cpp | 2 +- Tests/IncludeTest/Platforms/AtomicsH_test.cpp | 2 +- Tests/IncludeTest/Platforms/FileSystemH_test.cpp | 2 +- Tests/IncludeTest/Platforms/NativeWindowH_test.c | 2 +- Tests/IncludeTest/Platforms/NativeWindowH_test.cpp | 2 +- Tests/IncludeTest/Platforms/PlatformDebugH_test.cpp | 2 +- Tests/IncludeTest/Platforms/PlatformDefinitionsH_test.cpp | 2 +- Tests/IncludeTest/Platforms/PlatformMiscH_test.cpp | 2 +- Tests/IncludeTest/Primitives/ReferenceCountersH_test.c | 2 +- Tests/IncludeTest/Primitives/ReferenceCountersH_test.cpp | 2 +- 969 files changed, 969 insertions(+), 969 deletions(-) diff --git a/Common/include/pch.h b/Common/include/pch.h index f407b8c3..b06dc8cc 100644 --- a/Common/include/pch.h +++ b/Common/include/pch.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/Common/interface/AdvancedMath.hpp b/Common/interface/AdvancedMath.hpp index 01a122e0..2fae421b 100644 --- a/Common/interface/AdvancedMath.hpp +++ b/Common/interface/AdvancedMath.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/Common/interface/Align.hpp b/Common/interface/Align.hpp index 9acb310c..b22a7717 100644 --- a/Common/interface/Align.hpp +++ b/Common/interface/Align.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/Common/interface/BasicFileStream.hpp b/Common/interface/BasicFileStream.hpp index c0891248..9e5a9298 100644 --- a/Common/interface/BasicFileStream.hpp +++ b/Common/interface/BasicFileStream.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/Common/interface/BasicMath.hpp b/Common/interface/BasicMath.hpp index 93426bae..05a168fc 100644 --- a/Common/interface/BasicMath.hpp +++ b/Common/interface/BasicMath.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/Common/interface/CompilerDefinitions.h b/Common/interface/CompilerDefinitions.h index 83ef8842..082170b8 100644 --- a/Common/interface/CompilerDefinitions.h +++ b/Common/interface/CompilerDefinitions.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/Common/interface/DataBlobImpl.hpp b/Common/interface/DataBlobImpl.hpp index 7db2ca34..d01087e3 100644 --- a/Common/interface/DataBlobImpl.hpp +++ b/Common/interface/DataBlobImpl.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/Common/interface/DefaultRawMemoryAllocator.hpp b/Common/interface/DefaultRawMemoryAllocator.hpp index cbe4f791..daf9196c 100644 --- a/Common/interface/DefaultRawMemoryAllocator.hpp +++ b/Common/interface/DefaultRawMemoryAllocator.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/Common/interface/DynamicLinearAllocator.hpp b/Common/interface/DynamicLinearAllocator.hpp index f545cd2a..1ab9c5ee 100644 --- a/Common/interface/DynamicLinearAllocator.hpp +++ b/Common/interface/DynamicLinearAllocator.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/Common/interface/FastRand.hpp b/Common/interface/FastRand.hpp index aed0c23a..d8be7831 100644 --- a/Common/interface/FastRand.hpp +++ b/Common/interface/FastRand.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/Common/interface/FileWrapper.hpp b/Common/interface/FileWrapper.hpp index 2f459bc7..81192aed 100644 --- a/Common/interface/FileWrapper.hpp +++ b/Common/interface/FileWrapper.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/Common/interface/FilteringTools.hpp b/Common/interface/FilteringTools.hpp index 73871093..a6b92f11 100644 --- a/Common/interface/FilteringTools.hpp +++ b/Common/interface/FilteringTools.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/Common/interface/FixedBlockMemoryAllocator.hpp b/Common/interface/FixedBlockMemoryAllocator.hpp index 91c7422b..d888142b 100644 --- a/Common/interface/FixedBlockMemoryAllocator.hpp +++ b/Common/interface/FixedBlockMemoryAllocator.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/Common/interface/FixedLinearAllocator.hpp b/Common/interface/FixedLinearAllocator.hpp index d9302c5c..44629f91 100644 --- a/Common/interface/FixedLinearAllocator.hpp +++ b/Common/interface/FixedLinearAllocator.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/Common/interface/HashUtils.hpp b/Common/interface/HashUtils.hpp index 009c298f..69c420f1 100644 --- a/Common/interface/HashUtils.hpp +++ b/Common/interface/HashUtils.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/Common/interface/LockHelper.hpp b/Common/interface/LockHelper.hpp index f8606402..8ce656d9 100644 --- a/Common/interface/LockHelper.hpp +++ b/Common/interface/LockHelper.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/Common/interface/MemoryFileStream.hpp b/Common/interface/MemoryFileStream.hpp index 50da3911..42d4e44c 100644 --- a/Common/interface/MemoryFileStream.hpp +++ b/Common/interface/MemoryFileStream.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/Common/interface/ObjectBase.hpp b/Common/interface/ObjectBase.hpp index 15c1fe8b..2b9087c2 100644 --- a/Common/interface/ObjectBase.hpp +++ b/Common/interface/ObjectBase.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/Common/interface/RefCntAutoPtr.hpp b/Common/interface/RefCntAutoPtr.hpp index 140c01d5..d8265366 100644 --- a/Common/interface/RefCntAutoPtr.hpp +++ b/Common/interface/RefCntAutoPtr.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/Common/interface/RefCountedObjectImpl.hpp b/Common/interface/RefCountedObjectImpl.hpp index 2294c668..312104a0 100644 --- a/Common/interface/RefCountedObjectImpl.hpp +++ b/Common/interface/RefCountedObjectImpl.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/Common/interface/STDAllocator.hpp b/Common/interface/STDAllocator.hpp index 4c4ea5e6..5c3e655c 100644 --- a/Common/interface/STDAllocator.hpp +++ b/Common/interface/STDAllocator.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/Common/interface/StringDataBlobImpl.hpp b/Common/interface/StringDataBlobImpl.hpp index 5aaebb9b..2bb0819e 100644 --- a/Common/interface/StringDataBlobImpl.hpp +++ b/Common/interface/StringDataBlobImpl.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/Common/interface/StringPool.hpp b/Common/interface/StringPool.hpp index f38b64f4..e1d633af 100644 --- a/Common/interface/StringPool.hpp +++ b/Common/interface/StringPool.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/Common/interface/StringTools.hpp b/Common/interface/StringTools.hpp index 9a114db1..e6c095c3 100644 --- a/Common/interface/StringTools.hpp +++ b/Common/interface/StringTools.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/Common/interface/ThreadSignal.hpp b/Common/interface/ThreadSignal.hpp index 764b9612..d6d12a8f 100644 --- a/Common/interface/ThreadSignal.hpp +++ b/Common/interface/ThreadSignal.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/Common/interface/Timer.hpp b/Common/interface/Timer.hpp index ae924b12..0d5cb9a9 100644 --- a/Common/interface/Timer.hpp +++ b/Common/interface/Timer.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/Common/interface/UniqueIdentifier.hpp b/Common/interface/UniqueIdentifier.hpp index 15ceebdd..080c726e 100644 --- a/Common/interface/UniqueIdentifier.hpp +++ b/Common/interface/UniqueIdentifier.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/Common/interface/ValidatedCast.hpp b/Common/interface/ValidatedCast.hpp index fdb2b253..0ec9aacb 100644 --- a/Common/interface/ValidatedCast.hpp +++ b/Common/interface/ValidatedCast.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/Common/src/BasicFileStream.cpp b/Common/src/BasicFileStream.cpp index 0c580b5e..5955b227 100644 --- a/Common/src/BasicFileStream.cpp +++ b/Common/src/BasicFileStream.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/Common/src/DataBlobImpl.cpp b/Common/src/DataBlobImpl.cpp index 8bedd1e0..e124eed3 100644 --- a/Common/src/DataBlobImpl.cpp +++ b/Common/src/DataBlobImpl.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/Common/src/DefaultRawMemoryAllocator.cpp b/Common/src/DefaultRawMemoryAllocator.cpp index f1ecabe8..dfcc17f7 100644 --- a/Common/src/DefaultRawMemoryAllocator.cpp +++ b/Common/src/DefaultRawMemoryAllocator.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/Common/src/FixedBlockMemoryAllocator.cpp b/Common/src/FixedBlockMemoryAllocator.cpp index e4dc53d3..4e735a4d 100644 --- a/Common/src/FixedBlockMemoryAllocator.cpp +++ b/Common/src/FixedBlockMemoryAllocator.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/Common/src/LockHelper.cpp b/Common/src/LockHelper.cpp index 44d889f4..675f584d 100644 --- a/Common/src/LockHelper.cpp +++ b/Common/src/LockHelper.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/Common/src/MemoryFileStream.cpp b/Common/src/MemoryFileStream.cpp index 0d053412..b3142ea5 100644 --- a/Common/src/MemoryFileStream.cpp +++ b/Common/src/MemoryFileStream.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/Common/src/Timer.cpp b/Common/src/Timer.cpp index bd6aefc8..d45b6e90 100644 --- a/Common/src/Timer.cpp +++ b/Common/src/Timer.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/Graphics/GraphicsAccessories/interface/ColorConversion.h b/Graphics/GraphicsAccessories/interface/ColorConversion.h index ee064a78..39fc209a 100644 --- a/Graphics/GraphicsAccessories/interface/ColorConversion.h +++ b/Graphics/GraphicsAccessories/interface/ColorConversion.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsAccessories/interface/DynamicAtlasManager.hpp b/Graphics/GraphicsAccessories/interface/DynamicAtlasManager.hpp index 8bb8a074..39af29bb 100644 --- a/Graphics/GraphicsAccessories/interface/DynamicAtlasManager.hpp +++ b/Graphics/GraphicsAccessories/interface/DynamicAtlasManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsAccessories/interface/GraphicsAccessories.hpp b/Graphics/GraphicsAccessories/interface/GraphicsAccessories.hpp index 1312c9df..7b2f19c9 100644 --- a/Graphics/GraphicsAccessories/interface/GraphicsAccessories.hpp +++ b/Graphics/GraphicsAccessories/interface/GraphicsAccessories.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsAccessories/interface/GraphicsTypesOutputInserters.hpp b/Graphics/GraphicsAccessories/interface/GraphicsTypesOutputInserters.hpp index 4a94cae6..958a015d 100644 --- a/Graphics/GraphicsAccessories/interface/GraphicsTypesOutputInserters.hpp +++ b/Graphics/GraphicsAccessories/interface/GraphicsTypesOutputInserters.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsAccessories/interface/ResourceReleaseQueue.hpp b/Graphics/GraphicsAccessories/interface/ResourceReleaseQueue.hpp index e9660101..281d05a9 100644 --- a/Graphics/GraphicsAccessories/interface/ResourceReleaseQueue.hpp +++ b/Graphics/GraphicsAccessories/interface/ResourceReleaseQueue.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsAccessories/interface/RingBuffer.hpp b/Graphics/GraphicsAccessories/interface/RingBuffer.hpp index 168689db..92d35ace 100644 --- a/Graphics/GraphicsAccessories/interface/RingBuffer.hpp +++ b/Graphics/GraphicsAccessories/interface/RingBuffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsAccessories/interface/SRBMemoryAllocator.hpp b/Graphics/GraphicsAccessories/interface/SRBMemoryAllocator.hpp index 0e86ea34..1f33d9c5 100644 --- a/Graphics/GraphicsAccessories/interface/SRBMemoryAllocator.hpp +++ b/Graphics/GraphicsAccessories/interface/SRBMemoryAllocator.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.hpp b/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.hpp index 62fbc80f..a8bef483 100644 --- a/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.hpp +++ b/Graphics/GraphicsAccessories/interface/VariableSizeAllocationsManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsAccessories/interface/VariableSizeGPUAllocationsManager.hpp b/Graphics/GraphicsAccessories/interface/VariableSizeGPUAllocationsManager.hpp index e5bb683a..90d0c182 100644 --- a/Graphics/GraphicsAccessories/interface/VariableSizeGPUAllocationsManager.hpp +++ b/Graphics/GraphicsAccessories/interface/VariableSizeGPUAllocationsManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsAccessories/src/ColorConversion.cpp b/Graphics/GraphicsAccessories/src/ColorConversion.cpp index 44d61681..7822bd5d 100644 --- a/Graphics/GraphicsAccessories/src/ColorConversion.cpp +++ b/Graphics/GraphicsAccessories/src/ColorConversion.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/Graphics/GraphicsAccessories/src/DynamicAtlasManager.cpp b/Graphics/GraphicsAccessories/src/DynamicAtlasManager.cpp index b2941533..96a2d25d 100644 --- a/Graphics/GraphicsAccessories/src/DynamicAtlasManager.cpp +++ b/Graphics/GraphicsAccessories/src/DynamicAtlasManager.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/Graphics/GraphicsAccessories/src/GraphicsAccessories.cpp b/Graphics/GraphicsAccessories/src/GraphicsAccessories.cpp index 08725c86..25fc342b 100644 --- a/Graphics/GraphicsAccessories/src/GraphicsAccessories.cpp +++ b/Graphics/GraphicsAccessories/src/GraphicsAccessories.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/Graphics/GraphicsAccessories/src/SRBMemoryAllocator.cpp b/Graphics/GraphicsAccessories/src/SRBMemoryAllocator.cpp index a9f85078..675977b1 100644 --- a/Graphics/GraphicsAccessories/src/SRBMemoryAllocator.cpp +++ b/Graphics/GraphicsAccessories/src/SRBMemoryAllocator.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/Graphics/GraphicsEngine/include/BottomLevelASBase.hpp b/Graphics/GraphicsEngine/include/BottomLevelASBase.hpp index 79802f8d..3b6dfd91 100644 --- a/Graphics/GraphicsEngine/include/BottomLevelASBase.hpp +++ b/Graphics/GraphicsEngine/include/BottomLevelASBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/BufferBase.hpp b/Graphics/GraphicsEngine/include/BufferBase.hpp index f7251c42..7928af57 100644 --- a/Graphics/GraphicsEngine/include/BufferBase.hpp +++ b/Graphics/GraphicsEngine/include/BufferBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/BufferViewBase.hpp b/Graphics/GraphicsEngine/include/BufferViewBase.hpp index 7530a6cb..d9e12988 100644 --- a/Graphics/GraphicsEngine/include/BufferViewBase.hpp +++ b/Graphics/GraphicsEngine/include/BufferViewBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/CommandListBase.hpp b/Graphics/GraphicsEngine/include/CommandListBase.hpp index 3a04e7b3..0d4cea78 100644 --- a/Graphics/GraphicsEngine/include/CommandListBase.hpp +++ b/Graphics/GraphicsEngine/include/CommandListBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/DefaultShaderSourceStreamFactory.h b/Graphics/GraphicsEngine/include/DefaultShaderSourceStreamFactory.h index 3b5e25d4..71574e31 100644 --- a/Graphics/GraphicsEngine/include/DefaultShaderSourceStreamFactory.h +++ b/Graphics/GraphicsEngine/include/DefaultShaderSourceStreamFactory.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/Defines.h b/Graphics/GraphicsEngine/include/Defines.h index 967974d6..f81b59c1 100644 --- a/Graphics/GraphicsEngine/include/Defines.h +++ b/Graphics/GraphicsEngine/include/Defines.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/DeviceContextBase.hpp b/Graphics/GraphicsEngine/include/DeviceContextBase.hpp index 8c4c685c..f8741d60 100644 --- a/Graphics/GraphicsEngine/include/DeviceContextBase.hpp +++ b/Graphics/GraphicsEngine/include/DeviceContextBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/DeviceObjectBase.hpp b/Graphics/GraphicsEngine/include/DeviceObjectBase.hpp index b326bc99..c3f3cbbb 100644 --- a/Graphics/GraphicsEngine/include/DeviceObjectBase.hpp +++ b/Graphics/GraphicsEngine/include/DeviceObjectBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/EngineFactoryBase.hpp b/Graphics/GraphicsEngine/include/EngineFactoryBase.hpp index 7696e482..490fe5d1 100644 --- a/Graphics/GraphicsEngine/include/EngineFactoryBase.hpp +++ b/Graphics/GraphicsEngine/include/EngineFactoryBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/EngineMemory.h b/Graphics/GraphicsEngine/include/EngineMemory.h index 8211bf35..ae0c44d2 100644 --- a/Graphics/GraphicsEngine/include/EngineMemory.h +++ b/Graphics/GraphicsEngine/include/EngineMemory.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/FenceBase.hpp b/Graphics/GraphicsEngine/include/FenceBase.hpp index 0a358524..bf65d840 100644 --- a/Graphics/GraphicsEngine/include/FenceBase.hpp +++ b/Graphics/GraphicsEngine/include/FenceBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/FramebufferBase.hpp b/Graphics/GraphicsEngine/include/FramebufferBase.hpp index 4db590ef..112d3149 100644 --- a/Graphics/GraphicsEngine/include/FramebufferBase.hpp +++ b/Graphics/GraphicsEngine/include/FramebufferBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/PipelineStateBase.hpp b/Graphics/GraphicsEngine/include/PipelineStateBase.hpp index 79033337..dbc3473d 100644 --- a/Graphics/GraphicsEngine/include/PipelineStateBase.hpp +++ b/Graphics/GraphicsEngine/include/PipelineStateBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/QueryBase.hpp b/Graphics/GraphicsEngine/include/QueryBase.hpp index 879dc880..3ca2f106 100644 --- a/Graphics/GraphicsEngine/include/QueryBase.hpp +++ b/Graphics/GraphicsEngine/include/QueryBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/RenderDeviceBase.hpp b/Graphics/GraphicsEngine/include/RenderDeviceBase.hpp index ec6b846d..bc53d07f 100644 --- a/Graphics/GraphicsEngine/include/RenderDeviceBase.hpp +++ b/Graphics/GraphicsEngine/include/RenderDeviceBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/RenderPassBase.hpp b/Graphics/GraphicsEngine/include/RenderPassBase.hpp index 9eda4d36..b04540fa 100644 --- a/Graphics/GraphicsEngine/include/RenderPassBase.hpp +++ b/Graphics/GraphicsEngine/include/RenderPassBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/ResourceMappingImpl.hpp b/Graphics/GraphicsEngine/include/ResourceMappingImpl.hpp index 5f9a5440..39631e7e 100644 --- a/Graphics/GraphicsEngine/include/ResourceMappingImpl.hpp +++ b/Graphics/GraphicsEngine/include/ResourceMappingImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/SamplerBase.hpp b/Graphics/GraphicsEngine/include/SamplerBase.hpp index 8e62cc2f..07dede38 100644 --- a/Graphics/GraphicsEngine/include/SamplerBase.hpp +++ b/Graphics/GraphicsEngine/include/SamplerBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/ShaderBase.hpp b/Graphics/GraphicsEngine/include/ShaderBase.hpp index 15185845..54fd578a 100644 --- a/Graphics/GraphicsEngine/include/ShaderBase.hpp +++ b/Graphics/GraphicsEngine/include/ShaderBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/ShaderBindingTableBase.hpp b/Graphics/GraphicsEngine/include/ShaderBindingTableBase.hpp index 6a710636..68ccadd2 100644 --- a/Graphics/GraphicsEngine/include/ShaderBindingTableBase.hpp +++ b/Graphics/GraphicsEngine/include/ShaderBindingTableBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp b/Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp index 8839bb24..d001d6a3 100644 --- a/Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp +++ b/Graphics/GraphicsEngine/include/ShaderResourceBindingBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/ShaderResourceVariableBase.hpp b/Graphics/GraphicsEngine/include/ShaderResourceVariableBase.hpp index b47207ed..6d9c52fe 100644 --- a/Graphics/GraphicsEngine/include/ShaderResourceVariableBase.hpp +++ b/Graphics/GraphicsEngine/include/ShaderResourceVariableBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/StateObjectsRegistry.hpp b/Graphics/GraphicsEngine/include/StateObjectsRegistry.hpp index 1e67d917..a2a7cad1 100644 --- a/Graphics/GraphicsEngine/include/StateObjectsRegistry.hpp +++ b/Graphics/GraphicsEngine/include/StateObjectsRegistry.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/SwapChainBase.hpp b/Graphics/GraphicsEngine/include/SwapChainBase.hpp index c7eae660..8081105a 100644 --- a/Graphics/GraphicsEngine/include/SwapChainBase.hpp +++ b/Graphics/GraphicsEngine/include/SwapChainBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/TextureBase.hpp b/Graphics/GraphicsEngine/include/TextureBase.hpp index 849e73ef..fc5b8f2f 100644 --- a/Graphics/GraphicsEngine/include/TextureBase.hpp +++ b/Graphics/GraphicsEngine/include/TextureBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/TextureViewBase.hpp b/Graphics/GraphicsEngine/include/TextureViewBase.hpp index 8566f271..166f3188 100644 --- a/Graphics/GraphicsEngine/include/TextureViewBase.hpp +++ b/Graphics/GraphicsEngine/include/TextureViewBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/include/TopLevelASBase.hpp b/Graphics/GraphicsEngine/include/TopLevelASBase.hpp index 497a8ed8..ff062aad 100644 --- a/Graphics/GraphicsEngine/include/TopLevelASBase.hpp +++ b/Graphics/GraphicsEngine/include/TopLevelASBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/APIInfo.h b/Graphics/GraphicsEngine/interface/APIInfo.h index 2f30c5aa..c8ad22b4 100644 --- a/Graphics/GraphicsEngine/interface/APIInfo.h +++ b/Graphics/GraphicsEngine/interface/APIInfo.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/BlendState.h b/Graphics/GraphicsEngine/interface/BlendState.h index 50feb22c..1903c4dd 100644 --- a/Graphics/GraphicsEngine/interface/BlendState.h +++ b/Graphics/GraphicsEngine/interface/BlendState.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/BottomLevelAS.h b/Graphics/GraphicsEngine/interface/BottomLevelAS.h index f7190c93..ca693aaf 100644 --- a/Graphics/GraphicsEngine/interface/BottomLevelAS.h +++ b/Graphics/GraphicsEngine/interface/BottomLevelAS.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/Buffer.h b/Graphics/GraphicsEngine/interface/Buffer.h index dd7f0c84..a9b2264c 100644 --- a/Graphics/GraphicsEngine/interface/Buffer.h +++ b/Graphics/GraphicsEngine/interface/Buffer.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/BufferView.h b/Graphics/GraphicsEngine/interface/BufferView.h index 034c508c..fa5df537 100644 --- a/Graphics/GraphicsEngine/interface/BufferView.h +++ b/Graphics/GraphicsEngine/interface/BufferView.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/CommandList.h b/Graphics/GraphicsEngine/interface/CommandList.h index 12eba2c1..f014f804 100644 --- a/Graphics/GraphicsEngine/interface/CommandList.h +++ b/Graphics/GraphicsEngine/interface/CommandList.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/Constants.h b/Graphics/GraphicsEngine/interface/Constants.h index b00f2de2..f72bff62 100644 --- a/Graphics/GraphicsEngine/interface/Constants.h +++ b/Graphics/GraphicsEngine/interface/Constants.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/DepthStencilState.h b/Graphics/GraphicsEngine/interface/DepthStencilState.h index 0a65e9cd..18e09615 100644 --- a/Graphics/GraphicsEngine/interface/DepthStencilState.h +++ b/Graphics/GraphicsEngine/interface/DepthStencilState.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/DeviceContext.h b/Graphics/GraphicsEngine/interface/DeviceContext.h index fa9ca273..c396fa0b 100644 --- a/Graphics/GraphicsEngine/interface/DeviceContext.h +++ b/Graphics/GraphicsEngine/interface/DeviceContext.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/DeviceObject.h b/Graphics/GraphicsEngine/interface/DeviceObject.h index 74409edd..27b172ac 100644 --- a/Graphics/GraphicsEngine/interface/DeviceObject.h +++ b/Graphics/GraphicsEngine/interface/DeviceObject.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/EngineFactory.h b/Graphics/GraphicsEngine/interface/EngineFactory.h index 2f8a551c..05f5cf16 100644 --- a/Graphics/GraphicsEngine/interface/EngineFactory.h +++ b/Graphics/GraphicsEngine/interface/EngineFactory.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/Fence.h b/Graphics/GraphicsEngine/interface/Fence.h index 37db8410..c501ff6a 100644 --- a/Graphics/GraphicsEngine/interface/Fence.h +++ b/Graphics/GraphicsEngine/interface/Fence.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/Framebuffer.h b/Graphics/GraphicsEngine/interface/Framebuffer.h index 3bc10705..b7a436cf 100644 --- a/Graphics/GraphicsEngine/interface/Framebuffer.h +++ b/Graphics/GraphicsEngine/interface/Framebuffer.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/GraphicsTypes.h b/Graphics/GraphicsEngine/interface/GraphicsTypes.h index 701d4f14..9234252c 100644 --- a/Graphics/GraphicsEngine/interface/GraphicsTypes.h +++ b/Graphics/GraphicsEngine/interface/GraphicsTypes.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/InputLayout.h b/Graphics/GraphicsEngine/interface/InputLayout.h index f39b2868..3bad8028 100644 --- a/Graphics/GraphicsEngine/interface/InputLayout.h +++ b/Graphics/GraphicsEngine/interface/InputLayout.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/PipelineState.h b/Graphics/GraphicsEngine/interface/PipelineState.h index 527e32ce..a76df40b 100644 --- a/Graphics/GraphicsEngine/interface/PipelineState.h +++ b/Graphics/GraphicsEngine/interface/PipelineState.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/Query.h b/Graphics/GraphicsEngine/interface/Query.h index 975cb5d2..2edf39ef 100644 --- a/Graphics/GraphicsEngine/interface/Query.h +++ b/Graphics/GraphicsEngine/interface/Query.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/RasterizerState.h b/Graphics/GraphicsEngine/interface/RasterizerState.h index 9a2f926c..35bce4e2 100644 --- a/Graphics/GraphicsEngine/interface/RasterizerState.h +++ b/Graphics/GraphicsEngine/interface/RasterizerState.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/RenderDevice.h b/Graphics/GraphicsEngine/interface/RenderDevice.h index deaaab71..04abda25 100644 --- a/Graphics/GraphicsEngine/interface/RenderDevice.h +++ b/Graphics/GraphicsEngine/interface/RenderDevice.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/RenderPass.h b/Graphics/GraphicsEngine/interface/RenderPass.h index 61feca48..ad01b52d 100644 --- a/Graphics/GraphicsEngine/interface/RenderPass.h +++ b/Graphics/GraphicsEngine/interface/RenderPass.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/ResourceMapping.h b/Graphics/GraphicsEngine/interface/ResourceMapping.h index 85feaa68..00787d6e 100644 --- a/Graphics/GraphicsEngine/interface/ResourceMapping.h +++ b/Graphics/GraphicsEngine/interface/ResourceMapping.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/Sampler.h b/Graphics/GraphicsEngine/interface/Sampler.h index 1b50f7e7..580b0faa 100644 --- a/Graphics/GraphicsEngine/interface/Sampler.h +++ b/Graphics/GraphicsEngine/interface/Sampler.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/Shader.h b/Graphics/GraphicsEngine/interface/Shader.h index a2bc518d..9a0baf7c 100644 --- a/Graphics/GraphicsEngine/interface/Shader.h +++ b/Graphics/GraphicsEngine/interface/Shader.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/ShaderBindingTable.h b/Graphics/GraphicsEngine/interface/ShaderBindingTable.h index 214b4a17..5e75891a 100644 --- a/Graphics/GraphicsEngine/interface/ShaderBindingTable.h +++ b/Graphics/GraphicsEngine/interface/ShaderBindingTable.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/ShaderResourceBinding.h b/Graphics/GraphicsEngine/interface/ShaderResourceBinding.h index 54d7bba1..b5ba9cac 100644 --- a/Graphics/GraphicsEngine/interface/ShaderResourceBinding.h +++ b/Graphics/GraphicsEngine/interface/ShaderResourceBinding.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/ShaderResourceVariable.h b/Graphics/GraphicsEngine/interface/ShaderResourceVariable.h index 445f8e8d..4c53d860 100644 --- a/Graphics/GraphicsEngine/interface/ShaderResourceVariable.h +++ b/Graphics/GraphicsEngine/interface/ShaderResourceVariable.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/SwapChain.h b/Graphics/GraphicsEngine/interface/SwapChain.h index 75b4d4b3..e6d598f1 100644 --- a/Graphics/GraphicsEngine/interface/SwapChain.h +++ b/Graphics/GraphicsEngine/interface/SwapChain.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/Texture.h b/Graphics/GraphicsEngine/interface/Texture.h index 3f61338f..b5d4612b 100644 --- a/Graphics/GraphicsEngine/interface/Texture.h +++ b/Graphics/GraphicsEngine/interface/Texture.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/TextureView.h b/Graphics/GraphicsEngine/interface/TextureView.h index 3271a0fa..727bd437 100644 --- a/Graphics/GraphicsEngine/interface/TextureView.h +++ b/Graphics/GraphicsEngine/interface/TextureView.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/interface/TopLevelAS.h b/Graphics/GraphicsEngine/interface/TopLevelAS.h index 272f6c61..06b9c19b 100644 --- a/Graphics/GraphicsEngine/interface/TopLevelAS.h +++ b/Graphics/GraphicsEngine/interface/TopLevelAS.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngine/src/APIInfo.cpp b/Graphics/GraphicsEngine/src/APIInfo.cpp index 4facdec4..1d33657a 100644 --- a/Graphics/GraphicsEngine/src/APIInfo.cpp +++ b/Graphics/GraphicsEngine/src/APIInfo.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/Graphics/GraphicsEngine/src/BottomLevelASBase.cpp b/Graphics/GraphicsEngine/src/BottomLevelASBase.cpp index 11cdae7d..ec676154 100644 --- a/Graphics/GraphicsEngine/src/BottomLevelASBase.cpp +++ b/Graphics/GraphicsEngine/src/BottomLevelASBase.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/Graphics/GraphicsEngine/src/BufferBase.cpp b/Graphics/GraphicsEngine/src/BufferBase.cpp index 5156764b..e933955a 100644 --- a/Graphics/GraphicsEngine/src/BufferBase.cpp +++ b/Graphics/GraphicsEngine/src/BufferBase.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/Graphics/GraphicsEngine/src/DefaultShaderSourceStreamFactory.cpp b/Graphics/GraphicsEngine/src/DefaultShaderSourceStreamFactory.cpp index 13ea9211..035c3ca3 100644 --- a/Graphics/GraphicsEngine/src/DefaultShaderSourceStreamFactory.cpp +++ b/Graphics/GraphicsEngine/src/DefaultShaderSourceStreamFactory.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/Graphics/GraphicsEngine/src/DeviceContextBase.cpp b/Graphics/GraphicsEngine/src/DeviceContextBase.cpp index 6e355b01..9859c2ed 100644 --- a/Graphics/GraphicsEngine/src/DeviceContextBase.cpp +++ b/Graphics/GraphicsEngine/src/DeviceContextBase.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/Graphics/GraphicsEngine/src/EngineMemory.cpp b/Graphics/GraphicsEngine/src/EngineMemory.cpp index 7e8ab0cc..23323906 100644 --- a/Graphics/GraphicsEngine/src/EngineMemory.cpp +++ b/Graphics/GraphicsEngine/src/EngineMemory.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/Graphics/GraphicsEngine/src/FramebufferBase.cpp b/Graphics/GraphicsEngine/src/FramebufferBase.cpp index 1a173910..b12e7466 100644 --- a/Graphics/GraphicsEngine/src/FramebufferBase.cpp +++ b/Graphics/GraphicsEngine/src/FramebufferBase.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/Graphics/GraphicsEngine/src/PipelineStateBase.cpp b/Graphics/GraphicsEngine/src/PipelineStateBase.cpp index 029663b1..3d111087 100644 --- a/Graphics/GraphicsEngine/src/PipelineStateBase.cpp +++ b/Graphics/GraphicsEngine/src/PipelineStateBase.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/Graphics/GraphicsEngine/src/RenderPassBase.cpp b/Graphics/GraphicsEngine/src/RenderPassBase.cpp index eff4545a..57fb80f3 100644 --- a/Graphics/GraphicsEngine/src/RenderPassBase.cpp +++ b/Graphics/GraphicsEngine/src/RenderPassBase.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/Graphics/GraphicsEngine/src/ResourceMappingBase.cpp b/Graphics/GraphicsEngine/src/ResourceMappingBase.cpp index 859dcf88..d19d9d7a 100644 --- a/Graphics/GraphicsEngine/src/ResourceMappingBase.cpp +++ b/Graphics/GraphicsEngine/src/ResourceMappingBase.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/Graphics/GraphicsEngine/src/ShaderBindingTableBase.cpp b/Graphics/GraphicsEngine/src/ShaderBindingTableBase.cpp index c783ecfc..088cde1c 100644 --- a/Graphics/GraphicsEngine/src/ShaderBindingTableBase.cpp +++ b/Graphics/GraphicsEngine/src/ShaderBindingTableBase.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/Graphics/GraphicsEngine/src/TextureBase.cpp b/Graphics/GraphicsEngine/src/TextureBase.cpp index 064846e3..4cef8a33 100644 --- a/Graphics/GraphicsEngine/src/TextureBase.cpp +++ b/Graphics/GraphicsEngine/src/TextureBase.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/Graphics/GraphicsEngine/src/TopLevelASBase.cpp b/Graphics/GraphicsEngine/src/TopLevelASBase.cpp index f24540bd..1db42955 100644 --- a/Graphics/GraphicsEngine/src/TopLevelASBase.cpp +++ b/Graphics/GraphicsEngine/src/TopLevelASBase.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/Graphics/GraphicsEngineD3D11/include/BufferD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/BufferD3D11Impl.hpp index d7273159..4d82cd39 100644 --- a/Graphics/GraphicsEngineD3D11/include/BufferD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/BufferD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/BufferViewD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/BufferViewD3D11Impl.hpp index 02b5ba9e..0f9ee914 100644 --- a/Graphics/GraphicsEngineD3D11/include/BufferViewD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/BufferViewD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/CommandListD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/CommandListD3D11Impl.hpp index 031e8339..cb1c3ec0 100644 --- a/Graphics/GraphicsEngineD3D11/include/CommandListD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/CommandListD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/D3D11TypeConversions.hpp b/Graphics/GraphicsEngineD3D11/include/D3D11TypeConversions.hpp index 96de94f9..7cd210ab 100644 --- a/Graphics/GraphicsEngineD3D11/include/D3D11TypeConversions.hpp +++ b/Graphics/GraphicsEngineD3D11/include/D3D11TypeConversions.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/D3D11TypeDefinitions.h b/Graphics/GraphicsEngineD3D11/include/D3D11TypeDefinitions.h index a80ad4c7..59c8770e 100644 --- a/Graphics/GraphicsEngineD3D11/include/D3D11TypeDefinitions.h +++ b/Graphics/GraphicsEngineD3D11/include/D3D11TypeDefinitions.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/DeviceContextD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/DeviceContextD3D11Impl.hpp index addf3d92..74f5dd49 100644 --- a/Graphics/GraphicsEngineD3D11/include/DeviceContextD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/DeviceContextD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/DisjointQueryPool.hpp b/Graphics/GraphicsEngineD3D11/include/DisjointQueryPool.hpp index c9d259ab..44faf9bf 100644 --- a/Graphics/GraphicsEngineD3D11/include/DisjointQueryPool.hpp +++ b/Graphics/GraphicsEngineD3D11/include/DisjointQueryPool.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/EngineD3D11Defines.h b/Graphics/GraphicsEngineD3D11/include/EngineD3D11Defines.h index 0e62e63f..4766aff2 100644 --- a/Graphics/GraphicsEngineD3D11/include/EngineD3D11Defines.h +++ b/Graphics/GraphicsEngineD3D11/include/EngineD3D11Defines.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/FenceD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/FenceD3D11Impl.hpp index 6aaddada..f1e0e87a 100644 --- a/Graphics/GraphicsEngineD3D11/include/FenceD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/FenceD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/FramebufferD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/FramebufferD3D11Impl.hpp index 5449d4f9..39ca46e9 100644 --- a/Graphics/GraphicsEngineD3D11/include/FramebufferD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/FramebufferD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/PipelineStateD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/PipelineStateD3D11Impl.hpp index a493f48a..9b1a9330 100644 --- a/Graphics/GraphicsEngineD3D11/include/PipelineStateD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/PipelineStateD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/QueryD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/QueryD3D11Impl.hpp index 1dbcb09d..c7052d4f 100644 --- a/Graphics/GraphicsEngineD3D11/include/QueryD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/QueryD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/RenderDeviceD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/RenderDeviceD3D11Impl.hpp index 3e5ef8f1..0d5d4187 100644 --- a/Graphics/GraphicsEngineD3D11/include/RenderDeviceD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/RenderDeviceD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/RenderPassD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/RenderPassD3D11Impl.hpp index d90d67ac..2ac99a15 100644 --- a/Graphics/GraphicsEngineD3D11/include/RenderPassD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/RenderPassD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/SamplerD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/SamplerD3D11Impl.hpp index 2f68d389..f30427e0 100644 --- a/Graphics/GraphicsEngineD3D11/include/SamplerD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/SamplerD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/ShaderD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/ShaderD3D11Impl.hpp index 48d6e591..257286bf 100644 --- a/Graphics/GraphicsEngineD3D11/include/ShaderD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/ShaderD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/ShaderResourceBindingD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/ShaderResourceBindingD3D11Impl.hpp index cd595f86..5beeb027 100644 --- a/Graphics/GraphicsEngineD3D11/include/ShaderResourceBindingD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/ShaderResourceBindingD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/ShaderResourceCacheD3D11.hpp b/Graphics/GraphicsEngineD3D11/include/ShaderResourceCacheD3D11.hpp index 7aa7126d..321a758a 100644 --- a/Graphics/GraphicsEngineD3D11/include/ShaderResourceCacheD3D11.hpp +++ b/Graphics/GraphicsEngineD3D11/include/ShaderResourceCacheD3D11.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/ShaderResourceLayoutD3D11.hpp b/Graphics/GraphicsEngineD3D11/include/ShaderResourceLayoutD3D11.hpp index 9b2c2d9b..fcbe994c 100644 --- a/Graphics/GraphicsEngineD3D11/include/ShaderResourceLayoutD3D11.hpp +++ b/Graphics/GraphicsEngineD3D11/include/ShaderResourceLayoutD3D11.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/ShaderResourcesD3D11.hpp b/Graphics/GraphicsEngineD3D11/include/ShaderResourcesD3D11.hpp index ce0e0478..bd6e859b 100644 --- a/Graphics/GraphicsEngineD3D11/include/ShaderResourcesD3D11.hpp +++ b/Graphics/GraphicsEngineD3D11/include/ShaderResourcesD3D11.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/SwapChainD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/SwapChainD3D11Impl.hpp index 209d5d4c..1c09eb37 100644 --- a/Graphics/GraphicsEngineD3D11/include/SwapChainD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/SwapChainD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/Texture1D_D3D11.hpp b/Graphics/GraphicsEngineD3D11/include/Texture1D_D3D11.hpp index 7ffcb7ba..00ca9d2d 100644 --- a/Graphics/GraphicsEngineD3D11/include/Texture1D_D3D11.hpp +++ b/Graphics/GraphicsEngineD3D11/include/Texture1D_D3D11.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/Texture2D_D3D11.hpp b/Graphics/GraphicsEngineD3D11/include/Texture2D_D3D11.hpp index 5df66c0c..d25a4dbc 100644 --- a/Graphics/GraphicsEngineD3D11/include/Texture2D_D3D11.hpp +++ b/Graphics/GraphicsEngineD3D11/include/Texture2D_D3D11.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/Texture3D_D3D11.hpp b/Graphics/GraphicsEngineD3D11/include/Texture3D_D3D11.hpp index b7e1710f..f73a31d8 100644 --- a/Graphics/GraphicsEngineD3D11/include/Texture3D_D3D11.hpp +++ b/Graphics/GraphicsEngineD3D11/include/Texture3D_D3D11.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/TextureBaseD3D11.hpp b/Graphics/GraphicsEngineD3D11/include/TextureBaseD3D11.hpp index 22babbfe..d1d882c2 100644 --- a/Graphics/GraphicsEngineD3D11/include/TextureBaseD3D11.hpp +++ b/Graphics/GraphicsEngineD3D11/include/TextureBaseD3D11.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/TextureViewD3D11Impl.hpp b/Graphics/GraphicsEngineD3D11/include/TextureViewD3D11Impl.hpp index 288ec0bc..bfb2e73e 100644 --- a/Graphics/GraphicsEngineD3D11/include/TextureViewD3D11Impl.hpp +++ b/Graphics/GraphicsEngineD3D11/include/TextureViewD3D11Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/pch.h b/Graphics/GraphicsEngineD3D11/include/pch.h index b0ecd5be..9d2f3c68 100644 --- a/Graphics/GraphicsEngineD3D11/include/pch.h +++ b/Graphics/GraphicsEngineD3D11/include/pch.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/include/targetver.h b/Graphics/GraphicsEngineD3D11/include/targetver.h index 08394167..b66dfb5b 100644 --- a/Graphics/GraphicsEngineD3D11/include/targetver.h +++ b/Graphics/GraphicsEngineD3D11/include/targetver.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/BufferD3D11.h b/Graphics/GraphicsEngineD3D11/interface/BufferD3D11.h index 55426c85..9531205f 100644 --- a/Graphics/GraphicsEngineD3D11/interface/BufferD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/BufferD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/BufferViewD3D11.h b/Graphics/GraphicsEngineD3D11/interface/BufferViewD3D11.h index 46ea68b1..801257c6 100644 --- a/Graphics/GraphicsEngineD3D11/interface/BufferViewD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/BufferViewD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h b/Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h index 3fc467c9..9b4ddfdb 100644 --- a/Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/DeviceContextD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h b/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h index f5ccb59f..48d10033 100644 --- a/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/EngineFactoryD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/FenceD3D11.h b/Graphics/GraphicsEngineD3D11/interface/FenceD3D11.h index c2acab71..01c0e021 100644 --- a/Graphics/GraphicsEngineD3D11/interface/FenceD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/FenceD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/PipelineStateD3D11.h b/Graphics/GraphicsEngineD3D11/interface/PipelineStateD3D11.h index 93eed03b..dfc67ee0 100644 --- a/Graphics/GraphicsEngineD3D11/interface/PipelineStateD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/PipelineStateD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h b/Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h index 57f1fdf4..6348de29 100644 --- a/Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/QueryD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/RenderDeviceD3D11.h b/Graphics/GraphicsEngineD3D11/interface/RenderDeviceD3D11.h index 53e86b9b..3dc7296b 100644 --- a/Graphics/GraphicsEngineD3D11/interface/RenderDeviceD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/RenderDeviceD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/SamplerD3D11.h b/Graphics/GraphicsEngineD3D11/interface/SamplerD3D11.h index 199d4287..f96f49ed 100644 --- a/Graphics/GraphicsEngineD3D11/interface/SamplerD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/SamplerD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h b/Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h index 24203660..c691e19a 100644 --- a/Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/ShaderD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/ShaderResourceBindingD3D11.h b/Graphics/GraphicsEngineD3D11/interface/ShaderResourceBindingD3D11.h index f304e509..37bc37fe 100644 --- a/Graphics/GraphicsEngineD3D11/interface/ShaderResourceBindingD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/ShaderResourceBindingD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/SwapChainD3D11.h b/Graphics/GraphicsEngineD3D11/interface/SwapChainD3D11.h index cd711d1e..d35eb776 100644 --- a/Graphics/GraphicsEngineD3D11/interface/SwapChainD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/SwapChainD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/TextureD3D11.h b/Graphics/GraphicsEngineD3D11/interface/TextureD3D11.h index 63962bf6..c3a4c8db 100644 --- a/Graphics/GraphicsEngineD3D11/interface/TextureD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/TextureD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/interface/TextureViewD3D11.h b/Graphics/GraphicsEngineD3D11/interface/TextureViewD3D11.h index dd53023f..2b66a063 100644 --- a/Graphics/GraphicsEngineD3D11/interface/TextureViewD3D11.h +++ b/Graphics/GraphicsEngineD3D11/interface/TextureViewD3D11.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D11/src/BufferD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/BufferD3D11Impl.cpp index 438bafff..7568006c 100644 --- a/Graphics/GraphicsEngineD3D11/src/BufferD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/BufferD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/BufferViewD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/BufferViewD3D11Impl.cpp index e02bd8ff..361dfc6d 100644 --- a/Graphics/GraphicsEngineD3D11/src/BufferViewD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/BufferViewD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/CommandListD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/CommandListD3D11Impl.cpp index 39eb87bd..30c7f425 100644 --- a/Graphics/GraphicsEngineD3D11/src/CommandListD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/CommandListD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/D3D11TypeConversions.cpp b/Graphics/GraphicsEngineD3D11/src/D3D11TypeConversions.cpp index e717f09d..c1d5ef78 100644 --- a/Graphics/GraphicsEngineD3D11/src/D3D11TypeConversions.cpp +++ b/Graphics/GraphicsEngineD3D11/src/D3D11TypeConversions.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/Graphics/GraphicsEngineD3D11/src/DLLMain.cpp b/Graphics/GraphicsEngineD3D11/src/DLLMain.cpp index 0d5a0143..d641c90c 100644 --- a/Graphics/GraphicsEngineD3D11/src/DLLMain.cpp +++ b/Graphics/GraphicsEngineD3D11/src/DLLMain.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/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp index 3ebddc85..b4fa4c32 100755 --- a/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/DeviceContextD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/EngineFactoryD3D11.cpp b/Graphics/GraphicsEngineD3D11/src/EngineFactoryD3D11.cpp index 4d7c1321..22565b38 100644 --- a/Graphics/GraphicsEngineD3D11/src/EngineFactoryD3D11.cpp +++ b/Graphics/GraphicsEngineD3D11/src/EngineFactoryD3D11.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/Graphics/GraphicsEngineD3D11/src/FenceD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/FenceD3D11Impl.cpp index 3cb1b91e..28da90ff 100644 --- a/Graphics/GraphicsEngineD3D11/src/FenceD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/FenceD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/FramebufferD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/FramebufferD3D11Impl.cpp index 469dc3c5..b4f9ae2a 100644 --- a/Graphics/GraphicsEngineD3D11/src/FramebufferD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/FramebufferD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/GUIDDef.cpp b/Graphics/GraphicsEngineD3D11/src/GUIDDef.cpp index 985959ce..8204b248 100644 --- a/Graphics/GraphicsEngineD3D11/src/GUIDDef.cpp +++ b/Graphics/GraphicsEngineD3D11/src/GUIDDef.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/Graphics/GraphicsEngineD3D11/src/PipelineStateD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/PipelineStateD3D11Impl.cpp index 662567ec..03d79832 100644 --- a/Graphics/GraphicsEngineD3D11/src/PipelineStateD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/PipelineStateD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/QueryD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/QueryD3D11Impl.cpp index e742958c..bf36e6a5 100644 --- a/Graphics/GraphicsEngineD3D11/src/QueryD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/QueryD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/RenderDeviceD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/RenderDeviceD3D11Impl.cpp index 91ab6592..e8bf17ef 100644 --- a/Graphics/GraphicsEngineD3D11/src/RenderDeviceD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/RenderDeviceD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/RenderPassD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/RenderPassD3D11Impl.cpp index d30fd368..1654da5a 100644 --- a/Graphics/GraphicsEngineD3D11/src/RenderPassD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/RenderPassD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/SamplerD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/SamplerD3D11Impl.cpp index 8ffe8939..e37f12f3 100644 --- a/Graphics/GraphicsEngineD3D11/src/SamplerD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/SamplerD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/ShaderD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/ShaderD3D11Impl.cpp index 0db57800..05ece281 100644 --- a/Graphics/GraphicsEngineD3D11/src/ShaderD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/ShaderD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/ShaderResourceBindingD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/ShaderResourceBindingD3D11Impl.cpp index c33ba26e..59c9072b 100644 --- a/Graphics/GraphicsEngineD3D11/src/ShaderResourceBindingD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/ShaderResourceBindingD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/ShaderResourceCacheD3D11.cpp b/Graphics/GraphicsEngineD3D11/src/ShaderResourceCacheD3D11.cpp index 3aaf82b7..9a7a21ba 100755 --- a/Graphics/GraphicsEngineD3D11/src/ShaderResourceCacheD3D11.cpp +++ b/Graphics/GraphicsEngineD3D11/src/ShaderResourceCacheD3D11.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/Graphics/GraphicsEngineD3D11/src/ShaderResourceLayoutD3D11.cpp b/Graphics/GraphicsEngineD3D11/src/ShaderResourceLayoutD3D11.cpp index 0c4c38c7..6e577314 100755 --- a/Graphics/GraphicsEngineD3D11/src/ShaderResourceLayoutD3D11.cpp +++ b/Graphics/GraphicsEngineD3D11/src/ShaderResourceLayoutD3D11.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/Graphics/GraphicsEngineD3D11/src/ShaderResourcesD3D11.cpp b/Graphics/GraphicsEngineD3D11/src/ShaderResourcesD3D11.cpp index 071d2f59..1986eb6b 100755 --- a/Graphics/GraphicsEngineD3D11/src/ShaderResourcesD3D11.cpp +++ b/Graphics/GraphicsEngineD3D11/src/ShaderResourcesD3D11.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/Graphics/GraphicsEngineD3D11/src/SwapChainD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/SwapChainD3D11Impl.cpp index d10aa2d1..4340f504 100644 --- a/Graphics/GraphicsEngineD3D11/src/SwapChainD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/SwapChainD3D11Impl.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/Graphics/GraphicsEngineD3D11/src/Texture1D_D3D11.cpp b/Graphics/GraphicsEngineD3D11/src/Texture1D_D3D11.cpp index 8980db2a..8ffbaf71 100644 --- a/Graphics/GraphicsEngineD3D11/src/Texture1D_D3D11.cpp +++ b/Graphics/GraphicsEngineD3D11/src/Texture1D_D3D11.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/Graphics/GraphicsEngineD3D11/src/Texture2D_D3D11.cpp b/Graphics/GraphicsEngineD3D11/src/Texture2D_D3D11.cpp index 42041ec6..57e6171c 100644 --- a/Graphics/GraphicsEngineD3D11/src/Texture2D_D3D11.cpp +++ b/Graphics/GraphicsEngineD3D11/src/Texture2D_D3D11.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/Graphics/GraphicsEngineD3D11/src/Texture3D_D3D11.cpp b/Graphics/GraphicsEngineD3D11/src/Texture3D_D3D11.cpp index 6756f957..58da9d18 100644 --- a/Graphics/GraphicsEngineD3D11/src/Texture3D_D3D11.cpp +++ b/Graphics/GraphicsEngineD3D11/src/Texture3D_D3D11.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/Graphics/GraphicsEngineD3D11/src/TextureBaseD3D11.cpp b/Graphics/GraphicsEngineD3D11/src/TextureBaseD3D11.cpp index cb83f194..44393964 100644 --- a/Graphics/GraphicsEngineD3D11/src/TextureBaseD3D11.cpp +++ b/Graphics/GraphicsEngineD3D11/src/TextureBaseD3D11.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/Graphics/GraphicsEngineD3D11/src/TextureViewD3D11Impl.cpp b/Graphics/GraphicsEngineD3D11/src/TextureViewD3D11Impl.cpp index f6c2d982..8c044823 100644 --- a/Graphics/GraphicsEngineD3D11/src/TextureViewD3D11Impl.cpp +++ b/Graphics/GraphicsEngineD3D11/src/TextureViewD3D11Impl.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/Graphics/GraphicsEngineD3D12/include/BottomLevelASD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/BottomLevelASD3D12Impl.hpp index 5406e590..2017b0f3 100644 --- a/Graphics/GraphicsEngineD3D12/include/BottomLevelASD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/BottomLevelASD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/BufferD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/BufferD3D12Impl.hpp index 69f7f0db..74d5c38c 100644 --- a/Graphics/GraphicsEngineD3D12/include/BufferD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/BufferD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/BufferViewD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/BufferViewD3D12Impl.hpp index a9cd2616..326bee06 100644 --- a/Graphics/GraphicsEngineD3D12/include/BufferViewD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/BufferViewD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/CommandContext.hpp b/Graphics/GraphicsEngineD3D12/include/CommandContext.hpp index ee9b887c..a51ec38b 100644 --- a/Graphics/GraphicsEngineD3D12/include/CommandContext.hpp +++ b/Graphics/GraphicsEngineD3D12/include/CommandContext.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/CommandListD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/CommandListD3D12Impl.hpp index 47319ded..76f264d8 100644 --- a/Graphics/GraphicsEngineD3D12/include/CommandListD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/CommandListD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/CommandListManager.hpp b/Graphics/GraphicsEngineD3D12/include/CommandListManager.hpp index e8a862e8..4da6bc21 100644 --- a/Graphics/GraphicsEngineD3D12/include/CommandListManager.hpp +++ b/Graphics/GraphicsEngineD3D12/include/CommandListManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/CommandQueueD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/CommandQueueD3D12Impl.hpp index 55cf6bd5..4211d384 100644 --- a/Graphics/GraphicsEngineD3D12/include/CommandQueueD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/CommandQueueD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/D3D12DynamicHeap.hpp b/Graphics/GraphicsEngineD3D12/include/D3D12DynamicHeap.hpp index 636ae0a5..837dc47f 100644 --- a/Graphics/GraphicsEngineD3D12/include/D3D12DynamicHeap.hpp +++ b/Graphics/GraphicsEngineD3D12/include/D3D12DynamicHeap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/D3D12Loader.hpp b/Graphics/GraphicsEngineD3D12/include/D3D12Loader.hpp index 8e5b346d..17bdf7ad 100644 --- a/Graphics/GraphicsEngineD3D12/include/D3D12Loader.hpp +++ b/Graphics/GraphicsEngineD3D12/include/D3D12Loader.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/D3D12ResourceBase.hpp b/Graphics/GraphicsEngineD3D12/include/D3D12ResourceBase.hpp index e3a78c6c..8579c9b5 100644 --- a/Graphics/GraphicsEngineD3D12/include/D3D12ResourceBase.hpp +++ b/Graphics/GraphicsEngineD3D12/include/D3D12ResourceBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/D3D12TypeConversions.hpp b/Graphics/GraphicsEngineD3D12/include/D3D12TypeConversions.hpp index 774fefcd..3977eefb 100644 --- a/Graphics/GraphicsEngineD3D12/include/D3D12TypeConversions.hpp +++ b/Graphics/GraphicsEngineD3D12/include/D3D12TypeConversions.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/D3D12TypeDefinitions.h b/Graphics/GraphicsEngineD3D12/include/D3D12TypeDefinitions.h index cd3b8620..81b61ae5 100644 --- a/Graphics/GraphicsEngineD3D12/include/D3D12TypeDefinitions.h +++ b/Graphics/GraphicsEngineD3D12/include/D3D12TypeDefinitions.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/D3D12Utils.h b/Graphics/GraphicsEngineD3D12/include/D3D12Utils.h index a98712b9..ac3e98e5 100644 --- a/Graphics/GraphicsEngineD3D12/include/D3D12Utils.h +++ b/Graphics/GraphicsEngineD3D12/include/D3D12Utils.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp b/Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp index 7a96bdc2..cd3ad1b7 100644 --- a/Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp +++ b/Graphics/GraphicsEngineD3D12/include/DescriptorHeap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp index 6e4fa67d..de33a7ff 100644 --- a/Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/DeviceContextD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/FenceD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/FenceD3D12Impl.hpp index 78fa3754..2ba782d8 100644 --- a/Graphics/GraphicsEngineD3D12/include/FenceD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/FenceD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/FramebufferD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/FramebufferD3D12Impl.hpp index 31b65866..b08a0d83 100644 --- a/Graphics/GraphicsEngineD3D12/include/FramebufferD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/FramebufferD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/GenerateMips.hpp b/Graphics/GraphicsEngineD3D12/include/GenerateMips.hpp index a62f9665..a2c43444 100644 --- a/Graphics/GraphicsEngineD3D12/include/GenerateMips.hpp +++ b/Graphics/GraphicsEngineD3D12/include/GenerateMips.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/PipelineStateD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/PipelineStateD3D12Impl.hpp index f604f6ab..71a3fcda 100644 --- a/Graphics/GraphicsEngineD3D12/include/PipelineStateD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/PipelineStateD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/QueryD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/QueryD3D12Impl.hpp index 4ee325c3..23a660ee 100644 --- a/Graphics/GraphicsEngineD3D12/include/QueryD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/QueryD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/QueryManagerD3D12.hpp b/Graphics/GraphicsEngineD3D12/include/QueryManagerD3D12.hpp index 13337696..f289ec3a 100644 --- a/Graphics/GraphicsEngineD3D12/include/QueryManagerD3D12.hpp +++ b/Graphics/GraphicsEngineD3D12/include/QueryManagerD3D12.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp index dd6e103d..984afd41 100644 --- a/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/RenderDeviceD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/RenderPassD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/RenderPassD3D12Impl.hpp index 00984731..71c6846d 100644 --- a/Graphics/GraphicsEngineD3D12/include/RenderPassD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/RenderPassD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/RootSignature.hpp b/Graphics/GraphicsEngineD3D12/include/RootSignature.hpp index 0ded449c..05952908 100644 --- a/Graphics/GraphicsEngineD3D12/include/RootSignature.hpp +++ b/Graphics/GraphicsEngineD3D12/include/RootSignature.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/SamplerD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/SamplerD3D12Impl.hpp index e9e9b797..cefbe27c 100644 --- a/Graphics/GraphicsEngineD3D12/include/SamplerD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/SamplerD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/ShaderBindingTableD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/ShaderBindingTableD3D12Impl.hpp index f52df84c..92fa88ce 100644 --- a/Graphics/GraphicsEngineD3D12/include/ShaderBindingTableD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/ShaderBindingTableD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/ShaderD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/ShaderD3D12Impl.hpp index 0b9b6fee..a5740af3 100644 --- a/Graphics/GraphicsEngineD3D12/include/ShaderD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/ShaderD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/ShaderResourceBindingD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/ShaderResourceBindingD3D12Impl.hpp index fe6bd148..b9289611 100644 --- a/Graphics/GraphicsEngineD3D12/include/ShaderResourceBindingD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/ShaderResourceBindingD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/ShaderResourceCacheD3D12.hpp b/Graphics/GraphicsEngineD3D12/include/ShaderResourceCacheD3D12.hpp index 56d4c4cc..f28f3b8a 100644 --- a/Graphics/GraphicsEngineD3D12/include/ShaderResourceCacheD3D12.hpp +++ b/Graphics/GraphicsEngineD3D12/include/ShaderResourceCacheD3D12.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/ShaderResourceLayoutD3D12.hpp b/Graphics/GraphicsEngineD3D12/include/ShaderResourceLayoutD3D12.hpp index 887ab9f6..943d0c12 100644 --- a/Graphics/GraphicsEngineD3D12/include/ShaderResourceLayoutD3D12.hpp +++ b/Graphics/GraphicsEngineD3D12/include/ShaderResourceLayoutD3D12.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/ShaderResourcesD3D12.hpp b/Graphics/GraphicsEngineD3D12/include/ShaderResourcesD3D12.hpp index 1c4af270..b3075ccf 100644 --- a/Graphics/GraphicsEngineD3D12/include/ShaderResourcesD3D12.hpp +++ b/Graphics/GraphicsEngineD3D12/include/ShaderResourcesD3D12.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/ShaderVariableD3D12.hpp b/Graphics/GraphicsEngineD3D12/include/ShaderVariableD3D12.hpp index c30d8296..6a0d5e0a 100644 --- a/Graphics/GraphicsEngineD3D12/include/ShaderVariableD3D12.hpp +++ b/Graphics/GraphicsEngineD3D12/include/ShaderVariableD3D12.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/SwapChainD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/SwapChainD3D12Impl.hpp index eb603640..1cf04e37 100644 --- a/Graphics/GraphicsEngineD3D12/include/SwapChainD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/SwapChainD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/TextureD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/TextureD3D12Impl.hpp index 16ebbb35..475c9661 100644 --- a/Graphics/GraphicsEngineD3D12/include/TextureD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/TextureD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/TextureViewD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/TextureViewD3D12Impl.hpp index 2f8a9b41..58c277eb 100644 --- a/Graphics/GraphicsEngineD3D12/include/TextureViewD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/TextureViewD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/TopLevelASD3D12Impl.hpp b/Graphics/GraphicsEngineD3D12/include/TopLevelASD3D12Impl.hpp index ab699e0e..166c52a4 100644 --- a/Graphics/GraphicsEngineD3D12/include/TopLevelASD3D12Impl.hpp +++ b/Graphics/GraphicsEngineD3D12/include/TopLevelASD3D12Impl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/include/pch.h b/Graphics/GraphicsEngineD3D12/include/pch.h index 87c6f02a..2cc3407e 100644 --- a/Graphics/GraphicsEngineD3D12/include/pch.h +++ b/Graphics/GraphicsEngineD3D12/include/pch.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/BottomLevelASD3D12.h b/Graphics/GraphicsEngineD3D12/interface/BottomLevelASD3D12.h index bcfe3d73..301e197c 100644 --- a/Graphics/GraphicsEngineD3D12/interface/BottomLevelASD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/BottomLevelASD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/BufferD3D12.h b/Graphics/GraphicsEngineD3D12/interface/BufferD3D12.h index 140ff842..2fe0cd52 100644 --- a/Graphics/GraphicsEngineD3D12/interface/BufferD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/BufferD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h b/Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h index 4fd19aa3..56a36fca 100644 --- a/Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/BufferViewD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/CommandQueueD3D12.h b/Graphics/GraphicsEngineD3D12/interface/CommandQueueD3D12.h index 40f2401a..c9d09d34 100644 --- a/Graphics/GraphicsEngineD3D12/interface/CommandQueueD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/CommandQueueD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h b/Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h index bb1113c3..33267056 100644 --- a/Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/DeviceContextD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/EngineFactoryD3D12.h b/Graphics/GraphicsEngineD3D12/interface/EngineFactoryD3D12.h index cc2ca2ee..2ca7707d 100644 --- a/Graphics/GraphicsEngineD3D12/interface/EngineFactoryD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/EngineFactoryD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/FenceD3D12.h b/Graphics/GraphicsEngineD3D12/interface/FenceD3D12.h index 65bcc8ab..f26847b1 100644 --- a/Graphics/GraphicsEngineD3D12/interface/FenceD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/FenceD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/PipelineStateD3D12.h b/Graphics/GraphicsEngineD3D12/interface/PipelineStateD3D12.h index bec8d338..b0d0efab 100644 --- a/Graphics/GraphicsEngineD3D12/interface/PipelineStateD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/PipelineStateD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/QueryD3D12.h b/Graphics/GraphicsEngineD3D12/interface/QueryD3D12.h index d49f067b..b8bbd59e 100644 --- a/Graphics/GraphicsEngineD3D12/interface/QueryD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/QueryD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h b/Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h index 6616126c..c2d52e3a 100644 --- a/Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/RenderDeviceD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/SamplerD3D12.h b/Graphics/GraphicsEngineD3D12/interface/SamplerD3D12.h index bacf79c4..58f38838 100644 --- a/Graphics/GraphicsEngineD3D12/interface/SamplerD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/SamplerD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/ShaderBindingTableD3D12.h b/Graphics/GraphicsEngineD3D12/interface/ShaderBindingTableD3D12.h index 827df3b7..9e20f4fe 100644 --- a/Graphics/GraphicsEngineD3D12/interface/ShaderBindingTableD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/ShaderBindingTableD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h b/Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h index 633a5ed3..585cbb09 100644 --- a/Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/ShaderD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/ShaderResourceBindingD3D12.h b/Graphics/GraphicsEngineD3D12/interface/ShaderResourceBindingD3D12.h index 636d2d11..b5a097d5 100644 --- a/Graphics/GraphicsEngineD3D12/interface/ShaderResourceBindingD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/ShaderResourceBindingD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/SwapChainD3D12.h b/Graphics/GraphicsEngineD3D12/interface/SwapChainD3D12.h index 7a5a5211..d8f71462 100644 --- a/Graphics/GraphicsEngineD3D12/interface/SwapChainD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/SwapChainD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/TextureD3D12.h b/Graphics/GraphicsEngineD3D12/interface/TextureD3D12.h index 73c29bda..2772d5cd 100644 --- a/Graphics/GraphicsEngineD3D12/interface/TextureD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/TextureD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/TextureViewD3D12.h b/Graphics/GraphicsEngineD3D12/interface/TextureViewD3D12.h index ec8a2993..6ecd7f9c 100644 --- a/Graphics/GraphicsEngineD3D12/interface/TextureViewD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/TextureViewD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/interface/TopLevelASD3D12.h b/Graphics/GraphicsEngineD3D12/interface/TopLevelASD3D12.h index 6434eaba..d357161f 100644 --- a/Graphics/GraphicsEngineD3D12/interface/TopLevelASD3D12.h +++ b/Graphics/GraphicsEngineD3D12/interface/TopLevelASD3D12.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3D12/src/BottomLevelASD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/BottomLevelASD3D12Impl.cpp index a7f20c09..bb8e2293 100644 --- a/Graphics/GraphicsEngineD3D12/src/BottomLevelASD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/BottomLevelASD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/BufferD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/BufferD3D12Impl.cpp index d4f048a0..5516604c 100644 --- a/Graphics/GraphicsEngineD3D12/src/BufferD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/BufferD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/BufferViewD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/BufferViewD3D12Impl.cpp index 37928028..a59d9cf5 100644 --- a/Graphics/GraphicsEngineD3D12/src/BufferViewD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/BufferViewD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/CommandContext.cpp b/Graphics/GraphicsEngineD3D12/src/CommandContext.cpp index fe64d834..73f513fe 100644 --- a/Graphics/GraphicsEngineD3D12/src/CommandContext.cpp +++ b/Graphics/GraphicsEngineD3D12/src/CommandContext.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/Graphics/GraphicsEngineD3D12/src/CommandListManager.cpp b/Graphics/GraphicsEngineD3D12/src/CommandListManager.cpp index f2e8c1f0..88dd9ed9 100644 --- a/Graphics/GraphicsEngineD3D12/src/CommandListManager.cpp +++ b/Graphics/GraphicsEngineD3D12/src/CommandListManager.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/Graphics/GraphicsEngineD3D12/src/CommandQueueD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/CommandQueueD3D12Impl.cpp index 90407702..25d8362c 100644 --- a/Graphics/GraphicsEngineD3D12/src/CommandQueueD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/CommandQueueD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/D3D12DynamicHeap.cpp b/Graphics/GraphicsEngineD3D12/src/D3D12DynamicHeap.cpp index 98fb5ada..03f52354 100644 --- a/Graphics/GraphicsEngineD3D12/src/D3D12DynamicHeap.cpp +++ b/Graphics/GraphicsEngineD3D12/src/D3D12DynamicHeap.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/Graphics/GraphicsEngineD3D12/src/D3D12Loader.cpp b/Graphics/GraphicsEngineD3D12/src/D3D12Loader.cpp index a4de5d49..5e354fbb 100644 --- a/Graphics/GraphicsEngineD3D12/src/D3D12Loader.cpp +++ b/Graphics/GraphicsEngineD3D12/src/D3D12Loader.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/Graphics/GraphicsEngineD3D12/src/D3D12TypeConversions.cpp b/Graphics/GraphicsEngineD3D12/src/D3D12TypeConversions.cpp index e9ae5af6..fb9c983e 100644 --- a/Graphics/GraphicsEngineD3D12/src/D3D12TypeConversions.cpp +++ b/Graphics/GraphicsEngineD3D12/src/D3D12TypeConversions.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/Graphics/GraphicsEngineD3D12/src/D3D12Utils.cpp b/Graphics/GraphicsEngineD3D12/src/D3D12Utils.cpp index 0f56c8e6..ba422ccc 100644 --- a/Graphics/GraphicsEngineD3D12/src/D3D12Utils.cpp +++ b/Graphics/GraphicsEngineD3D12/src/D3D12Utils.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/Graphics/GraphicsEngineD3D12/src/DLLMain.cpp b/Graphics/GraphicsEngineD3D12/src/DLLMain.cpp index 0d5a0143..d641c90c 100644 --- a/Graphics/GraphicsEngineD3D12/src/DLLMain.cpp +++ b/Graphics/GraphicsEngineD3D12/src/DLLMain.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/Graphics/GraphicsEngineD3D12/src/DescriptorHeap.cpp b/Graphics/GraphicsEngineD3D12/src/DescriptorHeap.cpp index 48345745..a1859a71 100644 --- a/Graphics/GraphicsEngineD3D12/src/DescriptorHeap.cpp +++ b/Graphics/GraphicsEngineD3D12/src/DescriptorHeap.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/Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp index 201eac02..5d36402e 100644 --- a/Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/DeviceContextD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp b/Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp index 940249cd..6c32d54c 100644 --- a/Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.cpp +++ b/Graphics/GraphicsEngineD3D12/src/EngineFactoryD3D12.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/Graphics/GraphicsEngineD3D12/src/FenceD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/FenceD3D12Impl.cpp index 02308ca0..9c2ea71c 100644 --- a/Graphics/GraphicsEngineD3D12/src/FenceD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/FenceD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/FramebufferD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/FramebufferD3D12Impl.cpp index 38b8b956..39cadf4f 100644 --- a/Graphics/GraphicsEngineD3D12/src/FramebufferD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/FramebufferD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/GenerateMips.cpp b/Graphics/GraphicsEngineD3D12/src/GenerateMips.cpp index 280cd455..19595147 100644 --- a/Graphics/GraphicsEngineD3D12/src/GenerateMips.cpp +++ b/Graphics/GraphicsEngineD3D12/src/GenerateMips.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/Graphics/GraphicsEngineD3D12/src/PipelineStateD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/PipelineStateD3D12Impl.cpp index 9506a081..a32facda 100644 --- a/Graphics/GraphicsEngineD3D12/src/PipelineStateD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/PipelineStateD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/QueryD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/QueryD3D12Impl.cpp index 30c9c4c4..bf5ed6dd 100644 --- a/Graphics/GraphicsEngineD3D12/src/QueryD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/QueryD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/QueryManagerD3D12.cpp b/Graphics/GraphicsEngineD3D12/src/QueryManagerD3D12.cpp index 6e122832..00fd448b 100644 --- a/Graphics/GraphicsEngineD3D12/src/QueryManagerD3D12.cpp +++ b/Graphics/GraphicsEngineD3D12/src/QueryManagerD3D12.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/Graphics/GraphicsEngineD3D12/src/RenderDeviceD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/RenderDeviceD3D12Impl.cpp index 24b4222b..14339102 100644 --- a/Graphics/GraphicsEngineD3D12/src/RenderDeviceD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/RenderDeviceD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/RenderPassD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/RenderPassD3D12Impl.cpp index 88d4fad2..397127ca 100644 --- a/Graphics/GraphicsEngineD3D12/src/RenderPassD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/RenderPassD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/RootSignature.cpp b/Graphics/GraphicsEngineD3D12/src/RootSignature.cpp index 6340433a..8281d2c3 100644 --- a/Graphics/GraphicsEngineD3D12/src/RootSignature.cpp +++ b/Graphics/GraphicsEngineD3D12/src/RootSignature.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/Graphics/GraphicsEngineD3D12/src/SamplerD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/SamplerD3D12Impl.cpp index 328e8857..c5237a40 100644 --- a/Graphics/GraphicsEngineD3D12/src/SamplerD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/SamplerD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/ShaderBindingTableD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/ShaderBindingTableD3D12Impl.cpp index 8fb1515e..ed04481f 100644 --- a/Graphics/GraphicsEngineD3D12/src/ShaderBindingTableD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/ShaderBindingTableD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/ShaderD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/ShaderD3D12Impl.cpp index 52c39f23..8be5fa28 100644 --- a/Graphics/GraphicsEngineD3D12/src/ShaderD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/ShaderD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/ShaderResourceBindingD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/ShaderResourceBindingD3D12Impl.cpp index 269a8572..2116d4f9 100644 --- a/Graphics/GraphicsEngineD3D12/src/ShaderResourceBindingD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/ShaderResourceBindingD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/ShaderResourceCacheD3D12.cpp b/Graphics/GraphicsEngineD3D12/src/ShaderResourceCacheD3D12.cpp index 6fba86cb..95e43d16 100644 --- a/Graphics/GraphicsEngineD3D12/src/ShaderResourceCacheD3D12.cpp +++ b/Graphics/GraphicsEngineD3D12/src/ShaderResourceCacheD3D12.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/Graphics/GraphicsEngineD3D12/src/ShaderResourceLayoutD3D12.cpp b/Graphics/GraphicsEngineD3D12/src/ShaderResourceLayoutD3D12.cpp index 0701f83c..7cc95e6c 100644 --- a/Graphics/GraphicsEngineD3D12/src/ShaderResourceLayoutD3D12.cpp +++ b/Graphics/GraphicsEngineD3D12/src/ShaderResourceLayoutD3D12.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/Graphics/GraphicsEngineD3D12/src/ShaderResourcesD3D12.cpp b/Graphics/GraphicsEngineD3D12/src/ShaderResourcesD3D12.cpp index 093a5480..9f2113de 100644 --- a/Graphics/GraphicsEngineD3D12/src/ShaderResourcesD3D12.cpp +++ b/Graphics/GraphicsEngineD3D12/src/ShaderResourcesD3D12.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/Graphics/GraphicsEngineD3D12/src/ShaderVariableD3D12.cpp b/Graphics/GraphicsEngineD3D12/src/ShaderVariableD3D12.cpp index fd58eacf..70bbe9e4 100644 --- a/Graphics/GraphicsEngineD3D12/src/ShaderVariableD3D12.cpp +++ b/Graphics/GraphicsEngineD3D12/src/ShaderVariableD3D12.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/Graphics/GraphicsEngineD3D12/src/SwapChainD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/SwapChainD3D12Impl.cpp index f69e5ce7..07b9a462 100644 --- a/Graphics/GraphicsEngineD3D12/src/SwapChainD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/SwapChainD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/TextureD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/TextureD3D12Impl.cpp index 03be0852..9589f590 100644 --- a/Graphics/GraphicsEngineD3D12/src/TextureD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/TextureD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/TextureViewD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/TextureViewD3D12Impl.cpp index f8f7f6cf..78115a70 100644 --- a/Graphics/GraphicsEngineD3D12/src/TextureViewD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/TextureViewD3D12Impl.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/Graphics/GraphicsEngineD3D12/src/TopLevelASD3D12Impl.cpp b/Graphics/GraphicsEngineD3D12/src/TopLevelASD3D12Impl.cpp index 39b2d2aa..fcf0fbda 100644 --- a/Graphics/GraphicsEngineD3D12/src/TopLevelASD3D12Impl.cpp +++ b/Graphics/GraphicsEngineD3D12/src/TopLevelASD3D12Impl.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/Graphics/GraphicsEngineD3DBase/include/D3DCommonTypeConversions.hpp b/Graphics/GraphicsEngineD3DBase/include/D3DCommonTypeConversions.hpp index 7b3f1e00..1432dffc 100644 --- a/Graphics/GraphicsEngineD3DBase/include/D3DCommonTypeConversions.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/D3DCommonTypeConversions.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/include/D3DErrors.hpp b/Graphics/GraphicsEngineD3DBase/include/D3DErrors.hpp index 881b251e..3314a690 100644 --- a/Graphics/GraphicsEngineD3DBase/include/D3DErrors.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/D3DErrors.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.hpp b/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.hpp index a4b41e17..1bd4678d 100644 --- a/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/include/D3DTypeConversionImpl.hpp b/Graphics/GraphicsEngineD3DBase/include/D3DTypeConversionImpl.hpp index 09da6661..a2578a7e 100644 --- a/Graphics/GraphicsEngineD3DBase/include/D3DTypeConversionImpl.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/D3DTypeConversionImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/include/D3DViewDescConversionImpl.hpp b/Graphics/GraphicsEngineD3DBase/include/D3DViewDescConversionImpl.hpp index 02f72d86..0d00468e 100644 --- a/Graphics/GraphicsEngineD3DBase/include/D3DViewDescConversionImpl.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/D3DViewDescConversionImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/include/DXGITypeConversions.hpp b/Graphics/GraphicsEngineD3DBase/include/DXGITypeConversions.hpp index f9d1b6df..77f17c47 100644 --- a/Graphics/GraphicsEngineD3DBase/include/DXGITypeConversions.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/DXGITypeConversions.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp b/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp index 2b54759b..3d234987 100644 --- a/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.hpp b/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.hpp index ea4a43bb..504e4761 100644 --- a/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/RenderDeviceD3DBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/include/ShaderD3DBase.hpp b/Graphics/GraphicsEngineD3DBase/include/ShaderD3DBase.hpp index 90d43b6d..5cf23283 100644 --- a/Graphics/GraphicsEngineD3DBase/include/ShaderD3DBase.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/ShaderD3DBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/include/ShaderResources.hpp b/Graphics/GraphicsEngineD3DBase/include/ShaderResources.hpp index 8b82744b..1cd4dd2d 100644 --- a/Graphics/GraphicsEngineD3DBase/include/ShaderResources.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/ShaderResources.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/include/ShaderVariableD3DBase.hpp b/Graphics/GraphicsEngineD3DBase/include/ShaderVariableD3DBase.hpp index 2497b17d..1734588b 100644 --- a/Graphics/GraphicsEngineD3DBase/include/ShaderVariableD3DBase.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/ShaderVariableD3DBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/include/SwapChainD3DBase.hpp b/Graphics/GraphicsEngineD3DBase/include/SwapChainD3DBase.hpp index f26bcc5e..4ae5f295 100644 --- a/Graphics/GraphicsEngineD3DBase/include/SwapChainD3DBase.hpp +++ b/Graphics/GraphicsEngineD3DBase/include/SwapChainD3DBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h b/Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h index d06cb27a..0b2a6567 100644 --- a/Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h +++ b/Graphics/GraphicsEngineD3DBase/interface/ShaderD3D.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineD3DBase/src/D3DCommonTypeConversions.cpp b/Graphics/GraphicsEngineD3DBase/src/D3DCommonTypeConversions.cpp index 15f9cc76..fb5fa24f 100644 --- a/Graphics/GraphicsEngineD3DBase/src/D3DCommonTypeConversions.cpp +++ b/Graphics/GraphicsEngineD3DBase/src/D3DCommonTypeConversions.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/Graphics/GraphicsEngineD3DBase/src/DXGITypeConversions.cpp b/Graphics/GraphicsEngineD3DBase/src/DXGITypeConversions.cpp index 36b5fc4e..9a23850b 100644 --- a/Graphics/GraphicsEngineD3DBase/src/DXGITypeConversions.cpp +++ b/Graphics/GraphicsEngineD3DBase/src/DXGITypeConversions.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/Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp b/Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp index 14ceb576..345eb9cf 100644 --- a/Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.cpp +++ b/Graphics/GraphicsEngineD3DBase/src/ShaderD3DBase.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/Graphics/GraphicsEngineD3DBase/src/ShaderResources.cpp b/Graphics/GraphicsEngineD3DBase/src/ShaderResources.cpp index 09d27372..29f82d86 100644 --- a/Graphics/GraphicsEngineD3DBase/src/ShaderResources.cpp +++ b/Graphics/GraphicsEngineD3DBase/src/ShaderResources.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/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp index 66751ac2..9e928feb 100644 --- a/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp +++ b/Graphics/GraphicsEngineNextGenBase/include/DeviceContextNextGenBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.hpp b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.hpp index f1b4ba7b..5e3cafe3 100644 --- a/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.hpp +++ b/Graphics/GraphicsEngineNextGenBase/include/DynamicHeap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp index d3eb8fa3..ee1fe82c 100644 --- a/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp +++ b/Graphics/GraphicsEngineNextGenBase/include/RenderDeviceNextGenBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineNextGenBase/src/dummy.cpp b/Graphics/GraphicsEngineNextGenBase/src/dummy.cpp index 543f8df9..90f567b4 100644 --- a/Graphics/GraphicsEngineNextGenBase/src/dummy.cpp +++ b/Graphics/GraphicsEngineNextGenBase/src/dummy.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/Graphics/GraphicsEngineOpenGL/include/AsyncWritableResource.hpp b/Graphics/GraphicsEngineOpenGL/include/AsyncWritableResource.hpp index 9c286fb4..a5cdefcb 100644 --- a/Graphics/GraphicsEngineOpenGL/include/AsyncWritableResource.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/AsyncWritableResource.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/BufferGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/BufferGLImpl.hpp index 46251054..cd060f30 100644 --- a/Graphics/GraphicsEngineOpenGL/include/BufferGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/BufferGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/BufferViewGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/BufferViewGLImpl.hpp index d9613521..3e6f30db 100644 --- a/Graphics/GraphicsEngineOpenGL/include/BufferViewGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/BufferViewGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/DeviceContextGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/DeviceContextGLImpl.hpp index a128c7c7..fae3cba8 100644 --- a/Graphics/GraphicsEngineOpenGL/include/DeviceContextGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/DeviceContextGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/FBOCache.hpp b/Graphics/GraphicsEngineOpenGL/include/FBOCache.hpp index 928da3f8..aed97e69 100644 --- a/Graphics/GraphicsEngineOpenGL/include/FBOCache.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/FBOCache.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/FenceGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/FenceGLImpl.hpp index 94df042d..ba99aa71 100644 --- a/Graphics/GraphicsEngineOpenGL/include/FenceGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/FenceGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp index 701128b8..d4a8461a 100644 --- a/Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/FramebufferGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp b/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp index e89dc3ff..8eafa3eb 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/GLContext.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/GLContextState.hpp b/Graphics/GraphicsEngineOpenGL/include/GLContextState.hpp index aa96ec4d..31e08912 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLContextState.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/GLContextState.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/GLContextWindows.hpp b/Graphics/GraphicsEngineOpenGL/include/GLContextWindows.hpp index 286e60e3..8c553f94 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLContextWindows.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/GLContextWindows.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/GLObjectWrapper.hpp b/Graphics/GraphicsEngineOpenGL/include/GLObjectWrapper.hpp index e8d6f8bb..8a6d7888 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLObjectWrapper.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/GLObjectWrapper.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/GLPipelineResourceLayout.hpp b/Graphics/GraphicsEngineOpenGL/include/GLPipelineResourceLayout.hpp index 24e88004..701d2492 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLPipelineResourceLayout.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/GLPipelineResourceLayout.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/GLProgramResourceCache.hpp b/Graphics/GraphicsEngineOpenGL/include/GLProgramResourceCache.hpp index 07c8f39e..ebff4fed 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLProgramResourceCache.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/GLProgramResourceCache.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/GLProgramResources.hpp b/Graphics/GraphicsEngineOpenGL/include/GLProgramResources.hpp index 091d0e31..5b60cec2 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLProgramResources.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/GLProgramResources.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/GLTypeConversions.hpp b/Graphics/GraphicsEngineOpenGL/include/GLTypeConversions.hpp index 4c57652f..03602439 100644 --- a/Graphics/GraphicsEngineOpenGL/include/GLTypeConversions.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/GLTypeConversions.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/PipelineStateGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/PipelineStateGLImpl.hpp index 17440a4d..554ed41c 100644 --- a/Graphics/GraphicsEngineOpenGL/include/PipelineStateGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/PipelineStateGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/QueryGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/QueryGLImpl.hpp index e4a84e42..8b69862b 100644 --- a/Graphics/GraphicsEngineOpenGL/include/QueryGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/QueryGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.hpp index 23c0fc9c..35c12a24 100644 --- a/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/RenderDeviceGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/RenderPassGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/RenderPassGLImpl.hpp index e5d77333..0dc5f98d 100644 --- a/Graphics/GraphicsEngineOpenGL/include/RenderPassGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/RenderPassGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/SamplerGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/SamplerGLImpl.hpp index 03cc4545..81705735 100644 --- a/Graphics/GraphicsEngineOpenGL/include/SamplerGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/SamplerGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/ShaderGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/ShaderGLImpl.hpp index d4c4b87e..d76cac2f 100644 --- a/Graphics/GraphicsEngineOpenGL/include/ShaderGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/ShaderGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/ShaderResourceBindingGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/ShaderResourceBindingGLImpl.hpp index da2d292a..1420ed42 100644 --- a/Graphics/GraphicsEngineOpenGL/include/ShaderResourceBindingGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/ShaderResourceBindingGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/SwapChainGLBase.hpp b/Graphics/GraphicsEngineOpenGL/include/SwapChainGLBase.hpp index 426d30ab..5620ebcc 100644 --- a/Graphics/GraphicsEngineOpenGL/include/SwapChainGLBase.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/SwapChainGLBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/SwapChainGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/SwapChainGLImpl.hpp index 8029df2f..92a15f69 100644 --- a/Graphics/GraphicsEngineOpenGL/include/SwapChainGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/SwapChainGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/TexRegionRender.hpp b/Graphics/GraphicsEngineOpenGL/include/TexRegionRender.hpp index a24b1243..60bc5e0f 100644 --- a/Graphics/GraphicsEngineOpenGL/include/TexRegionRender.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/TexRegionRender.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/Texture1DArray_OGL.hpp b/Graphics/GraphicsEngineOpenGL/include/Texture1DArray_OGL.hpp index ba768adc..a1dd412f 100644 --- a/Graphics/GraphicsEngineOpenGL/include/Texture1DArray_OGL.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/Texture1DArray_OGL.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/Texture1D_OGL.hpp b/Graphics/GraphicsEngineOpenGL/include/Texture1D_OGL.hpp index fd562a1a..6030561c 100644 --- a/Graphics/GraphicsEngineOpenGL/include/Texture1D_OGL.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/Texture1D_OGL.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/Texture2DArray_OGL.hpp b/Graphics/GraphicsEngineOpenGL/include/Texture2DArray_OGL.hpp index 00350a1c..c5bc0624 100644 --- a/Graphics/GraphicsEngineOpenGL/include/Texture2DArray_OGL.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/Texture2DArray_OGL.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/Texture2D_OGL.hpp b/Graphics/GraphicsEngineOpenGL/include/Texture2D_OGL.hpp index f92c7910..cc5a2edb 100644 --- a/Graphics/GraphicsEngineOpenGL/include/Texture2D_OGL.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/Texture2D_OGL.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/Texture3D_OGL.hpp b/Graphics/GraphicsEngineOpenGL/include/Texture3D_OGL.hpp index 79c4e8fd..49581a93 100644 --- a/Graphics/GraphicsEngineOpenGL/include/Texture3D_OGL.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/Texture3D_OGL.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/TextureBaseGL.hpp b/Graphics/GraphicsEngineOpenGL/include/TextureBaseGL.hpp index b5b0517d..805cfc50 100644 --- a/Graphics/GraphicsEngineOpenGL/include/TextureBaseGL.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/TextureBaseGL.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/TextureCubeArray_OGL.hpp b/Graphics/GraphicsEngineOpenGL/include/TextureCubeArray_OGL.hpp index e202e66f..6fb6838e 100644 --- a/Graphics/GraphicsEngineOpenGL/include/TextureCubeArray_OGL.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/TextureCubeArray_OGL.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/TextureCube_OGL.hpp b/Graphics/GraphicsEngineOpenGL/include/TextureCube_OGL.hpp index f9c74b3f..3e719878 100644 --- a/Graphics/GraphicsEngineOpenGL/include/TextureCube_OGL.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/TextureCube_OGL.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/TextureViewGLImpl.hpp b/Graphics/GraphicsEngineOpenGL/include/TextureViewGLImpl.hpp index f50cf86e..47e110a5 100644 --- a/Graphics/GraphicsEngineOpenGL/include/TextureViewGLImpl.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/TextureViewGLImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/VAOCache.hpp b/Graphics/GraphicsEngineOpenGL/include/VAOCache.hpp index e37c8f48..a4d8feba 100644 --- a/Graphics/GraphicsEngineOpenGL/include/VAOCache.hpp +++ b/Graphics/GraphicsEngineOpenGL/include/VAOCache.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/include/pch.h b/Graphics/GraphicsEngineOpenGL/include/pch.h index 2d81c6b3..1311f4c0 100644 --- a/Graphics/GraphicsEngineOpenGL/include/pch.h +++ b/Graphics/GraphicsEngineOpenGL/include/pch.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/BaseInterfacesGL.h b/Graphics/GraphicsEngineOpenGL/interface/BaseInterfacesGL.h index 4167479c..2d0a104d 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/BaseInterfacesGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/BaseInterfacesGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/BufferGL.h b/Graphics/GraphicsEngineOpenGL/interface/BufferGL.h index f0b690f8..6d6a2d8c 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/BufferGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/BufferGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/BufferViewGL.h b/Graphics/GraphicsEngineOpenGL/interface/BufferViewGL.h index 66fe5e47..12b88bd8 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/BufferViewGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/BufferViewGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/DeviceContextGL.h b/Graphics/GraphicsEngineOpenGL/interface/DeviceContextGL.h index cbc87616..ce79a77f 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/DeviceContextGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/DeviceContextGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/EngineFactoryOpenGL.h b/Graphics/GraphicsEngineOpenGL/interface/EngineFactoryOpenGL.h index 6f005bfa..6fcda1f1 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/EngineFactoryOpenGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/EngineFactoryOpenGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/FenceGL.h b/Graphics/GraphicsEngineOpenGL/interface/FenceGL.h index 3f535fe1..9f45ae5f 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/FenceGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/FenceGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/PipelineStateGL.h b/Graphics/GraphicsEngineOpenGL/interface/PipelineStateGL.h index 69617ea3..dbc67dd0 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/PipelineStateGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/PipelineStateGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/QueryGL.h b/Graphics/GraphicsEngineOpenGL/interface/QueryGL.h index 455ad7fb..8984cf53 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/QueryGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/QueryGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h index ebaa7335..74d61094 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/RenderDeviceGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/SamplerGL.h b/Graphics/GraphicsEngineOpenGL/interface/SamplerGL.h index 240bec41..270ca606 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/SamplerGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/SamplerGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/ShaderGL.h b/Graphics/GraphicsEngineOpenGL/interface/ShaderGL.h index ac2af1bf..2feb6cec 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/ShaderGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/ShaderGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/ShaderResourceBindingGL.h b/Graphics/GraphicsEngineOpenGL/interface/ShaderResourceBindingGL.h index d403ac70..d02b8113 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/ShaderResourceBindingGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/ShaderResourceBindingGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/SwapChainGL.h b/Graphics/GraphicsEngineOpenGL/interface/SwapChainGL.h index b3546deb..add850e7 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/SwapChainGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/SwapChainGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/TextureGL.h b/Graphics/GraphicsEngineOpenGL/interface/TextureGL.h index b37a2906..29b2656d 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/TextureGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/TextureGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/interface/TextureViewGL.h b/Graphics/GraphicsEngineOpenGL/interface/TextureViewGL.h index 7051a709..ac53a576 100644 --- a/Graphics/GraphicsEngineOpenGL/interface/TextureViewGL.h +++ b/Graphics/GraphicsEngineOpenGL/interface/TextureViewGL.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.cpp index 97d7ddb7..6c418533 100644 --- a/Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/BufferGLImpl.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/Graphics/GraphicsEngineOpenGL/src/BufferViewGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/BufferViewGLImpl.cpp index 8133df48..fd44cd20 100644 --- a/Graphics/GraphicsEngineOpenGL/src/BufferViewGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/BufferViewGLImpl.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/Graphics/GraphicsEngineOpenGL/src/DLLMain.cpp b/Graphics/GraphicsEngineOpenGL/src/DLLMain.cpp index 0d5a0143..d641c90c 100644 --- a/Graphics/GraphicsEngineOpenGL/src/DLLMain.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/DLLMain.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/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp index 589f469e..d5ca1766 100644 --- a/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/DeviceContextGLImpl.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/Graphics/GraphicsEngineOpenGL/src/EngineFactoryOpenGL.cpp b/Graphics/GraphicsEngineOpenGL/src/EngineFactoryOpenGL.cpp index 118a4bcf..0c9702c2 100644 --- a/Graphics/GraphicsEngineOpenGL/src/EngineFactoryOpenGL.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/EngineFactoryOpenGL.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/Graphics/GraphicsEngineOpenGL/src/FBOCache.cpp b/Graphics/GraphicsEngineOpenGL/src/FBOCache.cpp index e11a3af2..25c9bd5f 100644 --- a/Graphics/GraphicsEngineOpenGL/src/FBOCache.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/FBOCache.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/Graphics/GraphicsEngineOpenGL/src/FenceGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/FenceGLImpl.cpp index 31e3eaa8..78c840f1 100644 --- a/Graphics/GraphicsEngineOpenGL/src/FenceGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/FenceGLImpl.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/Graphics/GraphicsEngineOpenGL/src/FramebufferGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/FramebufferGLImpl.cpp index c84d9816..ca4092a7 100644 --- a/Graphics/GraphicsEngineOpenGL/src/FramebufferGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/FramebufferGLImpl.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/Graphics/GraphicsEngineOpenGL/src/GLContextState.cpp b/Graphics/GraphicsEngineOpenGL/src/GLContextState.cpp index bc312120..21220f32 100644 --- a/Graphics/GraphicsEngineOpenGL/src/GLContextState.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/GLContextState.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/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp b/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp index 7c6142df..305cbe54 100644 --- a/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/GLContextWindows.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/Graphics/GraphicsEngineOpenGL/src/GLObjectWrapper.cpp b/Graphics/GraphicsEngineOpenGL/src/GLObjectWrapper.cpp index 715373b5..4594f1a7 100644 --- a/Graphics/GraphicsEngineOpenGL/src/GLObjectWrapper.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/GLObjectWrapper.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/Graphics/GraphicsEngineOpenGL/src/GLPipelineResourceLayout.cpp b/Graphics/GraphicsEngineOpenGL/src/GLPipelineResourceLayout.cpp index d2f9cddc..a6c09f06 100644 --- a/Graphics/GraphicsEngineOpenGL/src/GLPipelineResourceLayout.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/GLPipelineResourceLayout.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/Graphics/GraphicsEngineOpenGL/src/GLProgramResourceCache.cpp b/Graphics/GraphicsEngineOpenGL/src/GLProgramResourceCache.cpp index 84cdc46e..125958d4 100644 --- a/Graphics/GraphicsEngineOpenGL/src/GLProgramResourceCache.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/GLProgramResourceCache.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/Graphics/GraphicsEngineOpenGL/src/GLProgramResources.cpp b/Graphics/GraphicsEngineOpenGL/src/GLProgramResources.cpp index b6772fd7..53ce4963 100644 --- a/Graphics/GraphicsEngineOpenGL/src/GLProgramResources.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/GLProgramResources.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/Graphics/GraphicsEngineOpenGL/src/GLTypeConversions.cpp b/Graphics/GraphicsEngineOpenGL/src/GLTypeConversions.cpp index 59f790c4..fda07605 100644 --- a/Graphics/GraphicsEngineOpenGL/src/GLTypeConversions.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/GLTypeConversions.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/Graphics/GraphicsEngineOpenGL/src/PipelineStateGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/PipelineStateGLImpl.cpp index 867ea602..6cf6bd45 100644 --- a/Graphics/GraphicsEngineOpenGL/src/PipelineStateGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/PipelineStateGLImpl.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/Graphics/GraphicsEngineOpenGL/src/QueryGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/QueryGLImpl.cpp index 82d8b05b..be02adca 100644 --- a/Graphics/GraphicsEngineOpenGL/src/QueryGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/QueryGLImpl.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/Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp index 6c272f88..fd30dbb2 100644 --- a/Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/RenderDeviceGLImpl.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/Graphics/GraphicsEngineOpenGL/src/RenderPassGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/RenderPassGLImpl.cpp index 2a9d0609..7ee5fc25 100644 --- a/Graphics/GraphicsEngineOpenGL/src/RenderPassGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/RenderPassGLImpl.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/Graphics/GraphicsEngineOpenGL/src/SamplerGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/SamplerGLImpl.cpp index ddf73df4..73ed918c 100644 --- a/Graphics/GraphicsEngineOpenGL/src/SamplerGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/SamplerGLImpl.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/Graphics/GraphicsEngineOpenGL/src/ShaderGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/ShaderGLImpl.cpp index e27a8a4c..3418875e 100644 --- a/Graphics/GraphicsEngineOpenGL/src/ShaderGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/ShaderGLImpl.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/Graphics/GraphicsEngineOpenGL/src/ShaderResourceBindingGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/ShaderResourceBindingGLImpl.cpp index f3e6182b..c5b6fab1 100644 --- a/Graphics/GraphicsEngineOpenGL/src/ShaderResourceBindingGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/ShaderResourceBindingGLImpl.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/Graphics/GraphicsEngineOpenGL/src/SwapChainGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/SwapChainGLImpl.cpp index 420449fb..dbf2e5f0 100644 --- a/Graphics/GraphicsEngineOpenGL/src/SwapChainGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/SwapChainGLImpl.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/Graphics/GraphicsEngineOpenGL/src/TexRegionRender.cpp b/Graphics/GraphicsEngineOpenGL/src/TexRegionRender.cpp index 5861005e..e0f9c7c6 100644 --- a/Graphics/GraphicsEngineOpenGL/src/TexRegionRender.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/TexRegionRender.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/Graphics/GraphicsEngineOpenGL/src/Texture1DArray_OGL.cpp b/Graphics/GraphicsEngineOpenGL/src/Texture1DArray_OGL.cpp index bb54fac9..a9a00f43 100644 --- a/Graphics/GraphicsEngineOpenGL/src/Texture1DArray_OGL.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/Texture1DArray_OGL.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/Graphics/GraphicsEngineOpenGL/src/Texture1D_OGL.cpp b/Graphics/GraphicsEngineOpenGL/src/Texture1D_OGL.cpp index a53de9e0..92861f93 100644 --- a/Graphics/GraphicsEngineOpenGL/src/Texture1D_OGL.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/Texture1D_OGL.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/Graphics/GraphicsEngineOpenGL/src/Texture2DArray_OGL.cpp b/Graphics/GraphicsEngineOpenGL/src/Texture2DArray_OGL.cpp index e7cc33a9..17fccd91 100644 --- a/Graphics/GraphicsEngineOpenGL/src/Texture2DArray_OGL.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/Texture2DArray_OGL.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/Graphics/GraphicsEngineOpenGL/src/Texture2D_OGL.cpp b/Graphics/GraphicsEngineOpenGL/src/Texture2D_OGL.cpp index 47aff697..5866059a 100644 --- a/Graphics/GraphicsEngineOpenGL/src/Texture2D_OGL.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/Texture2D_OGL.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/Graphics/GraphicsEngineOpenGL/src/Texture3D_OGL.cpp b/Graphics/GraphicsEngineOpenGL/src/Texture3D_OGL.cpp index b1202d12..393dfef6 100644 --- a/Graphics/GraphicsEngineOpenGL/src/Texture3D_OGL.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/Texture3D_OGL.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/Graphics/GraphicsEngineOpenGL/src/TextureBaseGL.cpp b/Graphics/GraphicsEngineOpenGL/src/TextureBaseGL.cpp index 77e681f7..33be0cfc 100644 --- a/Graphics/GraphicsEngineOpenGL/src/TextureBaseGL.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/TextureBaseGL.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/Graphics/GraphicsEngineOpenGL/src/TextureCubeArray_OGL.cpp b/Graphics/GraphicsEngineOpenGL/src/TextureCubeArray_OGL.cpp index ef1d772d..0fd5a5c6 100644 --- a/Graphics/GraphicsEngineOpenGL/src/TextureCubeArray_OGL.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/TextureCubeArray_OGL.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/Graphics/GraphicsEngineOpenGL/src/TextureCube_OGL.cpp b/Graphics/GraphicsEngineOpenGL/src/TextureCube_OGL.cpp index 6a4192ac..2ee46a45 100644 --- a/Graphics/GraphicsEngineOpenGL/src/TextureCube_OGL.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/TextureCube_OGL.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/Graphics/GraphicsEngineOpenGL/src/TextureViewGLImpl.cpp b/Graphics/GraphicsEngineOpenGL/src/TextureViewGLImpl.cpp index b437a487..a95ccf35 100644 --- a/Graphics/GraphicsEngineOpenGL/src/TextureViewGLImpl.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/TextureViewGLImpl.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/Graphics/GraphicsEngineOpenGL/src/VAOCache.cpp b/Graphics/GraphicsEngineOpenGL/src/VAOCache.cpp index acb22e2a..6a977e64 100644 --- a/Graphics/GraphicsEngineOpenGL/src/VAOCache.cpp +++ b/Graphics/GraphicsEngineOpenGL/src/VAOCache.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/Graphics/GraphicsEngineVulkan/include/BottomLevelASVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/BottomLevelASVkImpl.hpp index 0ac9a622..ea990054 100644 --- a/Graphics/GraphicsEngineVulkan/include/BottomLevelASVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/BottomLevelASVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/BufferViewVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/BufferViewVkImpl.hpp index 0d948b25..99e55bc6 100644 --- a/Graphics/GraphicsEngineVulkan/include/BufferViewVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/BufferViewVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/BufferVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/BufferVkImpl.hpp index 6db3b400..ca50a35b 100644 --- a/Graphics/GraphicsEngineVulkan/include/BufferVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/BufferVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/CommandListVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/CommandListVkImpl.hpp index 9c4340ce..3b363e30 100644 --- a/Graphics/GraphicsEngineVulkan/include/CommandListVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/CommandListVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/CommandPoolManager.hpp b/Graphics/GraphicsEngineVulkan/include/CommandPoolManager.hpp index 75bbccb8..f66181b7 100644 --- a/Graphics/GraphicsEngineVulkan/include/CommandPoolManager.hpp +++ b/Graphics/GraphicsEngineVulkan/include/CommandPoolManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/CommandQueueVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/CommandQueueVkImpl.hpp index bcf1c908..4daa714e 100644 --- a/Graphics/GraphicsEngineVulkan/include/CommandQueueVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/CommandQueueVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/DescriptorPoolManager.hpp b/Graphics/GraphicsEngineVulkan/include/DescriptorPoolManager.hpp index b60f3d89..fc7b6e63 100644 --- a/Graphics/GraphicsEngineVulkan/include/DescriptorPoolManager.hpp +++ b/Graphics/GraphicsEngineVulkan/include/DescriptorPoolManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp index 761f6c46..d9a2c2f2 100644 --- a/Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/DeviceContextVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/FenceVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/FenceVkImpl.hpp index 5871bae0..ab8da006 100644 --- a/Graphics/GraphicsEngineVulkan/include/FenceVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/FenceVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/FramebufferCache.hpp b/Graphics/GraphicsEngineVulkan/include/FramebufferCache.hpp index 406f7f6b..2a26bf51 100644 --- a/Graphics/GraphicsEngineVulkan/include/FramebufferCache.hpp +++ b/Graphics/GraphicsEngineVulkan/include/FramebufferCache.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/FramebufferVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/FramebufferVkImpl.hpp index 23097d22..de3ec01c 100644 --- a/Graphics/GraphicsEngineVulkan/include/FramebufferVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/FramebufferVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/GenerateMipsVkHelper.hpp b/Graphics/GraphicsEngineVulkan/include/GenerateMipsVkHelper.hpp index 298738d9..80a75309 100644 --- a/Graphics/GraphicsEngineVulkan/include/GenerateMipsVkHelper.hpp +++ b/Graphics/GraphicsEngineVulkan/include/GenerateMipsVkHelper.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/ManagedVulkanObject.hpp b/Graphics/GraphicsEngineVulkan/include/ManagedVulkanObject.hpp index 658e41b1..b1e38a61 100644 --- a/Graphics/GraphicsEngineVulkan/include/ManagedVulkanObject.hpp +++ b/Graphics/GraphicsEngineVulkan/include/ManagedVulkanObject.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/PipelineLayout.hpp b/Graphics/GraphicsEngineVulkan/include/PipelineLayout.hpp index f9f51920..4cb99d61 100644 --- a/Graphics/GraphicsEngineVulkan/include/PipelineLayout.hpp +++ b/Graphics/GraphicsEngineVulkan/include/PipelineLayout.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/PipelineStateVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/PipelineStateVkImpl.hpp index 9059726a..6a753048 100644 --- a/Graphics/GraphicsEngineVulkan/include/PipelineStateVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/PipelineStateVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/QueryManagerVk.hpp b/Graphics/GraphicsEngineVulkan/include/QueryManagerVk.hpp index 6c60beaa..91ea732d 100644 --- a/Graphics/GraphicsEngineVulkan/include/QueryManagerVk.hpp +++ b/Graphics/GraphicsEngineVulkan/include/QueryManagerVk.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/QueryVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/QueryVkImpl.hpp index a4f853bc..718628e6 100644 --- a/Graphics/GraphicsEngineVulkan/include/QueryVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/QueryVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.hpp index e4cbdb34..37052725 100644 --- a/Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/RenderDeviceVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/RenderPassCache.hpp b/Graphics/GraphicsEngineVulkan/include/RenderPassCache.hpp index ba21fcd9..e8f7e177 100644 --- a/Graphics/GraphicsEngineVulkan/include/RenderPassCache.hpp +++ b/Graphics/GraphicsEngineVulkan/include/RenderPassCache.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/RenderPassVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/RenderPassVkImpl.hpp index 05962047..ecad1df0 100644 --- a/Graphics/GraphicsEngineVulkan/include/RenderPassVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/RenderPassVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/SamplerVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/SamplerVkImpl.hpp index f74c1b4d..24f1af24 100644 --- a/Graphics/GraphicsEngineVulkan/include/SamplerVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/SamplerVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/ShaderBindingTableVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/ShaderBindingTableVkImpl.hpp index 31e4257f..375163fa 100644 --- a/Graphics/GraphicsEngineVulkan/include/ShaderBindingTableVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/ShaderBindingTableVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/ShaderResourceBindingVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/ShaderResourceBindingVkImpl.hpp index 2fec4fb5..36613bff 100644 --- a/Graphics/GraphicsEngineVulkan/include/ShaderResourceBindingVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/ShaderResourceBindingVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/ShaderResourceCacheVk.hpp b/Graphics/GraphicsEngineVulkan/include/ShaderResourceCacheVk.hpp index 077452b5..82c10b51 100644 --- a/Graphics/GraphicsEngineVulkan/include/ShaderResourceCacheVk.hpp +++ b/Graphics/GraphicsEngineVulkan/include/ShaderResourceCacheVk.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.hpp b/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.hpp index 2df3aaa3..bf283e1f 100644 --- a/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.hpp +++ b/Graphics/GraphicsEngineVulkan/include/ShaderResourceLayoutVk.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/ShaderVariableVk.hpp b/Graphics/GraphicsEngineVulkan/include/ShaderVariableVk.hpp index 6c88bf56..cebe33c3 100644 --- a/Graphics/GraphicsEngineVulkan/include/ShaderVariableVk.hpp +++ b/Graphics/GraphicsEngineVulkan/include/ShaderVariableVk.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/ShaderVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/ShaderVkImpl.hpp index b66b2b2a..112a5664 100644 --- a/Graphics/GraphicsEngineVulkan/include/ShaderVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/ShaderVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/SwapChainVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/SwapChainVkImpl.hpp index bec3c621..a083c48c 100644 --- a/Graphics/GraphicsEngineVulkan/include/SwapChainVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/SwapChainVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/TextureViewVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/TextureViewVkImpl.hpp index dd3da6dc..c1feb1b9 100644 --- a/Graphics/GraphicsEngineVulkan/include/TextureViewVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/TextureViewVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/TextureVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/TextureVkImpl.hpp index 941e0039..f9958832 100644 --- a/Graphics/GraphicsEngineVulkan/include/TextureVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/TextureVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp b/Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp index 57d054f0..deba84cc 100644 --- a/Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp +++ b/Graphics/GraphicsEngineVulkan/include/TopLevelASVkImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanDynamicHeap.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanDynamicHeap.hpp index 8bf1e05b..ad2dd026 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanDynamicHeap.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanDynamicHeap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanErrors.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanErrors.hpp index 0497539e..87a590b8 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanErrors.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanErrors.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanTypeConversions.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanTypeConversions.hpp index 405e9bfa..5200d792 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanTypeConversions.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanTypeConversions.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanUploadHeap.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanUploadHeap.hpp index 0de10baf..40554fec 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanUploadHeap.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanUploadHeap.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanCommandBuffer.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanCommandBuffer.hpp index c0d79648..7f15e642 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanCommandBuffer.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanCommandBuffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanCommandBufferPool.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanCommandBufferPool.hpp index 75095f08..bf3608a1 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanCommandBufferPool.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanCommandBufferPool.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanFencePool.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanFencePool.hpp index 7a7719e2..905e94d0 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanFencePool.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanFencePool.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanHeaders.h b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanHeaders.h index bb95a9e4..90cd5442 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanHeaders.h +++ b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanHeaders.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanInstance.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanInstance.hpp index e2bb7ad8..3a418279 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanInstance.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanInstance.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanLogicalDevice.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanLogicalDevice.hpp index 6d2d827c..7de814e4 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanLogicalDevice.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanLogicalDevice.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanMemoryManager.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanMemoryManager.hpp index 4d9eaa7f..7417ab53 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanMemoryManager.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanMemoryManager.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanObjectWrappers.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanObjectWrappers.hpp index 5e0390f5..0f2b5fec 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanObjectWrappers.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanObjectWrappers.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanPhysicalDevice.hpp b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanPhysicalDevice.hpp index 404e3eee..38813f20 100644 --- a/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanPhysicalDevice.hpp +++ b/Graphics/GraphicsEngineVulkan/include/VulkanUtilities/VulkanPhysicalDevice.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/include/pch.h b/Graphics/GraphicsEngineVulkan/include/pch.h index cf6891b3..ad923540 100644 --- a/Graphics/GraphicsEngineVulkan/include/pch.h +++ b/Graphics/GraphicsEngineVulkan/include/pch.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/BottomLevelASVk.h b/Graphics/GraphicsEngineVulkan/interface/BottomLevelASVk.h index ea785a51..ba1f3d16 100644 --- a/Graphics/GraphicsEngineVulkan/interface/BottomLevelASVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/BottomLevelASVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/BufferViewVk.h b/Graphics/GraphicsEngineVulkan/interface/BufferViewVk.h index 79972847..a0d750a4 100644 --- a/Graphics/GraphicsEngineVulkan/interface/BufferViewVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/BufferViewVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/BufferVk.h b/Graphics/GraphicsEngineVulkan/interface/BufferVk.h index af1f8673..94fb699f 100644 --- a/Graphics/GraphicsEngineVulkan/interface/BufferVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/BufferVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/CommandQueueVk.h b/Graphics/GraphicsEngineVulkan/interface/CommandQueueVk.h index bbe77ea8..34aa5483 100644 --- a/Graphics/GraphicsEngineVulkan/interface/CommandQueueVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/CommandQueueVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/DeviceContextVk.h b/Graphics/GraphicsEngineVulkan/interface/DeviceContextVk.h index 7b7db331..2b94127d 100644 --- a/Graphics/GraphicsEngineVulkan/interface/DeviceContextVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/DeviceContextVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/EngineFactoryVk.h b/Graphics/GraphicsEngineVulkan/interface/EngineFactoryVk.h index 0c5e347a..49389265 100644 --- a/Graphics/GraphicsEngineVulkan/interface/EngineFactoryVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/EngineFactoryVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/FenceVk.h b/Graphics/GraphicsEngineVulkan/interface/FenceVk.h index f11424b4..66da43ac 100644 --- a/Graphics/GraphicsEngineVulkan/interface/FenceVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/FenceVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/FramebufferVk.h b/Graphics/GraphicsEngineVulkan/interface/FramebufferVk.h index 9edfb2eb..a22ca320 100644 --- a/Graphics/GraphicsEngineVulkan/interface/FramebufferVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/FramebufferVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/PipelineStateVk.h b/Graphics/GraphicsEngineVulkan/interface/PipelineStateVk.h index f3377f08..965489c0 100644 --- a/Graphics/GraphicsEngineVulkan/interface/PipelineStateVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/PipelineStateVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/QueryVk.h b/Graphics/GraphicsEngineVulkan/interface/QueryVk.h index b096407c..45f8082a 100644 --- a/Graphics/GraphicsEngineVulkan/interface/QueryVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/QueryVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/RenderDeviceVk.h b/Graphics/GraphicsEngineVulkan/interface/RenderDeviceVk.h index cba7f360..1c0a7efa 100644 --- a/Graphics/GraphicsEngineVulkan/interface/RenderDeviceVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/RenderDeviceVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/RenderPassVk.h b/Graphics/GraphicsEngineVulkan/interface/RenderPassVk.h index 6096e723..6919f3e3 100644 --- a/Graphics/GraphicsEngineVulkan/interface/RenderPassVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/RenderPassVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/SamplerVk.h b/Graphics/GraphicsEngineVulkan/interface/SamplerVk.h index 024cb9ab..11c5744a 100644 --- a/Graphics/GraphicsEngineVulkan/interface/SamplerVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/SamplerVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/ShaderBindingTableVk.h b/Graphics/GraphicsEngineVulkan/interface/ShaderBindingTableVk.h index 10970156..08446cf0 100644 --- a/Graphics/GraphicsEngineVulkan/interface/ShaderBindingTableVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/ShaderBindingTableVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/ShaderResourceBindingVk.h b/Graphics/GraphicsEngineVulkan/interface/ShaderResourceBindingVk.h index 092fc05f..97cf32d9 100644 --- a/Graphics/GraphicsEngineVulkan/interface/ShaderResourceBindingVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/ShaderResourceBindingVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/ShaderVk.h b/Graphics/GraphicsEngineVulkan/interface/ShaderVk.h index 2873f8d2..753d2e88 100644 --- a/Graphics/GraphicsEngineVulkan/interface/ShaderVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/ShaderVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/SwapChainVk.h b/Graphics/GraphicsEngineVulkan/interface/SwapChainVk.h index ec459db9..70f327aa 100644 --- a/Graphics/GraphicsEngineVulkan/interface/SwapChainVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/SwapChainVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/TextureViewVk.h b/Graphics/GraphicsEngineVulkan/interface/TextureViewVk.h index f37ae72b..e2dd1026 100644 --- a/Graphics/GraphicsEngineVulkan/interface/TextureViewVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/TextureViewVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/TextureVk.h b/Graphics/GraphicsEngineVulkan/interface/TextureVk.h index c1f99888..f9b18db8 100644 --- a/Graphics/GraphicsEngineVulkan/interface/TextureVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/TextureVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/interface/TopLevelASVk.h b/Graphics/GraphicsEngineVulkan/interface/TopLevelASVk.h index c09f10c0..4f9a2c87 100644 --- a/Graphics/GraphicsEngineVulkan/interface/TopLevelASVk.h +++ b/Graphics/GraphicsEngineVulkan/interface/TopLevelASVk.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsEngineVulkan/src/BottomLevelASVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/BottomLevelASVkImpl.cpp index 5611f28b..07486716 100644 --- a/Graphics/GraphicsEngineVulkan/src/BottomLevelASVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/BottomLevelASVkImpl.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/Graphics/GraphicsEngineVulkan/src/BufferViewVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/BufferViewVkImpl.cpp index 6faac6b6..0579bccf 100644 --- a/Graphics/GraphicsEngineVulkan/src/BufferViewVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/BufferViewVkImpl.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/Graphics/GraphicsEngineVulkan/src/BufferVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/BufferVkImpl.cpp index e1d23169..d19454ca 100644 --- a/Graphics/GraphicsEngineVulkan/src/BufferVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/BufferVkImpl.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/Graphics/GraphicsEngineVulkan/src/CommandPoolManager.cpp b/Graphics/GraphicsEngineVulkan/src/CommandPoolManager.cpp index cf24d9ea..0175c2e1 100644 --- a/Graphics/GraphicsEngineVulkan/src/CommandPoolManager.cpp +++ b/Graphics/GraphicsEngineVulkan/src/CommandPoolManager.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/Graphics/GraphicsEngineVulkan/src/CommandQueueVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/CommandQueueVkImpl.cpp index a4f2f3d5..540363ca 100644 --- a/Graphics/GraphicsEngineVulkan/src/CommandQueueVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/CommandQueueVkImpl.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/Graphics/GraphicsEngineVulkan/src/DLLMain.cpp b/Graphics/GraphicsEngineVulkan/src/DLLMain.cpp index 0d5a0143..d641c90c 100644 --- a/Graphics/GraphicsEngineVulkan/src/DLLMain.cpp +++ b/Graphics/GraphicsEngineVulkan/src/DLLMain.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/Graphics/GraphicsEngineVulkan/src/DescriptorPoolManager.cpp b/Graphics/GraphicsEngineVulkan/src/DescriptorPoolManager.cpp index 56a83b85..723aa6d5 100644 --- a/Graphics/GraphicsEngineVulkan/src/DescriptorPoolManager.cpp +++ b/Graphics/GraphicsEngineVulkan/src/DescriptorPoolManager.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/Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp index 723cf8b4..8516a174 100644 --- a/Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/DeviceContextVkImpl.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/Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.cpp b/Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.cpp index ed537333..77c5153b 100644 --- a/Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.cpp +++ b/Graphics/GraphicsEngineVulkan/src/EngineFactoryVk.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/Graphics/GraphicsEngineVulkan/src/FenceVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/FenceVkImpl.cpp index 8b73ea74..0d109b38 100644 --- a/Graphics/GraphicsEngineVulkan/src/FenceVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/FenceVkImpl.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/Graphics/GraphicsEngineVulkan/src/FramebufferCache.cpp b/Graphics/GraphicsEngineVulkan/src/FramebufferCache.cpp index cc34b946..9dfbf8a0 100644 --- a/Graphics/GraphicsEngineVulkan/src/FramebufferCache.cpp +++ b/Graphics/GraphicsEngineVulkan/src/FramebufferCache.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/Graphics/GraphicsEngineVulkan/src/FramebufferVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/FramebufferVkImpl.cpp index 54b77e36..88b7f2d8 100644 --- a/Graphics/GraphicsEngineVulkan/src/FramebufferVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/FramebufferVkImpl.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/Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.cpp b/Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.cpp index e7ab95b1..f46dd27d 100644 --- a/Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.cpp +++ b/Graphics/GraphicsEngineVulkan/src/GenerateMipsVkHelper.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/Graphics/GraphicsEngineVulkan/src/PipelineLayout.cpp b/Graphics/GraphicsEngineVulkan/src/PipelineLayout.cpp index 3840b739..e0196321 100644 --- a/Graphics/GraphicsEngineVulkan/src/PipelineLayout.cpp +++ b/Graphics/GraphicsEngineVulkan/src/PipelineLayout.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/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp index 72882d7e..338f0f50 100644 --- a/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/PipelineStateVkImpl.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/Graphics/GraphicsEngineVulkan/src/QueryManagerVk.cpp b/Graphics/GraphicsEngineVulkan/src/QueryManagerVk.cpp index ec94814e..1424024e 100644 --- a/Graphics/GraphicsEngineVulkan/src/QueryManagerVk.cpp +++ b/Graphics/GraphicsEngineVulkan/src/QueryManagerVk.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/Graphics/GraphicsEngineVulkan/src/QueryVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/QueryVkImpl.cpp index a0801cb7..36cc0d37 100644 --- a/Graphics/GraphicsEngineVulkan/src/QueryVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/QueryVkImpl.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/Graphics/GraphicsEngineVulkan/src/RenderDeviceVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/RenderDeviceVkImpl.cpp index 21f78733..90c1a88e 100644 --- a/Graphics/GraphicsEngineVulkan/src/RenderDeviceVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/RenderDeviceVkImpl.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/Graphics/GraphicsEngineVulkan/src/RenderPassCache.cpp b/Graphics/GraphicsEngineVulkan/src/RenderPassCache.cpp index a40010f1..e6d053ee 100644 --- a/Graphics/GraphicsEngineVulkan/src/RenderPassCache.cpp +++ b/Graphics/GraphicsEngineVulkan/src/RenderPassCache.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/Graphics/GraphicsEngineVulkan/src/RenderPassVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/RenderPassVkImpl.cpp index 63792bc5..d9ac8d03 100644 --- a/Graphics/GraphicsEngineVulkan/src/RenderPassVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/RenderPassVkImpl.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/Graphics/GraphicsEngineVulkan/src/SamplerVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/SamplerVkImpl.cpp index 5e49af21..5ef7f276 100644 --- a/Graphics/GraphicsEngineVulkan/src/SamplerVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/SamplerVkImpl.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/Graphics/GraphicsEngineVulkan/src/ShaderBindingTableVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/ShaderBindingTableVkImpl.cpp index 194d15f4..d3773cf1 100644 --- a/Graphics/GraphicsEngineVulkan/src/ShaderBindingTableVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/ShaderBindingTableVkImpl.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/Graphics/GraphicsEngineVulkan/src/ShaderResourceBindingVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/ShaderResourceBindingVkImpl.cpp index 2d6c740f..289ca960 100644 --- a/Graphics/GraphicsEngineVulkan/src/ShaderResourceBindingVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/ShaderResourceBindingVkImpl.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/Graphics/GraphicsEngineVulkan/src/ShaderResourceCacheVk.cpp b/Graphics/GraphicsEngineVulkan/src/ShaderResourceCacheVk.cpp index 26516695..f7da5b14 100644 --- a/Graphics/GraphicsEngineVulkan/src/ShaderResourceCacheVk.cpp +++ b/Graphics/GraphicsEngineVulkan/src/ShaderResourceCacheVk.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/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp b/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp index c85c194a..1c6d5f24 100644 --- a/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.cpp +++ b/Graphics/GraphicsEngineVulkan/src/ShaderResourceLayoutVk.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/Graphics/GraphicsEngineVulkan/src/ShaderVariableVk.cpp b/Graphics/GraphicsEngineVulkan/src/ShaderVariableVk.cpp index 062a5725..24f9342f 100644 --- a/Graphics/GraphicsEngineVulkan/src/ShaderVariableVk.cpp +++ b/Graphics/GraphicsEngineVulkan/src/ShaderVariableVk.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/Graphics/GraphicsEngineVulkan/src/ShaderVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/ShaderVkImpl.cpp index 66393e9b..740b66de 100644 --- a/Graphics/GraphicsEngineVulkan/src/ShaderVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/ShaderVkImpl.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/Graphics/GraphicsEngineVulkan/src/SwapChainVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/SwapChainVkImpl.cpp index 0caccd9b..ee266edc 100644 --- a/Graphics/GraphicsEngineVulkan/src/SwapChainVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/SwapChainVkImpl.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/Graphics/GraphicsEngineVulkan/src/TextureViewVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/TextureViewVkImpl.cpp index e248265f..eeeb6002 100644 --- a/Graphics/GraphicsEngineVulkan/src/TextureViewVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/TextureViewVkImpl.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/Graphics/GraphicsEngineVulkan/src/TextureVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/TextureVkImpl.cpp index b83be298..8cf3dbee 100644 --- a/Graphics/GraphicsEngineVulkan/src/TextureVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/TextureVkImpl.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/Graphics/GraphicsEngineVulkan/src/TopLevelASVkImpl.cpp b/Graphics/GraphicsEngineVulkan/src/TopLevelASVkImpl.cpp index 42404f21..c427fc79 100644 --- a/Graphics/GraphicsEngineVulkan/src/TopLevelASVkImpl.cpp +++ b/Graphics/GraphicsEngineVulkan/src/TopLevelASVkImpl.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/Graphics/GraphicsEngineVulkan/src/VulkanDynamicHeap.cpp b/Graphics/GraphicsEngineVulkan/src/VulkanDynamicHeap.cpp index c1af82ea..0eb4fcf4 100644 --- a/Graphics/GraphicsEngineVulkan/src/VulkanDynamicHeap.cpp +++ b/Graphics/GraphicsEngineVulkan/src/VulkanDynamicHeap.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/Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.cpp b/Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.cpp index 17c129c1..38320b47 100644 --- a/Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.cpp +++ b/Graphics/GraphicsEngineVulkan/src/VulkanTypeConversions.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/Graphics/GraphicsEngineVulkan/src/VulkanUploadHeap.cpp b/Graphics/GraphicsEngineVulkan/src/VulkanUploadHeap.cpp index ae460cde..9de39fc4 100644 --- a/Graphics/GraphicsEngineVulkan/src/VulkanUploadHeap.cpp +++ b/Graphics/GraphicsEngineVulkan/src/VulkanUploadHeap.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/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanCommandBuffer.cpp b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanCommandBuffer.cpp index 1f81c872..b0d72e70 100644 --- a/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanCommandBuffer.cpp +++ b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanCommandBuffer.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/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanCommandBufferPool.cpp b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanCommandBufferPool.cpp index c881f0dd..fb2c12ad 100644 --- a/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanCommandBufferPool.cpp +++ b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanCommandBufferPool.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/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanFencePool.cpp b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanFencePool.cpp index 5bb694b3..22457202 100644 --- a/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanFencePool.cpp +++ b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanFencePool.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/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanInstance.cpp b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanInstance.cpp index b5618efe..4c617995 100644 --- a/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanInstance.cpp +++ b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanInstance.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/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanLogicalDevice.cpp b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanLogicalDevice.cpp index 0d1534b8..ebddece7 100644 --- a/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanLogicalDevice.cpp +++ b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanLogicalDevice.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/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanMemoryManager.cpp b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanMemoryManager.cpp index 2e2cdd31..a7b3147a 100644 --- a/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanMemoryManager.cpp +++ b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanMemoryManager.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/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanPhysicalDevice.cpp b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanPhysicalDevice.cpp index 61f9f8de..343893e9 100644 --- a/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanPhysicalDevice.cpp +++ b/Graphics/GraphicsEngineVulkan/src/VulkanUtilities/VulkanPhysicalDevice.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/Graphics/GraphicsTools/interface/BufferSuballocator.h b/Graphics/GraphicsTools/interface/BufferSuballocator.h index f9e15244..93c99db1 100644 --- a/Graphics/GraphicsTools/interface/BufferSuballocator.h +++ b/Graphics/GraphicsTools/interface/BufferSuballocator.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/CommonlyUsedStates.h b/Graphics/GraphicsTools/interface/CommonlyUsedStates.h index 3b18d6ae..dfae0c4f 100644 --- a/Graphics/GraphicsTools/interface/CommonlyUsedStates.h +++ b/Graphics/GraphicsTools/interface/CommonlyUsedStates.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/DurationQueryHelper.hpp b/Graphics/GraphicsTools/interface/DurationQueryHelper.hpp index e8cdc82f..e1a1a1d9 100644 --- a/Graphics/GraphicsTools/interface/DurationQueryHelper.hpp +++ b/Graphics/GraphicsTools/interface/DurationQueryHelper.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/DynamicBuffer.hpp b/Graphics/GraphicsTools/interface/DynamicBuffer.hpp index 940dbcf4..8ed6c00f 100644 --- a/Graphics/GraphicsTools/interface/DynamicBuffer.hpp +++ b/Graphics/GraphicsTools/interface/DynamicBuffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/DynamicTextureAtlas.h b/Graphics/GraphicsTools/interface/DynamicTextureAtlas.h index 5441c715..20a6077c 100644 --- a/Graphics/GraphicsTools/interface/DynamicTextureAtlas.h +++ b/Graphics/GraphicsTools/interface/DynamicTextureAtlas.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/GraphicsUtilities.h b/Graphics/GraphicsTools/interface/GraphicsUtilities.h index dc99c786..b1cf700c 100644 --- a/Graphics/GraphicsTools/interface/GraphicsUtilities.h +++ b/Graphics/GraphicsTools/interface/GraphicsUtilities.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/MapHelper.hpp b/Graphics/GraphicsTools/interface/MapHelper.hpp index 7ddd63f8..a26d1c06 100644 --- a/Graphics/GraphicsTools/interface/MapHelper.hpp +++ b/Graphics/GraphicsTools/interface/MapHelper.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/ScopedQueryHelper.hpp b/Graphics/GraphicsTools/interface/ScopedQueryHelper.hpp index 2badc14c..2c53fc5b 100644 --- a/Graphics/GraphicsTools/interface/ScopedQueryHelper.hpp +++ b/Graphics/GraphicsTools/interface/ScopedQueryHelper.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/ScreenCapture.hpp b/Graphics/GraphicsTools/interface/ScreenCapture.hpp index fcc13d70..ee0f7d4c 100644 --- a/Graphics/GraphicsTools/interface/ScreenCapture.hpp +++ b/Graphics/GraphicsTools/interface/ScreenCapture.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp b/Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp index 0fee26b0..8688ce46 100644 --- a/Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp +++ b/Graphics/GraphicsTools/interface/ShaderMacroHelper.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/StreamingBuffer.hpp b/Graphics/GraphicsTools/interface/StreamingBuffer.hpp index 1893cead..cccb26c5 100644 --- a/Graphics/GraphicsTools/interface/StreamingBuffer.hpp +++ b/Graphics/GraphicsTools/interface/StreamingBuffer.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/TextureUploader.hpp b/Graphics/GraphicsTools/interface/TextureUploader.hpp index fa4374b6..f4c758f6 100644 --- a/Graphics/GraphicsTools/interface/TextureUploader.hpp +++ b/Graphics/GraphicsTools/interface/TextureUploader.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/TextureUploaderBase.hpp b/Graphics/GraphicsTools/interface/TextureUploaderBase.hpp index f473ee03..fee5ca39 100644 --- a/Graphics/GraphicsTools/interface/TextureUploaderBase.hpp +++ b/Graphics/GraphicsTools/interface/TextureUploaderBase.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/TextureUploaderD3D11.hpp b/Graphics/GraphicsTools/interface/TextureUploaderD3D11.hpp index 313daa02..02ce89eb 100644 --- a/Graphics/GraphicsTools/interface/TextureUploaderD3D11.hpp +++ b/Graphics/GraphicsTools/interface/TextureUploaderD3D11.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/TextureUploaderD3D12_Vk.hpp b/Graphics/GraphicsTools/interface/TextureUploaderD3D12_Vk.hpp index d8e0af1c..809d8d15 100644 --- a/Graphics/GraphicsTools/interface/TextureUploaderD3D12_Vk.hpp +++ b/Graphics/GraphicsTools/interface/TextureUploaderD3D12_Vk.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/TextureUploaderGL.hpp b/Graphics/GraphicsTools/interface/TextureUploaderGL.hpp index 2361c0a5..ab55fe4c 100644 --- a/Graphics/GraphicsTools/interface/TextureUploaderGL.hpp +++ b/Graphics/GraphicsTools/interface/TextureUploaderGL.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/interface/pch.h b/Graphics/GraphicsTools/interface/pch.h index d283cf70..d3fa402f 100644 --- a/Graphics/GraphicsTools/interface/pch.h +++ b/Graphics/GraphicsTools/interface/pch.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/GraphicsTools/src/BufferSuballocator.cpp b/Graphics/GraphicsTools/src/BufferSuballocator.cpp index dcfbcded..8dcb2879 100644 --- a/Graphics/GraphicsTools/src/BufferSuballocator.cpp +++ b/Graphics/GraphicsTools/src/BufferSuballocator.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/Graphics/GraphicsTools/src/DurationQueryHelper.cpp b/Graphics/GraphicsTools/src/DurationQueryHelper.cpp index 7bcb1358..ed6d0b64 100644 --- a/Graphics/GraphicsTools/src/DurationQueryHelper.cpp +++ b/Graphics/GraphicsTools/src/DurationQueryHelper.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/Graphics/GraphicsTools/src/DynamicBuffer.cpp b/Graphics/GraphicsTools/src/DynamicBuffer.cpp index 1932716f..4e255df2 100644 --- a/Graphics/GraphicsTools/src/DynamicBuffer.cpp +++ b/Graphics/GraphicsTools/src/DynamicBuffer.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/Graphics/GraphicsTools/src/DynamicTextureAtlas.cpp b/Graphics/GraphicsTools/src/DynamicTextureAtlas.cpp index c0e824ae..05ee3586 100644 --- a/Graphics/GraphicsTools/src/DynamicTextureAtlas.cpp +++ b/Graphics/GraphicsTools/src/DynamicTextureAtlas.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/Graphics/GraphicsTools/src/GraphicsUtilities.cpp b/Graphics/GraphicsTools/src/GraphicsUtilities.cpp index b46946df..c6f798d2 100644 --- a/Graphics/GraphicsTools/src/GraphicsUtilities.cpp +++ b/Graphics/GraphicsTools/src/GraphicsUtilities.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/Graphics/GraphicsTools/src/ScopedQueryHelper.cpp b/Graphics/GraphicsTools/src/ScopedQueryHelper.cpp index faf5dde1..9b7e6a6e 100644 --- a/Graphics/GraphicsTools/src/ScopedQueryHelper.cpp +++ b/Graphics/GraphicsTools/src/ScopedQueryHelper.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/Graphics/GraphicsTools/src/ScreenCapture.cpp b/Graphics/GraphicsTools/src/ScreenCapture.cpp index c75da007..e1b18c88 100644 --- a/Graphics/GraphicsTools/src/ScreenCapture.cpp +++ b/Graphics/GraphicsTools/src/ScreenCapture.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/Graphics/GraphicsTools/src/TextureUploader.cpp b/Graphics/GraphicsTools/src/TextureUploader.cpp index a94986b7..622945ca 100644 --- a/Graphics/GraphicsTools/src/TextureUploader.cpp +++ b/Graphics/GraphicsTools/src/TextureUploader.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/Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp b/Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp index 10c178ee..76eec864 100644 --- a/Graphics/GraphicsTools/src/TextureUploaderD3D11.cpp +++ b/Graphics/GraphicsTools/src/TextureUploaderD3D11.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/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp b/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp index 85db9e93..26a26633 100644 --- a/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.cpp +++ b/Graphics/GraphicsTools/src/TextureUploaderD3D12_Vk.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/Graphics/GraphicsTools/src/TextureUploaderGL.cpp b/Graphics/GraphicsTools/src/TextureUploaderGL.cpp index 484d4f3d..34c4789f 100644 --- a/Graphics/GraphicsTools/src/TextureUploaderGL.cpp +++ b/Graphics/GraphicsTools/src/TextureUploaderGL.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/Graphics/GraphicsTools/src/pch.cpp b/Graphics/GraphicsTools/src/pch.cpp index df9e5205..8f74c6f2 100644 --- a/Graphics/GraphicsTools/src/pch.cpp +++ b/Graphics/GraphicsTools/src/pch.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/Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h b/Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h index cc113117..ca37f018 100644 --- a/Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h +++ b/Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h b/Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h index 28fc1d89..3aa29c74 100644 --- a/Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h +++ b/Graphics/HLSL2GLSLConverterLib/include/GLSLDefinitions_inc.h @@ -1,5 +1,5 @@ "/*\n" -" * Copyright 2019-2020 Diligent Graphics LLC\n" +" * Copyright 2019-2021 Diligent Graphics LLC\n" " * Copyright 2015-2019 Egor Yusov\n" " * \n" " * Licensed under the Apache License, Version 2.0 (the \"License\");\n" diff --git a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp index f03480ac..a9be0afc 100644 --- a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp +++ b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterImpl.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp index e84f8df9..c735bb1a 100644 --- a/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp +++ b/Graphics/HLSL2GLSLConverterLib/include/HLSL2GLSLConverterObject.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/HLSL2GLSLConverterLib/include/HLSLKeywords.h b/Graphics/HLSL2GLSLConverterLib/include/HLSLKeywords.h index 4bbdb884..679f6aad 100644 --- a/Graphics/HLSL2GLSLConverterLib/include/HLSLKeywords.h +++ b/Graphics/HLSL2GLSLConverterLib/include/HLSLKeywords.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/HLSL2GLSLConverterLib/interface/HLSL2GLSLConverter.h b/Graphics/HLSL2GLSLConverterLib/interface/HLSL2GLSLConverter.h index d2a2d2f1..17fb29c8 100644 --- a/Graphics/HLSL2GLSLConverterLib/interface/HLSL2GLSLConverter.h +++ b/Graphics/HLSL2GLSLConverterLib/interface/HLSL2GLSLConverter.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterImpl.cpp b/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterImpl.cpp index dc7f20c4..b56a0819 100644 --- a/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterImpl.cpp +++ b/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterImpl.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/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterObject.cpp b/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterObject.cpp index e2d8a69d..4645641d 100644 --- a/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterObject.cpp +++ b/Graphics/HLSL2GLSLConverterLib/src/HLSL2GLSLConverterObject.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/Graphics/ShaderTools/include/DXCompiler.hpp b/Graphics/ShaderTools/include/DXCompiler.hpp index fad7b138..4f1a4d1b 100644 --- a/Graphics/ShaderTools/include/DXCompiler.hpp +++ b/Graphics/ShaderTools/include/DXCompiler.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/ShaderTools/include/DXCompilerBaseWin32.hpp b/Graphics/ShaderTools/include/DXCompilerBaseWin32.hpp index 23af0ba7..d67dfc03 100644 --- a/Graphics/ShaderTools/include/DXCompilerBaseWin32.hpp +++ b/Graphics/ShaderTools/include/DXCompilerBaseWin32.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/ShaderTools/include/GLSLUtils.hpp b/Graphics/ShaderTools/include/GLSLUtils.hpp index 53fbeab7..4e04d2cc 100644 --- a/Graphics/ShaderTools/include/GLSLUtils.hpp +++ b/Graphics/ShaderTools/include/GLSLUtils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/ShaderTools/include/GLSLangUtils.hpp b/Graphics/ShaderTools/include/GLSLangUtils.hpp index 6a459911..1bfeceed 100644 --- a/Graphics/ShaderTools/include/GLSLangUtils.hpp +++ b/Graphics/ShaderTools/include/GLSLangUtils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/ShaderTools/include/HLSLUtils.hpp b/Graphics/ShaderTools/include/HLSLUtils.hpp index ce32aa3e..1c8fab1e 100644 --- a/Graphics/ShaderTools/include/HLSLUtils.hpp +++ b/Graphics/ShaderTools/include/HLSLUtils.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/ShaderTools/include/SPIRVShaderResources.hpp b/Graphics/ShaderTools/include/SPIRVShaderResources.hpp index 97ad1303..c8f7c1ef 100644 --- a/Graphics/ShaderTools/include/SPIRVShaderResources.hpp +++ b/Graphics/ShaderTools/include/SPIRVShaderResources.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/ShaderTools/include/ShaderToolsCommon.hpp b/Graphics/ShaderTools/include/ShaderToolsCommon.hpp index f75b9fe7..d0f1c70a 100644 --- a/Graphics/ShaderTools/include/ShaderToolsCommon.hpp +++ b/Graphics/ShaderTools/include/ShaderToolsCommon.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Graphics/ShaderTools/src/DXCompiler.cpp b/Graphics/ShaderTools/src/DXCompiler.cpp index 826ee08c..09726b43 100644 --- a/Graphics/ShaderTools/src/DXCompiler.cpp +++ b/Graphics/ShaderTools/src/DXCompiler.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/Graphics/ShaderTools/src/GLSLUtils.cpp b/Graphics/ShaderTools/src/GLSLUtils.cpp index c34c4fb5..e9ed661e 100644 --- a/Graphics/ShaderTools/src/GLSLUtils.cpp +++ b/Graphics/ShaderTools/src/GLSLUtils.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/Graphics/ShaderTools/src/GLSLangUtils.cpp b/Graphics/ShaderTools/src/GLSLangUtils.cpp index 85a3efa1..e4fa6727 100644 --- a/Graphics/ShaderTools/src/GLSLangUtils.cpp +++ b/Graphics/ShaderTools/src/GLSLangUtils.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/Graphics/ShaderTools/src/HLSLUtils.cpp b/Graphics/ShaderTools/src/HLSLUtils.cpp index 72f201b7..9c5f5aab 100644 --- a/Graphics/ShaderTools/src/HLSLUtils.cpp +++ b/Graphics/ShaderTools/src/HLSLUtils.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/Graphics/ShaderTools/src/SPIRVShaderResources.cpp b/Graphics/ShaderTools/src/SPIRVShaderResources.cpp index c0c0cc39..67672048 100644 --- a/Graphics/ShaderTools/src/SPIRVShaderResources.cpp +++ b/Graphics/ShaderTools/src/SPIRVShaderResources.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/Graphics/ShaderTools/src/ShaderToolsCommon.cpp b/Graphics/ShaderTools/src/ShaderToolsCommon.cpp index 2b11f7cb..eb61be63 100644 --- a/Graphics/ShaderTools/src/ShaderToolsCommon.cpp +++ b/Graphics/ShaderTools/src/ShaderToolsCommon.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Basic/interface/BasicAtomics.hpp b/Platforms/Basic/interface/BasicAtomics.hpp index b8a777ba..2ae640ec 100644 --- a/Platforms/Basic/interface/BasicAtomics.hpp +++ b/Platforms/Basic/interface/BasicAtomics.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/Platforms/Basic/interface/BasicFileSystem.hpp b/Platforms/Basic/interface/BasicFileSystem.hpp index f3ebecd9..40e67e23 100644 --- a/Platforms/Basic/interface/BasicFileSystem.hpp +++ b/Platforms/Basic/interface/BasicFileSystem.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/Platforms/Basic/interface/BasicPlatformDebug.hpp b/Platforms/Basic/interface/BasicPlatformDebug.hpp index 700943a4..c44ef7cb 100644 --- a/Platforms/Basic/interface/BasicPlatformDebug.hpp +++ b/Platforms/Basic/interface/BasicPlatformDebug.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/Platforms/Basic/interface/BasicPlatformMisc.hpp b/Platforms/Basic/interface/BasicPlatformMisc.hpp index beddd7a5..5692cf9d 100644 --- a/Platforms/Basic/interface/BasicPlatformMisc.hpp +++ b/Platforms/Basic/interface/BasicPlatformMisc.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/Platforms/Basic/interface/DebugUtilities.hpp b/Platforms/Basic/interface/DebugUtilities.hpp index bc2e159c..92657dc1 100644 --- a/Platforms/Basic/interface/DebugUtilities.hpp +++ b/Platforms/Basic/interface/DebugUtilities.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/Platforms/Basic/interface/StandardFile.hpp b/Platforms/Basic/interface/StandardFile.hpp index 20855a64..f567bec7 100644 --- a/Platforms/Basic/interface/StandardFile.hpp +++ b/Platforms/Basic/interface/StandardFile.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/Platforms/Basic/src/BasicFileSystem.cpp b/Platforms/Basic/src/BasicFileSystem.cpp index 20be312a..972a705b 100644 --- a/Platforms/Basic/src/BasicFileSystem.cpp +++ b/Platforms/Basic/src/BasicFileSystem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Basic/src/BasicPlatformDebug.cpp b/Platforms/Basic/src/BasicPlatformDebug.cpp index c7091fab..afc32c82 100644 --- a/Platforms/Basic/src/BasicPlatformDebug.cpp +++ b/Platforms/Basic/src/BasicPlatformDebug.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Basic/src/StandardFile.cpp b/Platforms/Basic/src/StandardFile.cpp index 07eda08d..e3e0c4a2 100644 --- a/Platforms/Basic/src/StandardFile.cpp +++ b/Platforms/Basic/src/StandardFile.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Win32/interface/Win32Atomics.hpp b/Platforms/Win32/interface/Win32Atomics.hpp index bf75f470..987fef7f 100644 --- a/Platforms/Win32/interface/Win32Atomics.hpp +++ b/Platforms/Win32/interface/Win32Atomics.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/Platforms/Win32/interface/Win32Debug.hpp b/Platforms/Win32/interface/Win32Debug.hpp index 55089af0..47fa2c8b 100644 --- a/Platforms/Win32/interface/Win32Debug.hpp +++ b/Platforms/Win32/interface/Win32Debug.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/Platforms/Win32/interface/Win32FileSystem.hpp b/Platforms/Win32/interface/Win32FileSystem.hpp index 3f4c3b5d..480655fe 100644 --- a/Platforms/Win32/interface/Win32FileSystem.hpp +++ b/Platforms/Win32/interface/Win32FileSystem.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/Platforms/Win32/interface/Win32NativeWindow.h b/Platforms/Win32/interface/Win32NativeWindow.h index 395e9043..ae3d7a8e 100644 --- a/Platforms/Win32/interface/Win32NativeWindow.h +++ b/Platforms/Win32/interface/Win32NativeWindow.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Win32/interface/Win32PlatformDefinitions.h b/Platforms/Win32/interface/Win32PlatformDefinitions.h index 506445dd..ca1e60b1 100644 --- a/Platforms/Win32/interface/Win32PlatformDefinitions.h +++ b/Platforms/Win32/interface/Win32PlatformDefinitions.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Win32/interface/Win32PlatformMisc.hpp b/Platforms/Win32/interface/Win32PlatformMisc.hpp index 28f7e80a..c23a7135 100644 --- a/Platforms/Win32/interface/Win32PlatformMisc.hpp +++ b/Platforms/Win32/interface/Win32PlatformMisc.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/Platforms/Win32/src/Win32Atomics.cpp b/Platforms/Win32/src/Win32Atomics.cpp index 5e0fe09c..fcf3c903 100644 --- a/Platforms/Win32/src/Win32Atomics.cpp +++ b/Platforms/Win32/src/Win32Atomics.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Win32/src/Win32Debug.cpp b/Platforms/Win32/src/Win32Debug.cpp index 3c566b40..7dfad268 100644 --- a/Platforms/Win32/src/Win32Debug.cpp +++ b/Platforms/Win32/src/Win32Debug.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/Win32/src/Win32FileSystem.cpp b/Platforms/Win32/src/Win32FileSystem.cpp index d2fb7644..e8faf612 100644 --- a/Platforms/Win32/src/Win32FileSystem.cpp +++ b/Platforms/Win32/src/Win32FileSystem.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/interface/Atomics.hpp b/Platforms/interface/Atomics.hpp index 22cd588a..38d20289 100644 --- a/Platforms/interface/Atomics.hpp +++ b/Platforms/interface/Atomics.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/Platforms/interface/FileSystem.hpp b/Platforms/interface/FileSystem.hpp index 67716e42..34a49035 100644 --- a/Platforms/interface/FileSystem.hpp +++ b/Platforms/interface/FileSystem.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/Platforms/interface/NativeWindow.h b/Platforms/interface/NativeWindow.h index e0170cc5..374f6fdc 100644 --- a/Platforms/interface/NativeWindow.h +++ b/Platforms/interface/NativeWindow.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/interface/PlatformDebug.hpp b/Platforms/interface/PlatformDebug.hpp index ae994169..6fbe72da 100644 --- a/Platforms/interface/PlatformDebug.hpp +++ b/Platforms/interface/PlatformDebug.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/Platforms/interface/PlatformDefinitions.h b/Platforms/interface/PlatformDefinitions.h index 96516bdf..f7c3c32f 100644 --- a/Platforms/interface/PlatformDefinitions.h +++ b/Platforms/interface/PlatformDefinitions.h @@ -1,5 +1,5 @@ /* - * Copyright 2019-2020 Diligent Graphics LLC + * Copyright 2019-2021 Diligent Graphics LLC * Copyright 2015-2019 Egor Yusov * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/Platforms/interface/PlatformMisc.hpp b/Platforms/interface/PlatformMisc.hpp index 3e0c24af..48235e3f 100644 --- a/Platforms/interface/PlatformMisc.hpp +++ b/Platforms/interface/PlatformMisc.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/Primitives/interface/BasicTypes.h b/Primitives/interface/BasicTypes.h index f6316025..fd324344 100644 --- a/Primitives/interface/BasicTypes.h +++ b/Primitives/interface/BasicTypes.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/Primitives/interface/CommonDefinitions.h b/Primitives/interface/CommonDefinitions.h index 721e6ebb..483ae86f 100644 --- a/Primitives/interface/CommonDefinitions.h +++ b/Primitives/interface/CommonDefinitions.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/Primitives/interface/DataBlob.h b/Primitives/interface/DataBlob.h index 7447fdbd..04f387ab 100644 --- a/Primitives/interface/DataBlob.h +++ b/Primitives/interface/DataBlob.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/Primitives/interface/DebugOutput.h b/Primitives/interface/DebugOutput.h index ca65c132..ef81dc7c 100644 --- a/Primitives/interface/DebugOutput.h +++ b/Primitives/interface/DebugOutput.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/Primitives/interface/DefineGlobalFuncHelperMacros.h b/Primitives/interface/DefineGlobalFuncHelperMacros.h index bcf869fa..a35649b0 100644 --- a/Primitives/interface/DefineGlobalFuncHelperMacros.h +++ b/Primitives/interface/DefineGlobalFuncHelperMacros.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/Primitives/interface/DefineInterfaceHelperMacros.h b/Primitives/interface/DefineInterfaceHelperMacros.h index 2fd7b37a..51a3e319 100644 --- a/Primitives/interface/DefineInterfaceHelperMacros.h +++ b/Primitives/interface/DefineInterfaceHelperMacros.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/Primitives/interface/Errors.hpp b/Primitives/interface/Errors.hpp index f07b7039..64887ae1 100644 --- a/Primitives/interface/Errors.hpp +++ b/Primitives/interface/Errors.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/Primitives/interface/FileStream.h b/Primitives/interface/FileStream.h index 9fd18214..0ef223fb 100644 --- a/Primitives/interface/FileStream.h +++ b/Primitives/interface/FileStream.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/Primitives/interface/FlagEnum.h b/Primitives/interface/FlagEnum.h index 574e561a..13a00927 100644 --- a/Primitives/interface/FlagEnum.h +++ b/Primitives/interface/FlagEnum.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/Primitives/interface/FormatString.hpp b/Primitives/interface/FormatString.hpp index 21ca53c7..bc42aa76 100644 --- a/Primitives/interface/FormatString.hpp +++ b/Primitives/interface/FormatString.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/Primitives/interface/InterfaceID.h b/Primitives/interface/InterfaceID.h index 7f07996c..aca1a64d 100644 --- a/Primitives/interface/InterfaceID.h +++ b/Primitives/interface/InterfaceID.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/Primitives/interface/MemoryAllocator.h b/Primitives/interface/MemoryAllocator.h index ebd7d907..af660f0d 100644 --- a/Primitives/interface/MemoryAllocator.h +++ b/Primitives/interface/MemoryAllocator.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/Primitives/interface/Object.h b/Primitives/interface/Object.h index 7721025f..20a4ad98 100644 --- a/Primitives/interface/Object.h +++ b/Primitives/interface/Object.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/Primitives/interface/ReferenceCounters.h b/Primitives/interface/ReferenceCounters.h index 8dd2070d..0ac50791 100644 --- a/Primitives/interface/ReferenceCounters.h +++ b/Primitives/interface/ReferenceCounters.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/Primitives/interface/UndefGlobalFuncHelperMacros.h b/Primitives/interface/UndefGlobalFuncHelperMacros.h index 9cf05efe..6d189ea7 100644 --- a/Primitives/interface/UndefGlobalFuncHelperMacros.h +++ b/Primitives/interface/UndefGlobalFuncHelperMacros.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/Primitives/interface/UndefInterfaceHelperMacros.h b/Primitives/interface/UndefInterfaceHelperMacros.h index a997f1bb..6ab8fc99 100644 --- a/Primitives/interface/UndefInterfaceHelperMacros.h +++ b/Primitives/interface/UndefInterfaceHelperMacros.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/Primitives/src/DebugOutput.cpp b/Primitives/src/DebugOutput.cpp index ff2f7ca8..2882af50 100644 --- a/Primitives/src/DebugOutput.cpp +++ b/Primitives/src/DebugOutput.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/Primitives/src/test.cpp b/Primitives/src/test.cpp index 00c754ad..d63d7572 100644 --- a/Primitives/src/test.cpp +++ b/Primitives/src/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/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"); -- cgit v1.2.3