summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeTest/src/Common
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/Common
parentAdded include tests for TextureLoader project (diff)
downloadDiligentEngine-1bc9ad4cbc913a03a8d4368d45a57f2818bafa64.tar.gz
DiligentEngine-1bc9ad4cbc913a03a8d4368d45a57f2818bafa64.zip
Updated copyright notice
Diffstat (limited to 'Tests/IncludeTest/src/Common')
-rw-r--r--Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/BasicMathH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/FileWrapperH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/HashUtilsH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/LockHelperH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/StringToolsH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/TimerH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp2
19 files changed, 19 insertions, 19 deletions
diff --git a/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp
index 705b12d..0001f36 100644
--- a/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_test.cpp
+++ b/Tests/IncludeTest/src/Common/AdaptiveFixedBlockAllocatorH_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/Common/AdvancedMathH_test.cpp b/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp
index e89b373..32ecfc7 100644
--- a/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp
+++ b/Tests/IncludeTest/src/Common/AdvancedMathH_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/Common/BasicFileStreamH_test.cpp b/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp
index d0a43dc..a384d84 100644
--- a/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp
+++ b/Tests/IncludeTest/src/Common/BasicFileStreamH_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/Common/BasicMathH_test.cpp b/Tests/IncludeTest/src/Common/BasicMathH_test.cpp
index 39dd603..5b0640d 100644
--- a/Tests/IncludeTest/src/Common/BasicMathH_test.cpp
+++ b/Tests/IncludeTest/src/Common/BasicMathH_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/Common/DataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp
index 89aff76..5913777 100644
--- a/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp
+++ b/Tests/IncludeTest/src/Common/DataBlobImplH_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/Common/DefaultRawMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp
index ae6c4c5..d3738a2 100644
--- a/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp
+++ b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_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/Common/FileWrapperH_test.cpp b/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp
index 8d41158..c433710 100644
--- a/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp
+++ b/Tests/IncludeTest/src/Common/FileWrapperH_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/Common/FixedBlockMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp
index 315c585..f6975f2 100644
--- a/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp
+++ b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_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/Common/HashUtilsH_test.cpp b/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp
index 99f7000..a9a261d 100644
--- a/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp
+++ b/Tests/IncludeTest/src/Common/HashUtilsH_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/Common/LockHelperH_test.cpp b/Tests/IncludeTest/src/Common/LockHelperH_test.cpp
index 5d93bfb..76db2d6 100644
--- a/Tests/IncludeTest/src/Common/LockHelperH_test.cpp
+++ b/Tests/IncludeTest/src/Common/LockHelperH_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/Common/ObjectBaseH_test.cpp b/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp
index 543bf90..4e9bc26 100644
--- a/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp
+++ b/Tests/IncludeTest/src/Common/ObjectBaseH_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/Common/RefCntAutoPtrH_test.cpp b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp
index aebff59..f3f2097 100644
--- a/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp
+++ b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_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/Common/RefCountedObjectImplH_test.cpp b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp
index 693cb84..6562bc7 100644
--- a/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp
+++ b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_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/Common/STDAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp
index dc94182..35cc148 100644
--- a/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp
+++ b/Tests/IncludeTest/src/Common/STDAllocatorH_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/Common/StringDataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp
index a89a2bb..119c201 100644
--- a/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp
+++ b/Tests/IncludeTest/src/Common/StringDataBlobImplH_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/Common/StringToolsH_test.cpp b/Tests/IncludeTest/src/Common/StringToolsH_test.cpp
index 81121ee..c5acecf 100644
--- a/Tests/IncludeTest/src/Common/StringToolsH_test.cpp
+++ b/Tests/IncludeTest/src/Common/StringToolsH_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/Common/TimerH_test.cpp b/Tests/IncludeTest/src/Common/TimerH_test.cpp
index 717406d..74394c5 100644
--- a/Tests/IncludeTest/src/Common/TimerH_test.cpp
+++ b/Tests/IncludeTest/src/Common/TimerH_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/Common/UniqueIdentifierH_test.cpp b/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp
index 91e8b75..6747481 100644
--- a/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp
+++ b/Tests/IncludeTest/src/Common/UniqueIdentifierH_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/Common/ValidatedCastH_test.cpp b/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp
index 65389f4..e7008c2 100644
--- a/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp
+++ b/Tests/IncludeTest/src/Common/ValidatedCastH_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.