summaryrefslogtreecommitdiffstats
path: root/Tests/IncludeTest/src/Common
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/IncludeTest/src/Common
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/IncludeTest/src/Common')
-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/StringPool_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/StringToolsH_test.cpp2
-rw-r--r--Tests/IncludeTest/src/Common/ThreadSignalH_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
20 files changed, 20 insertions, 20 deletions
diff --git a/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp b/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp
index 168ebb4..7305b63 100644
--- a/Tests/IncludeTest/src/Common/AdvancedMathH_test.cpp
+++ b/Tests/IncludeTest/src/Common/AdvancedMathH_test.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/IncludeTest/src/Common/BasicFileStreamH_test.cpp b/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp
index 252a25d..e7f8c0b 100644
--- a/Tests/IncludeTest/src/Common/BasicFileStreamH_test.cpp
+++ b/Tests/IncludeTest/src/Common/BasicFileStreamH_test.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/IncludeTest/src/Common/BasicMathH_test.cpp b/Tests/IncludeTest/src/Common/BasicMathH_test.cpp
index 8846a5a..f63780c 100644
--- a/Tests/IncludeTest/src/Common/BasicMathH_test.cpp
+++ b/Tests/IncludeTest/src/Common/BasicMathH_test.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/IncludeTest/src/Common/DataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp
index f43a1c6..27949cb 100644
--- a/Tests/IncludeTest/src/Common/DataBlobImplH_test.cpp
+++ b/Tests/IncludeTest/src/Common/DataBlobImplH_test.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/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp
index b07b218..08ff749 100644
--- a/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.cpp
+++ b/Tests/IncludeTest/src/Common/DefaultRawMemoryAllocatorH_test.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/IncludeTest/src/Common/FileWrapperH_test.cpp b/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp
index 3e67b09..d891f17 100644
--- a/Tests/IncludeTest/src/Common/FileWrapperH_test.cpp
+++ b/Tests/IncludeTest/src/Common/FileWrapperH_test.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/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp
index 8cd5482..28744f3 100644
--- a/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.cpp
+++ b/Tests/IncludeTest/src/Common/FixedBlockMemoryAllocatorH_test.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/IncludeTest/src/Common/HashUtilsH_test.cpp b/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp
index 0123479..325e149 100644
--- a/Tests/IncludeTest/src/Common/HashUtilsH_test.cpp
+++ b/Tests/IncludeTest/src/Common/HashUtilsH_test.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/IncludeTest/src/Common/LockHelperH_test.cpp b/Tests/IncludeTest/src/Common/LockHelperH_test.cpp
index 22952cf..9a3f636 100644
--- a/Tests/IncludeTest/src/Common/LockHelperH_test.cpp
+++ b/Tests/IncludeTest/src/Common/LockHelperH_test.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/IncludeTest/src/Common/ObjectBaseH_test.cpp b/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp
index 80fded4..0f8a078 100644
--- a/Tests/IncludeTest/src/Common/ObjectBaseH_test.cpp
+++ b/Tests/IncludeTest/src/Common/ObjectBaseH_test.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/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp
index dce3b3f..876b35f 100644
--- a/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.cpp
+++ b/Tests/IncludeTest/src/Common/RefCntAutoPtrH_test.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/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp
index bb21250..d20b169 100644
--- a/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.cpp
+++ b/Tests/IncludeTest/src/Common/RefCountedObjectImplH_test.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/IncludeTest/src/Common/STDAllocatorH_test.cpp b/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp
index 1d861db..45865b6 100644
--- a/Tests/IncludeTest/src/Common/STDAllocatorH_test.cpp
+++ b/Tests/IncludeTest/src/Common/STDAllocatorH_test.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/IncludeTest/src/Common/StringDataBlobImplH_test.cpp b/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp
index 2e7233a..5cb7a06 100644
--- a/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.cpp
+++ b/Tests/IncludeTest/src/Common/StringDataBlobImplH_test.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/IncludeTest/src/Common/StringPool_test.cpp b/Tests/IncludeTest/src/Common/StringPool_test.cpp
index b7d7c2c..ecbb24f 100644
--- a/Tests/IncludeTest/src/Common/StringPool_test.cpp
+++ b/Tests/IncludeTest/src/Common/StringPool_test.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/IncludeTest/src/Common/StringToolsH_test.cpp b/Tests/IncludeTest/src/Common/StringToolsH_test.cpp
index 4205ce1..8518c02 100644
--- a/Tests/IncludeTest/src/Common/StringToolsH_test.cpp
+++ b/Tests/IncludeTest/src/Common/StringToolsH_test.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/IncludeTest/src/Common/ThreadSignalH_test.cpp b/Tests/IncludeTest/src/Common/ThreadSignalH_test.cpp
index 4a1f07f..c63d028 100644
--- a/Tests/IncludeTest/src/Common/ThreadSignalH_test.cpp
+++ b/Tests/IncludeTest/src/Common/ThreadSignalH_test.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/IncludeTest/src/Common/TimerH_test.cpp b/Tests/IncludeTest/src/Common/TimerH_test.cpp
index 1f43a36..244d0a8 100644
--- a/Tests/IncludeTest/src/Common/TimerH_test.cpp
+++ b/Tests/IncludeTest/src/Common/TimerH_test.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/IncludeTest/src/Common/UniqueIdentifierH_test.cpp b/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp
index 2a9503b..d7b0b24 100644
--- a/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.cpp
+++ b/Tests/IncludeTest/src/Common/UniqueIdentifierH_test.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/IncludeTest/src/Common/ValidatedCastH_test.cpp b/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp
index 7a0d2ad..e213807 100644
--- a/Tests/IncludeTest/src/Common/ValidatedCastH_test.cpp
+++ b/Tests/IncludeTest/src/Common/ValidatedCastH_test.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.