From 4efb90b3c14e80c13d9e492be9454cb6d8803e04 Mon Sep 17 00:00:00 2001 From: Nikita Fediuchin Date: Fri, 4 Feb 2022 13:33:27 +0200 Subject: [PATCH] Update license year --- Common/MVKCommonEnvironment.h | 2 +- Common/MVKOSExtensions.h | 2 +- Common/MVKOSExtensions.mm | 2 +- Common/MVKStrings.h | 2 +- Demos/Cube/iOS/AppDelegate.h | 2 +- Demos/Cube/iOS/AppDelegate.m | 2 +- Demos/Cube/iOS/DemoViewController.h | 2 +- Demos/Cube/iOS/DemoViewController.m | 2 +- Demos/Cube/iOS/main.m | 2 +- Demos/Cube/macOS/AppDelegate.h | 2 +- Demos/Cube/macOS/AppDelegate.m | 2 +- Demos/Cube/macOS/DemoViewController.h | 2 +- Demos/Cube/macOS/DemoViewController.m | 2 +- Demos/Cube/macOS/Info.plist | 2 +- Demos/Cube/macOS/main.m | 2 +- Demos/README.md | 2 +- Docs/MoltenVK_Runtime_UserGuide.md | 2 +- Docs/Whats_New.md | 2 +- ExternalRevisions/README.md | 2 +- MoltenVK/MoltenVK/API/mvk_datatypes.h | 2 +- MoltenVK/MoltenVK/API/mvk_vulkan.h | 2 +- MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdDebug.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdDebug.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdDispatch.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdDispatch.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdDraw.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdDraw.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdPipeline.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdPipeline.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdQueries.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdQueries.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdRenderPass.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdRenderPass.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdTransfer.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdTransfer.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKCommand.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCommandBuffer.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCommandBuffer.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.mm | 2 +- .../Commands/MVKCommandPipelineStateFactoryShaderSource.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCommandPool.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCommandPool.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKCommandTypePools.def | 2 +- MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.h | 2 +- MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.mm | 2 +- MoltenVK/MoltenVK/Commands/MVKMTLResourceBindings.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKBuffer.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKBuffer.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKDevice.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKImage.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKImage.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKInstance.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKInstance.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKPipeline.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKPipeline.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKQueue.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKQueue.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKResource.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKResource.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKSurface.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKSurface.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKSync.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKSync.mm | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.h | 2 +- MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.mm | 2 +- MoltenVK/MoltenVK/Layers/MVKExtensions.def | 2 +- MoltenVK/MoltenVK/Layers/MVKExtensions.h | 2 +- MoltenVK/MoltenVK/Layers/MVKExtensions.mm | 2 +- MoltenVK/MoltenVK/Layers/MVKLayers.h | 2 +- MoltenVK/MoltenVK/Layers/MVKLayers.mm | 2 +- MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.h | 2 +- MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.m | 2 +- .../OS/MTLRenderPassDepthAttachmentDescriptor+MoltenVK.h | 2 +- .../OS/MTLRenderPassDepthAttachmentDescriptor+MoltenVK.m | 2 +- MoltenVK/MoltenVK/OS/MTLRenderPassDescriptor+MoltenVK.h | 2 +- MoltenVK/MoltenVK/OS/MTLRenderPassDescriptor+MoltenVK.m | 2 +- .../OS/MTLRenderPassStencilAttachmentDescriptor+MoltenVK.h | 2 +- .../OS/MTLRenderPassStencilAttachmentDescriptor+MoltenVK.m | 2 +- MoltenVK/MoltenVK/OS/MTLRenderPipelineDescriptor+MoltenVK.h | 2 +- MoltenVK/MoltenVK/OS/MTLRenderPipelineDescriptor+MoltenVK.m | 2 +- MoltenVK/MoltenVK/OS/MTLSamplerDescriptor+MoltenVK.h | 2 +- MoltenVK/MoltenVK/OS/MTLSamplerDescriptor+MoltenVK.m | 2 +- MoltenVK/MoltenVK/OS/MTLTextureDescriptor+MoltenVK.h | 2 +- MoltenVK/MoltenVK/OS/MTLTextureDescriptor+MoltenVK.m | 2 +- MoltenVK/MoltenVK/OS/MVKGPUCapture.h | 2 +- MoltenVK/MoltenVK/OS/MVKGPUCapture.mm | 2 +- MoltenVK/MoltenVK/OS/NSString+MoltenVK.h | 2 +- MoltenVK/MoltenVK/OS/NSString+MoltenVK.mm | 2 +- MoltenVK/MoltenVK/Utility/MVKBaseObject.h | 2 +- MoltenVK/MoltenVK/Utility/MVKBaseObject.mm | 2 +- MoltenVK/MoltenVK/Utility/MVKBitArray.h | 2 +- MoltenVK/MoltenVK/Utility/MVKBlockObserver.h | 2 +- MoltenVK/MoltenVK/Utility/MVKBlockObserver.m | 2 +- MoltenVK/MoltenVK/Utility/MVKCodec.cpp | 2 +- MoltenVK/MoltenVK/Utility/MVKCodec.h | 2 +- MoltenVK/MoltenVK/Utility/MVKDXTnCodec.def | 2 +- MoltenVK/MoltenVK/Utility/MVKEnvironment.cpp | 2 +- MoltenVK/MoltenVK/Utility/MVKEnvironment.h | 2 +- MoltenVK/MoltenVK/Utility/MVKFoundation.cpp | 2 +- MoltenVK/MoltenVK/Utility/MVKFoundation.h | 2 +- MoltenVK/MoltenVK/Utility/MVKLogging.h | 2 +- MoltenVK/MoltenVK/Utility/MVKObjectPool.h | 2 +- MoltenVK/MoltenVK/Utility/MVKSmallVector.h | 2 +- MoltenVK/MoltenVK/Utility/MVKSmallVectorAllocator.h | 2 +- MoltenVK/MoltenVK/Utility/MVKWatermark.h | 2 +- MoltenVK/MoltenVK/Utility/MVKWatermark.mm | 2 +- MoltenVK/MoltenVK/Utility/MVKWatermarkShaderSource.h | 2 +- MoltenVK/MoltenVK/Utility/MVKWatermarkTextureContent.h | 2 +- MoltenVK/MoltenVK/Vulkan/mvk_datatypes.hpp | 2 +- MoltenVK/MoltenVK/Vulkan/mvk_datatypes.mm | 2 +- MoltenVK/MoltenVK/Vulkan/vk_mvk_moltenvk.mm | 2 +- MoltenVK/MoltenVK/Vulkan/vulkan.mm | 2 +- MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.h | 2 +- MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.mm | 2 +- .../MoltenVKShaderConverter/GLSLConversion.h | 2 +- .../MoltenVKShaderConverter/GLSLConversion.mm | 2 +- .../MoltenVKShaderConverter/GLSLToSPIRVConverter.cpp | 2 +- .../MoltenVKShaderConverter/GLSLToSPIRVConverter.h | 2 +- .../MoltenVKShaderConverter/SPIRVConversion.h | 2 +- .../MoltenVKShaderConverter/SPIRVConversion.mm | 2 +- .../MoltenVKShaderConverter/SPIRVReflection.h | 2 +- .../MoltenVKShaderConverter/SPIRVSupport.cpp | 2 +- MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.h | 2 +- .../MoltenVKShaderConverter/SPIRVToMSLConverter.cpp | 2 +- .../MoltenVKShaderConverter/SPIRVToMSLConverter.h | 2 +- README.md | 2 +- 151 files changed, 151 insertions(+), 151 deletions(-) diff --git a/Common/MVKCommonEnvironment.h b/Common/MVKCommonEnvironment.h index 1b22d33f..ecabf848 100644 --- a/Common/MVKCommonEnvironment.h +++ b/Common/MVKCommonEnvironment.h @@ -1,7 +1,7 @@ /* * MVKCommonEnvironment.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MVKOSExtensions.h b/Common/MVKOSExtensions.h index ab2bc544..9348b760 100644 --- a/Common/MVKOSExtensions.h +++ b/Common/MVKOSExtensions.h @@ -1,7 +1,7 @@ /* * MVKOSExtensions.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MVKOSExtensions.mm b/Common/MVKOSExtensions.mm index 53fdfe4b..006c9ea3 100644 --- a/Common/MVKOSExtensions.mm +++ b/Common/MVKOSExtensions.mm @@ -1,7 +1,7 @@ /* * MVKOSExtensions.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MVKStrings.h b/Common/MVKStrings.h index 90b54f69..d5dffa41 100644 --- a/Common/MVKStrings.h +++ b/Common/MVKStrings.h @@ -1,7 +1,7 @@ /* * MVKStrings.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/Demos/Cube/iOS/AppDelegate.h b/Demos/Cube/iOS/AppDelegate.h index 15cbfeaf..cc7ba62d 100644 --- a/Demos/Cube/iOS/AppDelegate.h +++ b/Demos/Cube/iOS/AppDelegate.h @@ -1,7 +1,7 @@ /* * AppDelegate.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/Demos/Cube/iOS/AppDelegate.m b/Demos/Cube/iOS/AppDelegate.m index 6a7ebaba..b0fc0cd4 100644 --- a/Demos/Cube/iOS/AppDelegate.m +++ b/Demos/Cube/iOS/AppDelegate.m @@ -1,7 +1,7 @@ /* * AppDelegate.m * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/Demos/Cube/iOS/DemoViewController.h b/Demos/Cube/iOS/DemoViewController.h index 01757b53..39a353f3 100644 --- a/Demos/Cube/iOS/DemoViewController.h +++ b/Demos/Cube/iOS/DemoViewController.h @@ -1,7 +1,7 @@ /* * DemoViewController.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/Demos/Cube/iOS/DemoViewController.m b/Demos/Cube/iOS/DemoViewController.m index d0b272c8..812653f3 100644 --- a/Demos/Cube/iOS/DemoViewController.m +++ b/Demos/Cube/iOS/DemoViewController.m @@ -1,7 +1,7 @@ /* * DemoViewController.m * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/Demos/Cube/iOS/main.m b/Demos/Cube/iOS/main.m index 4f577a44..61649e98 100644 --- a/Demos/Cube/iOS/main.m +++ b/Demos/Cube/iOS/main.m @@ -1,7 +1,7 @@ /* * main.m * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/Demos/Cube/macOS/AppDelegate.h b/Demos/Cube/macOS/AppDelegate.h index aebdf791..255d14a0 100644 --- a/Demos/Cube/macOS/AppDelegate.h +++ b/Demos/Cube/macOS/AppDelegate.h @@ -1,7 +1,7 @@ /* * AppDelegate.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/Demos/Cube/macOS/AppDelegate.m b/Demos/Cube/macOS/AppDelegate.m index ecec056c..69ace335 100644 --- a/Demos/Cube/macOS/AppDelegate.m +++ b/Demos/Cube/macOS/AppDelegate.m @@ -1,7 +1,7 @@ /* * AppDelegate.m * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/Demos/Cube/macOS/DemoViewController.h b/Demos/Cube/macOS/DemoViewController.h index dadc5a52..a083159c 100644 --- a/Demos/Cube/macOS/DemoViewController.h +++ b/Demos/Cube/macOS/DemoViewController.h @@ -1,7 +1,7 @@ /* * DemoViewController.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/Demos/Cube/macOS/DemoViewController.m b/Demos/Cube/macOS/DemoViewController.m index 381c3faf..5ec96aed 100644 --- a/Demos/Cube/macOS/DemoViewController.m +++ b/Demos/Cube/macOS/DemoViewController.m @@ -1,7 +1,7 @@ /* * DemoViewController.m * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/Demos/Cube/macOS/Info.plist b/Demos/Cube/macOS/Info.plist index 252a08e2..8d81b12b 100644 --- a/Demos/Cube/macOS/Info.plist +++ b/Demos/Cube/macOS/Info.plist @@ -25,7 +25,7 @@ LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright - Copyright (c) 2015-2021 The Brenwill Workshop Ltd. All rights reserved. + Copyright (c) 2015-2022 The Brenwill Workshop Ltd. All rights reserved. NSMainStoryboardFile Main NSPrincipalClass diff --git a/Demos/Cube/macOS/main.m b/Demos/Cube/macOS/main.m index bb84715f..e49b0274 100644 --- a/Demos/Cube/macOS/main.m +++ b/Demos/Cube/macOS/main.m @@ -1,7 +1,7 @@ /* * main.m * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/Demos/README.md b/Demos/README.md index ad890178..9ab40c86 100644 --- a/Demos/README.md +++ b/Demos/README.md @@ -6,7 +6,7 @@ #MoltenVK Demo Projects -Copyright (c) 2015-2021 [The Brenwill Workshop Ltd.](http://www.brenwill.com) +Copyright (c) 2015-2022 [The Brenwill Workshop Ltd.](http://www.brenwill.com) [comment]: # "This document is written in Markdown (http://en.wikipedia.org/wiki/Markdown) format." [comment]: # "For best results, use a Markdown reader." diff --git a/Docs/MoltenVK_Runtime_UserGuide.md b/Docs/MoltenVK_Runtime_UserGuide.md index 3dbdf9cb..e6f98744 100644 --- a/Docs/MoltenVK_Runtime_UserGuide.md +++ b/Docs/MoltenVK_Runtime_UserGuide.md @@ -7,7 +7,7 @@ MoltenVK Runtime User Guide =========================== -Copyright (c) 2015-2021 [The Brenwill Workshop Ltd.](http://www.brenwill.com) +Copyright (c) 2015-2022 [The Brenwill Workshop Ltd.](http://www.brenwill.com) [comment]: # "This document is written in Markdown (http://en.wikipedia.org/wiki/Markdown) format." [comment]: # "For best results, use a Markdown reader." diff --git a/Docs/Whats_New.md b/Docs/Whats_New.md index 77f021ce..9aee5d0a 100644 --- a/Docs/Whats_New.md +++ b/Docs/Whats_New.md @@ -6,7 +6,7 @@ # What's New in MoltenVK -Copyright (c) 2015-2021 [The Brenwill Workshop Ltd.](http://www.brenwill.com) +Copyright (c) 2015-2022 [The Brenwill Workshop Ltd.](http://www.brenwill.com) [comment]: # "This document is written in Markdown (http://en.wikipedia.org/wiki/Markdown) format." [comment]: # "For best results, use a Markdown reader." diff --git a/ExternalRevisions/README.md b/ExternalRevisions/README.md index 1ac34315..b31e58f3 100644 --- a/ExternalRevisions/README.md +++ b/ExternalRevisions/README.md @@ -5,7 +5,7 @@ #MoltenVK External Dependencies -Copyright (c) 2015-2021 [The Brenwill Workshop Ltd.](http://www.brenwill.com) +Copyright (c) 2015-2022 [The Brenwill Workshop Ltd.](http://www.brenwill.com) [comment]: # "This document is written in Markdown (http://en.wikipedia.org/wiki/Markdown) format." [comment]: # "For best results, use a Markdown reader." diff --git a/MoltenVK/MoltenVK/API/mvk_datatypes.h b/MoltenVK/MoltenVK/API/mvk_datatypes.h index 275a048d..0a1ddb08 100644 --- a/MoltenVK/MoltenVK/API/mvk_datatypes.h +++ b/MoltenVK/MoltenVK/API/mvk_datatypes.h @@ -1,7 +1,7 @@ /* * mvk_datatypes.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/API/mvk_vulkan.h b/MoltenVK/MoltenVK/API/mvk_vulkan.h index 20a8f2fe..0a918ab1 100644 --- a/MoltenVK/MoltenVK/API/mvk_vulkan.h +++ b/MoltenVK/MoltenVK/API/mvk_vulkan.h @@ -1,7 +1,7 @@ /* * mvk_vulkan.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h b/MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h index 999555ef..6ee374b2 100644 --- a/MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h +++ b/MoltenVK/MoltenVK/API/vk_mvk_moltenvk.h @@ -1,7 +1,7 @@ /* * vk_mvk_moltenvk.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdDebug.h b/MoltenVK/MoltenVK/Commands/MVKCmdDebug.h index b15f3937..e9d70083 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDebug.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDebug.h @@ -1,7 +1,7 @@ /* * MVKCmdDebug.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdDebug.mm b/MoltenVK/MoltenVK/Commands/MVKCmdDebug.mm index 8c840f9c..bf0d7a63 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDebug.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDebug.mm @@ -1,7 +1,7 @@ /* * MVKCmdDebug.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.h b/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.h index e3f60464..162039ea 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.h @@ -1,7 +1,7 @@ /* * MVKCmdDispatch.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.mm b/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.mm index ce466f56..08c72b1d 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.mm @@ -1,7 +1,7 @@ /* * MVKCmdDispatch.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdDraw.h b/MoltenVK/MoltenVK/Commands/MVKCmdDraw.h index cc58a2e4..32274bf5 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDraw.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDraw.h @@ -1,7 +1,7 @@ /* * MVKCmdDraw.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdDraw.mm b/MoltenVK/MoltenVK/Commands/MVKCmdDraw.mm index baf9ce64..8a826fa3 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDraw.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDraw.mm @@ -1,7 +1,7 @@ /* * MVKCmdDraw.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.h b/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.h index b691dfc7..55dfb378 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.h @@ -1,7 +1,7 @@ /* * MVKCmdPipeline.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.mm b/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.mm index 3a82e28d..d3cf246a 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.mm @@ -1,7 +1,7 @@ /* * MVKCmdPipeline.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdQueries.h b/MoltenVK/MoltenVK/Commands/MVKCmdQueries.h index 3780fcb0..edbbe524 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdQueries.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdQueries.h @@ -1,7 +1,7 @@ /* * MVKCmdQueries.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdQueries.mm b/MoltenVK/MoltenVK/Commands/MVKCmdQueries.mm index 8df18a4b..b19335f9 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdQueries.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdQueries.mm @@ -1,7 +1,7 @@ /* * MVKCmdQueries.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdRenderPass.h b/MoltenVK/MoltenVK/Commands/MVKCmdRenderPass.h index cc9af1e4..15c40fc3 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdRenderPass.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdRenderPass.h @@ -1,7 +1,7 @@ /* * MVKCmdRenderPass.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdRenderPass.mm b/MoltenVK/MoltenVK/Commands/MVKCmdRenderPass.mm index 2a98a876..56f0d491 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdRenderPass.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdRenderPass.mm @@ -1,7 +1,7 @@ /* * MVKCmdRenderPass.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.h b/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.h index c2466a77..99ead0d4 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.h @@ -1,7 +1,7 @@ /* * MVKCmdTransfer.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.mm b/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.mm index 72e36e5d..961c8152 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.mm @@ -1,7 +1,7 @@ /* * MVKCmdTransfer.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommand.h b/MoltenVK/MoltenVK/Commands/MVKCommand.h index 685625ba..1ae9a463 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommand.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommand.h @@ -1,7 +1,7 @@ /* * MVKCommand.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.h b/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.h index 7803bf27..80f433e7 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.h @@ -1,7 +1,7 @@ /* * MVKCommandBuffer.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.mm b/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.mm index b363fe2c..9d4a5f70 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.mm @@ -1,7 +1,7 @@ /* * MVKCommandBuffer.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.h b/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.h index 6150faec..38a044d7 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.h @@ -1,7 +1,7 @@ /* * MVKCommandEncoderState.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.mm b/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.mm index 2b0d2df2..3cfd9c7b 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.mm @@ -1,7 +1,7 @@ /* * MVKCommandEncoderState.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.h b/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.h index a57ee88b..67b77d1f 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.h @@ -1,7 +1,7 @@ /* * MVKCommandEncodingPool.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.mm b/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.mm index 00fd9ee8..346c0b26 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.mm @@ -1,7 +1,7 @@ /* * MVKCommandEncodingPool.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandPipelineStateFactoryShaderSource.h b/MoltenVK/MoltenVK/Commands/MVKCommandPipelineStateFactoryShaderSource.h index b26b35b7..3730d719 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandPipelineStateFactoryShaderSource.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandPipelineStateFactoryShaderSource.h @@ -1,7 +1,7 @@ /* * MVKCommandPipelineStateFactoryShaderSource.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandPool.h b/MoltenVK/MoltenVK/Commands/MVKCommandPool.h index 929597b1..977f963d 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandPool.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandPool.h @@ -1,7 +1,7 @@ /* * MVKCommandPool.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandPool.mm b/MoltenVK/MoltenVK/Commands/MVKCommandPool.mm index c219539a..95f48920 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandPool.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCommandPool.mm @@ -1,7 +1,7 @@ /* * MVKCommandPool.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.h b/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.h index 7dd04b4b..e73ebd1e 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.h @@ -1,7 +1,7 @@ /* * MVKCommandResourceFactory.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.mm b/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.mm index e37bd06f..e0f6fb0f 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.mm @@ -1,7 +1,7 @@ /* * MVKCommandResourceFactory.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKCommandTypePools.def b/MoltenVK/MoltenVK/Commands/MVKCommandTypePools.def index a6966f42..d5785ff7 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandTypePools.def +++ b/MoltenVK/MoltenVK/Commands/MVKCommandTypePools.def @@ -1,7 +1,7 @@ /* * MVKCommandTypePools.def * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.h b/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.h index 9cc7ccdc..d83318c6 100644 --- a/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.h +++ b/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.h @@ -1,7 +1,7 @@ /* * MVKMTLBufferAllocation.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.mm b/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.mm index ee7b46ff..659a6422 100644 --- a/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.mm +++ b/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.mm @@ -1,7 +1,7 @@ /* * MVKMTLBufferAllocation.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Commands/MVKMTLResourceBindings.h b/MoltenVK/MoltenVK/Commands/MVKMTLResourceBindings.h index f3321685..958654e4 100644 --- a/MoltenVK/MoltenVK/Commands/MVKMTLResourceBindings.h +++ b/MoltenVK/MoltenVK/Commands/MVKMTLResourceBindings.h @@ -1,7 +1,7 @@ /* * MVKMTLResourceBindings.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.h b/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.h index b2adf3a0..bbb91766 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.h @@ -1,7 +1,7 @@ /* * MVKBuffer.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.mm b/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.mm index e1205f14..2eb253a5 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.mm @@ -1,7 +1,7 @@ /* * MVKBuffer.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.h b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.h index c1ca6ba8..9dc9af4e 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.h @@ -1,7 +1,7 @@ /* * MVKDescriptor.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.mm b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.mm index 74bcd1ec..fd42da8e 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.mm @@ -1,7 +1,7 @@ /* * MVKDescriptor.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.h b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.h index 44ba13b6..4bbda08b 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.h @@ -1,7 +1,7 @@ /* * MVKDescriptorSet.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.mm b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.mm index e36c84ab..e1f3bdb5 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.mm @@ -1,7 +1,7 @@ /* * MVKDescriptorSet.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKDevice.h b/MoltenVK/MoltenVK/GPUObjects/MVKDevice.h index 89ca384c..ceb76a5d 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDevice.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDevice.h @@ -1,7 +1,7 @@ /* * MVKDevice.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm b/MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm index e9376a3b..61e5744e 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm @@ -1,7 +1,7 @@ /* * MVKDevice.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.h b/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.h index 953e3b88..6906ea44 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.h @@ -1,7 +1,7 @@ /* * MVKDeviceMemory.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.mm b/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.mm index 25686dff..229b0ab7 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.mm @@ -1,7 +1,7 @@ /* * MVKDeviceMemory.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.h b/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.h index 39beb73f..5fe7418d 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.h @@ -1,7 +1,7 @@ /* * MVKFramebuffer.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.mm b/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.mm index f65e0aee..66b74701 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.mm @@ -1,7 +1,7 @@ /* * MVKFramebuffer.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKImage.h b/MoltenVK/MoltenVK/GPUObjects/MVKImage.h index 1914da76..17fbf4b1 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKImage.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKImage.h @@ -1,7 +1,7 @@ /* * MVKImage.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKImage.mm b/MoltenVK/MoltenVK/GPUObjects/MVKImage.mm index de87e1f1..1d6d00d7 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKImage.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKImage.mm @@ -1,7 +1,7 @@ /* * MVKImage.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKInstance.h b/MoltenVK/MoltenVK/GPUObjects/MVKInstance.h index b80a66a6..6c25551e 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKInstance.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKInstance.h @@ -1,7 +1,7 @@ /* * MVKInstance.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKInstance.mm b/MoltenVK/MoltenVK/GPUObjects/MVKInstance.mm index c1882e28..294b1268 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKInstance.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKInstance.mm @@ -1,7 +1,7 @@ /* * MVKInstance.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.h b/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.h index 61c9fdfa..de407fb6 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.h @@ -1,7 +1,7 @@ /* * MVKPipeline.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.mm b/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.mm index 672a5dda..3d8d1ffa 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.mm @@ -1,7 +1,7 @@ /* * MVKPipeline.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.h b/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.h index fe55655e..9737b009 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.h @@ -1,7 +1,7 @@ /* * MVKPixelFormats.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.mm b/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.mm index 3192c8ca..c972226f 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.mm @@ -1,7 +1,7 @@ /* * MVKPixelFormats.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.h b/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.h index 45555fec..ace41a15 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.h @@ -1,7 +1,7 @@ /* * MVKQueryPool.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.mm b/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.mm index 7362475f..b84bb38f 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.mm @@ -1,7 +1,7 @@ /* * MVKQueryPool.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKQueue.h b/MoltenVK/MoltenVK/GPUObjects/MVKQueue.h index f9e1295f..dbda5e67 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKQueue.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKQueue.h @@ -1,7 +1,7 @@ /* * MVKQueue.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKQueue.mm b/MoltenVK/MoltenVK/GPUObjects/MVKQueue.mm index 30f1d1b2..8fa80b43 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKQueue.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKQueue.mm @@ -1,7 +1,7 @@ /* * MVKQueue.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.h b/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.h index 6dfb2289..fe993fda 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.h @@ -1,7 +1,7 @@ /* * MVKRenderPass.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.mm b/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.mm index 7e1a9291..a9182b63 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.mm @@ -1,7 +1,7 @@ /* * MVKRenderPass.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKResource.h b/MoltenVK/MoltenVK/GPUObjects/MVKResource.h index e53e776b..3c3e63f7 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKResource.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKResource.h @@ -1,7 +1,7 @@ /* * MVKResource.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKResource.mm b/MoltenVK/MoltenVK/GPUObjects/MVKResource.mm index 39771d85..30650d45 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKResource.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKResource.mm @@ -1,7 +1,7 @@ /* * MVKResource.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.h b/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.h index e20aea69..430f886c 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.h @@ -1,7 +1,7 @@ /* * MVKShaderModule.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.mm b/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.mm index e53aeb61..f748d56c 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.mm @@ -1,7 +1,7 @@ /* * MVKShaderModule.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKSurface.h b/MoltenVK/MoltenVK/GPUObjects/MVKSurface.h index 01ce697a..bcb69fd4 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSurface.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSurface.h @@ -1,7 +1,7 @@ /* * MVKSurface.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKSurface.mm b/MoltenVK/MoltenVK/GPUObjects/MVKSurface.mm index 4acc58a8..a70537c4 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSurface.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSurface.mm @@ -1,7 +1,7 @@ /* * MVKSurface.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.h b/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.h index 051db4cf..250210ff 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.h @@ -1,7 +1,7 @@ /* * MVKSwapchain.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.mm b/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.mm index c8045767..7eb27028 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.mm @@ -1,7 +1,7 @@ /* * MVKSwapchain.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKSync.h b/MoltenVK/MoltenVK/GPUObjects/MVKSync.h index 3f149da6..2a2dd7f7 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSync.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSync.h @@ -1,7 +1,7 @@ /* * MVKSync.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKSync.mm b/MoltenVK/MoltenVK/GPUObjects/MVKSync.mm index 41cde479..d711342e 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSync.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSync.mm @@ -1,7 +1,7 @@ /* * MVKSync.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.h b/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.h index 837b13b9..c82b0364 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.h @@ -1,7 +1,7 @@ /* * MVKVulkanAPIObject.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.mm b/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.mm index d3af0521..ff8f7d53 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.mm @@ -1,7 +1,7 @@ /* * MVKVulkanAPIObject.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Layers/MVKExtensions.def b/MoltenVK/MoltenVK/Layers/MVKExtensions.def index a80de24a..d5980e45 100644 --- a/MoltenVK/MoltenVK/Layers/MVKExtensions.def +++ b/MoltenVK/MoltenVK/Layers/MVKExtensions.def @@ -1,7 +1,7 @@ /* * MVKExtensions.def * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Layers/MVKExtensions.h b/MoltenVK/MoltenVK/Layers/MVKExtensions.h index 81f8c5fd..3b4d8843 100644 --- a/MoltenVK/MoltenVK/Layers/MVKExtensions.h +++ b/MoltenVK/MoltenVK/Layers/MVKExtensions.h @@ -1,7 +1,7 @@ /* * MVKExtensions.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Layers/MVKExtensions.mm b/MoltenVK/MoltenVK/Layers/MVKExtensions.mm index b3518b1a..8866c931 100644 --- a/MoltenVK/MoltenVK/Layers/MVKExtensions.mm +++ b/MoltenVK/MoltenVK/Layers/MVKExtensions.mm @@ -1,7 +1,7 @@ /* * MVKExtensions.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Layers/MVKLayers.h b/MoltenVK/MoltenVK/Layers/MVKLayers.h index ec9d56c3..1a99f432 100644 --- a/MoltenVK/MoltenVK/Layers/MVKLayers.h +++ b/MoltenVK/MoltenVK/Layers/MVKLayers.h @@ -1,7 +1,7 @@ /* * MVKLayers.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Layers/MVKLayers.mm b/MoltenVK/MoltenVK/Layers/MVKLayers.mm index 5a2eb241..2613cee2 100644 --- a/MoltenVK/MoltenVK/Layers/MVKLayers.mm +++ b/MoltenVK/MoltenVK/Layers/MVKLayers.mm @@ -1,7 +1,7 @@ /* * MVKLayers.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.h b/MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.h index fd4cf407..afe487f5 100644 --- a/MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.h +++ b/MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.h @@ -1,7 +1,7 @@ /* * CAMetalLayer+MoltenVK.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.m b/MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.m index 2adaa5d0..2da31184 100644 --- a/MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.m +++ b/MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.m @@ -1,7 +1,7 @@ /* * CAMetalLayer+MoltenVK.m * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/MTLRenderPassDepthAttachmentDescriptor+MoltenVK.h b/MoltenVK/MoltenVK/OS/MTLRenderPassDepthAttachmentDescriptor+MoltenVK.h index cb7df35a..364eeb72 100644 --- a/MoltenVK/MoltenVK/OS/MTLRenderPassDepthAttachmentDescriptor+MoltenVK.h +++ b/MoltenVK/MoltenVK/OS/MTLRenderPassDepthAttachmentDescriptor+MoltenVK.h @@ -1,7 +1,7 @@ /* * MTLRenderPassDepthAttachmentDescriptor+MoltenVK.h * - * Copyright (c) 2020-2021 Chip Davis for CodeWeavers + * Copyright (c) 2020-2022 Chip Davis for CodeWeavers * * 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/MoltenVK/MoltenVK/OS/MTLRenderPassDepthAttachmentDescriptor+MoltenVK.m b/MoltenVK/MoltenVK/OS/MTLRenderPassDepthAttachmentDescriptor+MoltenVK.m index bc0e3933..37b083fd 100644 --- a/MoltenVK/MoltenVK/OS/MTLRenderPassDepthAttachmentDescriptor+MoltenVK.m +++ b/MoltenVK/MoltenVK/OS/MTLRenderPassDepthAttachmentDescriptor+MoltenVK.m @@ -1,7 +1,7 @@ /* * MTLRenderPassDepthAttachmentDescriptor+MoltenVK.m * - * Copyright (c) 2020-2021 Chip Davis for CodeWeavers + * Copyright (c) 2020-2022 Chip Davis for CodeWeavers * * 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/MoltenVK/MoltenVK/OS/MTLRenderPassDescriptor+MoltenVK.h b/MoltenVK/MoltenVK/OS/MTLRenderPassDescriptor+MoltenVK.h index 6e7cf80b..aff36d88 100644 --- a/MoltenVK/MoltenVK/OS/MTLRenderPassDescriptor+MoltenVK.h +++ b/MoltenVK/MoltenVK/OS/MTLRenderPassDescriptor+MoltenVK.h @@ -1,7 +1,7 @@ /* * MTLRenderPassDescriptor+MoltenVK.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/MTLRenderPassDescriptor+MoltenVK.m b/MoltenVK/MoltenVK/OS/MTLRenderPassDescriptor+MoltenVK.m index 8f7b7e47..0a3ee235 100644 --- a/MoltenVK/MoltenVK/OS/MTLRenderPassDescriptor+MoltenVK.m +++ b/MoltenVK/MoltenVK/OS/MTLRenderPassDescriptor+MoltenVK.m @@ -1,7 +1,7 @@ /* * MTLRenderPassDescriptor+MoltenVK.m * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/MTLRenderPassStencilAttachmentDescriptor+MoltenVK.h b/MoltenVK/MoltenVK/OS/MTLRenderPassStencilAttachmentDescriptor+MoltenVK.h index 411708ea..54dfacc2 100644 --- a/MoltenVK/MoltenVK/OS/MTLRenderPassStencilAttachmentDescriptor+MoltenVK.h +++ b/MoltenVK/MoltenVK/OS/MTLRenderPassStencilAttachmentDescriptor+MoltenVK.h @@ -1,7 +1,7 @@ /* * MTLRenderPassStencilAttachmentDescriptor+MoltenVK.h * - * Copyright (c) 2020-2021 Chip Davis for CodeWeavers + * Copyright (c) 2020-2022 Chip Davis for CodeWeavers * * 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/MoltenVK/MoltenVK/OS/MTLRenderPassStencilAttachmentDescriptor+MoltenVK.m b/MoltenVK/MoltenVK/OS/MTLRenderPassStencilAttachmentDescriptor+MoltenVK.m index 03fb0349..31fd4f57 100644 --- a/MoltenVK/MoltenVK/OS/MTLRenderPassStencilAttachmentDescriptor+MoltenVK.m +++ b/MoltenVK/MoltenVK/OS/MTLRenderPassStencilAttachmentDescriptor+MoltenVK.m @@ -1,7 +1,7 @@ /* * MTLRenderPassStencilAttachmentDescriptor+MoltenVK.m * - * Copyright (c) 2020-2021 Chip Davis for CodeWeavers + * Copyright (c) 2020-2022 Chip Davis for CodeWeavers * * 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/MoltenVK/MoltenVK/OS/MTLRenderPipelineDescriptor+MoltenVK.h b/MoltenVK/MoltenVK/OS/MTLRenderPipelineDescriptor+MoltenVK.h index 32372b38..1e01c173 100644 --- a/MoltenVK/MoltenVK/OS/MTLRenderPipelineDescriptor+MoltenVK.h +++ b/MoltenVK/MoltenVK/OS/MTLRenderPipelineDescriptor+MoltenVK.h @@ -1,7 +1,7 @@ /* * MTLRenderPipelineDescriptor+MoltenVK.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/MTLRenderPipelineDescriptor+MoltenVK.m b/MoltenVK/MoltenVK/OS/MTLRenderPipelineDescriptor+MoltenVK.m index 64d7316a..917d587c 100644 --- a/MoltenVK/MoltenVK/OS/MTLRenderPipelineDescriptor+MoltenVK.m +++ b/MoltenVK/MoltenVK/OS/MTLRenderPipelineDescriptor+MoltenVK.m @@ -1,7 +1,7 @@ /* * MTLRenderPipelineDescriptor+MoltenVK.m * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/MTLSamplerDescriptor+MoltenVK.h b/MoltenVK/MoltenVK/OS/MTLSamplerDescriptor+MoltenVK.h index b76ea694..f2a02fec 100644 --- a/MoltenVK/MoltenVK/OS/MTLSamplerDescriptor+MoltenVK.h +++ b/MoltenVK/MoltenVK/OS/MTLSamplerDescriptor+MoltenVK.h @@ -1,7 +1,7 @@ /* * MTLSamplerDescriptor+MoltenVK.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/MTLSamplerDescriptor+MoltenVK.m b/MoltenVK/MoltenVK/OS/MTLSamplerDescriptor+MoltenVK.m index 1cbbdc02..60e735b6 100644 --- a/MoltenVK/MoltenVK/OS/MTLSamplerDescriptor+MoltenVK.m +++ b/MoltenVK/MoltenVK/OS/MTLSamplerDescriptor+MoltenVK.m @@ -1,7 +1,7 @@ /* * MTLSamplerDescriptor+MoltenVK.m * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/MTLTextureDescriptor+MoltenVK.h b/MoltenVK/MoltenVK/OS/MTLTextureDescriptor+MoltenVK.h index 144ccb0e..cbee4680 100644 --- a/MoltenVK/MoltenVK/OS/MTLTextureDescriptor+MoltenVK.h +++ b/MoltenVK/MoltenVK/OS/MTLTextureDescriptor+MoltenVK.h @@ -1,7 +1,7 @@ /* * MTLTextureDescriptor+MoltenVK.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/MTLTextureDescriptor+MoltenVK.m b/MoltenVK/MoltenVK/OS/MTLTextureDescriptor+MoltenVK.m index 5e50705b..0c045326 100644 --- a/MoltenVK/MoltenVK/OS/MTLTextureDescriptor+MoltenVK.m +++ b/MoltenVK/MoltenVK/OS/MTLTextureDescriptor+MoltenVK.m @@ -1,7 +1,7 @@ /* * MTLTextureDescriptor+MoltenVK.m * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/MVKGPUCapture.h b/MoltenVK/MoltenVK/OS/MVKGPUCapture.h index 2c5716b4..ca3fbb2a 100644 --- a/MoltenVK/MoltenVK/OS/MVKGPUCapture.h +++ b/MoltenVK/MoltenVK/OS/MVKGPUCapture.h @@ -1,7 +1,7 @@ /* * MVKGPUCapture.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/MVKGPUCapture.mm b/MoltenVK/MoltenVK/OS/MVKGPUCapture.mm index 25c5f31e..ea4dd54f 100644 --- a/MoltenVK/MoltenVK/OS/MVKGPUCapture.mm +++ b/MoltenVK/MoltenVK/OS/MVKGPUCapture.mm @@ -1,7 +1,7 @@ /* * MVKGPUCapture.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/NSString+MoltenVK.h b/MoltenVK/MoltenVK/OS/NSString+MoltenVK.h index 1229c399..8173d84f 100644 --- a/MoltenVK/MoltenVK/OS/NSString+MoltenVK.h +++ b/MoltenVK/MoltenVK/OS/NSString+MoltenVK.h @@ -1,7 +1,7 @@ /* * NSString+MoltenVK.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/OS/NSString+MoltenVK.mm b/MoltenVK/MoltenVK/OS/NSString+MoltenVK.mm index 24400e57..41371d7f 100644 --- a/MoltenVK/MoltenVK/OS/NSString+MoltenVK.mm +++ b/MoltenVK/MoltenVK/OS/NSString+MoltenVK.mm @@ -1,7 +1,7 @@ /* * NSString+MoltenVK.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKBaseObject.h b/MoltenVK/MoltenVK/Utility/MVKBaseObject.h index 7a235889..370a55a0 100644 --- a/MoltenVK/MoltenVK/Utility/MVKBaseObject.h +++ b/MoltenVK/MoltenVK/Utility/MVKBaseObject.h @@ -1,7 +1,7 @@ /* * MVKBaseObject.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKBaseObject.mm b/MoltenVK/MoltenVK/Utility/MVKBaseObject.mm index 08e3af63..b7b62123 100644 --- a/MoltenVK/MoltenVK/Utility/MVKBaseObject.mm +++ b/MoltenVK/MoltenVK/Utility/MVKBaseObject.mm @@ -1,7 +1,7 @@ /* * MVKBaseObject.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKBitArray.h b/MoltenVK/MoltenVK/Utility/MVKBitArray.h index 719464ef..1172e739 100755 --- a/MoltenVK/MoltenVK/Utility/MVKBitArray.h +++ b/MoltenVK/MoltenVK/Utility/MVKBitArray.h @@ -1,7 +1,7 @@ /* * MVKBitArray.h * - * Copyright (c) 2020-2020 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2020-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKBlockObserver.h b/MoltenVK/MoltenVK/Utility/MVKBlockObserver.h index bb1e3ca8..d71a41c0 100644 --- a/MoltenVK/MoltenVK/Utility/MVKBlockObserver.h +++ b/MoltenVK/MoltenVK/Utility/MVKBlockObserver.h @@ -1,7 +1,7 @@ /* * MVKBlockObserver.h * - * Copyright (c) 2019-2021 Chip Davis for CodeWeavers + * Copyright (c) 2019-2022 Chip Davis for CodeWeavers * * 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/MoltenVK/MoltenVK/Utility/MVKBlockObserver.m b/MoltenVK/MoltenVK/Utility/MVKBlockObserver.m index c0314e97..a608fa2f 100644 --- a/MoltenVK/MoltenVK/Utility/MVKBlockObserver.m +++ b/MoltenVK/MoltenVK/Utility/MVKBlockObserver.m @@ -1,7 +1,7 @@ /* * MVKBlockObserver.m * - * Copyright (c) 2019-2021 Chip Davis for CodeWeavers + * Copyright (c) 2019-2022 Chip Davis for CodeWeavers * * 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/MoltenVK/MoltenVK/Utility/MVKCodec.cpp b/MoltenVK/MoltenVK/Utility/MVKCodec.cpp index 2b1f5794..b30a2172 100644 --- a/MoltenVK/MoltenVK/Utility/MVKCodec.cpp +++ b/MoltenVK/MoltenVK/Utility/MVKCodec.cpp @@ -1,7 +1,7 @@ /* * MVKCodec.cpp * - * Copyright (c) 2018-2021 Chip Davis for CodeWeavers + * Copyright (c) 2018-2022 Chip Davis for CodeWeavers * * 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/MoltenVK/MoltenVK/Utility/MVKCodec.h b/MoltenVK/MoltenVK/Utility/MVKCodec.h index 3f63eca1..483e376f 100644 --- a/MoltenVK/MoltenVK/Utility/MVKCodec.h +++ b/MoltenVK/MoltenVK/Utility/MVKCodec.h @@ -1,7 +1,7 @@ /* * MVKCodec.h * - * Copyright (c) 2018-2021 Chip Davis for CodeWeavers + * Copyright (c) 2018-2022 Chip Davis for CodeWeavers * * 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/MoltenVK/MoltenVK/Utility/MVKDXTnCodec.def b/MoltenVK/MoltenVK/Utility/MVKDXTnCodec.def index ec8db83d..bbea094c 100644 --- a/MoltenVK/MoltenVK/Utility/MVKDXTnCodec.def +++ b/MoltenVK/MoltenVK/Utility/MVKDXTnCodec.def @@ -1,7 +1,7 @@ /* * MVKDXTnCodec.def * - * Copyright (c) 2018-2021 Chip Davis for CodeWeavers + * Copyright (c) 2018-2022 Chip Davis for CodeWeavers * * 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/MoltenVK/MoltenVK/Utility/MVKEnvironment.cpp b/MoltenVK/MoltenVK/Utility/MVKEnvironment.cpp index aae324e9..30db5eaf 100644 --- a/MoltenVK/MoltenVK/Utility/MVKEnvironment.cpp +++ b/MoltenVK/MoltenVK/Utility/MVKEnvironment.cpp @@ -1,7 +1,7 @@ /* * MVKEnvironment.cpp * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKEnvironment.h b/MoltenVK/MoltenVK/Utility/MVKEnvironment.h index e7d65446..81d0defc 100644 --- a/MoltenVK/MoltenVK/Utility/MVKEnvironment.h +++ b/MoltenVK/MoltenVK/Utility/MVKEnvironment.h @@ -1,7 +1,7 @@ /* * MVKEnvironment.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKFoundation.cpp b/MoltenVK/MoltenVK/Utility/MVKFoundation.cpp index 05c0feb1..80085782 100644 --- a/MoltenVK/MoltenVK/Utility/MVKFoundation.cpp +++ b/MoltenVK/MoltenVK/Utility/MVKFoundation.cpp @@ -1,7 +1,7 @@ /* * MVKFoundation.cpp * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKFoundation.h b/MoltenVK/MoltenVK/Utility/MVKFoundation.h index db4d3ee2..8850c501 100644 --- a/MoltenVK/MoltenVK/Utility/MVKFoundation.h +++ b/MoltenVK/MoltenVK/Utility/MVKFoundation.h @@ -1,7 +1,7 @@ /* * MVKFoundation.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKLogging.h b/MoltenVK/MoltenVK/Utility/MVKLogging.h index 5bae6639..8cfef833 100644 --- a/MoltenVK/MoltenVK/Utility/MVKLogging.h +++ b/MoltenVK/MoltenVK/Utility/MVKLogging.h @@ -1,7 +1,7 @@ /* * MVKLogging.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKObjectPool.h b/MoltenVK/MoltenVK/Utility/MVKObjectPool.h index f0a85e1a..e74ba895 100644 --- a/MoltenVK/MoltenVK/Utility/MVKObjectPool.h +++ b/MoltenVK/MoltenVK/Utility/MVKObjectPool.h @@ -1,7 +1,7 @@ /* * MVKObjectPool.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKSmallVector.h b/MoltenVK/MoltenVK/Utility/MVKSmallVector.h index e20e7faf..cc67e36c 100755 --- a/MoltenVK/MoltenVK/Utility/MVKSmallVector.h +++ b/MoltenVK/MoltenVK/Utility/MVKSmallVector.h @@ -1,7 +1,7 @@ /* * MVKSmallVector.h * - * Copyright (c) 2012-2021 Dr. Torsten Hans (hans@ipacs.de) + * Copyright (c) 2012-2022 Dr. Torsten Hans (hans@ipacs.de) * * 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/MoltenVK/MoltenVK/Utility/MVKSmallVectorAllocator.h b/MoltenVK/MoltenVK/Utility/MVKSmallVectorAllocator.h index abdaf8c2..50303b9a 100755 --- a/MoltenVK/MoltenVK/Utility/MVKSmallVectorAllocator.h +++ b/MoltenVK/MoltenVK/Utility/MVKSmallVectorAllocator.h @@ -1,7 +1,7 @@ /* * MVKSmallVectorAllocator.h * - * Copyright (c) 2012-2021 Dr. Torsten Hans (hans@ipacs.de) + * Copyright (c) 2012-2022 Dr. Torsten Hans (hans@ipacs.de) * * 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/MoltenVK/MoltenVK/Utility/MVKWatermark.h b/MoltenVK/MoltenVK/Utility/MVKWatermark.h index 50010a1f..c8fb75f8 100644 --- a/MoltenVK/MoltenVK/Utility/MVKWatermark.h +++ b/MoltenVK/MoltenVK/Utility/MVKWatermark.h @@ -1,7 +1,7 @@ /* * MVKWatermark.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKWatermark.mm b/MoltenVK/MoltenVK/Utility/MVKWatermark.mm index c4c535c8..28673e6b 100644 --- a/MoltenVK/MoltenVK/Utility/MVKWatermark.mm +++ b/MoltenVK/MoltenVK/Utility/MVKWatermark.mm @@ -1,7 +1,7 @@ /* * MVKWatermark.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKWatermarkShaderSource.h b/MoltenVK/MoltenVK/Utility/MVKWatermarkShaderSource.h index 376238c6..e1d52d56 100644 --- a/MoltenVK/MoltenVK/Utility/MVKWatermarkShaderSource.h +++ b/MoltenVK/MoltenVK/Utility/MVKWatermarkShaderSource.h @@ -1,7 +1,7 @@ /* * MVKWatermarkShaderSource.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Utility/MVKWatermarkTextureContent.h b/MoltenVK/MoltenVK/Utility/MVKWatermarkTextureContent.h index e5a8faac..ff29298f 100644 --- a/MoltenVK/MoltenVK/Utility/MVKWatermarkTextureContent.h +++ b/MoltenVK/MoltenVK/Utility/MVKWatermarkTextureContent.h @@ -1,7 +1,7 @@ /* * MVKWatermarkTextureContent.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Vulkan/mvk_datatypes.hpp b/MoltenVK/MoltenVK/Vulkan/mvk_datatypes.hpp index fb5f7cc0..8ee57bfe 100644 --- a/MoltenVK/MoltenVK/Vulkan/mvk_datatypes.hpp +++ b/MoltenVK/MoltenVK/Vulkan/mvk_datatypes.hpp @@ -1,7 +1,7 @@ /* * mvk_datatypes.hpp * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Vulkan/mvk_datatypes.mm b/MoltenVK/MoltenVK/Vulkan/mvk_datatypes.mm index 7ce43a17..e0c1ce3e 100644 --- a/MoltenVK/MoltenVK/Vulkan/mvk_datatypes.mm +++ b/MoltenVK/MoltenVK/Vulkan/mvk_datatypes.mm @@ -1,7 +1,7 @@ /* * mvk_datatypes.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Vulkan/vk_mvk_moltenvk.mm b/MoltenVK/MoltenVK/Vulkan/vk_mvk_moltenvk.mm index 001acb1b..39b3994c 100644 --- a/MoltenVK/MoltenVK/Vulkan/vk_mvk_moltenvk.mm +++ b/MoltenVK/MoltenVK/Vulkan/vk_mvk_moltenvk.mm @@ -1,7 +1,7 @@ /* * vk_mvk_moltenvk.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVK/MoltenVK/Vulkan/vulkan.mm b/MoltenVK/MoltenVK/Vulkan/vulkan.mm index 5498e9de..b266cf32 100644 --- a/MoltenVK/MoltenVK/Vulkan/vulkan.mm +++ b/MoltenVK/MoltenVK/Vulkan/vulkan.mm @@ -1,7 +1,7 @@ /* * vulkan.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.h b/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.h index 3c74d402..74029fff 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.h @@ -1,7 +1,7 @@ /* * FileSupport.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.mm b/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.mm index f6cae3bf..34aa5188 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.mm +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.mm @@ -1,7 +1,7 @@ /* * FileSupport.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.h b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.h index e02e4503..ce2b92b5 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.h @@ -1,7 +1,7 @@ /* * GLSLConversion.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.mm b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.mm index 972b2550..9976d250 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.mm +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.mm @@ -1,7 +1,7 @@ /* * GLSLConversion.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.cpp b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.cpp index 8743e72d..6b9db284 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.cpp +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.cpp @@ -1,7 +1,7 @@ /* * GLSLToSPIRVConverter.cpp * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.h b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.h index 5e757054..ff05831f 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.h @@ -1,7 +1,7 @@ /* * GLSLToSPIRVConverter.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.h b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.h index e315c38f..fadbf2fd 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.h @@ -1,7 +1,7 @@ /* * SPIRVConversion.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.mm b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.mm index aba90bd0..aab4933e 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.mm +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.mm @@ -1,7 +1,7 @@ /* * SPIRVConversion.mm * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVReflection.h b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVReflection.h index 63a04911..4e81bb84 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVReflection.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVReflection.h @@ -1,7 +1,7 @@ /* * SPIRVReflection.h * - * Copyright (c) 2019-2021 Chip Davis for Codeweavers + * Copyright (c) 2019-2022 Chip Davis for Codeweavers * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.cpp b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.cpp index 4523a4f4..a421e234 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.cpp +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.cpp @@ -1,7 +1,7 @@ /* * SPIRVSupport.cpp * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.h b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.h index dab8f749..ecb0a72a 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.h @@ -1,7 +1,7 @@ /* * SPIRVSupport.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.cpp b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.cpp index 17c79394..41d36014 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.cpp +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.cpp @@ -1,7 +1,7 @@ /* * SPIRVToMSLConverter.cpp * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.h b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.h index 99557701..bd0b297e 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.h @@ -1,7 +1,7 @@ /* * SPIRVToMSLConverter.h * - * Copyright (c) 2015-2021 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2022 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * 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/README.md b/README.md index d070762f..a78d032e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ MoltenVK ======== -Copyright (c) 2015-2021 [The Brenwill Workshop Ltd.](http://www.brenwill.com) +Copyright (c) 2015-2022 [The Brenwill Workshop Ltd.](http://www.brenwill.com) [comment]: # "This document is written in Markdown (http://en.wikipedia.org/wiki/Markdown) format." [comment]: # "For best results, use a Markdown reader."