summaryrefslogtreecommitdiffstats
path: root/Common/NativeApp
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 /Common/NativeApp
parentFixed handling of windowWillClose notification (diff)
downloadDiligentEngine-47a1dfe09ff70ad525837e5cb0c789e397cf55d0.tar.gz
DiligentEngine-47a1dfe09ff70ad525837e5cb0c789e397cf55d0.zip
Updated copyright notice
Diffstat (limited to 'Common/NativeApp')
-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
10 files changed, 10 insertions, 10 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.