summaryrefslogtreecommitdiffstats
path: root/Primitives/interface
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-09-17 04:18:54 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-09-17 04:18:54 +0000
commit401861ac5cc218d0f5acac6647df5562a8aa9700 (patch)
tree59aab3a50a9afd9fbd6cde19464f3e9448949b86 /Primitives/interface
parentDisable installation of SPIRV-Cross libraries (diff)
downloadDiligentCore-401861ac5cc218d0f5acac6647df5562a8aa9700.tar.gz
DiligentCore-401861ac5cc218d0f5acac6647df5562a8aa9700.zip
Updated Copyright notice
Diffstat (limited to 'Primitives/interface')
-rw-r--r--Primitives/interface/BasicTypes.h2
-rw-r--r--Primitives/interface/DataBlob.h2
-rw-r--r--Primitives/interface/DebugOutput.h2
-rw-r--r--Primitives/interface/Errors.h2
-rw-r--r--Primitives/interface/FileStream.h2
-rw-r--r--Primitives/interface/FlagEnum.h2
-rw-r--r--Primitives/interface/FormatString.h2
-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
11 files changed, 11 insertions, 11 deletions
diff --git a/Primitives/interface/BasicTypes.h b/Primitives/interface/BasicTypes.h
index ed3e4bb6..c72bcf71 100644
--- a/Primitives/interface/BasicTypes.h
+++ b/Primitives/interface/BasicTypes.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/Primitives/interface/DataBlob.h b/Primitives/interface/DataBlob.h
index 29e90057..1379ce67 100644
--- a/Primitives/interface/DataBlob.h
+++ b/Primitives/interface/DataBlob.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/Primitives/interface/DebugOutput.h b/Primitives/interface/DebugOutput.h
index 00fbedbe..2fdac40e 100644
--- a/Primitives/interface/DebugOutput.h
+++ b/Primitives/interface/DebugOutput.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/Primitives/interface/Errors.h b/Primitives/interface/Errors.h
index e8d14cd1..5c830cae 100644
--- a/Primitives/interface/Errors.h
+++ b/Primitives/interface/Errors.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/Primitives/interface/FileStream.h b/Primitives/interface/FileStream.h
index 10c95e8a..2215ba66 100644
--- a/Primitives/interface/FileStream.h
+++ b/Primitives/interface/FileStream.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/Primitives/interface/FlagEnum.h b/Primitives/interface/FlagEnum.h
index f68640ee..fb145a0c 100644
--- a/Primitives/interface/FlagEnum.h
+++ b/Primitives/interface/FlagEnum.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/Primitives/interface/FormatString.h b/Primitives/interface/FormatString.h
index 3b4cefda..4de64c5b 100644
--- a/Primitives/interface/FormatString.h
+++ b/Primitives/interface/FormatString.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/Primitives/interface/InterfaceID.h b/Primitives/interface/InterfaceID.h
index e6432a2f..7b384c1c 100644
--- a/Primitives/interface/InterfaceID.h
+++ b/Primitives/interface/InterfaceID.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/Primitives/interface/MemoryAllocator.h b/Primitives/interface/MemoryAllocator.h
index 4cda8e1d..2324ed02 100644
--- a/Primitives/interface/MemoryAllocator.h
+++ b/Primitives/interface/MemoryAllocator.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/Primitives/interface/Object.h b/Primitives/interface/Object.h
index 4faf421a..91333ba2 100644
--- a/Primitives/interface/Object.h
+++ b/Primitives/interface/Object.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* 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/Primitives/interface/ReferenceCounters.h b/Primitives/interface/ReferenceCounters.h
index 868e15d0..e2678649 100644
--- a/Primitives/interface/ReferenceCounters.h
+++ b/Primitives/interface/ReferenceCounters.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2019 Egor Yusov
+/* Copyright 2019 Diligent Graphics LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.