From e7d9da42dc2b8e5ed93c742c9bf969d8441da564 Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Wed, 31 Dec 2025 21:49:54 +0800 Subject: [PATCH] [Chore] (All): Adjust copyright declaration. --- MobileGL/Config.h | 2 +- MobileGL/Defines.h | 2 +- MobileGL/Includes.h | 2 +- MobileGL/Init.cpp | 2 +- MobileGL/MG_Backend/Backends.h | 2 +- MobileGL/MG_Backend/DirectGLES/DirectGLES.cpp | 2 +- MobileGL/MG_Backend/DirectGLES/DirectGLES.h | 2 +- MobileGL/MG_Backend/DirectGLES/Managers.cpp | 2 +- MobileGL/MG_Backend/DirectGLES/Managers.h | 2 +- MobileGL/MG_Backend/DirectGLES/Utils.cpp | 2 +- MobileGL/MG_Backend/DirectGLES/Utils.h | 2 +- MobileGL/MG_Backend/Init.cpp | 2 +- MobileGL/MG_Benchmark/Buffer/BufferBench.cpp | 2 +- MobileGL/MG_Benchmark/Program/ProgramBench.cpp | 2 +- MobileGL/MG_Benchmark/SanityBench.cpp | 2 +- MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.cpp | 2 +- MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.h | 2 +- MobileGL/MG_Impl/EGLImpl/Exporting/Definitions.cpp | 2 +- MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.cpp | 2 +- MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.h | 2 +- MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.h | 2 +- MobileGL/MG_Impl/GLImpl/Buffer/Validators.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Buffer/Validators.h | 2 +- MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.h | 2 +- MobileGL/MG_Impl/GLImpl/Exporting/Definitions.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.h | 2 +- MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.h | 2 +- MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.h | 2 +- MobileGL/MG_Impl/GLImpl/Program/GL_Program.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Program/GL_Program.h | 2 +- MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.cpp | 2 +- MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.h | 2 +- MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.h | 2 +- MobileGL/MG_Impl/GLImpl/Sampler/Validators.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Sampler/Validators.h | 2 +- MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.h | 2 +- MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.h | 2 +- MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.h | 2 +- MobileGL/MG_Impl/GLImpl/Texture/Validators.cpp | 2 +- MobileGL/MG_Impl/GLImpl/Texture/Validators.h | 2 +- MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.cpp | 2 +- MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.h | 2 +- MobileGL/MG_Impl/GLImpl/VertexArray/Validators.cpp | 2 +- MobileGL/MG_Impl/GLImpl/VertexArray/Validators.h | 2 +- MobileGL/MG_Impl/GLXImpl/Exporting/Definitions.cpp | 2 +- MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.cpp | 2 +- MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.h | 2 +- MobileGL/MG_Impl/Init.cpp | 2 +- MobileGL/MG_Impl/Init.h | 2 +- MobileGL/MG_State/GLState/BufferState/BufferObject.cpp | 2 +- MobileGL/MG_State/GLState/BufferState/BufferObject.h | 2 +- MobileGL/MG_State/GLState/BufferState/BufferState.cpp | 2 +- MobileGL/MG_State/GLState/BufferState/BufferState.h | 2 +- MobileGL/MG_State/GLState/Core.cpp | 2 +- MobileGL/MG_State/GLState/Core.h | 2 +- MobileGL/MG_State/GLState/ErrorState/Error.cpp | 2 +- MobileGL/MG_State/GLState/ErrorState/Error.h | 2 +- MobileGL/MG_State/GLState/ErrorState/ErrorCode.h | 2 +- MobileGL/MG_State/GLState/ErrorState/ErrorInfo.h | 2 +- .../MG_State/GLState/FramebufferState/FramebufferObject.cpp | 2 +- MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.h | 2 +- MobileGL/MG_State/GLState/FramebufferState/FramebufferState.cpp | 2 +- MobileGL/MG_State/GLState/FramebufferState/FramebufferState.h | 2 +- MobileGL/MG_State/GLState/ProgramState/ProgramObject.cpp | 2 +- MobileGL/MG_State/GLState/ProgramState/ProgramObject.h | 2 +- MobileGL/MG_State/GLState/ProgramState/ProgramState.cpp | 2 +- MobileGL/MG_State/GLState/ProgramState/ProgramState.h | 2 +- MobileGL/MG_State/GLState/ProgramState/ShaderObject.cpp | 2 +- MobileGL/MG_State/GLState/ProgramState/ShaderObject.h | 2 +- MobileGL/MG_State/GLState/RenderState/RenderState.cpp | 2 +- MobileGL/MG_State/GLState/RenderState/RenderState.h | 2 +- .../MG_State/GLState/RenderbufferState/RenderbufferObject.cpp | 2 +- .../MG_State/GLState/RenderbufferState/RenderbufferObject.h | 2 +- .../MG_State/GLState/RenderbufferState/RenderbufferState.cpp | 2 +- MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.h | 2 +- MobileGL/MG_State/GLState/SamplerState/SamplerObject.cpp | 2 +- MobileGL/MG_State/GLState/SamplerState/SamplerObject.h | 2 +- MobileGL/MG_State/GLState/SamplerState/SamplerState.cpp | 2 +- MobileGL/MG_State/GLState/SamplerState/SamplerState.h | 2 +- MobileGL/MG_State/GLState/TextureState/MipmapStorage.cpp | 2 +- MobileGL/MG_State/GLState/TextureState/MipmapStorage.h | 2 +- .../MG_State/GLState/TextureState/MipmapUploadTargetArray.h | 2 +- MobileGL/MG_State/GLState/TextureState/TextureEnum.h | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObject.cpp | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObject.h | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObject1D.cpp | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObject1D.h | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObject2D.cpp | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObject2D.h | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.cpp | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.h | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObject3D.cpp | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObject3D.h | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.cpp | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.h | 2 +- MobileGL/MG_State/GLState/TextureState/TextureObjectStubs.h | 2 +- MobileGL/MG_State/GLState/TextureState/TextureState.cpp | 2 +- MobileGL/MG_State/GLState/TextureState/TextureState.h | 2 +- MobileGL/MG_State/GLState/TextureState/TextureTypes.h | 2 +- MobileGL/MG_State/GLState/TextureState/TextureUnit.cpp | 2 +- MobileGL/MG_State/GLState/TextureState/TextureUnit.h | 2 +- .../MG_State/GLState/VertexArrayState/VertexArrayObject.cpp | 2 +- MobileGL/MG_State/GLState/VertexArrayState/VertexArrayObject.h | 2 +- MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.cpp | 2 +- MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.h | 2 +- MobileGL/MG_Test/Buffer/BufferTest.cpp | 2 +- MobileGL/MG_Test/Program/ProgramTest.cpp | 2 +- MobileGL/MG_Test/Program/ProgramUtilTest.cpp | 2 +- MobileGL/MG_Test/SanityTest.cpp | 2 +- MobileGL/MG_Test/VertexArray/VertexArrayTest.cpp | 2 +- MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.cpp | 2 +- MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.h | 2 +- MobileGL/MG_Util/Classifiers/TextureEnumClassifier.cpp | 2 +- MobileGL/MG_Util/Classifiers/TextureEnumClassifier.h | 2 +- .../MG_Util/Converters/GLToGlslang/ProgramEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/GLToGlslang/ProgramEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.cpp | 2 +- MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.h | 2 +- MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.h | 2 +- .../MG_Util/Converters/MGToStr/FramebufferEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToStr/FramebufferEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.h | 2 +- .../MG_Util/Converters/MGToStr/RenderStateEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToStr/RenderStateEnumConverter.h | 2 +- MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.cpp | 2 +- MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.h | 2 +- .../MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.cpp | 2 +- MobileGL/MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.h | 2 +- MobileGL/MG_Util/Debug/Log.cpp | 2 +- MobileGL/MG_Util/Debug/Log.h | 2 +- MobileGL/MG_Util/GLExtensions.h | 2 +- MobileGL/MG_Util/Math/VectorTypes.h | 2 +- MobileGL/MG_Util/Metrics/BufferMetrics.cpp | 2 +- MobileGL/MG_Util/Metrics/BufferMetrics.h | 2 +- MobileGL/MG_Util/Metrics/TextureMetrics.cpp | 2 +- MobileGL/MG_Util/Metrics/TextureMetrics.h | 2 +- MobileGL/MG_Util/Miscellany/IndexGenerator.h | 2 +- MobileGL/MG_Util/PlatformStubs.h | 2 +- MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.cpp | 2 +- MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.h | 2 +- MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.cpp | 2 +- MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.h | 2 +- MobileGL/MG_Util/ShaderTranspiler/SpvcSession.cpp | 2 +- MobileGL/MG_Util/ShaderTranspiler/SpvcSession.h | 2 +- MobileGL/MG_Util/ShaderTranspiler/Types.h | 2 +- .../MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.cpp | 2 +- MobileGL/MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.h | 2 +- MobileGL/MG_Util/ShaderTranspiler/glslang/TVarEntryInfo.h | 2 +- MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.cpp | 2 +- MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.h | 2 +- MobileGL/MG_Util/Texture/PixelStoreProcessor.cpp | 2 +- MobileGL/MG_Util/Texture/PixelStoreProcessor.h | 2 +- MobileGL/MG_Util/Types.h | 2 +- scripts/update-source-file-header.py | 2 +- 195 files changed, 195 insertions(+), 195 deletions(-) diff --git a/MobileGL/Config.h b/MobileGL/Config.h index f0d39930..016cfb5a 100644 --- a/MobileGL/Config.h +++ b/MobileGL/Config.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/Config.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/Defines.h b/MobileGL/Defines.h index d3bb8810..f05a270a 100644 --- a/MobileGL/Defines.h +++ b/MobileGL/Defines.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/Defines.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/Includes.h b/MobileGL/Includes.h index 3b669778..d59e2ce5 100644 --- a/MobileGL/Includes.h +++ b/MobileGL/Includes.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/Includes.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/Init.cpp b/MobileGL/Init.cpp index 56588269..06c84701 100644 --- a/MobileGL/Init.cpp +++ b/MobileGL/Init.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/Init.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Backend/Backends.h b/MobileGL/MG_Backend/Backends.h index 89a57ec9..8fdd7368 100644 --- a/MobileGL/MG_Backend/Backends.h +++ b/MobileGL/MG_Backend/Backends.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Backend/Backends.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Backend/DirectGLES/DirectGLES.cpp b/MobileGL/MG_Backend/DirectGLES/DirectGLES.cpp index 231d4fbe..d706786e 100644 --- a/MobileGL/MG_Backend/DirectGLES/DirectGLES.cpp +++ b/MobileGL/MG_Backend/DirectGLES/DirectGLES.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Backend/DirectGLES/DirectGLES.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Backend/DirectGLES/DirectGLES.h b/MobileGL/MG_Backend/DirectGLES/DirectGLES.h index 9c21afd9..72eb5e63 100644 --- a/MobileGL/MG_Backend/DirectGLES/DirectGLES.h +++ b/MobileGL/MG_Backend/DirectGLES/DirectGLES.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Backend/DirectGLES/DirectGLES.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Backend/DirectGLES/Managers.cpp b/MobileGL/MG_Backend/DirectGLES/Managers.cpp index e9390b3b..88479658 100644 --- a/MobileGL/MG_Backend/DirectGLES/Managers.cpp +++ b/MobileGL/MG_Backend/DirectGLES/Managers.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Backend/DirectGLES/Managers.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Backend/DirectGLES/Managers.h b/MobileGL/MG_Backend/DirectGLES/Managers.h index 458c9bac..848a1a90 100644 --- a/MobileGL/MG_Backend/DirectGLES/Managers.h +++ b/MobileGL/MG_Backend/DirectGLES/Managers.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Backend/DirectGLES/Managers.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Backend/DirectGLES/Utils.cpp b/MobileGL/MG_Backend/DirectGLES/Utils.cpp index 8775c048..25b6c8df 100644 --- a/MobileGL/MG_Backend/DirectGLES/Utils.cpp +++ b/MobileGL/MG_Backend/DirectGLES/Utils.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Backend/DirectGLES/Utils.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Backend/DirectGLES/Utils.h b/MobileGL/MG_Backend/DirectGLES/Utils.h index 8d47d7d0..85a158b1 100644 --- a/MobileGL/MG_Backend/DirectGLES/Utils.h +++ b/MobileGL/MG_Backend/DirectGLES/Utils.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Backend/DirectGLES/Utils.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Backend/Init.cpp b/MobileGL/MG_Backend/Init.cpp index aad5afde..a30ad872 100644 --- a/MobileGL/MG_Backend/Init.cpp +++ b/MobileGL/MG_Backend/Init.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Backend/Init.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Benchmark/Buffer/BufferBench.cpp b/MobileGL/MG_Benchmark/Buffer/BufferBench.cpp index 147c0194..24120c7e 100644 --- a/MobileGL/MG_Benchmark/Buffer/BufferBench.cpp +++ b/MobileGL/MG_Benchmark/Buffer/BufferBench.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Benchmark/Buffer/BufferBench.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Benchmark/Program/ProgramBench.cpp b/MobileGL/MG_Benchmark/Program/ProgramBench.cpp index 45dfdbdc..cf6b5928 100644 --- a/MobileGL/MG_Benchmark/Program/ProgramBench.cpp +++ b/MobileGL/MG_Benchmark/Program/ProgramBench.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Benchmark/Program/ProgramBench.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Benchmark/SanityBench.cpp b/MobileGL/MG_Benchmark/SanityBench.cpp index 1e233bff..306c9093 100644 --- a/MobileGL/MG_Benchmark/SanityBench.cpp +++ b/MobileGL/MG_Benchmark/SanityBench.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Benchmark/SanityBench.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.cpp b/MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.cpp index ee34d183..58b29d40 100644 --- a/MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.cpp +++ b/MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.h b/MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.h index 94e542e8..81027a34 100644 --- a/MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.h +++ b/MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/EGLImpl/EGLWrapper/EGLWrapper.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/EGLImpl/Exporting/Definitions.cpp b/MobileGL/MG_Impl/EGLImpl/Exporting/Definitions.cpp index 921164b5..7046983f 100644 --- a/MobileGL/MG_Impl/EGLImpl/Exporting/Definitions.cpp +++ b/MobileGL/MG_Impl/EGLImpl/Exporting/Definitions.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/EGLImpl/Exporting/Definitions.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.cpp b/MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.cpp index 24e1e4f0..bed4a65b 100644 --- a/MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.cpp +++ b/MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.h b/MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.h index 6f139b66..39f2623c 100644 --- a/MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.h +++ b/MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/EGLImpl/Temporary/TemporaryEGLImpl.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.cpp b/MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.cpp index 83f60e48..3d0b4485 100644 --- a/MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.cpp +++ b/MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.h b/MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.h index 474d5e49..3c56c5a4 100644 --- a/MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.h +++ b/MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Buffer/GL_Buffer.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Buffer/Validators.cpp b/MobileGL/MG_Impl/GLImpl/Buffer/Validators.cpp index 4d69f1e2..9be719df 100644 --- a/MobileGL/MG_Impl/GLImpl/Buffer/Validators.cpp +++ b/MobileGL/MG_Impl/GLImpl/Buffer/Validators.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Buffer/Validators.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Buffer/Validators.h b/MobileGL/MG_Impl/GLImpl/Buffer/Validators.h index 2efe1648..5223178b 100644 --- a/MobileGL/MG_Impl/GLImpl/Buffer/Validators.h +++ b/MobileGL/MG_Impl/GLImpl/Buffer/Validators.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Buffer/Validators.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.cpp b/MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.cpp index 4624ac2d..af31d850 100644 --- a/MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.cpp +++ b/MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.h b/MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.h index 4ae1feea..adf30fa2 100644 --- a/MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.h +++ b/MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Drawing/GL_Drawing.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Exporting/Definitions.cpp b/MobileGL/MG_Impl/GLImpl/Exporting/Definitions.cpp index 2a979d33..c7a3fb68 100644 --- a/MobileGL/MG_Impl/GLImpl/Exporting/Definitions.cpp +++ b/MobileGL/MG_Impl/GLImpl/Exporting/Definitions.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Exporting/Definitions.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.cpp b/MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.cpp index 23fbd48f..78ff2d19 100644 --- a/MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.cpp +++ b/MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.h b/MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.h index cf91abf2..7e9d399c 100644 --- a/MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.h +++ b/MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Framebuffer/GL_Framebuffer.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.cpp b/MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.cpp index f89bb471..6d4190cc 100644 --- a/MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.cpp +++ b/MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.h b/MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.h index 8a418432..60eb508a 100644 --- a/MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.h +++ b/MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Framebuffer/Validators.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.cpp b/MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.cpp index 80672829..9f6ba06f 100644 --- a/MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.cpp +++ b/MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.h b/MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.h index c91c5fd8..ec4beeaf 100644 --- a/MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.h +++ b/MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Getter/GL_Getter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Program/GL_Program.cpp b/MobileGL/MG_Impl/GLImpl/Program/GL_Program.cpp index 9ab7a29f..1210b1b2 100644 --- a/MobileGL/MG_Impl/GLImpl/Program/GL_Program.cpp +++ b/MobileGL/MG_Impl/GLImpl/Program/GL_Program.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Program/GL_Program.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Program/GL_Program.h b/MobileGL/MG_Impl/GLImpl/Program/GL_Program.h index 8edee58e..2343fb23 100644 --- a/MobileGL/MG_Impl/GLImpl/Program/GL_Program.h +++ b/MobileGL/MG_Impl/GLImpl/Program/GL_Program.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Program/GL_Program.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.cpp b/MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.cpp index a3faa8f5..5da2794e 100644 --- a/MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.cpp +++ b/MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.h b/MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.h index 43828d94..cba4ccc8 100644 --- a/MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.h +++ b/MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/RenderState/GL_RenderState.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.cpp b/MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.cpp index 8e753519..e0f03d0c 100644 --- a/MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.cpp +++ b/MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.h b/MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.h index cfbb4046..2ce85b20 100644 --- a/MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.h +++ b/MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Sampler/GL_Sampler.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Sampler/Validators.cpp b/MobileGL/MG_Impl/GLImpl/Sampler/Validators.cpp index 7b3d5fa5..c03c260a 100644 --- a/MobileGL/MG_Impl/GLImpl/Sampler/Validators.cpp +++ b/MobileGL/MG_Impl/GLImpl/Sampler/Validators.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Sampler/Validators.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Sampler/Validators.h b/MobileGL/MG_Impl/GLImpl/Sampler/Validators.h index adafc328..89ae2e57 100644 --- a/MobileGL/MG_Impl/GLImpl/Sampler/Validators.h +++ b/MobileGL/MG_Impl/GLImpl/Sampler/Validators.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Sampler/Validators.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.cpp b/MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.cpp index c1e88577..883be398 100644 --- a/MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.cpp +++ b/MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.h b/MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.h index 9e30691c..3f027eef 100644 --- a/MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.h +++ b/MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Sync/GL_Sync.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.cpp b/MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.cpp index 5a99e074..3bcc2e3e 100644 --- a/MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.cpp +++ b/MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.h b/MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.h index 392e5fee..e42b3221 100644 --- a/MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.h +++ b/MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Texture/GL_Texture.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.cpp b/MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.cpp index dc447936..0cf007e5 100644 --- a/MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.cpp +++ b/MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.h b/MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.h index e5598f29..e1826352 100644 --- a/MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.h +++ b/MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Texture/ProxyTexture.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Texture/Validators.cpp b/MobileGL/MG_Impl/GLImpl/Texture/Validators.cpp index 222201be..d712e89e 100644 --- a/MobileGL/MG_Impl/GLImpl/Texture/Validators.cpp +++ b/MobileGL/MG_Impl/GLImpl/Texture/Validators.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Texture/Validators.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/Texture/Validators.h b/MobileGL/MG_Impl/GLImpl/Texture/Validators.h index e43bd637..b0f74904 100644 --- a/MobileGL/MG_Impl/GLImpl/Texture/Validators.h +++ b/MobileGL/MG_Impl/GLImpl/Texture/Validators.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/Texture/Validators.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.cpp b/MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.cpp index df4ddd13..4fac04d2 100644 --- a/MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.cpp +++ b/MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.h b/MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.h index 1b66cf20..213f45d5 100644 --- a/MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.h +++ b/MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/VertexArray/GL_VertexArray.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/VertexArray/Validators.cpp b/MobileGL/MG_Impl/GLImpl/VertexArray/Validators.cpp index 9451b7d1..d810156c 100644 --- a/MobileGL/MG_Impl/GLImpl/VertexArray/Validators.cpp +++ b/MobileGL/MG_Impl/GLImpl/VertexArray/Validators.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/VertexArray/Validators.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLImpl/VertexArray/Validators.h b/MobileGL/MG_Impl/GLImpl/VertexArray/Validators.h index 86232a13..232efee4 100644 --- a/MobileGL/MG_Impl/GLImpl/VertexArray/Validators.h +++ b/MobileGL/MG_Impl/GLImpl/VertexArray/Validators.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLImpl/VertexArray/Validators.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLXImpl/Exporting/Definitions.cpp b/MobileGL/MG_Impl/GLXImpl/Exporting/Definitions.cpp index 41628de6..b294db3f 100644 --- a/MobileGL/MG_Impl/GLXImpl/Exporting/Definitions.cpp +++ b/MobileGL/MG_Impl/GLXImpl/Exporting/Definitions.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLXImpl/Exporting/Definitions.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.cpp b/MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.cpp index e280879f..86616691 100644 --- a/MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.cpp +++ b/MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.h b/MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.h index bcd7f829..1a8aff09 100644 --- a/MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.h +++ b/MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/GLXImpl/LookUp/LookUp.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/Init.cpp b/MobileGL/MG_Impl/Init.cpp index d7e5133c..79ed6615 100644 --- a/MobileGL/MG_Impl/Init.cpp +++ b/MobileGL/MG_Impl/Init.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/Init.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Impl/Init.h b/MobileGL/MG_Impl/Init.h index 25fc9d83..313ef155 100644 --- a/MobileGL/MG_Impl/Init.h +++ b/MobileGL/MG_Impl/Init.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Impl/Init.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/BufferState/BufferObject.cpp b/MobileGL/MG_State/GLState/BufferState/BufferObject.cpp index f0819d4e..2a491ddb 100644 --- a/MobileGL/MG_State/GLState/BufferState/BufferObject.cpp +++ b/MobileGL/MG_State/GLState/BufferState/BufferObject.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/BufferState/BufferObject.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/BufferState/BufferObject.h b/MobileGL/MG_State/GLState/BufferState/BufferObject.h index 6e8aef2d..e15f5742 100644 --- a/MobileGL/MG_State/GLState/BufferState/BufferObject.h +++ b/MobileGL/MG_State/GLState/BufferState/BufferObject.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/BufferState/BufferObject.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/BufferState/BufferState.cpp b/MobileGL/MG_State/GLState/BufferState/BufferState.cpp index 76da89c7..a3a64386 100644 --- a/MobileGL/MG_State/GLState/BufferState/BufferState.cpp +++ b/MobileGL/MG_State/GLState/BufferState/BufferState.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/BufferState/BufferState.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/BufferState/BufferState.h b/MobileGL/MG_State/GLState/BufferState/BufferState.h index fdb08a33..d0be152f 100644 --- a/MobileGL/MG_State/GLState/BufferState/BufferState.h +++ b/MobileGL/MG_State/GLState/BufferState/BufferState.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/BufferState/BufferState.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/Core.cpp b/MobileGL/MG_State/GLState/Core.cpp index abe28771..602cebb2 100644 --- a/MobileGL/MG_State/GLState/Core.cpp +++ b/MobileGL/MG_State/GLState/Core.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/Core.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/Core.h b/MobileGL/MG_State/GLState/Core.h index 8abb3fb4..96af958e 100644 --- a/MobileGL/MG_State/GLState/Core.h +++ b/MobileGL/MG_State/GLState/Core.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/Core.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/ErrorState/Error.cpp b/MobileGL/MG_State/GLState/ErrorState/Error.cpp index 6736d5f9..62b04b61 100644 --- a/MobileGL/MG_State/GLState/ErrorState/Error.cpp +++ b/MobileGL/MG_State/GLState/ErrorState/Error.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/ErrorState/Error.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/ErrorState/Error.h b/MobileGL/MG_State/GLState/ErrorState/Error.h index 7c82e19d..65a64351 100644 --- a/MobileGL/MG_State/GLState/ErrorState/Error.h +++ b/MobileGL/MG_State/GLState/ErrorState/Error.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/ErrorState/Error.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/ErrorState/ErrorCode.h b/MobileGL/MG_State/GLState/ErrorState/ErrorCode.h index 2c69a3af..dedf0ecf 100644 --- a/MobileGL/MG_State/GLState/ErrorState/ErrorCode.h +++ b/MobileGL/MG_State/GLState/ErrorState/ErrorCode.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/ErrorState/ErrorCode.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/ErrorState/ErrorInfo.h b/MobileGL/MG_State/GLState/ErrorState/ErrorInfo.h index 977b68ae..744860ba 100644 --- a/MobileGL/MG_State/GLState/ErrorState/ErrorInfo.h +++ b/MobileGL/MG_State/GLState/ErrorState/ErrorInfo.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/ErrorState/ErrorInfo.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.cpp b/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.cpp index 094d38a3..4e3d7057 100644 --- a/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.cpp +++ b/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.h b/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.h index 1c6b8269..82c426a8 100644 --- a/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.h +++ b/MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/FramebufferState/FramebufferObject.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/FramebufferState/FramebufferState.cpp b/MobileGL/MG_State/GLState/FramebufferState/FramebufferState.cpp index 00212927..c1fb41d3 100644 --- a/MobileGL/MG_State/GLState/FramebufferState/FramebufferState.cpp +++ b/MobileGL/MG_State/GLState/FramebufferState/FramebufferState.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/FramebufferState/FramebufferState.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/FramebufferState/FramebufferState.h b/MobileGL/MG_State/GLState/FramebufferState/FramebufferState.h index bb310ae2..bd69b48e 100644 --- a/MobileGL/MG_State/GLState/FramebufferState/FramebufferState.h +++ b/MobileGL/MG_State/GLState/FramebufferState/FramebufferState.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/FramebufferState/FramebufferState.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/ProgramState/ProgramObject.cpp b/MobileGL/MG_State/GLState/ProgramState/ProgramObject.cpp index 27e30236..af52a47e 100644 --- a/MobileGL/MG_State/GLState/ProgramState/ProgramObject.cpp +++ b/MobileGL/MG_State/GLState/ProgramState/ProgramObject.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/ProgramState/ProgramObject.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/ProgramState/ProgramObject.h b/MobileGL/MG_State/GLState/ProgramState/ProgramObject.h index dfc22b5a..862a96bb 100644 --- a/MobileGL/MG_State/GLState/ProgramState/ProgramObject.h +++ b/MobileGL/MG_State/GLState/ProgramState/ProgramObject.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/ProgramState/ProgramObject.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/ProgramState/ProgramState.cpp b/MobileGL/MG_State/GLState/ProgramState/ProgramState.cpp index 5d9ec1e9..7ecdaefb 100644 --- a/MobileGL/MG_State/GLState/ProgramState/ProgramState.cpp +++ b/MobileGL/MG_State/GLState/ProgramState/ProgramState.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/ProgramState/ProgramState.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/ProgramState/ProgramState.h b/MobileGL/MG_State/GLState/ProgramState/ProgramState.h index aa844104..240666de 100644 --- a/MobileGL/MG_State/GLState/ProgramState/ProgramState.h +++ b/MobileGL/MG_State/GLState/ProgramState/ProgramState.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/ProgramState/ProgramState.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/ProgramState/ShaderObject.cpp b/MobileGL/MG_State/GLState/ProgramState/ShaderObject.cpp index f84fc564..da773c6f 100644 --- a/MobileGL/MG_State/GLState/ProgramState/ShaderObject.cpp +++ b/MobileGL/MG_State/GLState/ProgramState/ShaderObject.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/ProgramState/ShaderObject.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/ProgramState/ShaderObject.h b/MobileGL/MG_State/GLState/ProgramState/ShaderObject.h index 0955de6f..e22edecf 100644 --- a/MobileGL/MG_State/GLState/ProgramState/ShaderObject.h +++ b/MobileGL/MG_State/GLState/ProgramState/ShaderObject.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/ProgramState/ShaderObject.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/RenderState/RenderState.cpp b/MobileGL/MG_State/GLState/RenderState/RenderState.cpp index 346d6dcd..c647b214 100644 --- a/MobileGL/MG_State/GLState/RenderState/RenderState.cpp +++ b/MobileGL/MG_State/GLState/RenderState/RenderState.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/RenderState/RenderState.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/RenderState/RenderState.h b/MobileGL/MG_State/GLState/RenderState/RenderState.h index cba9c318..4a3f82b1 100644 --- a/MobileGL/MG_State/GLState/RenderState/RenderState.h +++ b/MobileGL/MG_State/GLState/RenderState/RenderState.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/RenderState/RenderState.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferObject.cpp b/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferObject.cpp index 7e74b2c2..7ee0f4b9 100644 --- a/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferObject.cpp +++ b/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferObject.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/RenderbufferState/RenderbufferObject.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferObject.h b/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferObject.h index aeff7c81..ce22291c 100644 --- a/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferObject.h +++ b/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferObject.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/RenderbufferState/RenderbufferObject.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.cpp b/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.cpp index 7de8b45d..f7e52076 100644 --- a/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.cpp +++ b/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.h b/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.h index b6305dae..45254844 100644 --- a/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.h +++ b/MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/RenderbufferState/RenderbufferState.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/SamplerState/SamplerObject.cpp b/MobileGL/MG_State/GLState/SamplerState/SamplerObject.cpp index a9fc351b..745322ff 100644 --- a/MobileGL/MG_State/GLState/SamplerState/SamplerObject.cpp +++ b/MobileGL/MG_State/GLState/SamplerState/SamplerObject.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/SamplerState/SamplerObject.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/SamplerState/SamplerObject.h b/MobileGL/MG_State/GLState/SamplerState/SamplerObject.h index 12628a03..9b9600c9 100644 --- a/MobileGL/MG_State/GLState/SamplerState/SamplerObject.h +++ b/MobileGL/MG_State/GLState/SamplerState/SamplerObject.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/SamplerState/SamplerObject.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/SamplerState/SamplerState.cpp b/MobileGL/MG_State/GLState/SamplerState/SamplerState.cpp index 7a686b7a..ce278016 100644 --- a/MobileGL/MG_State/GLState/SamplerState/SamplerState.cpp +++ b/MobileGL/MG_State/GLState/SamplerState/SamplerState.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/SamplerState/SamplerState.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/SamplerState/SamplerState.h b/MobileGL/MG_State/GLState/SamplerState/SamplerState.h index a5f086bf..4d28c6f7 100644 --- a/MobileGL/MG_State/GLState/SamplerState/SamplerState.h +++ b/MobileGL/MG_State/GLState/SamplerState/SamplerState.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/SamplerState/SamplerState.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/MipmapStorage.cpp b/MobileGL/MG_State/GLState/TextureState/MipmapStorage.cpp index 9fd1641e..b37004bb 100644 --- a/MobileGL/MG_State/GLState/TextureState/MipmapStorage.cpp +++ b/MobileGL/MG_State/GLState/TextureState/MipmapStorage.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/MipmapStorage.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/MipmapStorage.h b/MobileGL/MG_State/GLState/TextureState/MipmapStorage.h index c5fbeb89..923078b4 100644 --- a/MobileGL/MG_State/GLState/TextureState/MipmapStorage.h +++ b/MobileGL/MG_State/GLState/TextureState/MipmapStorage.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/MipmapStorage.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/MipmapUploadTargetArray.h b/MobileGL/MG_State/GLState/TextureState/MipmapUploadTargetArray.h index d5aec594..b77e9a7b 100644 --- a/MobileGL/MG_State/GLState/TextureState/MipmapUploadTargetArray.h +++ b/MobileGL/MG_State/GLState/TextureState/MipmapUploadTargetArray.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/MipmapUploadTargetArray.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureEnum.h b/MobileGL/MG_State/GLState/TextureState/TextureEnum.h index 4be0e96d..3ced9286 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureEnum.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureEnum.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureEnum.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObject.cpp b/MobileGL/MG_State/GLState/TextureState/TextureObject.cpp index b2ef21d2..628c990c 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObject.cpp +++ b/MobileGL/MG_State/GLState/TextureState/TextureObject.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObject.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObject.h b/MobileGL/MG_State/GLState/TextureState/TextureObject.h index 9bb2d9d2..b050a970 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObject.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureObject.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObject.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObject1D.cpp b/MobileGL/MG_State/GLState/TextureState/TextureObject1D.cpp index fb77be00..e9f2191e 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObject1D.cpp +++ b/MobileGL/MG_State/GLState/TextureState/TextureObject1D.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObject1D.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObject1D.h b/MobileGL/MG_State/GLState/TextureState/TextureObject1D.h index ffec54a0..281a2cdd 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObject1D.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureObject1D.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObject1D.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObject2D.cpp b/MobileGL/MG_State/GLState/TextureState/TextureObject2D.cpp index dca1bdc8..c8185bac 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObject2D.cpp +++ b/MobileGL/MG_State/GLState/TextureState/TextureObject2D.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObject2D.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObject2D.h b/MobileGL/MG_State/GLState/TextureState/TextureObject2D.h index 69659139..43951996 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObject2D.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureObject2D.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObject2D.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.cpp b/MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.cpp index c65f4bac..34d7dc21 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.cpp +++ b/MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.h b/MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.h index 7fbae34e..824fbcbf 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObject2DCube.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObject3D.cpp b/MobileGL/MG_State/GLState/TextureState/TextureObject3D.cpp index 2c182deb..a33bdf24 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObject3D.cpp +++ b/MobileGL/MG_State/GLState/TextureState/TextureObject3D.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObject3D.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObject3D.h b/MobileGL/MG_State/GLState/TextureState/TextureObject3D.h index f737beec..dd7dd98f 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObject3D.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureObject3D.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObject3D.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.cpp b/MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.cpp index 4433abe2..054b6f2e 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.cpp +++ b/MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.h b/MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.h index d890e210..aabdcf83 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObjectBuffer.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureObjectStubs.h b/MobileGL/MG_State/GLState/TextureState/TextureObjectStubs.h index b24e7dbb..c1226e48 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureObjectStubs.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureObjectStubs.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureObjectStubs.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureState.cpp b/MobileGL/MG_State/GLState/TextureState/TextureState.cpp index 92c95f5d..437b7d74 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureState.cpp +++ b/MobileGL/MG_State/GLState/TextureState/TextureState.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureState.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureState.h b/MobileGL/MG_State/GLState/TextureState/TextureState.h index 68a98406..e9084104 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureState.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureState.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureState.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureTypes.h b/MobileGL/MG_State/GLState/TextureState/TextureTypes.h index 9fc440b6..3c89cb42 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureTypes.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureTypes.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureTypes.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureUnit.cpp b/MobileGL/MG_State/GLState/TextureState/TextureUnit.cpp index b5e8ebd0..e2ba5f96 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureUnit.cpp +++ b/MobileGL/MG_State/GLState/TextureState/TextureUnit.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureUnit.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/TextureState/TextureUnit.h b/MobileGL/MG_State/GLState/TextureState/TextureUnit.h index 3f833651..acd74b30 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureUnit.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureUnit.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/TextureState/TextureUnit.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayObject.cpp b/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayObject.cpp index 44e7fbcf..44751a00 100644 --- a/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayObject.cpp +++ b/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayObject.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/VertexArrayState/VertexArrayObject.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayObject.h b/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayObject.h index 876f8828..6c72a16f 100644 --- a/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayObject.h +++ b/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayObject.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/VertexArrayState/VertexArrayObject.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.cpp b/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.cpp index 2759812f..90f0df24 100644 --- a/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.cpp +++ b/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.h b/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.h index 186d6ce1..7cd45d61 100644 --- a/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.h +++ b/MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_State/GLState/VertexArrayState/VertexArrayState.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Test/Buffer/BufferTest.cpp b/MobileGL/MG_Test/Buffer/BufferTest.cpp index 14febcaa..f9706736 100644 --- a/MobileGL/MG_Test/Buffer/BufferTest.cpp +++ b/MobileGL/MG_Test/Buffer/BufferTest.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Test/Buffer/BufferTest.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Test/Program/ProgramTest.cpp b/MobileGL/MG_Test/Program/ProgramTest.cpp index 6a53d21b..a1f0d8c3 100644 --- a/MobileGL/MG_Test/Program/ProgramTest.cpp +++ b/MobileGL/MG_Test/Program/ProgramTest.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Test/Program/ProgramTest.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Test/Program/ProgramUtilTest.cpp b/MobileGL/MG_Test/Program/ProgramUtilTest.cpp index be189ed3..8f1a2e6b 100644 --- a/MobileGL/MG_Test/Program/ProgramUtilTest.cpp +++ b/MobileGL/MG_Test/Program/ProgramUtilTest.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Test/Program/ProgramUtilTest.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Test/SanityTest.cpp b/MobileGL/MG_Test/SanityTest.cpp index 140f55c4..40539b94 100644 --- a/MobileGL/MG_Test/SanityTest.cpp +++ b/MobileGL/MG_Test/SanityTest.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Test/SanityTest.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Test/VertexArray/VertexArrayTest.cpp b/MobileGL/MG_Test/VertexArray/VertexArrayTest.cpp index 4d6dbd63..c7276733 100644 --- a/MobileGL/MG_Test/VertexArray/VertexArrayTest.cpp +++ b/MobileGL/MG_Test/VertexArray/VertexArrayTest.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Test/VertexArray/VertexArrayTest.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.cpp b/MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.cpp index 62091027..0f9b10be 100644 --- a/MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.cpp +++ b/MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.h b/MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.h index 72195ebd..f45e5b61 100644 --- a/MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.h +++ b/MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/BackendLoaders/OpenGL/Loader.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Classifiers/TextureEnumClassifier.cpp b/MobileGL/MG_Util/Classifiers/TextureEnumClassifier.cpp index 748f38df..63740266 100644 --- a/MobileGL/MG_Util/Classifiers/TextureEnumClassifier.cpp +++ b/MobileGL/MG_Util/Classifiers/TextureEnumClassifier.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Classifiers/TextureEnumClassifier.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Classifiers/TextureEnumClassifier.h b/MobileGL/MG_Util/Classifiers/TextureEnumClassifier.h index 60e0f712..61a04dc1 100644 --- a/MobileGL/MG_Util/Classifiers/TextureEnumClassifier.h +++ b/MobileGL/MG_Util/Classifiers/TextureEnumClassifier.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Classifiers/TextureEnumClassifier.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToGlslang/ProgramEnumConverter.cpp b/MobileGL/MG_Util/Converters/GLToGlslang/ProgramEnumConverter.cpp index a68685e1..421ab552 100644 --- a/MobileGL/MG_Util/Converters/GLToGlslang/ProgramEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/GLToGlslang/ProgramEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToGlslang/ProgramEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToGlslang/ProgramEnumConverter.h b/MobileGL/MG_Util/Converters/GLToGlslang/ProgramEnumConverter.h index 3696a46e..98dc23b1 100644 --- a/MobileGL/MG_Util/Converters/GLToGlslang/ProgramEnumConverter.h +++ b/MobileGL/MG_Util/Converters/GLToGlslang/ProgramEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToGlslang/ProgramEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.cpp b/MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.cpp index 35c0951b..9fa0027d 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.h b/MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.h index 233c7601..b4f5b80d 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.h +++ b/MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/BufferEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.cpp b/MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.cpp index b22e9274..3b3b214f 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.cpp +++ b/MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.h b/MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.h index 0d7ad419..d88990f2 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.h +++ b/MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/DataTypeConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.cpp b/MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.cpp index 2c736b13..028ba417 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.h b/MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.h index b069121c..d919263a 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.h +++ b/MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/FramebufferEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.cpp b/MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.cpp index 2426c757..9c1e151d 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.h b/MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.h index 61167713..8bda2ac6 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.h +++ b/MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/ProgramEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.cpp b/MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.cpp index d77f221c..3ff9e5e9 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.h b/MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.h index f569e481..9cba00cd 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.h +++ b/MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/RenderStateEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.cpp b/MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.cpp index f4d1f169..224a5fd9 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.h b/MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.h index 4ce3c0b6..7bc25cdd 100644 --- a/MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.h +++ b/MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToMG/TextureEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.cpp b/MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.cpp index 2cc8e175..b8aa2d7c 100644 --- a/MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.h b/MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.h index ba5eb2f2..f9741eab 100644 --- a/MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.h +++ b/MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/GLToStr/GLEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.cpp b/MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.cpp index faeebedf..346b6669 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.h b/MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.h index 8d4aee93..6e5788f0 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.h +++ b/MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/BufferEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.cpp b/MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.cpp index d65e3f6f..86f92e59 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.h b/MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.h index 5bea59ce..405cd8ea 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.h +++ b/MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/DataTypeConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.cpp b/MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.cpp index af79b2d0..d17f5e1a 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.h b/MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.h index b9a48f48..f67adc74 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.h +++ b/MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/ErrorCodeConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.cpp b/MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.cpp index bacf42ec..681e3a5b 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.h b/MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.h index 60a53115..32e2889a 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.h +++ b/MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/FramebufferEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.cpp b/MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.cpp index 9fbe0080..67dc69a8 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.h b/MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.h index 1bab009a..afc7d27f 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.h +++ b/MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/ProgramEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.cpp b/MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.cpp index 43c428e4..71041009 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.h b/MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.h index f5b71195..18fea282 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.h +++ b/MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/RenderStateEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.cpp b/MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.cpp index 9f4f86c0..ae1d28e4 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.h b/MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.h index 7a1e4313..d7538828 100644 --- a/MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.h +++ b/MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToGL/TextureEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.cpp b/MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.cpp index e8fe632e..367f8743 100644 --- a/MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.h b/MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.h index e3590884..87143dc1 100644 --- a/MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.h +++ b/MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToMG/TextureEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.cpp b/MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.cpp index ff337161..fd1d58fd 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.h b/MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.h index 2f44ba1b..784dc795 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.h +++ b/MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/BufferEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.cpp b/MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.cpp index 81928fb3..e10b263f 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.h b/MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.h index a8f60aad..502dcab0 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.h +++ b/MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/DataTypeConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/FramebufferEnumConverter.cpp b/MobileGL/MG_Util/Converters/MGToStr/FramebufferEnumConverter.cpp index 2b03edc4..29581e0c 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/FramebufferEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToStr/FramebufferEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/FramebufferEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/FramebufferEnumConverter.h b/MobileGL/MG_Util/Converters/MGToStr/FramebufferEnumConverter.h index 0d42cdb5..4ba09009 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/FramebufferEnumConverter.h +++ b/MobileGL/MG_Util/Converters/MGToStr/FramebufferEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/FramebufferEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.cpp b/MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.cpp index 6726e4b7..8273b9c8 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.h b/MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.h index 8264d82b..1f2a0728 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.h +++ b/MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/GLExtensionConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/RenderStateEnumConverter.cpp b/MobileGL/MG_Util/Converters/MGToStr/RenderStateEnumConverter.cpp index 3ddb48c8..74f2c48d 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/RenderStateEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToStr/RenderStateEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/RenderStateEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/RenderStateEnumConverter.h b/MobileGL/MG_Util/Converters/MGToStr/RenderStateEnumConverter.h index 78acf6c9..07421121 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/RenderStateEnumConverter.h +++ b/MobileGL/MG_Util/Converters/MGToStr/RenderStateEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/RenderStateEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.cpp b/MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.cpp index 3d17179c..5fc6c84e 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.cpp +++ b/MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.h b/MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.h index 779870cf..8525a1b9 100644 --- a/MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.h +++ b/MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/MGToStr/TextureEnumConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.cpp b/MobileGL/MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.cpp index 81784246..c5992389 100644 --- a/MobileGL/MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.cpp +++ b/MobileGL/MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.h b/MobileGL/MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.h index 4101dd89..d521ef78 100644 --- a/MobileGL/MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.h +++ b/MobileGL/MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Converters/SPIRVCrossToGL/SpvcTypeConverter.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Debug/Log.cpp b/MobileGL/MG_Util/Debug/Log.cpp index 6f4cb242..e340f9bc 100644 --- a/MobileGL/MG_Util/Debug/Log.cpp +++ b/MobileGL/MG_Util/Debug/Log.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Debug/Log.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Debug/Log.h b/MobileGL/MG_Util/Debug/Log.h index ad71aca6..c2fcd99c 100644 --- a/MobileGL/MG_Util/Debug/Log.h +++ b/MobileGL/MG_Util/Debug/Log.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Debug/Log.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/GLExtensions.h b/MobileGL/MG_Util/GLExtensions.h index c48b287e..f47ccd30 100644 --- a/MobileGL/MG_Util/GLExtensions.h +++ b/MobileGL/MG_Util/GLExtensions.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/GLExtensions.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Math/VectorTypes.h b/MobileGL/MG_Util/Math/VectorTypes.h index 272843fb..6af271df 100644 --- a/MobileGL/MG_Util/Math/VectorTypes.h +++ b/MobileGL/MG_Util/Math/VectorTypes.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Math/VectorTypes.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Metrics/BufferMetrics.cpp b/MobileGL/MG_Util/Metrics/BufferMetrics.cpp index 5befb15d..ff0fd5b0 100644 --- a/MobileGL/MG_Util/Metrics/BufferMetrics.cpp +++ b/MobileGL/MG_Util/Metrics/BufferMetrics.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Metrics/BufferMetrics.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Metrics/BufferMetrics.h b/MobileGL/MG_Util/Metrics/BufferMetrics.h index c5b614d6..d03dd90d 100644 --- a/MobileGL/MG_Util/Metrics/BufferMetrics.h +++ b/MobileGL/MG_Util/Metrics/BufferMetrics.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Metrics/BufferMetrics.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Metrics/TextureMetrics.cpp b/MobileGL/MG_Util/Metrics/TextureMetrics.cpp index c6561231..3c22c1dd 100644 --- a/MobileGL/MG_Util/Metrics/TextureMetrics.cpp +++ b/MobileGL/MG_Util/Metrics/TextureMetrics.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Metrics/TextureMetrics.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Metrics/TextureMetrics.h b/MobileGL/MG_Util/Metrics/TextureMetrics.h index 44476931..a6357d6c 100644 --- a/MobileGL/MG_Util/Metrics/TextureMetrics.h +++ b/MobileGL/MG_Util/Metrics/TextureMetrics.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Metrics/TextureMetrics.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Miscellany/IndexGenerator.h b/MobileGL/MG_Util/Miscellany/IndexGenerator.h index 454485d9..84aed98c 100644 --- a/MobileGL/MG_Util/Miscellany/IndexGenerator.h +++ b/MobileGL/MG_Util/Miscellany/IndexGenerator.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Miscellany/IndexGenerator.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/PlatformStubs.h b/MobileGL/MG_Util/PlatformStubs.h index f33c50b7..8a0da0f1 100644 --- a/MobileGL/MG_Util/PlatformStubs.h +++ b/MobileGL/MG_Util/PlatformStubs.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/PlatformStubs.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.cpp b/MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.cpp index d29856b5..4769e82c 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.cpp +++ b/MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.h b/MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.h index 5167ecec..6a30a6cd 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.h +++ b/MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/ShaderCompiler.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.cpp b/MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.cpp index 906ea19d..10bc90c1 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.cpp +++ b/MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.h b/MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.h index e4d32b92..84fe0a9d 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.h +++ b/MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/ShaderSourceProcessor.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/SpvcSession.cpp b/MobileGL/MG_Util/ShaderTranspiler/SpvcSession.cpp index af74363e..32464e30 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/SpvcSession.cpp +++ b/MobileGL/MG_Util/ShaderTranspiler/SpvcSession.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/SpvcSession.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/SpvcSession.h b/MobileGL/MG_Util/ShaderTranspiler/SpvcSession.h index f0e4f746..01281006 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/SpvcSession.h +++ b/MobileGL/MG_Util/ShaderTranspiler/SpvcSession.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/SpvcSession.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/Types.h b/MobileGL/MG_Util/ShaderTranspiler/Types.h index 10ba23ae..a9d53e60 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/Types.h +++ b/MobileGL/MG_Util/ShaderTranspiler/Types.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/Types.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.cpp b/MobileGL/MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.cpp index d79f6dc4..291ff208 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.cpp +++ b/MobileGL/MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.h b/MobileGL/MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.h index 6f47a258..4566b2ad 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.h +++ b/MobileGL/MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/glslang/TMglGlslIoResolver.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/glslang/TVarEntryInfo.h b/MobileGL/MG_Util/ShaderTranspiler/glslang/TVarEntryInfo.h index 312a0351..caf9f144 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/glslang/TVarEntryInfo.h +++ b/MobileGL/MG_Util/ShaderTranspiler/glslang/TVarEntryInfo.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/glslang/TVarEntryInfo.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.cpp b/MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.cpp index fb5dbdec..adad5e1e 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.cpp +++ b/MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.h b/MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.h index 99563708..f787faf8 100644 --- a/MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.h +++ b/MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/ShaderTranspiler/glslang/UniformTraverser.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Texture/PixelStoreProcessor.cpp b/MobileGL/MG_Util/Texture/PixelStoreProcessor.cpp index 14c8de30..31020ddb 100644 --- a/MobileGL/MG_Util/Texture/PixelStoreProcessor.cpp +++ b/MobileGL/MG_Util/Texture/PixelStoreProcessor.cpp @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Texture/PixelStoreProcessor.cpp -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Texture/PixelStoreProcessor.h b/MobileGL/MG_Util/Texture/PixelStoreProcessor.h index 4163f448..22c53538 100644 --- a/MobileGL/MG_Util/Texture/PixelStoreProcessor.h +++ b/MobileGL/MG_Util/Texture/PixelStoreProcessor.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Texture/PixelStoreProcessor.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/MobileGL/MG_Util/Types.h b/MobileGL/MG_Util/Types.h index 73ea6997..82865d51 100644 --- a/MobileGL/MG_Util/Types.h +++ b/MobileGL/MG_Util/Types.h @@ -1,5 +1,5 @@ // MobileGL - MobileGL/MG_Util/Types.h -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only diff --git a/scripts/update-source-file-header.py b/scripts/update-source-file-header.py index f34ae53d..4bb874fe 100644 --- a/scripts/update-source-file-header.py +++ b/scripts/update-source-file-header.py @@ -21,7 +21,7 @@ ARROW = "╰─>" SIMPLE_ARROW = "─>" HEADER_TEMPLATE = """// MobileGL - {file_path} -// Copyright (C) 2025 MobileGL-Dev +// Copyright (c) 2025 MobileGL-Dev // Licensed under the GNU Lesser General Public License v2.1: // http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html // SPDX-License-Identifier: LGPL-2.1-only