summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeTest/src/GraphicsTools
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-03-25 20:35:07 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-03-25 20:35:07 +0000
commit1bc9ad4cbc913a03a8d4368d45a57f2818bafa64 (patch)
treedca40411a92d76088281a235d41edccb220efec7 /Tests/IncludeTest/src/GraphicsTools
parentAdded include tests for TextureLoader project (diff)
downloadDiligentEngine-1bc9ad4cbc913a03a8d4368d45a57f2818bafa64.tar.gz
DiligentEngine-1bc9ad4cbc913a03a8d4368d45a57f2818bafa64.zip
Updated copyright notice
Diffstat (limited to 'Tests/IncludeTest/src/GraphicsTools')
-rw-r--r--Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp2
9 files changed, 9 insertions, 9 deletions
diff --git a/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp
index c675247..2c9ed1f 100644
--- a/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsTools/BasicShaderSourceStreamFactoryH_test.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp
index 74371d4..e668400 100644
--- a/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsTools/CommonlyUsedStatesH_test.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp
index 3a0b3f1..1b634cd 100644
--- a/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsTools/GraphicsUtilitiesH_test.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp
index 54aaf2e..fa9935a 100644
--- a/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsTools/ShaderMacroHelperH_test.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp
index 5d73f53..0134154 100644
--- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderBaseH_test.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp
index 2076150..86e1b0d 100644
--- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D11H_test.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp
index b393d06..c4885ff 100644
--- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderD3D12H_test.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp
index 02b3b46..51e6682 100644
--- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderGLH_test.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp
index ab7ffcc..7934358 100644
--- a/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp
+++ b/Tests/IncludeTest/src/GraphicsTools/TextureUploaderH_test.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.