summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-01-06 22:00:06 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-01-06 22:00:06 +0000
commit47a1dfe09ff70ad525837e5cb0c789e397cf55d0 (patch)
treed0021b34b8d9d59c4ddf9ed44c20732a913971a7
parentFixed handling of windowWillClose notification (diff)
downloadDiligentEngine-47a1dfe09ff70ad525837e5cb0c789e397cf55d0.tar.gz
DiligentEngine-47a1dfe09ff70ad525837e5cb0c789e397cf55d0.zip
Updated copyright notice
-rw-r--r--Common/NativeApp/Apple/Source/Classes/OSX/MetalView.h2
-rw-r--r--Common/NativeApp/Apple/Source/Classes/OSX/MetalView.m2
-rw-r--r--Common/NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.h2
-rw-r--r--Common/NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.mm2
-rw-r--r--Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.h2
-rw-r--r--Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.m2
-rw-r--r--Common/NativeApp/Apple/Source/Classes/OSX/ViewController.h2
-rw-r--r--Common/NativeApp/Apple/Source/Classes/OSX/ViewController.mm2
-rw-r--r--Common/NativeApp/include/MacOS/MacOSAppBase.h2
-rw-r--r--Common/NativeApp/src/MacOS/MacOSAppBase.cpp2
m---------DiligentCore0
m---------DiligentSamples0
-rw-r--r--Tests/TestApp/src/MacOS/TestAppMacOS.cpp2
-rw-r--r--unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp2
-rw-r--r--unityplugin/UnityEmulator/src/MacOS/UnityAppMacOS.cpp2
15 files changed, 13 insertions, 13 deletions
diff --git a/Common/NativeApp/Apple/Source/Classes/OSX/MetalView.h b/Common/NativeApp/Apple/Source/Classes/OSX/MetalView.h
index b41119e..4964c42 100644
--- a/Common/NativeApp/Apple/Source/Classes/OSX/MetalView.h
+++ b/Common/NativeApp/Apple/Source/Classes/OSX/MetalView.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/Common/NativeApp/Apple/Source/Classes/OSX/MetalView.m b/Common/NativeApp/Apple/Source/Classes/OSX/MetalView.m
index 0719499..328ac6e 100644
--- a/Common/NativeApp/Apple/Source/Classes/OSX/MetalView.m
+++ b/Common/NativeApp/Apple/Source/Classes/OSX/MetalView.m
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/Common/NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.h b/Common/NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.h
index 3c84ecb..895123b 100644
--- a/Common/NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.h
+++ b/Common/NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/Common/NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.mm b/Common/NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.mm
index 69b4dff..3bd4dbe 100644
--- a/Common/NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.mm
+++ b/Common/NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.mm
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.h b/Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.h
index 2a8edc7..1931c69 100644
--- a/Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.h
+++ b/Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.m b/Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.m
index eee4c2e..6f138c7 100644
--- a/Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.m
+++ b/Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.m
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/Common/NativeApp/Apple/Source/Classes/OSX/ViewController.h b/Common/NativeApp/Apple/Source/Classes/OSX/ViewController.h
index b9ef92d..a8e4685 100644
--- a/Common/NativeApp/Apple/Source/Classes/OSX/ViewController.h
+++ b/Common/NativeApp/Apple/Source/Classes/OSX/ViewController.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/Common/NativeApp/Apple/Source/Classes/OSX/ViewController.mm b/Common/NativeApp/Apple/Source/Classes/OSX/ViewController.mm
index bfb3dbc..9559284 100644
--- a/Common/NativeApp/Apple/Source/Classes/OSX/ViewController.mm
+++ b/Common/NativeApp/Apple/Source/Classes/OSX/ViewController.mm
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/Common/NativeApp/include/MacOS/MacOSAppBase.h b/Common/NativeApp/include/MacOS/MacOSAppBase.h
index 29b6c45..6081dd1 100644
--- a/Common/NativeApp/include/MacOS/MacOSAppBase.h
+++ b/Common/NativeApp/include/MacOS/MacOSAppBase.h
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/Common/NativeApp/src/MacOS/MacOSAppBase.cpp b/Common/NativeApp/src/MacOS/MacOSAppBase.cpp
index e29aa84..d4c68a8 100644
--- a/Common/NativeApp/src/MacOS/MacOSAppBase.cpp
+++ b/Common/NativeApp/src/MacOS/MacOSAppBase.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/DiligentCore b/DiligentCore
-Subproject e77960b3b4382b18c42094760e0df4e79520f41
+Subproject 34620f355af8025695cb1b70b72207b52a9f44b
diff --git a/DiligentSamples b/DiligentSamples
-Subproject 5ebd068d732f254242d6f5d68a92b5e7ac50291
+Subproject 1987604cfd7d5091204e214c75bff5eef36232f
diff --git a/Tests/TestApp/src/MacOS/TestAppMacOS.cpp b/Tests/TestApp/src/MacOS/TestAppMacOS.cpp
index 9ffc275..e902dd8 100644
--- a/Tests/TestApp/src/MacOS/TestAppMacOS.cpp
+++ b/Tests/TestApp/src/MacOS/TestAppMacOS.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp b/unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp
index 10ef1a7..8d673b7 100644
--- a/unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp
+++ b/unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 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/unityplugin/UnityEmulator/src/MacOS/UnityAppMacOS.cpp b/unityplugin/UnityEmulator/src/MacOS/UnityAppMacOS.cpp
index 0072a56..015efa2 100644
--- a/unityplugin/UnityEmulator/src/MacOS/UnityAppMacOS.cpp
+++ b/unityplugin/UnityEmulator/src/MacOS/UnityAppMacOS.cpp
@@ -1,4 +1,4 @@
-/* Copyright 2015-2018 Egor Yusov
+/* Copyright 2015-2019 Egor Yusov
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.