summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-01-02 17:38:57 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-01-02 17:38:57 +0000
commitff0c1d49241d5ae800f73147e26bd03797b746a8 (patch)
tree56f83454e43240b6e4cd4b1250f40e69ee08ec06 /Tests/TestApp/src
parentUpdated core (updated SPIRV-Cross and SPIRV-Headers) (diff)
downloadDiligentEngine-ff0c1d49241d5ae800f73147e26bd03797b746a8.tar.gz
DiligentEngine-ff0c1d49241d5ae800f73147e26bd03797b746a8.zip
Updated copyright notice + updated submodules
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/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
39 files changed, 39 insertions, 39 deletions
diff --git a/Tests/TestApp/src/AllocatorTest.cpp b/Tests/TestApp/src/AllocatorTest.cpp
index 9f5e42d..917a321 100644
--- a/Tests/TestApp/src/AllocatorTest.cpp
+++ b/Tests/TestApp/src/AllocatorTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 6449514..9f7f4fa 100644
--- a/Tests/TestApp/src/MTResourceCreationTest.cpp
+++ b/Tests/TestApp/src/MTResourceCreationTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 32b59b4..cf2e65a 100644
--- a/Tests/TestApp/src/MathLibTest.cpp
+++ b/Tests/TestApp/src/MathLibTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 5f47db8..19b81f9 100644
--- a/Tests/TestApp/src/RenderScriptTest.cpp
+++ b/Tests/TestApp/src/RenderScriptTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 1c76164..8122cd0 100644
--- a/Tests/TestApp/src/ResourceReleaseQueueTest.cpp
+++ b/Tests/TestApp/src/ResourceReleaseQueueTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 60281c0..b84ac25 100644
--- a/Tests/TestApp/src/RingBufferTest.cpp
+++ b/Tests/TestApp/src/RingBufferTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 8fbe0b4..b69f7fb 100644
--- a/Tests/TestApp/src/ShaderConverterTest.cpp
+++ b/Tests/TestApp/src/ShaderConverterTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 6a049ff..7b0fb23 100644
--- a/Tests/TestApp/src/SmartPointerTest.cpp
+++ b/Tests/TestApp/src/SmartPointerTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 ab84095..45b9159 100644
--- a/Tests/TestApp/src/TestApp.cpp
+++ b/Tests/TestApp/src/TestApp.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 d8ae658..30b4dfb 100644
--- a/Tests/TestApp/src/TestBlendState.cpp
+++ b/Tests/TestApp/src/TestBlendState.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 91d1914..b8c20d6 100644
--- a/Tests/TestApp/src/TestBrokenShader.cpp
+++ b/Tests/TestApp/src/TestBrokenShader.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 ff606ca..b3aab3a 100644
--- a/Tests/TestApp/src/TestBufferAccess.cpp
+++ b/Tests/TestApp/src/TestBufferAccess.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 7ea1fdd..82f2529 100644
--- a/Tests/TestApp/src/TestBufferCreation.cpp
+++ b/Tests/TestApp/src/TestBufferCreation.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 a23b764..678aed2 100644
--- a/Tests/TestApp/src/TestComputeShaders.cpp
+++ b/Tests/TestApp/src/TestComputeShaders.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 1e3c54e..603530f 100644
--- a/Tests/TestApp/src/TestCopyTexData.cpp
+++ b/Tests/TestApp/src/TestCopyTexData.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 3abdd10..937da5f 100644
--- a/Tests/TestApp/src/TestCreateObjFromNativeResD3D11.cpp
+++ b/Tests/TestApp/src/TestCreateObjFromNativeResD3D11.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 2fdfe77..01e47bc 100644
--- a/Tests/TestApp/src/TestCreateObjFromNativeResD3D12.cpp
+++ b/Tests/TestApp/src/TestCreateObjFromNativeResD3D12.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 b9df712..287ea60 100644
--- a/Tests/TestApp/src/TestCreateObjFromNativeResGL.cpp
+++ b/Tests/TestApp/src/TestCreateObjFromNativeResGL.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 a3113f8..03671da 100644
--- a/Tests/TestApp/src/TestCreateObjFromNativeResVK.cpp
+++ b/Tests/TestApp/src/TestCreateObjFromNativeResVK.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 52e491a..4644438 100644
--- a/Tests/TestApp/src/TestDepthStencilState.cpp
+++ b/Tests/TestApp/src/TestDepthStencilState.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 2194ce6..d45b3b9 100644
--- a/Tests/TestApp/src/TestDrawCommands.cpp
+++ b/Tests/TestApp/src/TestDrawCommands.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 cd10911..2883f26 100644
--- a/Tests/TestApp/src/TestGeometryShader.cpp
+++ b/Tests/TestApp/src/TestGeometryShader.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 24a0c5b..ba4c4ca 100644
--- a/Tests/TestApp/src/TestPSOCompatibility.cpp
+++ b/Tests/TestApp/src/TestPSOCompatibility.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 ecd9e72..3e17d77 100644
--- a/Tests/TestApp/src/TestPipelineStateBase.cpp
+++ b/Tests/TestApp/src/TestPipelineStateBase.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 ae0f8fc..b1a6aa1 100644
--- a/Tests/TestApp/src/TestRasterizerState.cpp
+++ b/Tests/TestApp/src/TestRasterizerState.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 40f81bc..e2d7896 100644
--- a/Tests/TestApp/src/TestRenderTarget.cpp
+++ b/Tests/TestApp/src/TestRenderTarget.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 bc7616d..f3bceff 100644
--- a/Tests/TestApp/src/TestSamplerCreation.cpp
+++ b/Tests/TestApp/src/TestSamplerCreation.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 32480fc..ab55c94 100644
--- a/Tests/TestApp/src/TestSeparateTextureSampler.cpp
+++ b/Tests/TestApp/src/TestSeparateTextureSampler.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 d3fbd48..2b193d7 100644
--- a/Tests/TestApp/src/TestShaderResArrays.cpp
+++ b/Tests/TestApp/src/TestShaderResArrays.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 38cbd8d..a05432a 100644
--- a/Tests/TestApp/src/TestShaderResourceLayout.cpp
+++ b/Tests/TestApp/src/TestShaderResourceLayout.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 adc85db..d65ba10 100644
--- a/Tests/TestApp/src/TestShaderVarAccess.cpp
+++ b/Tests/TestApp/src/TestShaderVarAccess.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 e3ad13d..a56b754 100644
--- a/Tests/TestApp/src/TestTessellation.cpp
+++ b/Tests/TestApp/src/TestTessellation.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 8f4e04d..b95765c 100644
--- a/Tests/TestApp/src/TestTextureCreation.cpp
+++ b/Tests/TestApp/src/TestTextureCreation.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 8628625..8109c40 100644
--- a/Tests/TestApp/src/TestTexturing.cpp
+++ b/Tests/TestApp/src/TestTexturing.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 4c6b3e0..80fe82f 100644
--- a/Tests/TestApp/src/TestVPAndSR.cpp
+++ b/Tests/TestApp/src/TestVPAndSR.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 86ed04d..6edc17d 100644
--- a/Tests/TestApp/src/UnitTestBase.cpp
+++ b/Tests/TestApp/src/UnitTestBase.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 1e96239..e8b5e7c 100644
--- a/Tests/TestApp/src/VarSizeAllocationsManagerTest.cpp
+++ b/Tests/TestApp/src/VarSizeAllocationsManagerTest.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 245c3eb..969bfb1 100644
--- a/Tests/TestApp/src/Win32/TestAppWin32.cpp
+++ b/Tests/TestApp/src/Win32/TestAppWin32.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* 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 5df156a..64b900a 100644
--- a/Tests/TestApp/src/pch.cpp
+++ b/Tests/TestApp/src/pch.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.