summaryrefslogtreecommitdiffstats
path: root/Platforms
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2018-01-04 06:02:08 +0000
committerEgor Yusov <egor.yusov@gmail.com>2018-01-04 06:02:08 +0000
commit4949ec8aaf692809d235e9e1e20a5e084cf2bf39 (patch)
tree9ad1df5f4a7ca24cd99aff42749ceda65943a35b /Platforms
parentUpdated link to API reference (diff)
downloadDiligentCore-4949ec8aaf692809d235e9e1e20a5e084cf2bf39.tar.gz
DiligentCore-4949ec8aaf692809d235e9e1e20a5e084cf2bf39.zip
Updated copyright notice
Diffstat (limited to 'Platforms')
-rw-r--r--Platforms/Android/include/AndroidDebug.h2
-rw-r--r--Platforms/Android/include/AndroidFileSystem.h2
-rw-r--r--Platforms/Android/include/AndroidPlatformDefinitions.h2
-rw-r--r--Platforms/Android/include/AndroidPlatformMisc.h2
-rw-r--r--Platforms/Android/src/AndroidDebug.cpp2
-rw-r--r--Platforms/Android/src/AndroidFileSystem.cpp2
-rw-r--r--Platforms/Basic/interface/BasicAtomics.h2
-rw-r--r--Platforms/Basic/interface/BasicFileSystem.h2
-rw-r--r--Platforms/Basic/interface/BasicPlatformDebug.h2
-rw-r--r--Platforms/Basic/interface/BasicPlatformMisc.h2
-rw-r--r--Platforms/Basic/interface/DebugUtilities.h2
-rw-r--r--Platforms/Basic/interface/Errors.h2
-rw-r--r--Platforms/Basic/interface/StandardFile.h2
-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/Basic/src/pch.cpp2
-rw-r--r--Platforms/Linux/include/LinuxDebug.h2
-rw-r--r--Platforms/Linux/include/LinuxFileSystem.h2
-rw-r--r--Platforms/Linux/include/LinuxPlatformDefinitions.h2
-rw-r--r--Platforms/Linux/include/LinuxPlatformMisc.h2
-rw-r--r--Platforms/Linux/src/LinuxDebug.cpp2
-rw-r--r--Platforms/Linux/src/LinuxFileSystem.cpp2
-rw-r--r--Platforms/Win32/include/Win32Atomics.h2
-rw-r--r--Platforms/Win32/include/Win32Debug.h2
-rw-r--r--Platforms/Win32/include/Win32FileSystem.h2
-rw-r--r--Platforms/Win32/include/Win32PlatformDefinitions.h2
-rw-r--r--Platforms/Win32/include/Win32PlatformMisc.h2
-rw-r--r--Platforms/Win32/include/pch.h2
-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/Win32/src/pch.cpp2
-rw-r--r--Platforms/interface/Atomics.h2
-rw-r--r--Platforms/interface/FileSystem.h2
-rw-r--r--Platforms/interface/PlatformDebug.h2
-rw-r--r--Platforms/interface/PlatformDefinitions.h2
-rw-r--r--Platforms/interface/PlatformMisc.h2
38 files changed, 38 insertions, 38 deletions
diff --git a/Platforms/Android/include/AndroidDebug.h b/Platforms/Android/include/AndroidDebug.h
index 18ab62a5..498e9d97 100644
--- a/Platforms/Android/include/AndroidDebug.h
+++ b/Platforms/Android/include/AndroidDebug.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Android/include/AndroidFileSystem.h b/Platforms/Android/include/AndroidFileSystem.h
index 24915492..98a1aba9 100644
--- a/Platforms/Android/include/AndroidFileSystem.h
+++ b/Platforms/Android/include/AndroidFileSystem.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Android/include/AndroidPlatformDefinitions.h b/Platforms/Android/include/AndroidPlatformDefinitions.h
index 454c7446..c00cbe3d 100644
--- a/Platforms/Android/include/AndroidPlatformDefinitions.h
+++ b/Platforms/Android/include/AndroidPlatformDefinitions.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Android/include/AndroidPlatformMisc.h b/Platforms/Android/include/AndroidPlatformMisc.h
index 27db9a59..328af681 100644
--- a/Platforms/Android/include/AndroidPlatformMisc.h
+++ b/Platforms/Android/include/AndroidPlatformMisc.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Android/src/AndroidDebug.cpp b/Platforms/Android/src/AndroidDebug.cpp
index cb580ea8..8b8556ad 100644
--- a/Platforms/Android/src/AndroidDebug.cpp
+++ b/Platforms/Android/src/AndroidDebug.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Android/src/AndroidFileSystem.cpp b/Platforms/Android/src/AndroidFileSystem.cpp
index 2f20f880..8d9e5f65 100644
--- a/Platforms/Android/src/AndroidFileSystem.cpp
+++ b/Platforms/Android/src/AndroidFileSystem.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Basic/interface/BasicAtomics.h b/Platforms/Basic/interface/BasicAtomics.h
index 6819f238..3d9ea8ea 100644
--- a/Platforms/Basic/interface/BasicAtomics.h
+++ b/Platforms/Basic/interface/BasicAtomics.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Basic/interface/BasicFileSystem.h b/Platforms/Basic/interface/BasicFileSystem.h
index 69a3dc57..ae438e37 100644
--- a/Platforms/Basic/interface/BasicFileSystem.h
+++ b/Platforms/Basic/interface/BasicFileSystem.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Basic/interface/BasicPlatformDebug.h b/Platforms/Basic/interface/BasicPlatformDebug.h
index f5cf78a2..6ae117be 100644
--- a/Platforms/Basic/interface/BasicPlatformDebug.h
+++ b/Platforms/Basic/interface/BasicPlatformDebug.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Basic/interface/BasicPlatformMisc.h b/Platforms/Basic/interface/BasicPlatformMisc.h
index e89ae814..2e753991 100644
--- a/Platforms/Basic/interface/BasicPlatformMisc.h
+++ b/Platforms/Basic/interface/BasicPlatformMisc.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Basic/interface/DebugUtilities.h b/Platforms/Basic/interface/DebugUtilities.h
index fa314af4..91a5d7db 100644
--- a/Platforms/Basic/interface/DebugUtilities.h
+++ b/Platforms/Basic/interface/DebugUtilities.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Basic/interface/Errors.h b/Platforms/Basic/interface/Errors.h
index 16eca82d..826ed40b 100644
--- a/Platforms/Basic/interface/Errors.h
+++ b/Platforms/Basic/interface/Errors.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Basic/interface/StandardFile.h b/Platforms/Basic/interface/StandardFile.h
index a4d7ddeb..7d23cc42 100644
--- a/Platforms/Basic/interface/StandardFile.h
+++ b/Platforms/Basic/interface/StandardFile.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Basic/src/BasicFileSystem.cpp b/Platforms/Basic/src/BasicFileSystem.cpp
index de63093d..9b5ea11e 100644
--- a/Platforms/Basic/src/BasicFileSystem.cpp
+++ b/Platforms/Basic/src/BasicFileSystem.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Basic/src/BasicPlatformDebug.cpp b/Platforms/Basic/src/BasicPlatformDebug.cpp
index cd8ac5f1..5d93ac15 100644
--- a/Platforms/Basic/src/BasicPlatformDebug.cpp
+++ b/Platforms/Basic/src/BasicPlatformDebug.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Basic/src/StandardFile.cpp b/Platforms/Basic/src/StandardFile.cpp
index bce398df..ea4e486c 100644
--- a/Platforms/Basic/src/StandardFile.cpp
+++ b/Platforms/Basic/src/StandardFile.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Basic/src/pch.cpp b/Platforms/Basic/src/pch.cpp
index d5f45c6a..3eef26a8 100644
--- a/Platforms/Basic/src/pch.cpp
+++ b/Platforms/Basic/src/pch.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Linux/include/LinuxDebug.h b/Platforms/Linux/include/LinuxDebug.h
index 6ad720de..c8f9131d 100644
--- a/Platforms/Linux/include/LinuxDebug.h
+++ b/Platforms/Linux/include/LinuxDebug.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Linux/include/LinuxFileSystem.h b/Platforms/Linux/include/LinuxFileSystem.h
index fa0e48e6..5842029f 100644
--- a/Platforms/Linux/include/LinuxFileSystem.h
+++ b/Platforms/Linux/include/LinuxFileSystem.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Linux/include/LinuxPlatformDefinitions.h b/Platforms/Linux/include/LinuxPlatformDefinitions.h
index 454c7446..c00cbe3d 100644
--- a/Platforms/Linux/include/LinuxPlatformDefinitions.h
+++ b/Platforms/Linux/include/LinuxPlatformDefinitions.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Linux/include/LinuxPlatformMisc.h b/Platforms/Linux/include/LinuxPlatformMisc.h
index c5bee789..f6a94dbe 100644
--- a/Platforms/Linux/include/LinuxPlatformMisc.h
+++ b/Platforms/Linux/include/LinuxPlatformMisc.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Linux/src/LinuxDebug.cpp b/Platforms/Linux/src/LinuxDebug.cpp
index 3c914494..776f6208 100644
--- a/Platforms/Linux/src/LinuxDebug.cpp
+++ b/Platforms/Linux/src/LinuxDebug.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Linux/src/LinuxFileSystem.cpp b/Platforms/Linux/src/LinuxFileSystem.cpp
index 5e684ff3..981da558 100644
--- a/Platforms/Linux/src/LinuxFileSystem.cpp
+++ b/Platforms/Linux/src/LinuxFileSystem.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Win32/include/Win32Atomics.h b/Platforms/Win32/include/Win32Atomics.h
index caf7b878..5ff75899 100644
--- a/Platforms/Win32/include/Win32Atomics.h
+++ b/Platforms/Win32/include/Win32Atomics.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Win32/include/Win32Debug.h b/Platforms/Win32/include/Win32Debug.h
index f0ec554f..ead77508 100644
--- a/Platforms/Win32/include/Win32Debug.h
+++ b/Platforms/Win32/include/Win32Debug.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Win32/include/Win32FileSystem.h b/Platforms/Win32/include/Win32FileSystem.h
index caf1a197..da99bdb8 100644
--- a/Platforms/Win32/include/Win32FileSystem.h
+++ b/Platforms/Win32/include/Win32FileSystem.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Win32/include/Win32PlatformDefinitions.h b/Platforms/Win32/include/Win32PlatformDefinitions.h
index 2322e53c..72dfa52e 100644
--- a/Platforms/Win32/include/Win32PlatformDefinitions.h
+++ b/Platforms/Win32/include/Win32PlatformDefinitions.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Win32/include/Win32PlatformMisc.h b/Platforms/Win32/include/Win32PlatformMisc.h
index 2a97a95c..700a5fd3 100644
--- a/Platforms/Win32/include/Win32PlatformMisc.h
+++ b/Platforms/Win32/include/Win32PlatformMisc.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Win32/include/pch.h b/Platforms/Win32/include/pch.h
index 1ba10023..830d6893 100644
--- a/Platforms/Win32/include/pch.h
+++ b/Platforms/Win32/include/pch.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Win32/src/Win32Atomics.cpp b/Platforms/Win32/src/Win32Atomics.cpp
index 7ca31b0a..dcb83ab9 100644
--- a/Platforms/Win32/src/Win32Atomics.cpp
+++ b/Platforms/Win32/src/Win32Atomics.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Win32/src/Win32Debug.cpp b/Platforms/Win32/src/Win32Debug.cpp
index 444ce2df..01904c81 100644
--- a/Platforms/Win32/src/Win32Debug.cpp
+++ b/Platforms/Win32/src/Win32Debug.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Win32/src/Win32FileSystem.cpp b/Platforms/Win32/src/Win32FileSystem.cpp
index d0a77eb9..5e5d55b1 100644
--- a/Platforms/Win32/src/Win32FileSystem.cpp
+++ b/Platforms/Win32/src/Win32FileSystem.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/Win32/src/pch.cpp b/Platforms/Win32/src/pch.cpp
index d5f45c6a..3eef26a8 100644
--- a/Platforms/Win32/src/pch.cpp
+++ b/Platforms/Win32/src/pch.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/interface/Atomics.h b/Platforms/interface/Atomics.h
index 40499a5f..1d34f68e 100644
--- a/Platforms/interface/Atomics.h
+++ b/Platforms/interface/Atomics.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/interface/FileSystem.h b/Platforms/interface/FileSystem.h
index f7dfd0ca..a9a99d57 100644
--- a/Platforms/interface/FileSystem.h
+++ b/Platforms/interface/FileSystem.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/interface/PlatformDebug.h b/Platforms/interface/PlatformDebug.h
index 1e0708f3..aaea8fd7 100644
--- a/Platforms/interface/PlatformDebug.h
+++ b/Platforms/interface/PlatformDebug.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/interface/PlatformDefinitions.h b/Platforms/interface/PlatformDefinitions.h
index ab9c42d5..1c29e220 100644
--- a/Platforms/interface/PlatformDefinitions.h
+++ b/Platforms/interface/PlatformDefinitions.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 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/Platforms/interface/PlatformMisc.h b/Platforms/interface/PlatformMisc.h
index 696c87f6..828c195d 100644
--- a/Platforms/interface/PlatformMisc.h
+++ b/Platforms/interface/PlatformMisc.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Egor Yusov
+/* Copyright 2015-2018 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.