summaryrefslogtreecommitdiffstats
path: root/Common/interface
diff options
context:
space:
mode:
authorassiduous <assiduous@diligentgraphics.com>2021-01-01 18:30:48 +0000
committerassiduous <assiduous@diligentgraphics.com>2021-01-01 18:30:48 +0000
commitfa345f59de694ac249c14e987032ef3e341faaa7 (patch)
treef06a98a8ff5b5d693566faddcaebc98efb840e88 /Common/interface
parentD3D12 and VK backends: disabled bound resources validation in TransitionShade... (diff)
downloadDiligentCore-fa345f59de694ac249c14e987032ef3e341faaa7.tar.gz
DiligentCore-fa345f59de694ac249c14e987032ef3e341faaa7.zip
Updated copyright notice
Diffstat (limited to 'Common/interface')
-rw-r--r--Common/interface/AdvancedMath.hpp2
-rw-r--r--Common/interface/Align.hpp2
-rw-r--r--Common/interface/BasicFileStream.hpp2
-rw-r--r--Common/interface/BasicMath.hpp2
-rw-r--r--Common/interface/CompilerDefinitions.h2
-rw-r--r--Common/interface/DataBlobImpl.hpp2
-rw-r--r--Common/interface/DefaultRawMemoryAllocator.hpp2
-rw-r--r--Common/interface/DynamicLinearAllocator.hpp2
-rw-r--r--Common/interface/FastRand.hpp2
-rw-r--r--Common/interface/FileWrapper.hpp2
-rw-r--r--Common/interface/FilteringTools.hpp2
-rw-r--r--Common/interface/FixedBlockMemoryAllocator.hpp2
-rw-r--r--Common/interface/FixedLinearAllocator.hpp2
-rw-r--r--Common/interface/HashUtils.hpp2
-rw-r--r--Common/interface/LockHelper.hpp2
-rw-r--r--Common/interface/MemoryFileStream.hpp2
-rw-r--r--Common/interface/ObjectBase.hpp2
-rw-r--r--Common/interface/RefCntAutoPtr.hpp2
-rw-r--r--Common/interface/RefCountedObjectImpl.hpp2
-rw-r--r--Common/interface/STDAllocator.hpp2
-rw-r--r--Common/interface/StringDataBlobImpl.hpp2
-rw-r--r--Common/interface/StringPool.hpp2
-rw-r--r--Common/interface/StringTools.hpp2
-rw-r--r--Common/interface/ThreadSignal.hpp2
-rw-r--r--Common/interface/Timer.hpp2
-rw-r--r--Common/interface/UniqueIdentifier.hpp2
-rw-r--r--Common/interface/ValidatedCast.hpp2
27 files changed, 27 insertions, 27 deletions
diff --git a/Common/interface/AdvancedMath.hpp b/Common/interface/AdvancedMath.hpp
index 01a122e0..2fae421b 100644
--- a/Common/interface/AdvancedMath.hpp
+++ b/Common/interface/AdvancedMath.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/Align.hpp b/Common/interface/Align.hpp
index 9acb310c..b22a7717 100644
--- a/Common/interface/Align.hpp
+++ b/Common/interface/Align.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/BasicFileStream.hpp b/Common/interface/BasicFileStream.hpp
index c0891248..9e5a9298 100644
--- a/Common/interface/BasicFileStream.hpp
+++ b/Common/interface/BasicFileStream.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/BasicMath.hpp b/Common/interface/BasicMath.hpp
index 93426bae..05a168fc 100644
--- a/Common/interface/BasicMath.hpp
+++ b/Common/interface/BasicMath.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/CompilerDefinitions.h b/Common/interface/CompilerDefinitions.h
index 83ef8842..082170b8 100644
--- a/Common/interface/CompilerDefinitions.h
+++ b/Common/interface/CompilerDefinitions.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/DataBlobImpl.hpp b/Common/interface/DataBlobImpl.hpp
index 7db2ca34..d01087e3 100644
--- a/Common/interface/DataBlobImpl.hpp
+++ b/Common/interface/DataBlobImpl.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/DefaultRawMemoryAllocator.hpp b/Common/interface/DefaultRawMemoryAllocator.hpp
index cbe4f791..daf9196c 100644
--- a/Common/interface/DefaultRawMemoryAllocator.hpp
+++ b/Common/interface/DefaultRawMemoryAllocator.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/DynamicLinearAllocator.hpp b/Common/interface/DynamicLinearAllocator.hpp
index f545cd2a..1ab9c5ee 100644
--- a/Common/interface/DynamicLinearAllocator.hpp
+++ b/Common/interface/DynamicLinearAllocator.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/FastRand.hpp b/Common/interface/FastRand.hpp
index aed0c23a..d8be7831 100644
--- a/Common/interface/FastRand.hpp
+++ b/Common/interface/FastRand.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/FileWrapper.hpp b/Common/interface/FileWrapper.hpp
index 2f459bc7..81192aed 100644
--- a/Common/interface/FileWrapper.hpp
+++ b/Common/interface/FileWrapper.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/FilteringTools.hpp b/Common/interface/FilteringTools.hpp
index 73871093..a6b92f11 100644
--- a/Common/interface/FilteringTools.hpp
+++ b/Common/interface/FilteringTools.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/FixedBlockMemoryAllocator.hpp b/Common/interface/FixedBlockMemoryAllocator.hpp
index 91c7422b..d888142b 100644
--- a/Common/interface/FixedBlockMemoryAllocator.hpp
+++ b/Common/interface/FixedBlockMemoryAllocator.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/FixedLinearAllocator.hpp b/Common/interface/FixedLinearAllocator.hpp
index d9302c5c..44629f91 100644
--- a/Common/interface/FixedLinearAllocator.hpp
+++ b/Common/interface/FixedLinearAllocator.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/HashUtils.hpp b/Common/interface/HashUtils.hpp
index 009c298f..69c420f1 100644
--- a/Common/interface/HashUtils.hpp
+++ b/Common/interface/HashUtils.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/LockHelper.hpp b/Common/interface/LockHelper.hpp
index f8606402..8ce656d9 100644
--- a/Common/interface/LockHelper.hpp
+++ b/Common/interface/LockHelper.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/MemoryFileStream.hpp b/Common/interface/MemoryFileStream.hpp
index 50da3911..42d4e44c 100644
--- a/Common/interface/MemoryFileStream.hpp
+++ b/Common/interface/MemoryFileStream.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/ObjectBase.hpp b/Common/interface/ObjectBase.hpp
index 15c1fe8b..2b9087c2 100644
--- a/Common/interface/ObjectBase.hpp
+++ b/Common/interface/ObjectBase.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/RefCntAutoPtr.hpp b/Common/interface/RefCntAutoPtr.hpp
index 140c01d5..d8265366 100644
--- a/Common/interface/RefCntAutoPtr.hpp
+++ b/Common/interface/RefCntAutoPtr.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/RefCountedObjectImpl.hpp b/Common/interface/RefCountedObjectImpl.hpp
index 2294c668..312104a0 100644
--- a/Common/interface/RefCountedObjectImpl.hpp
+++ b/Common/interface/RefCountedObjectImpl.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/STDAllocator.hpp b/Common/interface/STDAllocator.hpp
index 4c4ea5e6..5c3e655c 100644
--- a/Common/interface/STDAllocator.hpp
+++ b/Common/interface/STDAllocator.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/StringDataBlobImpl.hpp b/Common/interface/StringDataBlobImpl.hpp
index 5aaebb9b..2bb0819e 100644
--- a/Common/interface/StringDataBlobImpl.hpp
+++ b/Common/interface/StringDataBlobImpl.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/StringPool.hpp b/Common/interface/StringPool.hpp
index f38b64f4..e1d633af 100644
--- a/Common/interface/StringPool.hpp
+++ b/Common/interface/StringPool.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/StringTools.hpp b/Common/interface/StringTools.hpp
index 9a114db1..e6c095c3 100644
--- a/Common/interface/StringTools.hpp
+++ b/Common/interface/StringTools.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/ThreadSignal.hpp b/Common/interface/ThreadSignal.hpp
index 764b9612..d6d12a8f 100644
--- a/Common/interface/ThreadSignal.hpp
+++ b/Common/interface/ThreadSignal.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/Timer.hpp b/Common/interface/Timer.hpp
index ae924b12..0d5cb9a9 100644
--- a/Common/interface/Timer.hpp
+++ b/Common/interface/Timer.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/UniqueIdentifier.hpp b/Common/interface/UniqueIdentifier.hpp
index 15ceebdd..080c726e 100644
--- a/Common/interface/UniqueIdentifier.hpp
+++ b/Common/interface/UniqueIdentifier.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/Common/interface/ValidatedCast.hpp b/Common/interface/ValidatedCast.hpp
index fdb2b253..0ec9aacb 100644
--- a/Common/interface/ValidatedCast.hpp
+++ b/Common/interface/ValidatedCast.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2020 Diligent Graphics LLC
+ * Copyright 2019-2021 Diligent Graphics LLC
* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");