summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-09-17 04:23:22 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-09-17 04:23:22 +0000
commit881b835dc0460bfd701908bad0213bcf43d5d6d5 (patch)
tree3a02a37c303553144f860e41aa9a33f6d232e864 /Tests/TestApp/src
parentUpdated core (updated 3rd party modules; disabled SPIRV-Cross installation) (diff)
downloadDiligentEngine-881b835dc0460bfd701908bad0213bcf43d5d6d5.tar.gz
DiligentEngine-881b835dc0460bfd701908bad0213bcf43d5d6d5.zip
Updated copyright notice
Diffstat (limited to 'Tests/TestApp/src')
-rw-r--r--Tests/TestApp/src/AllocatorTest.cpp2
-rw-r--r--Tests/TestApp/src/MTResourceCreationTest.cpp2
-rw-r--r--Tests/TestApp/src/MathLibTest.cpp2
-rw-r--r--Tests/TestApp/src/RenderScriptTest.cpp2
-rw-r--r--Tests/TestApp/src/ResourceReleaseQueueTest.cpp2
-rw-r--r--Tests/TestApp/src/RingBufferTest.cpp2
-rw-r--r--Tests/TestApp/src/ShaderConverterTest.cpp2
-rw-r--r--Tests/TestApp/src/SmartPointerTest.cpp2
-rw-r--r--Tests/TestApp/src/TestApp.cpp2
-rw-r--r--Tests/TestApp/src/TestBlendState.cpp2
-rw-r--r--Tests/TestApp/src/TestBrokenShader.cpp2
-rw-r--r--Tests/TestApp/src/TestBufferAccess.cpp2
-rw-r--r--Tests/TestApp/src/TestBufferCreation.cpp2
-rw-r--r--Tests/TestApp/src/TestComputeShaders.cpp2
-rw-r--r--Tests/TestApp/src/TestCopyTexData.cpp2
-rw-r--r--Tests/TestApp/src/TestCreateObjFromNativeResD3D11.cpp2
-rw-r--r--Tests/TestApp/src/TestCreateObjFromNativeResD3D12.cpp2
-rw-r--r--Tests/TestApp/src/TestCreateObjFromNativeResGL.cpp2
-rw-r--r--Tests/TestApp/src/TestCreateObjFromNativeResVK.cpp2
-rw-r--r--Tests/TestApp/src/TestDepthStencilState.cpp2
-rw-r--r--Tests/TestApp/src/TestDrawCommands.cpp2
-rw-r--r--Tests/TestApp/src/TestGeometryShader.cpp2
-rw-r--r--Tests/TestApp/src/TestMipMapsGeneration.cpp2
-rw-r--r--Tests/TestApp/src/TestPSOCompatibility.cpp2
-rw-r--r--Tests/TestApp/src/TestPipelineStateBase.cpp2
-rw-r--r--Tests/TestApp/src/TestRasterizerState.cpp2
-rw-r--r--Tests/TestApp/src/TestRenderTarget.cpp2
-rw-r--r--Tests/TestApp/src/TestSamplerCreation.cpp2
-rw-r--r--Tests/TestApp/src/TestSeparateTextureSampler.cpp2
-rw-r--r--Tests/TestApp/src/TestShaderResArrays.cpp2
-rw-r--r--Tests/TestApp/src/TestShaderResourceLayout.cpp2
-rw-r--r--Tests/TestApp/src/TestShaderVarAccess.cpp2
-rw-r--r--Tests/TestApp/src/TestTessellation.cpp2
-rw-r--r--Tests/TestApp/src/TestTextureCreation.cpp2
-rw-r--r--Tests/TestApp/src/TestTexturing.cpp2
-rw-r--r--Tests/TestApp/src/TestVPAndSR.cpp2
-rw-r--r--Tests/TestApp/src/UnitTestBase.cpp2
-rw-r--r--Tests/TestApp/src/VarSizeAllocationsManagerTest.cpp2
-rw-r--r--Tests/TestApp/src/Win32/TestAppWin32.cpp2
-rw-r--r--Tests/TestApp/src/pch.cpp2
40 files changed, 40 insertions, 40 deletions
diff --git a/Tests/TestApp/src/AllocatorTest.cpp b/Tests/TestApp/src/AllocatorTest.cpp
index 917a321..b575fe8 100644
--- a/Tests/TestApp/src/AllocatorTest.cpp
+++ b/Tests/TestApp/src/AllocatorTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/MTResourceCreationTest.cpp b/Tests/TestApp/src/MTResourceCreationTest.cpp
index ec564e7..519a712 100644
--- a/Tests/TestApp/src/MTResourceCreationTest.cpp
+++ b/Tests/TestApp/src/MTResourceCreationTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/MathLibTest.cpp b/Tests/TestApp/src/MathLibTest.cpp
index b255f90..c19051a 100644
--- a/Tests/TestApp/src/MathLibTest.cpp
+++ b/Tests/TestApp/src/MathLibTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/RenderScriptTest.cpp b/Tests/TestApp/src/RenderScriptTest.cpp
index 977fff2..00000bd 100644
--- a/Tests/TestApp/src/RenderScriptTest.cpp
+++ b/Tests/TestApp/src/RenderScriptTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/ResourceReleaseQueueTest.cpp b/Tests/TestApp/src/ResourceReleaseQueueTest.cpp
index 8122cd0..500b5a7 100644
--- a/Tests/TestApp/src/ResourceReleaseQueueTest.cpp
+++ b/Tests/TestApp/src/ResourceReleaseQueueTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/RingBufferTest.cpp b/Tests/TestApp/src/RingBufferTest.cpp
index b84ac25..14c942e 100644
--- a/Tests/TestApp/src/RingBufferTest.cpp
+++ b/Tests/TestApp/src/RingBufferTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/ShaderConverterTest.cpp b/Tests/TestApp/src/ShaderConverterTest.cpp
index 8995e28..0d27926 100644
--- a/Tests/TestApp/src/ShaderConverterTest.cpp
+++ b/Tests/TestApp/src/ShaderConverterTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/SmartPointerTest.cpp b/Tests/TestApp/src/SmartPointerTest.cpp
index b2d0bc4..f1f0cb0 100644
--- a/Tests/TestApp/src/SmartPointerTest.cpp
+++ b/Tests/TestApp/src/SmartPointerTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp
index 3a7b499..9af6b9d 100644
--- a/Tests/TestApp/src/TestApp.cpp
+++ b/Tests/TestApp/src/TestApp.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestBlendState.cpp b/Tests/TestApp/src/TestBlendState.cpp
index 30b4dfb..f1f373e 100644
--- a/Tests/TestApp/src/TestBlendState.cpp
+++ b/Tests/TestApp/src/TestBlendState.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestBrokenShader.cpp b/Tests/TestApp/src/TestBrokenShader.cpp
index a85d699..68a6787 100644
--- a/Tests/TestApp/src/TestBrokenShader.cpp
+++ b/Tests/TestApp/src/TestBrokenShader.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestBufferAccess.cpp b/Tests/TestApp/src/TestBufferAccess.cpp
index 9219472..54d4433 100644
--- a/Tests/TestApp/src/TestBufferAccess.cpp
+++ b/Tests/TestApp/src/TestBufferAccess.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestBufferCreation.cpp b/Tests/TestApp/src/TestBufferCreation.cpp
index 69c0e7d..c9ffcfb 100644
--- a/Tests/TestApp/src/TestBufferCreation.cpp
+++ b/Tests/TestApp/src/TestBufferCreation.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestComputeShaders.cpp b/Tests/TestApp/src/TestComputeShaders.cpp
index 678aed2..67c0c5f 100644
--- a/Tests/TestApp/src/TestComputeShaders.cpp
+++ b/Tests/TestApp/src/TestComputeShaders.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestCopyTexData.cpp b/Tests/TestApp/src/TestCopyTexData.cpp
index c4152f9..ffe3748 100644
--- a/Tests/TestApp/src/TestCopyTexData.cpp
+++ b/Tests/TestApp/src/TestCopyTexData.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestCreateObjFromNativeResD3D11.cpp b/Tests/TestApp/src/TestCreateObjFromNativeResD3D11.cpp
index 937da5f..4d913a6 100644
--- a/Tests/TestApp/src/TestCreateObjFromNativeResD3D11.cpp
+++ b/Tests/TestApp/src/TestCreateObjFromNativeResD3D11.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestCreateObjFromNativeResD3D12.cpp b/Tests/TestApp/src/TestCreateObjFromNativeResD3D12.cpp
index 01e47bc..12569df 100644
--- a/Tests/TestApp/src/TestCreateObjFromNativeResD3D12.cpp
+++ b/Tests/TestApp/src/TestCreateObjFromNativeResD3D12.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestCreateObjFromNativeResGL.cpp b/Tests/TestApp/src/TestCreateObjFromNativeResGL.cpp
index 287ea60..1d22ee1 100644
--- a/Tests/TestApp/src/TestCreateObjFromNativeResGL.cpp
+++ b/Tests/TestApp/src/TestCreateObjFromNativeResGL.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestCreateObjFromNativeResVK.cpp b/Tests/TestApp/src/TestCreateObjFromNativeResVK.cpp
index 03671da..19e3c1b 100644
--- a/Tests/TestApp/src/TestCreateObjFromNativeResVK.cpp
+++ b/Tests/TestApp/src/TestCreateObjFromNativeResVK.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestDepthStencilState.cpp b/Tests/TestApp/src/TestDepthStencilState.cpp
index 4644438..6127562 100644
--- a/Tests/TestApp/src/TestDepthStencilState.cpp
+++ b/Tests/TestApp/src/TestDepthStencilState.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestDrawCommands.cpp b/Tests/TestApp/src/TestDrawCommands.cpp
index 61575f1..23b0426 100644
--- a/Tests/TestApp/src/TestDrawCommands.cpp
+++ b/Tests/TestApp/src/TestDrawCommands.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestGeometryShader.cpp b/Tests/TestApp/src/TestGeometryShader.cpp
index ec838f7..d72b323 100644
--- a/Tests/TestApp/src/TestGeometryShader.cpp
+++ b/Tests/TestApp/src/TestGeometryShader.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestMipMapsGeneration.cpp b/Tests/TestApp/src/TestMipMapsGeneration.cpp
index 506235d..5dcecc4 100644
--- a/Tests/TestApp/src/TestMipMapsGeneration.cpp
+++ b/Tests/TestApp/src/TestMipMapsGeneration.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestPSOCompatibility.cpp b/Tests/TestApp/src/TestPSOCompatibility.cpp
index 76a76d2..f9add52 100644
--- a/Tests/TestApp/src/TestPSOCompatibility.cpp
+++ b/Tests/TestApp/src/TestPSOCompatibility.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestPipelineStateBase.cpp b/Tests/TestApp/src/TestPipelineStateBase.cpp
index 2164bf6..53aa7bd 100644
--- a/Tests/TestApp/src/TestPipelineStateBase.cpp
+++ b/Tests/TestApp/src/TestPipelineStateBase.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestRasterizerState.cpp b/Tests/TestApp/src/TestRasterizerState.cpp
index b1a6aa1..dd2f22d 100644
--- a/Tests/TestApp/src/TestRasterizerState.cpp
+++ b/Tests/TestApp/src/TestRasterizerState.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestRenderTarget.cpp b/Tests/TestApp/src/TestRenderTarget.cpp
index e2d7896..c74af76 100644
--- a/Tests/TestApp/src/TestRenderTarget.cpp
+++ b/Tests/TestApp/src/TestRenderTarget.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestSamplerCreation.cpp b/Tests/TestApp/src/TestSamplerCreation.cpp
index f3bceff..c020433 100644
--- a/Tests/TestApp/src/TestSamplerCreation.cpp
+++ b/Tests/TestApp/src/TestSamplerCreation.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestSeparateTextureSampler.cpp b/Tests/TestApp/src/TestSeparateTextureSampler.cpp
index fdae3d3..07a60bc 100644
--- a/Tests/TestApp/src/TestSeparateTextureSampler.cpp
+++ b/Tests/TestApp/src/TestSeparateTextureSampler.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestShaderResArrays.cpp b/Tests/TestApp/src/TestShaderResArrays.cpp
index 1ed34b7..71e3b06 100644
--- a/Tests/TestApp/src/TestShaderResArrays.cpp
+++ b/Tests/TestApp/src/TestShaderResArrays.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestShaderResourceLayout.cpp b/Tests/TestApp/src/TestShaderResourceLayout.cpp
index 56166b6..a6a28d1 100644
--- a/Tests/TestApp/src/TestShaderResourceLayout.cpp
+++ b/Tests/TestApp/src/TestShaderResourceLayout.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestShaderVarAccess.cpp b/Tests/TestApp/src/TestShaderVarAccess.cpp
index 513bb69..83d811c 100644
--- a/Tests/TestApp/src/TestShaderVarAccess.cpp
+++ b/Tests/TestApp/src/TestShaderVarAccess.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestTessellation.cpp b/Tests/TestApp/src/TestTessellation.cpp
index 390a4be..bec50cc 100644
--- a/Tests/TestApp/src/TestTessellation.cpp
+++ b/Tests/TestApp/src/TestTessellation.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestTextureCreation.cpp b/Tests/TestApp/src/TestTextureCreation.cpp
index 72a7ccd..3dc0e6b 100644
--- a/Tests/TestApp/src/TestTextureCreation.cpp
+++ b/Tests/TestApp/src/TestTextureCreation.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestTexturing.cpp b/Tests/TestApp/src/TestTexturing.cpp
index 83c1f16..2856886 100644
--- a/Tests/TestApp/src/TestTexturing.cpp
+++ b/Tests/TestApp/src/TestTexturing.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/TestVPAndSR.cpp b/Tests/TestApp/src/TestVPAndSR.cpp
index 80fe82f..8014b0b 100644
--- a/Tests/TestApp/src/TestVPAndSR.cpp
+++ b/Tests/TestApp/src/TestVPAndSR.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/UnitTestBase.cpp b/Tests/TestApp/src/UnitTestBase.cpp
index 6edc17d..069aa10 100644
--- a/Tests/TestApp/src/UnitTestBase.cpp
+++ b/Tests/TestApp/src/UnitTestBase.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/VarSizeAllocationsManagerTest.cpp b/Tests/TestApp/src/VarSizeAllocationsManagerTest.cpp
index e8b5e7c..9d90ce4 100644
--- a/Tests/TestApp/src/VarSizeAllocationsManagerTest.cpp
+++ b/Tests/TestApp/src/VarSizeAllocationsManagerTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/Win32/TestAppWin32.cpp b/Tests/TestApp/src/Win32/TestAppWin32.cpp
index 40ed6ed..5365123 100644
--- a/Tests/TestApp/src/Win32/TestAppWin32.cpp
+++ b/Tests/TestApp/src/Win32/TestAppWin32.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/Tests/TestApp/src/pch.cpp b/Tests/TestApp/src/pch.cpp
index 64b900a..ee46a4a 100644
--- a/Tests/TestApp/src/pch.cpp
+++ b/Tests/TestApp/src/pch.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.