From 18a782c2bfa527c878ebd72696b2de0844b2d6c5 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Wed, 3 Jan 2018 22:09:40 -0800 Subject: Updated copyright notice --- DiligentCore | 2 +- DiligentSamples | 2 +- DiligentTools | 2 +- README.md | 16 ++++++++++++++-- unityplugin/GhostCubeScene/src/Android/AndroidMain.cpp | 2 +- unityplugin/GhostCubeScene/src/GhostCubeScene.cpp | 2 +- unityplugin/GhostCubeScene/src/GhostCubeScene.h | 2 +- .../GhostCubeScene/src/GhostCubeSceneResTrsnHelper.cpp | 2 +- .../GhostCubeScene/src/GhostCubeSceneResTrsnHelper.h | 2 +- unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp | 2 +- .../UnityEmulator/include/DiligentGraphicsAdapter.h | 2 +- .../UnityEmulator/include/DiligentGraphicsAdapterD3D11.h | 2 +- .../UnityEmulator/include/DiligentGraphicsAdapterD3D12.h | 2 +- .../UnityEmulator/include/DiligentGraphicsAdapterGL.h | 2 +- .../include/ResourceStateTransitionHandler.h | 2 +- unityplugin/UnityEmulator/include/UnitySceneBase.h | 2 +- .../UnityEmulator/src/Android/AndroidMainImpl.cpp | 2 +- .../src/Android/UnityGraphicsGLESAndroid_Impl.cpp | 2 +- .../src/Android/UnityGraphicsGLESAndroid_Impl.h | 2 +- unityplugin/UnityEmulator/src/Linux/LinuxMain.cpp | 2 +- unityplugin/UnityEmulator/src/Windows/WinMain.cpp | 2 +- 21 files changed, 34 insertions(+), 22 deletions(-) diff --git a/DiligentCore b/DiligentCore index 29a89d4..5890150 160000 --- a/DiligentCore +++ b/DiligentCore @@ -1 +1 @@ -Subproject commit 29a89d423d194b95100373d368f41df733b1bbdc +Subproject commit 58901506e28d9192ea5359bc45f2dbb795d3505a diff --git a/DiligentSamples b/DiligentSamples index 351b81b..321a9e3 160000 --- a/DiligentSamples +++ b/DiligentSamples @@ -1 +1 @@ -Subproject commit 351b81b39a024044fd40e9b10ed349ba0971a1d9 +Subproject commit 321a9e3a85e49ebaf1d35fa47d9fa2c1f8b55f1c diff --git a/DiligentTools b/DiligentTools index a21d32c..32f030f 160000 --- a/DiligentTools +++ b/DiligentTools @@ -1 +1 @@ -Subproject commit a21d32c785a9574c6360e9f8f322210c851b1198 +Subproject commit 32f030fd56ae11c8882a336d3eaea1c051e16544 diff --git a/README.md b/README.md index 92a8578..ddaa766 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,16 @@ and adds implementation using Diligent Engine API to allow comparing performance ![](unityplugin/GhostCubePlugin/Screenshot.png) +# References + +[Diligent Engine on the Web](http://diligentgraphics.com) + +[Diligent Engine on Twitter](https://twitter.com/diligentengine) + +[Diligent Engine on Facebook](https://www.facebook.com/DiligentGraphics/) + +[API Reference][1] + # Version History @@ -243,6 +253,8 @@ Initial release Licensed under the [Apache License, Version 2.0](License.txt) -**Copyright 2015-2017 Egor Yusov** +**Copyright 2015-2018 Egor Yusov** + +[diligentgraphics.com](http://diligentgraphics.com) -[Diligent Graphics](http://diligentgraphics.com) +[1]: https://cdn.rawgit.com/DiligentGraphics/DiligentCore/4949ec8a/doc/html/index.html \ No newline at end of file diff --git a/unityplugin/GhostCubeScene/src/Android/AndroidMain.cpp b/unityplugin/GhostCubeScene/src/Android/AndroidMain.cpp index 74cc10c..c1cd6e5 100644 --- a/unityplugin/GhostCubeScene/src/Android/AndroidMain.cpp +++ b/unityplugin/GhostCubeScene/src/Android/AndroidMain.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/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp b/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp index 5d56393..efd457b 100644 --- a/unityplugin/GhostCubeScene/src/GhostCubeScene.cpp +++ b/unityplugin/GhostCubeScene/src/GhostCubeScene.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/unityplugin/GhostCubeScene/src/GhostCubeScene.h b/unityplugin/GhostCubeScene/src/GhostCubeScene.h index 546acaf..63f440d 100644 --- a/unityplugin/GhostCubeScene/src/GhostCubeScene.h +++ b/unityplugin/GhostCubeScene/src/GhostCubeScene.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/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.cpp b/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.cpp index 0749f72..71eccb0 100644 --- a/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.cpp +++ b/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.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/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.h b/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.h index 794c2de..2cc07c5 100644 --- a/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.h +++ b/unityplugin/GhostCubeScene/src/GhostCubeSceneResTrsnHelper.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/unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp b/unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp index 9e0aa66..10ef1a7 100644 --- a/unityplugin/GhostCubeScene/src/LoadPluginFunctions.cpp +++ b/unityplugin/GhostCubeScene/src/LoadPluginFunctions.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/unityplugin/UnityEmulator/include/DiligentGraphicsAdapter.h b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapter.h index 5af252c..c268b3c 100644 --- a/unityplugin/UnityEmulator/include/DiligentGraphicsAdapter.h +++ b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapter.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/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D11.h b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D11.h index 3e5d64f..589c85b 100644 --- a/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D11.h +++ b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D11.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/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D12.h b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D12.h index a9f3cd7..9245de7 100644 --- a/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D12.h +++ b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterD3D12.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/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterGL.h b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterGL.h index 28770cb..835015d 100644 --- a/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterGL.h +++ b/unityplugin/UnityEmulator/include/DiligentGraphicsAdapterGL.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/unityplugin/UnityEmulator/include/ResourceStateTransitionHandler.h b/unityplugin/UnityEmulator/include/ResourceStateTransitionHandler.h index ba1feea..6563745 100644 --- a/unityplugin/UnityEmulator/include/ResourceStateTransitionHandler.h +++ b/unityplugin/UnityEmulator/include/ResourceStateTransitionHandler.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/unityplugin/UnityEmulator/include/UnitySceneBase.h b/unityplugin/UnityEmulator/include/UnitySceneBase.h index 81ff6c1..f70b502 100644 --- a/unityplugin/UnityEmulator/include/UnitySceneBase.h +++ b/unityplugin/UnityEmulator/include/UnitySceneBase.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/unityplugin/UnityEmulator/src/Android/AndroidMainImpl.cpp b/unityplugin/UnityEmulator/src/Android/AndroidMainImpl.cpp index 6943301..d945aa0 100644 --- a/unityplugin/UnityEmulator/src/Android/AndroidMainImpl.cpp +++ b/unityplugin/UnityEmulator/src/Android/AndroidMainImpl.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/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.cpp b/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.cpp index 176d501..b1a30c4 100644 --- a/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.cpp +++ b/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.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/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.h b/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.h index 5f949b0..9a8251f 100644 --- a/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.h +++ b/unityplugin/UnityEmulator/src/Android/UnityGraphicsGLESAndroid_Impl.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/unityplugin/UnityEmulator/src/Linux/LinuxMain.cpp b/unityplugin/UnityEmulator/src/Linux/LinuxMain.cpp index 823d207..7ba760f 100644 --- a/unityplugin/UnityEmulator/src/Linux/LinuxMain.cpp +++ b/unityplugin/UnityEmulator/src/Linux/LinuxMain.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/unityplugin/UnityEmulator/src/Windows/WinMain.cpp b/unityplugin/UnityEmulator/src/Windows/WinMain.cpp index dad27c4..2a202e0 100644 --- a/unityplugin/UnityEmulator/src/Windows/WinMain.cpp +++ b/unityplugin/UnityEmulator/src/Windows/WinMain.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. -- cgit v1.2.3