Skip to content

Commit

Permalink
Updated copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMostDiligent committed Jan 6, 2019
1 parent 93fe276 commit 47a1dfe
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
@@ -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.
Expand Down
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion DiligentCore
Submodule DiligentCore updated 52 files
+1 −1 Graphics/GraphicsEngineMetal/include/BufferMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/BufferViewMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/CommandListMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/DeviceContextMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/FenceMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/MtlTypeConversions.h
+1 −1 Graphics/GraphicsEngineMetal/include/PipelineStateMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/RenderDeviceMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/SamplerMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/ShaderMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/ShaderResourceBindingMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/SwapChainMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/TextureMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/include/TextureViewMtlImpl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/BufferMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/EngineMtlAttribs.h
+1 −1 Graphics/GraphicsEngineMetal/interface/FenceMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/RenderDeviceFactoryMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/SamplerMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/ShaderMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/TextureMtl.h
+1 −1 Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h
+1 −1 Graphics/GraphicsEngineMetal/src/BufferMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/BufferViewMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/CommandListMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/FenceMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/MtlTypeConversions.mm
+1 −1 Graphics/GraphicsEngineMetal/src/PipelineStateMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/RenderDeviceFactoryMtl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/RenderDeviceMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/SamplerMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/ShaderMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/ShaderResourceBindingMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/SwapChainMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/TextureMtlImpl.mm
+1 −1 Graphics/GraphicsEngineMetal/src/TextureViewMtlImpl.mm
+1 −1 Graphics/GraphicsEngineOpenGL/include/GLContextMacOS.h
+1 −1 Graphics/GraphicsEngineOpenGL/src/GLContextMacOS.mm
+1 −1 Platforms/Apple/interface/AppleDebug.h
+1 −1 Platforms/Apple/interface/AppleFileSystem.h
+1 −1 Platforms/Apple/interface/ApplePlatformDefinitions.h
+1 −1 Platforms/Apple/interface/ApplePlatformMisc.h
+1 −1 Platforms/Apple/interface/CFObjectWrapper.h
+1 −1 Platforms/Apple/src/AppleDebug.mm
+1 −1 Platforms/Apple/src/AppleFileSystem.cpp
2 changes: 1 addition & 1 deletion DiligentSamples
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit 47a1dfe

Please sign in to comment.