From 47a1dfe09ff70ad525837e5cb0c789e397cf55d0 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sun, 6 Jan 2019 14:00:06 -0800 Subject: Updated copyright notice --- Common/NativeApp/Apple/Source/Classes/OSX/MetalView.h | 2 +- Common/NativeApp/Apple/Source/Classes/OSX/MetalView.m | 2 +- Common/NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.h | 2 +- .../NativeApp/Apple/Source/Classes/OSX/ModeSelectionViewController.mm | 2 +- Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.h | 2 +- Common/NativeApp/Apple/Source/Classes/OSX/ViewBase.m | 2 +- Common/NativeApp/Apple/Source/Classes/OSX/ViewController.h | 2 +- Common/NativeApp/Apple/Source/Classes/OSX/ViewController.mm | 2 +- Common/NativeApp/include/MacOS/MacOSAppBase.h | 2 +- Common/NativeApp/src/MacOS/MacOSAppBase.cpp | 2 +- DiligentCore | 2 +- DiligentSamples | 2 +- Tests/TestApp/src/MacOS/TestAppMacOS.cpp | 2 +- unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp | 2 +- unityplugin/UnityEmulator/src/MacOS/UnityAppMacOS.cpp | 2 +- 15 files changed, 15 insertions(+), 15 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 index e77960b..34620f3 160000 --- a/DiligentCore +++ b/DiligentCore @@ -1 +1 @@ -Subproject commit e77960b3b4382b18c42094760e0df4e79520f416 +Subproject commit 34620f355af8025695cb1b70b72207b52a9f44bb diff --git a/DiligentSamples b/DiligentSamples index 5ebd068..1987604 160000 --- a/DiligentSamples +++ b/DiligentSamples @@ -1 +1 @@ -Subproject commit 5ebd068d732f254242d6f5d68a92b5e7ac502917 +Subproject commit 1987604cfd7d5091204e214c75bff5eef36232f6 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. -- cgit v1.2.3