summaryrefslogtreecommitdiffstats
path: root/Platforms
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 /Platforms
parentD3D12 and VK backends: disabled bound resources validation in TransitionShade... (diff)
downloadDiligentCore-fa345f59de694ac249c14e987032ef3e341faaa7.tar.gz
DiligentCore-fa345f59de694ac249c14e987032ef3e341faaa7.zip
Updated copyright notice
Diffstat (limited to 'Platforms')
-rw-r--r--Platforms/Basic/interface/BasicAtomics.hpp2
-rw-r--r--Platforms/Basic/interface/BasicFileSystem.hpp2
-rw-r--r--Platforms/Basic/interface/BasicPlatformDebug.hpp2
-rw-r--r--Platforms/Basic/interface/BasicPlatformMisc.hpp2
-rw-r--r--Platforms/Basic/interface/DebugUtilities.hpp2
-rw-r--r--Platforms/Basic/interface/StandardFile.hpp2
-rw-r--r--Platforms/Basic/src/BasicFileSystem.cpp2
-rw-r--r--Platforms/Basic/src/BasicPlatformDebug.cpp2
-rw-r--r--Platforms/Basic/src/StandardFile.cpp2
-rw-r--r--Platforms/Win32/interface/Win32Atomics.hpp2
-rw-r--r--Platforms/Win32/interface/Win32Debug.hpp2
-rw-r--r--Platforms/Win32/interface/Win32FileSystem.hpp2
-rw-r--r--Platforms/Win32/interface/Win32NativeWindow.h2
-rw-r--r--Platforms/Win32/interface/Win32PlatformDefinitions.h2
-rw-r--r--Platforms/Win32/interface/Win32PlatformMisc.hpp2
-rw-r--r--Platforms/Win32/src/Win32Atomics.cpp2
-rw-r--r--Platforms/Win32/src/Win32Debug.cpp2
-rw-r--r--Platforms/Win32/src/Win32FileSystem.cpp2
-rw-r--r--Platforms/interface/Atomics.hpp2
-rw-r--r--Platforms/interface/FileSystem.hpp2
-rw-r--r--Platforms/interface/NativeWindow.h2
-rw-r--r--Platforms/interface/PlatformDebug.hpp2
-rw-r--r--Platforms/interface/PlatformDefinitions.h2
-rw-r--r--Platforms/interface/PlatformMisc.hpp2
24 files changed, 24 insertions, 24 deletions
diff --git a/Platforms/Basic/interface/BasicAtomics.hpp b/Platforms/Basic/interface/BasicAtomics.hpp
index b8a777ba..2ae640ec 100644
--- a/Platforms/Basic/interface/BasicAtomics.hpp
+++ b/Platforms/Basic/interface/BasicAtomics.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/Platforms/Basic/interface/BasicFileSystem.hpp b/Platforms/Basic/interface/BasicFileSystem.hpp
index f3ebecd9..40e67e23 100644
--- a/Platforms/Basic/interface/BasicFileSystem.hpp
+++ b/Platforms/Basic/interface/BasicFileSystem.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/Platforms/Basic/interface/BasicPlatformDebug.hpp b/Platforms/Basic/interface/BasicPlatformDebug.hpp
index 700943a4..c44ef7cb 100644
--- a/Platforms/Basic/interface/BasicPlatformDebug.hpp
+++ b/Platforms/Basic/interface/BasicPlatformDebug.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/Platforms/Basic/interface/BasicPlatformMisc.hpp b/Platforms/Basic/interface/BasicPlatformMisc.hpp
index beddd7a5..5692cf9d 100644
--- a/Platforms/Basic/interface/BasicPlatformMisc.hpp
+++ b/Platforms/Basic/interface/BasicPlatformMisc.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/Platforms/Basic/interface/DebugUtilities.hpp b/Platforms/Basic/interface/DebugUtilities.hpp
index bc2e159c..92657dc1 100644
--- a/Platforms/Basic/interface/DebugUtilities.hpp
+++ b/Platforms/Basic/interface/DebugUtilities.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/Platforms/Basic/interface/StandardFile.hpp b/Platforms/Basic/interface/StandardFile.hpp
index 20855a64..f567bec7 100644
--- a/Platforms/Basic/interface/StandardFile.hpp
+++ b/Platforms/Basic/interface/StandardFile.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/Platforms/Basic/src/BasicFileSystem.cpp b/Platforms/Basic/src/BasicFileSystem.cpp
index 20be312a..972a705b 100644
--- a/Platforms/Basic/src/BasicFileSystem.cpp
+++ b/Platforms/Basic/src/BasicFileSystem.cpp
@@ -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/Platforms/Basic/src/BasicPlatformDebug.cpp b/Platforms/Basic/src/BasicPlatformDebug.cpp
index c7091fab..afc32c82 100644
--- a/Platforms/Basic/src/BasicPlatformDebug.cpp
+++ b/Platforms/Basic/src/BasicPlatformDebug.cpp
@@ -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/Platforms/Basic/src/StandardFile.cpp b/Platforms/Basic/src/StandardFile.cpp
index 07eda08d..e3e0c4a2 100644
--- a/Platforms/Basic/src/StandardFile.cpp
+++ b/Platforms/Basic/src/StandardFile.cpp
@@ -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/Platforms/Win32/interface/Win32Atomics.hpp b/Platforms/Win32/interface/Win32Atomics.hpp
index bf75f470..987fef7f 100644
--- a/Platforms/Win32/interface/Win32Atomics.hpp
+++ b/Platforms/Win32/interface/Win32Atomics.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/Platforms/Win32/interface/Win32Debug.hpp b/Platforms/Win32/interface/Win32Debug.hpp
index 55089af0..47fa2c8b 100644
--- a/Platforms/Win32/interface/Win32Debug.hpp
+++ b/Platforms/Win32/interface/Win32Debug.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/Platforms/Win32/interface/Win32FileSystem.hpp b/Platforms/Win32/interface/Win32FileSystem.hpp
index 3f4c3b5d..480655fe 100644
--- a/Platforms/Win32/interface/Win32FileSystem.hpp
+++ b/Platforms/Win32/interface/Win32FileSystem.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/Platforms/Win32/interface/Win32NativeWindow.h b/Platforms/Win32/interface/Win32NativeWindow.h
index 395e9043..ae3d7a8e 100644
--- a/Platforms/Win32/interface/Win32NativeWindow.h
+++ b/Platforms/Win32/interface/Win32NativeWindow.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/Platforms/Win32/interface/Win32PlatformDefinitions.h b/Platforms/Win32/interface/Win32PlatformDefinitions.h
index 506445dd..ca1e60b1 100644
--- a/Platforms/Win32/interface/Win32PlatformDefinitions.h
+++ b/Platforms/Win32/interface/Win32PlatformDefinitions.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/Platforms/Win32/interface/Win32PlatformMisc.hpp b/Platforms/Win32/interface/Win32PlatformMisc.hpp
index 28f7e80a..c23a7135 100644
--- a/Platforms/Win32/interface/Win32PlatformMisc.hpp
+++ b/Platforms/Win32/interface/Win32PlatformMisc.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/Platforms/Win32/src/Win32Atomics.cpp b/Platforms/Win32/src/Win32Atomics.cpp
index 5e0fe09c..fcf3c903 100644
--- a/Platforms/Win32/src/Win32Atomics.cpp
+++ b/Platforms/Win32/src/Win32Atomics.cpp
@@ -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/Platforms/Win32/src/Win32Debug.cpp b/Platforms/Win32/src/Win32Debug.cpp
index 3c566b40..7dfad268 100644
--- a/Platforms/Win32/src/Win32Debug.cpp
+++ b/Platforms/Win32/src/Win32Debug.cpp
@@ -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/Platforms/Win32/src/Win32FileSystem.cpp b/Platforms/Win32/src/Win32FileSystem.cpp
index d2fb7644..e8faf612 100644
--- a/Platforms/Win32/src/Win32FileSystem.cpp
+++ b/Platforms/Win32/src/Win32FileSystem.cpp
@@ -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/Platforms/interface/Atomics.hpp b/Platforms/interface/Atomics.hpp
index 22cd588a..38d20289 100644
--- a/Platforms/interface/Atomics.hpp
+++ b/Platforms/interface/Atomics.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/Platforms/interface/FileSystem.hpp b/Platforms/interface/FileSystem.hpp
index 67716e42..34a49035 100644
--- a/Platforms/interface/FileSystem.hpp
+++ b/Platforms/interface/FileSystem.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/Platforms/interface/NativeWindow.h b/Platforms/interface/NativeWindow.h
index e0170cc5..374f6fdc 100644
--- a/Platforms/interface/NativeWindow.h
+++ b/Platforms/interface/NativeWindow.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/Platforms/interface/PlatformDebug.hpp b/Platforms/interface/PlatformDebug.hpp
index ae994169..6fbe72da 100644
--- a/Platforms/interface/PlatformDebug.hpp
+++ b/Platforms/interface/PlatformDebug.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/Platforms/interface/PlatformDefinitions.h b/Platforms/interface/PlatformDefinitions.h
index 96516bdf..f7c3c32f 100644
--- a/Platforms/interface/PlatformDefinitions.h
+++ b/Platforms/interface/PlatformDefinitions.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/Platforms/interface/PlatformMisc.hpp b/Platforms/interface/PlatformMisc.hpp
index 3e0c24af..48235e3f 100644
--- a/Platforms/interface/PlatformMisc.hpp
+++ b/Platforms/interface/PlatformMisc.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");