From d9f75ed812a08342ec8104a6e9d074e3c59e2682 Mon Sep 17 00:00:00 2001 From: Bill Hollings Date: Thu, 4 Jan 2024 14:51:53 -0500 Subject: [PATCH] Update copyright notices to year 2024. --- 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_Configuration_Parameters.md | 2 +- Docs/MoltenVK_Runtime_UserGuide.md | 2 +- Docs/Whats_New.md | 3 ++- ExternalRevisions/README.md | 2 +- MoltenVK/MoltenVK/API/mvk_config.h | 2 +- MoltenVK/MoltenVK/API/mvk_datatypes.h | 2 +- MoltenVK/MoltenVK/API/mvk_deprecated_api.h | 2 +- MoltenVK/MoltenVK/API/mvk_private_api.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/MVKCmdRendering.h | 2 +- MoltenVK/MoltenVK/Commands/MVKCmdRendering.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/MVKDeviceFeatureStructs.def | 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.mm | 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.h | 2 +- MoltenVK/MoltenVK/Utility/MVKCodec.mm | 2 +- MoltenVK/MoltenVK/Utility/MVKConfigMembers.def | 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/MVKInflectionMap.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_api.mm | 2 +- MoltenVK/MoltenVK/Vulkan/mvk_datatypes.hpp | 2 +- MoltenVK/MoltenVK/Vulkan/mvk_datatypes.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 +- .../MoltenVKShaderConverterTool.cpp | 2 +- .../MoltenVKShaderConverterTool/MoltenVKShaderConverterTool.h | 2 +- .../MoltenVKShaderConverterTool/OSSupport.h | 2 +- .../MoltenVKShaderConverterTool/OSSupport.mm | 2 +- MoltenVKShaderConverter/MoltenVKShaderConverterTool/main.cpp | 2 +- README.md | 2 +- Scripts/runcts | 2 +- fetchDependencies | 2 +- 165 files changed, 166 insertions(+), 165 deletions(-) diff --git a/Common/MVKCommonEnvironment.h b/Common/MVKCommonEnvironment.h index a1bbfd87..548fd204 100644 --- a/Common/MVKCommonEnvironment.h +++ b/Common/MVKCommonEnvironment.h @@ -1,7 +1,7 @@ /* * MVKCommonEnvironment.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 2c40602a..0e246a50 100644 --- a/Common/MVKOSExtensions.h +++ b/Common/MVKOSExtensions.h @@ -1,7 +1,7 @@ /* * MVKOSExtensions.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 0772cdc7..16053489 100644 --- a/Common/MVKOSExtensions.mm +++ b/Common/MVKOSExtensions.mm @@ -1,7 +1,7 @@ /* * MVKOSExtensions.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 d3ce5316..36778d45 100644 --- a/Common/MVKStrings.h +++ b/Common/MVKStrings.h @@ -1,7 +1,7 @@ /* * MVKStrings.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 5086117d..4a215c8e 100644 --- a/Demos/Cube/iOS/AppDelegate.h +++ b/Demos/Cube/iOS/AppDelegate.h @@ -1,7 +1,7 @@ /* * AppDelegate.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 eafb07ad..bf4f377e 100644 --- a/Demos/Cube/iOS/AppDelegate.m +++ b/Demos/Cube/iOS/AppDelegate.m @@ -1,7 +1,7 @@ /* * AppDelegate.m * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 3896cc36..a8e80275 100644 --- a/Demos/Cube/iOS/DemoViewController.h +++ b/Demos/Cube/iOS/DemoViewController.h @@ -1,7 +1,7 @@ /* * DemoViewController.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 30112a2c..eb2ef01e 100644 --- a/Demos/Cube/iOS/DemoViewController.m +++ b/Demos/Cube/iOS/DemoViewController.m @@ -1,7 +1,7 @@ /* * DemoViewController.m * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 6aeb9e56..dd8bebe6 100644 --- a/Demos/Cube/iOS/main.m +++ b/Demos/Cube/iOS/main.m @@ -1,7 +1,7 @@ /* * main.m * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 f8a1848c..99144e16 100644 --- a/Demos/Cube/macOS/AppDelegate.h +++ b/Demos/Cube/macOS/AppDelegate.h @@ -1,7 +1,7 @@ /* * AppDelegate.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 b376aba1..09675058 100644 --- a/Demos/Cube/macOS/AppDelegate.m +++ b/Demos/Cube/macOS/AppDelegate.m @@ -1,7 +1,7 @@ /* * AppDelegate.m * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 e5f9f170..89e83a18 100644 --- a/Demos/Cube/macOS/DemoViewController.h +++ b/Demos/Cube/macOS/DemoViewController.h @@ -1,7 +1,7 @@ /* * DemoViewController.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 76dc4d92..fc3b632f 100644 --- a/Demos/Cube/macOS/DemoViewController.m +++ b/Demos/Cube/macOS/DemoViewController.m @@ -1,7 +1,7 @@ /* * DemoViewController.m * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 df5c6740..2dbe7297 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-2023 The Brenwill Workshop Ltd. All rights reserved. + Copyright (c) 2015-2024 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 6a465339..e6feac08 100644 --- a/Demos/Cube/macOS/main.m +++ b/Demos/Cube/macOS/main.m @@ -1,7 +1,7 @@ /* * main.m * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 1e607ab4..4d305420 100644 --- a/Demos/README.md +++ b/Demos/README.md @@ -6,7 +6,7 @@ #MoltenVK Demo Projects -Copyright (c) 2015-2023 [The Brenwill Workshop Ltd.](http://www.brenwill.com) +Copyright (c) 2015-2024 [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_Configuration_Parameters.md b/Docs/MoltenVK_Configuration_Parameters.md index 423bd488..8852020f 100644 --- a/Docs/MoltenVK_Configuration_Parameters.md +++ b/Docs/MoltenVK_Configuration_Parameters.md @@ -7,7 +7,7 @@ MoltenVK Configuration Parameters ================================= -Copyright (c) 2015-2023 [The Brenwill Workshop Ltd.](http://www.brenwill.com) +Copyright (c) 2015-2024 [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 eb12a83a..96738ec9 100644 --- a/Docs/MoltenVK_Runtime_UserGuide.md +++ b/Docs/MoltenVK_Runtime_UserGuide.md @@ -7,7 +7,7 @@ MoltenVK Runtime User Guide =========================== -Copyright (c) 2015-2023 [The Brenwill Workshop Ltd.](http://www.brenwill.com) +Copyright (c) 2015-2024 [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 f7e9b869..3af26d9d 100644 --- a/Docs/Whats_New.md +++ b/Docs/Whats_New.md @@ -6,7 +6,7 @@ # What's New in MoltenVK -Copyright (c) 2015-2023 [The Brenwill Workshop Ltd.](http://www.brenwill.com) +Copyright (c) 2015-2024 [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." @@ -30,6 +30,7 @@ Released TBD - Fix swapchain and surface bugs when windowing system is accessed from off the main thread. - Deprecate `vkSetMoltenVKConfigurationMVK()`. - Deprecate `mvk_config.h` and move content to `mvk_private_api.h` and `mvk_deprecated_api.h`. +- Update copyright notices to year 2024. - Update to latest SPIRV-Cross: - MSL: Fix regression error in argument buffer runtime arrays. - MSL: Work around broken cube texture gradients on Apple Silicon. diff --git a/ExternalRevisions/README.md b/ExternalRevisions/README.md index 7a8e31a2..21cf7398 100644 --- a/ExternalRevisions/README.md +++ b/ExternalRevisions/README.md @@ -5,7 +5,7 @@ #MoltenVK External Dependencies -Copyright (c) 2015-2023 [The Brenwill Workshop Ltd.](http://www.brenwill.com) +Copyright (c) 2015-2024 [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_config.h b/MoltenVK/MoltenVK/API/mvk_config.h index 8b815fc1..26a0cbbc 100644 --- a/MoltenVK/MoltenVK/API/mvk_config.h +++ b/MoltenVK/MoltenVK/API/mvk_config.h @@ -1,7 +1,7 @@ /* * mvk_config.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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_datatypes.h b/MoltenVK/MoltenVK/API/mvk_datatypes.h index eabb5aa3..de3d08a5 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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_deprecated_api.h b/MoltenVK/MoltenVK/API/mvk_deprecated_api.h index e2faf5b1..4f26a37d 100644 --- a/MoltenVK/MoltenVK/API/mvk_deprecated_api.h +++ b/MoltenVK/MoltenVK/API/mvk_deprecated_api.h @@ -1,7 +1,7 @@ /* * mvk_deprecated_api.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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_private_api.h b/MoltenVK/MoltenVK/API/mvk_private_api.h index aac78707..522a41c2 100644 --- a/MoltenVK/MoltenVK/API/mvk_private_api.h +++ b/MoltenVK/MoltenVK/API/mvk_private_api.h @@ -1,7 +1,7 @@ /* * mvk_private_api.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 75e98c1f..7fcc806d 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 deec23a2..e214efad 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 4e1ce4e0..5150fafd 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDebug.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDebug.h @@ -1,7 +1,7 @@ /* * MVKCmdDebug.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 46e1a2ff..004afd14 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDebug.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDebug.mm @@ -1,7 +1,7 @@ /* * MVKCmdDebug.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 28406056..d587b1ed 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.h @@ -1,7 +1,7 @@ /* * MVKCmdDispatch.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 020f04b5..3e2d6d7f 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDispatch.mm @@ -1,7 +1,7 @@ /* * MVKCmdDispatch.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 2b9696ab..e0c4c508 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDraw.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDraw.h @@ -1,7 +1,7 @@ /* * MVKCmdDraw.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 87515ba1..9bc2e6c1 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdDraw.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdDraw.mm @@ -1,7 +1,7 @@ /* * MVKCmdDraw.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 84bc923a..0cb5915b 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.h @@ -1,7 +1,7 @@ /* * MVKCmdPipeline.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 1a30f550..cb223171 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdPipeline.mm @@ -1,7 +1,7 @@ /* * MVKCmdPipeline.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 6b3686e8..120413d6 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdQueries.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdQueries.h @@ -1,7 +1,7 @@ /* * MVKCmdQueries.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 aac431fb..43810b30 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdQueries.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdQueries.mm @@ -1,7 +1,7 @@ /* * MVKCmdQueries.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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/MVKCmdRendering.h b/MoltenVK/MoltenVK/Commands/MVKCmdRendering.h index 16e4863b..408f87a5 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdRendering.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdRendering.h @@ -1,7 +1,7 @@ /* * MVKCmdRendering.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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/MVKCmdRendering.mm b/MoltenVK/MoltenVK/Commands/MVKCmdRendering.mm index a2492ace..1c14979d 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdRendering.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdRendering.mm @@ -1,7 +1,7 @@ /* * MVKCmdRendering.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 e25158b6..215ffd64 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.h +++ b/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.h @@ -1,7 +1,7 @@ /* * MVKCmdTransfer.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 06d67822..9a920d73 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCmdTransfer.mm @@ -1,7 +1,7 @@ /* * MVKCmdTransfer.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 cd48facc..17c7fc7e 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommand.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommand.h @@ -1,7 +1,7 @@ /* * MVKCommand.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 92d02e77..a618d0b8 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.h @@ -1,7 +1,7 @@ /* * MVKCommandBuffer.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 7a3ac508..9ae225ff 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCommandBuffer.mm @@ -1,7 +1,7 @@ /* * MVKCommandBuffer.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 865cd1c0..d5e5aefe 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.h @@ -1,7 +1,7 @@ /* * MVKCommandEncoderState.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 769230bc..fa4d4b8c 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCommandEncoderState.mm @@ -1,7 +1,7 @@ /* * MVKCommandEncoderState.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 ca19abd0..6bab224e 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.h @@ -1,7 +1,7 @@ /* * MVKCommandEncodingPool.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 c2ca7b08..a3308302 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCommandEncodingPool.mm @@ -1,7 +1,7 @@ /* * MVKCommandEncodingPool.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 39060f53..7d5a7cee 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandPipelineStateFactoryShaderSource.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandPipelineStateFactoryShaderSource.h @@ -1,7 +1,7 @@ /* * MVKCommandPipelineStateFactoryShaderSource.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 e2325857..3c276851 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandPool.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandPool.h @@ -1,7 +1,7 @@ /* * MVKCommandPool.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 656740b0..314a1ebd 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandPool.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCommandPool.mm @@ -1,7 +1,7 @@ /* * MVKCommandPool.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 99fcb384..1953c20a 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.h +++ b/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.h @@ -1,7 +1,7 @@ /* * MVKCommandResourceFactory.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 1e301734..d5b72845 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.mm +++ b/MoltenVK/MoltenVK/Commands/MVKCommandResourceFactory.mm @@ -1,7 +1,7 @@ /* * MVKCommandResourceFactory.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 6703a0ba..0983ec70 100644 --- a/MoltenVK/MoltenVK/Commands/MVKCommandTypePools.def +++ b/MoltenVK/MoltenVK/Commands/MVKCommandTypePools.def @@ -1,7 +1,7 @@ /* * MVKCommandTypePools.def * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 2be98144..95f58fde 100644 --- a/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.h +++ b/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.h @@ -1,7 +1,7 @@ /* * MVKMTLBufferAllocation.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 4e3e65ba..96ad7b3a 100644 --- a/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.mm +++ b/MoltenVK/MoltenVK/Commands/MVKMTLBufferAllocation.mm @@ -1,7 +1,7 @@ /* * MVKMTLBufferAllocation.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 e0637011..97ddf4ac 100644 --- a/MoltenVK/MoltenVK/Commands/MVKMTLResourceBindings.h +++ b/MoltenVK/MoltenVK/Commands/MVKMTLResourceBindings.h @@ -1,7 +1,7 @@ /* * MVKMTLResourceBindings.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 95fdf681..0ae93685 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.h @@ -1,7 +1,7 @@ /* * MVKBuffer.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 e14ff7d5..7eeb17e2 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKBuffer.mm @@ -1,7 +1,7 @@ /* * MVKBuffer.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 d3851e6a..b5607b18 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.h @@ -1,7 +1,7 @@ /* * MVKDescriptor.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 ac83d697..efc5dbcb 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptor.mm @@ -1,7 +1,7 @@ /* * MVKDescriptor.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 552ca172..97f51a07 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.h @@ -1,7 +1,7 @@ /* * MVKDescriptorSet.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 41005c63..824de5b0 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDescriptorSet.mm @@ -1,7 +1,7 @@ /* * MVKDescriptorSet.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 1591fddd..275d0f55 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDevice.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDevice.h @@ -1,7 +1,7 @@ /* * MVKDevice.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 e6abcc0b..60ba4540 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDevice.mm @@ -1,7 +1,7 @@ /* * MVKDevice.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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/MVKDeviceFeatureStructs.def b/MoltenVK/MoltenVK/GPUObjects/MVKDeviceFeatureStructs.def index d3856e8c..88e92fb7 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDeviceFeatureStructs.def +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDeviceFeatureStructs.def @@ -1,7 +1,7 @@ /* * MVKDeviceFeatureStructs.def * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 9fee8353..cf2ad3fd 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.h @@ -1,7 +1,7 @@ /* * MVKDeviceMemory.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 08a6fb9f..59af86ee 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKDeviceMemory.mm @@ -1,7 +1,7 @@ /* * MVKDeviceMemory.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 d5e9c469..ef434087 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.h @@ -1,7 +1,7 @@ /* * MVKFramebuffer.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 d0c376ad..f1ece6ae 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKFramebuffer.mm @@ -1,7 +1,7 @@ /* * MVKFramebuffer.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 9c56d6f8..3ae974d2 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKImage.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKImage.h @@ -1,7 +1,7 @@ /* * MVKImage.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 d9d6a8bb..b1ad70b0 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKImage.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKImage.mm @@ -1,7 +1,7 @@ /* * MVKImage.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 491505d4..6492f386 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKInstance.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKInstance.h @@ -1,7 +1,7 @@ /* * MVKInstance.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 a681d872..ec899270 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKInstance.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKInstance.mm @@ -1,7 +1,7 @@ /* * MVKInstance.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 6827b5b9..ff33e358 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.h @@ -1,7 +1,7 @@ /* * MVKPipeline.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 989fcc0f..14b91814 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKPipeline.mm @@ -1,7 +1,7 @@ /* * MVKPipeline.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 d4cab79a..6fbb6002 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.h @@ -1,7 +1,7 @@ /* * MVKPixelFormats.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 9a6e1a85..39e1667b 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKPixelFormats.mm @@ -1,7 +1,7 @@ /* * MVKPixelFormats.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 5f44a95f..a2d17c25 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.h @@ -1,7 +1,7 @@ /* * MVKQueryPool.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 0cb42a2b..4e6c89aa 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKQueryPool.mm @@ -1,7 +1,7 @@ /* * MVKQueryPool.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 086410e8..0adc557f 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKQueue.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKQueue.h @@ -1,7 +1,7 @@ /* * MVKQueue.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 92a99a33..40301695 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKQueue.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKQueue.mm @@ -1,7 +1,7 @@ /* * MVKQueue.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 cb9c8e44..f0bf37da 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.h @@ -1,7 +1,7 @@ /* * MVKRenderPass.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 a742690d..3954ce89 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKRenderPass.mm @@ -1,7 +1,7 @@ /* * MVKRenderPass.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 5b9c47fd..921f7afb 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKResource.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKResource.h @@ -1,7 +1,7 @@ /* * MVKResource.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 51b438ae..4c366216 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKResource.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKResource.mm @@ -1,7 +1,7 @@ /* * MVKResource.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 be4f2545..45927e4c 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.h @@ -1,7 +1,7 @@ /* * MVKShaderModule.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 81dd886d..7c3aa338 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKShaderModule.mm @@ -1,7 +1,7 @@ /* * MVKShaderModule.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 453eac66..be7bc7fd 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSurface.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSurface.h @@ -1,7 +1,7 @@ /* * MVKSurface.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 04855718..c591fb6f 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSurface.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSurface.mm @@ -1,7 +1,7 @@ /* * MVKSurface.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 d8eb535f..4e24ed36 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.h @@ -1,7 +1,7 @@ /* * MVKSwapchain.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 e1fa5619..681252f5 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSwapchain.mm @@ -1,7 +1,7 @@ /* * MVKSwapchain.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 4e3f5122..c9f1c722 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSync.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSync.h @@ -1,7 +1,7 @@ /* * MVKSync.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 50c5d462..35532b31 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKSync.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKSync.mm @@ -1,7 +1,7 @@ /* * MVKSync.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 fdb52ae9..3db06f35 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.h +++ b/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.h @@ -1,7 +1,7 @@ /* * MVKVulkanAPIObject.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 e2a1b2e9..6d4b545d 100644 --- a/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.mm +++ b/MoltenVK/MoltenVK/GPUObjects/MVKVulkanAPIObject.mm @@ -1,7 +1,7 @@ /* * MVKVulkanAPIObject.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 72796655..a72be22c 100644 --- a/MoltenVK/MoltenVK/Layers/MVKExtensions.def +++ b/MoltenVK/MoltenVK/Layers/MVKExtensions.def @@ -1,7 +1,7 @@ /* * MVKExtensions.def * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 c368da8c..cde5d854 100644 --- a/MoltenVK/MoltenVK/Layers/MVKExtensions.h +++ b/MoltenVK/MoltenVK/Layers/MVKExtensions.h @@ -1,7 +1,7 @@ /* * MVKExtensions.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 6f6c2cab..1988f5b4 100644 --- a/MoltenVK/MoltenVK/Layers/MVKExtensions.mm +++ b/MoltenVK/MoltenVK/Layers/MVKExtensions.mm @@ -1,7 +1,7 @@ /* * MVKExtensions.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 8776986d..61203b03 100644 --- a/MoltenVK/MoltenVK/Layers/MVKLayers.h +++ b/MoltenVK/MoltenVK/Layers/MVKLayers.h @@ -1,7 +1,7 @@ /* * MVKLayers.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 b5899413..eb7a750d 100644 --- a/MoltenVK/MoltenVK/Layers/MVKLayers.mm +++ b/MoltenVK/MoltenVK/Layers/MVKLayers.mm @@ -1,7 +1,7 @@ /* * MVKLayers.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 c78128ba..511b936d 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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.mm b/MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.mm index 380a9150..e6888aa2 100644 --- a/MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.mm +++ b/MoltenVK/MoltenVK/OS/CAMetalLayer+MoltenVK.mm @@ -1,7 +1,7 @@ /* * CAMetalLayer+MoltenVK.m * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 fb180ab3..9f946fec 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-2023 Chip Davis for CodeWeavers + * Copyright (c) 2020-2024 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 21cfbeff..c06685d7 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-2023 Chip Davis for CodeWeavers + * Copyright (c) 2020-2024 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 51d72e73..6df0ffb4 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 d5a9a123..1eed4ec9 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 fe51ad61..defb80ab 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-2023 Chip Davis for CodeWeavers + * Copyright (c) 2020-2024 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 8a54d407..e25b6547 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-2023 Chip Davis for CodeWeavers + * Copyright (c) 2020-2024 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 b8cd9230..90921377 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 ab46bceb..42adb999 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 4ca01cca..39c87231 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 f7474d75..1ffd51ab 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 52f2203d..e4c1ff83 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 46c91aef..858dcf3d 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 6e4c67d8..25319e70 100644 --- a/MoltenVK/MoltenVK/OS/MVKGPUCapture.h +++ b/MoltenVK/MoltenVK/OS/MVKGPUCapture.h @@ -1,7 +1,7 @@ /* * MVKGPUCapture.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 03cabc73..921d7e50 100644 --- a/MoltenVK/MoltenVK/OS/MVKGPUCapture.mm +++ b/MoltenVK/MoltenVK/OS/MVKGPUCapture.mm @@ -1,7 +1,7 @@ /* * MVKGPUCapture.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 8cc02fb8..295fc8bf 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 09506b92..67aceaa3 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 457b39de..073da3a1 100644 --- a/MoltenVK/MoltenVK/Utility/MVKBaseObject.h +++ b/MoltenVK/MoltenVK/Utility/MVKBaseObject.h @@ -1,7 +1,7 @@ /* * MVKBaseObject.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 77a61681..294444ff 100644 --- a/MoltenVK/MoltenVK/Utility/MVKBaseObject.mm +++ b/MoltenVK/MoltenVK/Utility/MVKBaseObject.mm @@ -1,7 +1,7 @@ /* * MVKBaseObject.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 a1441bc5..e7959f7c 100755 --- a/MoltenVK/MoltenVK/Utility/MVKBitArray.h +++ b/MoltenVK/MoltenVK/Utility/MVKBitArray.h @@ -1,7 +1,7 @@ /* * MVKBitArray.h * - * Copyright (c) 2020-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2020-2024 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 c3a9142c..1db16c20 100644 --- a/MoltenVK/MoltenVK/Utility/MVKBlockObserver.h +++ b/MoltenVK/MoltenVK/Utility/MVKBlockObserver.h @@ -1,7 +1,7 @@ /* * MVKBlockObserver.h * - * Copyright (c) 2019-2023 Chip Davis for CodeWeavers + * Copyright (c) 2019-2024 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 7db2f0c2..a72f0f01 100644 --- a/MoltenVK/MoltenVK/Utility/MVKBlockObserver.m +++ b/MoltenVK/MoltenVK/Utility/MVKBlockObserver.m @@ -1,7 +1,7 @@ /* * MVKBlockObserver.m * - * Copyright (c) 2019-2023 Chip Davis for CodeWeavers + * Copyright (c) 2019-2024 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 a366dd78..cc0d2cc6 100644 --- a/MoltenVK/MoltenVK/Utility/MVKCodec.h +++ b/MoltenVK/MoltenVK/Utility/MVKCodec.h @@ -1,7 +1,7 @@ /* * MVKCodec.h * - * Copyright (c) 2018-2023 Chip Davis for CodeWeavers + * Copyright (c) 2018-2024 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.mm b/MoltenVK/MoltenVK/Utility/MVKCodec.mm index d75578f7..a7bbf32c 100644 --- a/MoltenVK/MoltenVK/Utility/MVKCodec.mm +++ b/MoltenVK/MoltenVK/Utility/MVKCodec.mm @@ -1,7 +1,7 @@ /* * MVKCodec.cpp * - * Copyright (c) 2018-2023 Chip Davis for CodeWeavers + * Copyright (c) 2018-2024 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/MVKConfigMembers.def b/MoltenVK/MoltenVK/Utility/MVKConfigMembers.def index 6e00a01c..82ad7824 100644 --- a/MoltenVK/MoltenVK/Utility/MVKConfigMembers.def +++ b/MoltenVK/MoltenVK/Utility/MVKConfigMembers.def @@ -1,7 +1,7 @@ /* * MVKConfigMembers.def * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 The Brenwill Workshop Ltd. (http://www.brenwill.com) * * Licensed under the Apache License, Version 2.0 (the "License", Int64) * 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 aa9051a9..e56ea48f 100644 --- a/MoltenVK/MoltenVK/Utility/MVKDXTnCodec.def +++ b/MoltenVK/MoltenVK/Utility/MVKDXTnCodec.def @@ -1,7 +1,7 @@ /* * MVKDXTnCodec.def * - * Copyright (c) 2018-2023 Chip Davis for CodeWeavers + * Copyright (c) 2018-2024 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 f7be749e..f8ec3e16 100644 --- a/MoltenVK/MoltenVK/Utility/MVKEnvironment.cpp +++ b/MoltenVK/MoltenVK/Utility/MVKEnvironment.cpp @@ -1,7 +1,7 @@ /* * MVKEnvironment.cpp * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 648ae034..e451c708 100644 --- a/MoltenVK/MoltenVK/Utility/MVKEnvironment.h +++ b/MoltenVK/MoltenVK/Utility/MVKEnvironment.h @@ -1,7 +1,7 @@ /* * MVKEnvironment.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 d00fb397..45490a65 100644 --- a/MoltenVK/MoltenVK/Utility/MVKFoundation.cpp +++ b/MoltenVK/MoltenVK/Utility/MVKFoundation.cpp @@ -1,7 +1,7 @@ /* * MVKFoundation.cpp * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 3d5dee0d..86be9809 100644 --- a/MoltenVK/MoltenVK/Utility/MVKFoundation.h +++ b/MoltenVK/MoltenVK/Utility/MVKFoundation.h @@ -1,7 +1,7 @@ /* * MVKFoundation.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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/MVKInflectionMap.h b/MoltenVK/MoltenVK/Utility/MVKInflectionMap.h index afac8ca3..3a7574fb 100755 --- a/MoltenVK/MoltenVK/Utility/MVKInflectionMap.h +++ b/MoltenVK/MoltenVK/Utility/MVKInflectionMap.h @@ -1,7 +1,7 @@ /* * MVKInflectionMap.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 09618500..50fb4fed 100644 --- a/MoltenVK/MoltenVK/Utility/MVKLogging.h +++ b/MoltenVK/MoltenVK/Utility/MVKLogging.h @@ -1,7 +1,7 @@ /* * MVKLogging.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 36cd4419..df58e3f4 100644 --- a/MoltenVK/MoltenVK/Utility/MVKObjectPool.h +++ b/MoltenVK/MoltenVK/Utility/MVKObjectPool.h @@ -1,7 +1,7 @@ /* * MVKObjectPool.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 b6e1277c..93bcb7fc 100755 --- a/MoltenVK/MoltenVK/Utility/MVKSmallVector.h +++ b/MoltenVK/MoltenVK/Utility/MVKSmallVector.h @@ -1,7 +1,7 @@ /* * MVKSmallVector.h * - * Copyright (c) 2012-2023 Dr. Torsten Hans (hans@ipacs.de) + * Copyright (c) 2012-2024 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 1b107c48..ab82d8f9 100755 --- a/MoltenVK/MoltenVK/Utility/MVKSmallVectorAllocator.h +++ b/MoltenVK/MoltenVK/Utility/MVKSmallVectorAllocator.h @@ -1,7 +1,7 @@ /* * MVKSmallVectorAllocator.h * - * Copyright (c) 2012-2023 Dr. Torsten Hans (hans@ipacs.de) + * Copyright (c) 2012-2024 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 ddde3085..f6b81461 100644 --- a/MoltenVK/MoltenVK/Utility/MVKWatermark.h +++ b/MoltenVK/MoltenVK/Utility/MVKWatermark.h @@ -1,7 +1,7 @@ /* * MVKWatermark.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 7542b9b7..7bc84455 100644 --- a/MoltenVK/MoltenVK/Utility/MVKWatermark.mm +++ b/MoltenVK/MoltenVK/Utility/MVKWatermark.mm @@ -1,7 +1,7 @@ /* * MVKWatermark.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 60cb284d..9e513ef5 100644 --- a/MoltenVK/MoltenVK/Utility/MVKWatermarkShaderSource.h +++ b/MoltenVK/MoltenVK/Utility/MVKWatermarkShaderSource.h @@ -1,7 +1,7 @@ /* * MVKWatermarkShaderSource.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 8ae690a5..6130e913 100644 --- a/MoltenVK/MoltenVK/Utility/MVKWatermarkTextureContent.h +++ b/MoltenVK/MoltenVK/Utility/MVKWatermarkTextureContent.h @@ -1,7 +1,7 @@ /* * MVKWatermarkTextureContent.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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_api.mm b/MoltenVK/MoltenVK/Vulkan/mvk_api.mm index cc0d7065..e9f39411 100644 --- a/MoltenVK/MoltenVK/Vulkan/mvk_api.mm +++ b/MoltenVK/MoltenVK/Vulkan/mvk_api.mm @@ -1,7 +1,7 @@ /* * mvk_api.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 9984ef6e..aed89c4c 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 3bdf6285..f4bcd7a5 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-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 8c1c24f4..cecbb25e 100644 --- a/MoltenVK/MoltenVK/Vulkan/vulkan.mm +++ b/MoltenVK/MoltenVK/Vulkan/vulkan.mm @@ -1,7 +1,7 @@ /* * vulkan.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 1cd2dab0..3dbcd79e 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.h @@ -1,7 +1,7 @@ /* * FileSupport.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 e1f5285d..c7dc1d6b 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.mm +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/FileSupport.mm @@ -1,7 +1,7 @@ /* * FileSupport.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 447389f9..127ff9b5 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.h @@ -1,7 +1,7 @@ /* * GLSLConversion.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 8ff31cf4..f69c8cab 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.mm +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLConversion.mm @@ -1,7 +1,7 @@ /* * GLSLConversion.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 136aa5c1..80d83cbe 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.cpp +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.cpp @@ -1,7 +1,7 @@ /* * GLSLToSPIRVConverter.cpp * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 53ba9b2c..677f1697 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/GLSLToSPIRVConverter.h @@ -1,7 +1,7 @@ /* * GLSLToSPIRVConverter.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 2f77f357..19f7b6b7 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.h @@ -1,7 +1,7 @@ /* * SPIRVConversion.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 257018bf..2c9ea3d7 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.mm +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVConversion.mm @@ -1,7 +1,7 @@ /* * SPIRVConversion.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 105cefff..9fa2296a 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVReflection.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVReflection.h @@ -1,7 +1,7 @@ /* * SPIRVReflection.h * - * Copyright (c) 2019-2023 Chip Davis for Codeweavers + * Copyright (c) 2019-2024 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 7fcc587b..377463bb 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.cpp +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.cpp @@ -1,7 +1,7 @@ /* * SPIRVSupport.cpp * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 52f59ede..8e44f866 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVSupport.h @@ -1,7 +1,7 @@ /* * SPIRVSupport.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 ced660aa..4a9bfda1 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.cpp +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.cpp @@ -1,7 +1,7 @@ /* * SPIRVToMSLConverter.cpp * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 1789ee93..3701b9b2 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverter/SPIRVToMSLConverter.h @@ -1,7 +1,7 @@ /* * SPIRVToMSLConverter.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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/MoltenVKShaderConverterTool/MoltenVKShaderConverterTool.cpp b/MoltenVKShaderConverter/MoltenVKShaderConverterTool/MoltenVKShaderConverterTool.cpp index cd4e2bb1..bfb84e0b 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverterTool/MoltenVKShaderConverterTool.cpp +++ b/MoltenVKShaderConverter/MoltenVKShaderConverterTool/MoltenVKShaderConverterTool.cpp @@ -1,7 +1,7 @@ /* * MoltenVKShaderConverterTool.cpp * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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/MoltenVKShaderConverterTool/MoltenVKShaderConverterTool.h b/MoltenVKShaderConverter/MoltenVKShaderConverterTool/MoltenVKShaderConverterTool.h index a23d04a4..794594b3 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverterTool/MoltenVKShaderConverterTool.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverterTool/MoltenVKShaderConverterTool.h @@ -1,7 +1,7 @@ /* * MoltenVKShaderConverterTool.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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/MoltenVKShaderConverterTool/OSSupport.h b/MoltenVKShaderConverter/MoltenVKShaderConverterTool/OSSupport.h index 93f13862..f49ec0ba 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverterTool/OSSupport.h +++ b/MoltenVKShaderConverter/MoltenVKShaderConverterTool/OSSupport.h @@ -1,7 +1,7 @@ /* * OSSupport.h * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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/MoltenVKShaderConverterTool/OSSupport.mm b/MoltenVKShaderConverter/MoltenVKShaderConverterTool/OSSupport.mm index fda97f5f..b74b4fe4 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverterTool/OSSupport.mm +++ b/MoltenVKShaderConverter/MoltenVKShaderConverterTool/OSSupport.mm @@ -1,7 +1,7 @@ /* * OSSupport.mm * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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/MoltenVKShaderConverterTool/main.cpp b/MoltenVKShaderConverter/MoltenVKShaderConverterTool/main.cpp index 78e687e5..9a433e01 100644 --- a/MoltenVKShaderConverter/MoltenVKShaderConverterTool/main.cpp +++ b/MoltenVKShaderConverter/MoltenVKShaderConverterTool/main.cpp @@ -1,7 +1,7 @@ /* * main.cpp * - * Copyright (c) 2015-2023 The Brenwill Workshop Ltd. (http://www.brenwill.com) + * Copyright (c) 2015-2024 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 69446d25..fde1c5f6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ MoltenVK ======== -Copyright (c) 2015-2023 [The Brenwill Workshop Ltd.](http://www.brenwill.com) +Copyright (c) 2015-2024 [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/Scripts/runcts b/Scripts/runcts index 86ddcc40..16d33685 100755 --- a/Scripts/runcts +++ b/Scripts/runcts @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright (c) 2016-2023 The Brenwill Workshop Ltd. +# Copyright (c) 2016-2024 The Brenwill Workshop Ltd. # # runcts - This script simplifies running Vulkan CTS tests on MoltenVK. # diff --git a/fetchDependencies b/fetchDependencies index 8b80bf90..c33380b6 100755 --- a/fetchDependencies +++ b/fetchDependencies @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2016-2023 The Brenwill Workshop Ltd. +# Copyright (c) 2016-2024 The Brenwill Workshop Ltd. # # fetchDependencies - Retrieves the correct versions of all dependencies #