summaryrefslogtreecommitdiffstats
path: root/Primitives/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 /Primitives/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 'Primitives/interface')
-rw-r--r--Primitives/interface/BasicTypes.h2
-rw-r--r--Primitives/interface/CommonDefinitions.h2
-rw-r--r--Primitives/interface/DataBlob.h2
-rw-r--r--Primitives/interface/DebugOutput.h2
-rw-r--r--Primitives/interface/DefineGlobalFuncHelperMacros.h2
-rw-r--r--Primitives/interface/DefineInterfaceHelperMacros.h2
-rw-r--r--Primitives/interface/Errors.hpp2
-rw-r--r--Primitives/interface/FileStream.h2
-rw-r--r--Primitives/interface/FlagEnum.h2
-rw-r--r--Primitives/interface/FormatString.hpp2
-rw-r--r--Primitives/interface/InterfaceID.h2
-rw-r--r--Primitives/interface/MemoryAllocator.h2
-rw-r--r--Primitives/interface/Object.h2
-rw-r--r--Primitives/interface/ReferenceCounters.h2
-rw-r--r--Primitives/interface/UndefGlobalFuncHelperMacros.h2
-rw-r--r--Primitives/interface/UndefInterfaceHelperMacros.h2
16 files changed, 16 insertions, 16 deletions
diff --git a/Primitives/interface/BasicTypes.h b/Primitives/interface/BasicTypes.h
index f6316025..fd324344 100644
--- a/Primitives/interface/BasicTypes.h
+++ b/Primitives/interface/BasicTypes.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/Primitives/interface/CommonDefinitions.h b/Primitives/interface/CommonDefinitions.h
index 721e6ebb..483ae86f 100644
--- a/Primitives/interface/CommonDefinitions.h
+++ b/Primitives/interface/CommonDefinitions.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/Primitives/interface/DataBlob.h b/Primitives/interface/DataBlob.h
index 7447fdbd..04f387ab 100644
--- a/Primitives/interface/DataBlob.h
+++ b/Primitives/interface/DataBlob.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/Primitives/interface/DebugOutput.h b/Primitives/interface/DebugOutput.h
index ca65c132..ef81dc7c 100644
--- a/Primitives/interface/DebugOutput.h
+++ b/Primitives/interface/DebugOutput.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/Primitives/interface/DefineGlobalFuncHelperMacros.h b/Primitives/interface/DefineGlobalFuncHelperMacros.h
index bcf869fa..a35649b0 100644
--- a/Primitives/interface/DefineGlobalFuncHelperMacros.h
+++ b/Primitives/interface/DefineGlobalFuncHelperMacros.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/Primitives/interface/DefineInterfaceHelperMacros.h b/Primitives/interface/DefineInterfaceHelperMacros.h
index 2fd7b37a..51a3e319 100644
--- a/Primitives/interface/DefineInterfaceHelperMacros.h
+++ b/Primitives/interface/DefineInterfaceHelperMacros.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/Primitives/interface/Errors.hpp b/Primitives/interface/Errors.hpp
index f07b7039..64887ae1 100644
--- a/Primitives/interface/Errors.hpp
+++ b/Primitives/interface/Errors.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/Primitives/interface/FileStream.h b/Primitives/interface/FileStream.h
index 9fd18214..0ef223fb 100644
--- a/Primitives/interface/FileStream.h
+++ b/Primitives/interface/FileStream.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/Primitives/interface/FlagEnum.h b/Primitives/interface/FlagEnum.h
index 574e561a..13a00927 100644
--- a/Primitives/interface/FlagEnum.h
+++ b/Primitives/interface/FlagEnum.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/Primitives/interface/FormatString.hpp b/Primitives/interface/FormatString.hpp
index 21ca53c7..bc42aa76 100644
--- a/Primitives/interface/FormatString.hpp
+++ b/Primitives/interface/FormatString.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/Primitives/interface/InterfaceID.h b/Primitives/interface/InterfaceID.h
index 7f07996c..aca1a64d 100644
--- a/Primitives/interface/InterfaceID.h
+++ b/Primitives/interface/InterfaceID.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/Primitives/interface/MemoryAllocator.h b/Primitives/interface/MemoryAllocator.h
index ebd7d907..af660f0d 100644
--- a/Primitives/interface/MemoryAllocator.h
+++ b/Primitives/interface/MemoryAllocator.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/Primitives/interface/Object.h b/Primitives/interface/Object.h
index 7721025f..20a4ad98 100644
--- a/Primitives/interface/Object.h
+++ b/Primitives/interface/Object.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/Primitives/interface/ReferenceCounters.h b/Primitives/interface/ReferenceCounters.h
index 8dd2070d..0ac50791 100644
--- a/Primitives/interface/ReferenceCounters.h
+++ b/Primitives/interface/ReferenceCounters.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/Primitives/interface/UndefGlobalFuncHelperMacros.h b/Primitives/interface/UndefGlobalFuncHelperMacros.h
index 9cf05efe..6d189ea7 100644
--- a/Primitives/interface/UndefGlobalFuncHelperMacros.h
+++ b/Primitives/interface/UndefGlobalFuncHelperMacros.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/Primitives/interface/UndefInterfaceHelperMacros.h b/Primitives/interface/UndefInterfaceHelperMacros.h
index a997f1bb..6ab8fc99 100644
--- a/Primitives/interface/UndefInterfaceHelperMacros.h
+++ b/Primitives/interface/UndefInterfaceHelperMacros.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");