summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngineMetal
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-01-06 21:59:02 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-01-06 21:59:02 +0000
commit34620f355af8025695cb1b70b72207b52a9f44bb (patch)
tree9905c73013165b587f1cef0f2a28c59692d6aef2 /Graphics/GraphicsEngineMetal
parentAdded swap chain recovery if acquire next image fails in Vulkan backend (diff)
downloadDiligentCore-34620f355af8025695cb1b70b72207b52a9f44bb.tar.gz
DiligentCore-34620f355af8025695cb1b70b72207b52a9f44bb.zip
Updated copyright notice
Diffstat (limited to 'Graphics/GraphicsEngineMetal')
-rw-r--r--Graphics/GraphicsEngineMetal/include/BufferMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/BufferViewMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/CommandListMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/DeviceContextMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/FenceMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/MtlTypeConversions.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/PipelineStateMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/RenderDeviceMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/SamplerMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/ShaderMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/ShaderResourceBindingMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/SwapChainMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/TextureMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/include/TextureViewMtlImpl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/BufferMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/EngineMtlAttribs.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/FenceMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/RenderDeviceFactoryMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/SamplerMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/ShaderMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/TextureMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h2
-rw-r--r--Graphics/GraphicsEngineMetal/src/BufferMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/BufferViewMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/CommandListMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/FenceMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/MtlTypeConversions.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/PipelineStateMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/RenderDeviceFactoryMtl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/RenderDeviceMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/SamplerMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/ShaderMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/ShaderResourceBindingMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/SwapChainMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/TextureMtlImpl.mm2
-rw-r--r--Graphics/GraphicsEngineMetal/src/TextureViewMtlImpl.mm2
43 files changed, 43 insertions, 43 deletions
diff --git a/Graphics/GraphicsEngineMetal/include/BufferMtlImpl.h b/Graphics/GraphicsEngineMetal/include/BufferMtlImpl.h
index 843cd120..ca4c524c 100644
--- a/Graphics/GraphicsEngineMetal/include/BufferMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/BufferMtlImpl.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/Graphics/GraphicsEngineMetal/include/BufferViewMtlImpl.h b/Graphics/GraphicsEngineMetal/include/BufferViewMtlImpl.h
index 97d2d6a2..2e18e2f6 100644
--- a/Graphics/GraphicsEngineMetal/include/BufferViewMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/BufferViewMtlImpl.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/Graphics/GraphicsEngineMetal/include/CommandListMtlImpl.h b/Graphics/GraphicsEngineMetal/include/CommandListMtlImpl.h
index 18ccf829..0599c53c 100644
--- a/Graphics/GraphicsEngineMetal/include/CommandListMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/CommandListMtlImpl.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/Graphics/GraphicsEngineMetal/include/DeviceContextMtlImpl.h b/Graphics/GraphicsEngineMetal/include/DeviceContextMtlImpl.h
index 10e1fdc9..b6f26154 100644
--- a/Graphics/GraphicsEngineMetal/include/DeviceContextMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/DeviceContextMtlImpl.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/Graphics/GraphicsEngineMetal/include/FenceMtlImpl.h b/Graphics/GraphicsEngineMetal/include/FenceMtlImpl.h
index 308cacc5..3715f8aa 100644
--- a/Graphics/GraphicsEngineMetal/include/FenceMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/FenceMtlImpl.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/Graphics/GraphicsEngineMetal/include/MtlTypeConversions.h b/Graphics/GraphicsEngineMetal/include/MtlTypeConversions.h
index c9608b91..8ac5e325 100644
--- a/Graphics/GraphicsEngineMetal/include/MtlTypeConversions.h
+++ b/Graphics/GraphicsEngineMetal/include/MtlTypeConversions.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/Graphics/GraphicsEngineMetal/include/PipelineStateMtlImpl.h b/Graphics/GraphicsEngineMetal/include/PipelineStateMtlImpl.h
index bfd50b4c..5117cf28 100644
--- a/Graphics/GraphicsEngineMetal/include/PipelineStateMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/PipelineStateMtlImpl.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/Graphics/GraphicsEngineMetal/include/RenderDeviceMtlImpl.h b/Graphics/GraphicsEngineMetal/include/RenderDeviceMtlImpl.h
index d16e449c..0d7008d9 100644
--- a/Graphics/GraphicsEngineMetal/include/RenderDeviceMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/RenderDeviceMtlImpl.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/Graphics/GraphicsEngineMetal/include/SamplerMtlImpl.h b/Graphics/GraphicsEngineMetal/include/SamplerMtlImpl.h
index ac06c1e3..2b20163f 100644
--- a/Graphics/GraphicsEngineMetal/include/SamplerMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/SamplerMtlImpl.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/Graphics/GraphicsEngineMetal/include/ShaderMtlImpl.h b/Graphics/GraphicsEngineMetal/include/ShaderMtlImpl.h
index 8608cd27..8d3f09a2 100644
--- a/Graphics/GraphicsEngineMetal/include/ShaderMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/ShaderMtlImpl.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/Graphics/GraphicsEngineMetal/include/ShaderResourceBindingMtlImpl.h b/Graphics/GraphicsEngineMetal/include/ShaderResourceBindingMtlImpl.h
index ab214cb9..95642031 100644
--- a/Graphics/GraphicsEngineMetal/include/ShaderResourceBindingMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/ShaderResourceBindingMtlImpl.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/Graphics/GraphicsEngineMetal/include/SwapChainMtlImpl.h b/Graphics/GraphicsEngineMetal/include/SwapChainMtlImpl.h
index c1ca1b35..66ea2bac 100644
--- a/Graphics/GraphicsEngineMetal/include/SwapChainMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/SwapChainMtlImpl.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/Graphics/GraphicsEngineMetal/include/TextureMtlImpl.h b/Graphics/GraphicsEngineMetal/include/TextureMtlImpl.h
index 8fbef9bf..925604ad 100644
--- a/Graphics/GraphicsEngineMetal/include/TextureMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/TextureMtlImpl.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/Graphics/GraphicsEngineMetal/include/TextureViewMtlImpl.h b/Graphics/GraphicsEngineMetal/include/TextureViewMtlImpl.h
index 4fbf1e12..8ed14a3d 100644
--- a/Graphics/GraphicsEngineMetal/include/TextureViewMtlImpl.h
+++ b/Graphics/GraphicsEngineMetal/include/TextureViewMtlImpl.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/Graphics/GraphicsEngineMetal/interface/BufferMtl.h b/Graphics/GraphicsEngineMetal/interface/BufferMtl.h
index e8d361ba..d2e941f4 100644
--- a/Graphics/GraphicsEngineMetal/interface/BufferMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/BufferMtl.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/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h b/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h
index a866a9fd..ca813d37 100644
--- a/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/BufferViewMtl.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/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h b/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h
index a69ceb07..ab9cfd76 100644
--- a/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/DeviceContextMtl.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/Graphics/GraphicsEngineMetal/interface/EngineMtlAttribs.h b/Graphics/GraphicsEngineMetal/interface/EngineMtlAttribs.h
index bdeab5c5..935716df 100644
--- a/Graphics/GraphicsEngineMetal/interface/EngineMtlAttribs.h
+++ b/Graphics/GraphicsEngineMetal/interface/EngineMtlAttribs.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/Graphics/GraphicsEngineMetal/interface/FenceMtl.h b/Graphics/GraphicsEngineMetal/interface/FenceMtl.h
index 5143fc0f..66fd3f34 100644
--- a/Graphics/GraphicsEngineMetal/interface/FenceMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/FenceMtl.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/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h b/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h
index cc5633c0..0defee2e 100644
--- a/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/PipelineStateMtl.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/Graphics/GraphicsEngineMetal/interface/RenderDeviceFactoryMtl.h b/Graphics/GraphicsEngineMetal/interface/RenderDeviceFactoryMtl.h
index 0f915353..e7b87278 100644
--- a/Graphics/GraphicsEngineMetal/interface/RenderDeviceFactoryMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/RenderDeviceFactoryMtl.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/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h b/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h
index 5ac68af1..eeab1599 100644
--- a/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/RenderDeviceMtl.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/Graphics/GraphicsEngineMetal/interface/SamplerMtl.h b/Graphics/GraphicsEngineMetal/interface/SamplerMtl.h
index ce3f6143..3f3b453b 100644
--- a/Graphics/GraphicsEngineMetal/interface/SamplerMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/SamplerMtl.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/Graphics/GraphicsEngineMetal/interface/ShaderMtl.h b/Graphics/GraphicsEngineMetal/interface/ShaderMtl.h
index 16803554..49c4a0c5 100644
--- a/Graphics/GraphicsEngineMetal/interface/ShaderMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/ShaderMtl.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/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h b/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h
index cbda8715..dbb723e1 100644
--- a/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/ShaderResourceBindingMtl.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/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h b/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h
index dbfde097..338badf9 100644
--- a/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/SwapChainMtl.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/Graphics/GraphicsEngineMetal/interface/TextureMtl.h b/Graphics/GraphicsEngineMetal/interface/TextureMtl.h
index 8a7479af..3e8eb20e 100644
--- a/Graphics/GraphicsEngineMetal/interface/TextureMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/TextureMtl.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/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h b/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h
index 6d75c167..18e1948e 100644
--- a/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.h
+++ b/Graphics/GraphicsEngineMetal/interface/TextureViewMtl.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/Graphics/GraphicsEngineMetal/src/BufferMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/BufferMtlImpl.mm
index 9db9bc3c..1b200616 100644
--- a/Graphics/GraphicsEngineMetal/src/BufferMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/BufferMtlImpl.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/Graphics/GraphicsEngineMetal/src/BufferViewMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/BufferViewMtlImpl.mm
index 2842ea8b..8d488c01 100644
--- a/Graphics/GraphicsEngineMetal/src/BufferViewMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/BufferViewMtlImpl.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/Graphics/GraphicsEngineMetal/src/CommandListMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/CommandListMtlImpl.mm
index 1b59f293..7ac56178 100644
--- a/Graphics/GraphicsEngineMetal/src/CommandListMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/CommandListMtlImpl.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/Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.mm
index 53c12adb..93532ab0 100644
--- a/Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/DeviceContextMtlImpl.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/Graphics/GraphicsEngineMetal/src/FenceMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/FenceMtlImpl.mm
index b181c9e7..4e9a4d39 100644
--- a/Graphics/GraphicsEngineMetal/src/FenceMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/FenceMtlImpl.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/Graphics/GraphicsEngineMetal/src/MtlTypeConversions.mm b/Graphics/GraphicsEngineMetal/src/MtlTypeConversions.mm
index 57aebe01..b4ad1bbe 100644
--- a/Graphics/GraphicsEngineMetal/src/MtlTypeConversions.mm
+++ b/Graphics/GraphicsEngineMetal/src/MtlTypeConversions.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/Graphics/GraphicsEngineMetal/src/PipelineStateMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/PipelineStateMtlImpl.mm
index fb107c96..c0a1a011 100644
--- a/Graphics/GraphicsEngineMetal/src/PipelineStateMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/PipelineStateMtlImpl.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/Graphics/GraphicsEngineMetal/src/RenderDeviceFactoryMtl.mm b/Graphics/GraphicsEngineMetal/src/RenderDeviceFactoryMtl.mm
index 69d7474f..900a288b 100644
--- a/Graphics/GraphicsEngineMetal/src/RenderDeviceFactoryMtl.mm
+++ b/Graphics/GraphicsEngineMetal/src/RenderDeviceFactoryMtl.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/Graphics/GraphicsEngineMetal/src/RenderDeviceMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/RenderDeviceMtlImpl.mm
index 01aca14e..7624dd5d 100644
--- a/Graphics/GraphicsEngineMetal/src/RenderDeviceMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/RenderDeviceMtlImpl.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/Graphics/GraphicsEngineMetal/src/SamplerMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/SamplerMtlImpl.mm
index 320f947b..39450815 100644
--- a/Graphics/GraphicsEngineMetal/src/SamplerMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/SamplerMtlImpl.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/Graphics/GraphicsEngineMetal/src/ShaderMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/ShaderMtlImpl.mm
index c3fc398b..489c3004 100644
--- a/Graphics/GraphicsEngineMetal/src/ShaderMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/ShaderMtlImpl.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/Graphics/GraphicsEngineMetal/src/ShaderResourceBindingMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/ShaderResourceBindingMtlImpl.mm
index 48083950..1206c528 100644
--- a/Graphics/GraphicsEngineMetal/src/ShaderResourceBindingMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/ShaderResourceBindingMtlImpl.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/Graphics/GraphicsEngineMetal/src/SwapChainMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/SwapChainMtlImpl.mm
index 1bba506d..b9974659 100644
--- a/Graphics/GraphicsEngineMetal/src/SwapChainMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/SwapChainMtlImpl.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/Graphics/GraphicsEngineMetal/src/TextureMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/TextureMtlImpl.mm
index ca36c472..542665b6 100644
--- a/Graphics/GraphicsEngineMetal/src/TextureMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/TextureMtlImpl.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/Graphics/GraphicsEngineMetal/src/TextureViewMtlImpl.mm b/Graphics/GraphicsEngineMetal/src/TextureViewMtlImpl.mm
index 8a4ee4f3..754b2a64 100644
--- a/Graphics/GraphicsEngineMetal/src/TextureViewMtlImpl.mm
+++ b/Graphics/GraphicsEngineMetal/src/TextureViewMtlImpl.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.