summaryrefslogtreecommitdiffstats
path: root/Common/include
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2017-05-20 20:12:04 +0000
committerEgor Yusov <egor.yusov@gmail.com>2017-05-20 20:12:04 +0000
commitaee75043883900a4952767398201066e62e68724 (patch)
treebe7c54a0cb2e6849aa7f63b5b08721044480c86c /Common/include
parentFixed D3D12 warnings, updated copyright notice (diff)
downloadDiligentCore-aee75043883900a4952767398201066e62e68724.tar.gz
DiligentCore-aee75043883900a4952767398201066e62e68724.zip
Merging Updates from dev branch
Diffstat (limited to 'Common/include')
-rw-r--r--Common/include/BasicFileStream.h2
-rw-r--r--Common/include/BasicTypes.h2
-rw-r--r--Common/include/DataBlobImpl.h2
-rw-r--r--Common/include/DebugUtilities.h2
-rw-r--r--Common/include/DefaultRawMemoryAllocator.h2
-rw-r--r--Common/include/Errors.h2
-rw-r--r--Common/include/FileWrapper.h2
-rw-r--r--Common/include/FixedBlockMemoryAllocator.h2
-rw-r--r--Common/include/FormatMessage.h2
-rw-r--r--Common/include/HashUtils.h2
-rw-r--r--Common/include/InterfaceID.h2
-rw-r--r--Common/include/LockHelper.h2
-rw-r--r--Common/include/ObjectBase.h2
-rw-r--r--Common/include/RefCntAutoPtr.h2
-rw-r--r--Common/include/RefCountedObjectImpl.h2
-rw-r--r--Common/include/STDAllocator.h2
-rw-r--r--Common/include/StringTools.h2
-rw-r--r--Common/include/Timer.h2
-rw-r--r--Common/include/UniqueIdentifier.h2
-rw-r--r--Common/include/ValidatedCast.h2
-rw-r--r--Common/include/pch.h2
21 files changed, 21 insertions, 21 deletions
diff --git a/Common/include/BasicFileStream.h b/Common/include/BasicFileStream.h
index 306c4225..af71f9f8 100644
--- a/Common/include/BasicFileStream.h
+++ b/Common/include/BasicFileStream.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/BasicTypes.h b/Common/include/BasicTypes.h
index 771faa15..45840213 100644
--- a/Common/include/BasicTypes.h
+++ b/Common/include/BasicTypes.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/DataBlobImpl.h b/Common/include/DataBlobImpl.h
index 5b10489e..7b243f2c 100644
--- a/Common/include/DataBlobImpl.h
+++ b/Common/include/DataBlobImpl.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/DebugUtilities.h b/Common/include/DebugUtilities.h
index 040a3447..8027b0ed 100644
--- a/Common/include/DebugUtilities.h
+++ b/Common/include/DebugUtilities.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/DefaultRawMemoryAllocator.h b/Common/include/DefaultRawMemoryAllocator.h
index bb6c2730..142fe6b9 100644
--- a/Common/include/DefaultRawMemoryAllocator.h
+++ b/Common/include/DefaultRawMemoryAllocator.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/Errors.h b/Common/include/Errors.h
index c5d4a3bd..c7028708 100644
--- a/Common/include/Errors.h
+++ b/Common/include/Errors.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/FileWrapper.h b/Common/include/FileWrapper.h
index ec5ab6b1..41e96084 100644
--- a/Common/include/FileWrapper.h
+++ b/Common/include/FileWrapper.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/FixedBlockMemoryAllocator.h b/Common/include/FixedBlockMemoryAllocator.h
index 66013060..e91b5157 100644
--- a/Common/include/FixedBlockMemoryAllocator.h
+++ b/Common/include/FixedBlockMemoryAllocator.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/FormatMessage.h b/Common/include/FormatMessage.h
index 4a6a552e..abbacce2 100644
--- a/Common/include/FormatMessage.h
+++ b/Common/include/FormatMessage.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/HashUtils.h b/Common/include/HashUtils.h
index cf883eb9..825d7171 100644
--- a/Common/include/HashUtils.h
+++ b/Common/include/HashUtils.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/InterfaceID.h b/Common/include/InterfaceID.h
index d24f0b75..dee585e3 100644
--- a/Common/include/InterfaceID.h
+++ b/Common/include/InterfaceID.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/LockHelper.h b/Common/include/LockHelper.h
index 47e6b6de..34b90f35 100644
--- a/Common/include/LockHelper.h
+++ b/Common/include/LockHelper.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/ObjectBase.h b/Common/include/ObjectBase.h
index 9be99f24..f92cac1e 100644
--- a/Common/include/ObjectBase.h
+++ b/Common/include/ObjectBase.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/RefCntAutoPtr.h b/Common/include/RefCntAutoPtr.h
index 2d99699e..bc886187 100644
--- a/Common/include/RefCntAutoPtr.h
+++ b/Common/include/RefCntAutoPtr.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/RefCountedObjectImpl.h b/Common/include/RefCountedObjectImpl.h
index d3c8d38c..f42e56f1 100644
--- a/Common/include/RefCountedObjectImpl.h
+++ b/Common/include/RefCountedObjectImpl.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/STDAllocator.h b/Common/include/STDAllocator.h
index 522e0844..9fc0c5cd 100644
--- a/Common/include/STDAllocator.h
+++ b/Common/include/STDAllocator.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/StringTools.h b/Common/include/StringTools.h
index e1327d0a..0592d811 100644
--- a/Common/include/StringTools.h
+++ b/Common/include/StringTools.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/Timer.h b/Common/include/Timer.h
index 8b4c82c6..d0023a87 100644
--- a/Common/include/Timer.h
+++ b/Common/include/Timer.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/UniqueIdentifier.h b/Common/include/UniqueIdentifier.h
index 5d831579..ce539608 100644
--- a/Common/include/UniqueIdentifier.h
+++ b/Common/include/UniqueIdentifier.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/ValidatedCast.h b/Common/include/ValidatedCast.h
index 1b775ad6..2f68f912 100644
--- a/Common/include/ValidatedCast.h
+++ b/Common/include/ValidatedCast.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 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/Common/include/pch.h b/Common/include/pch.h
index 14dca411..6aba18ab 100644
--- a/Common/include/pch.h
+++ b/Common/include/pch.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2016 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.