From 99fd354dd91a7aeae4f6fdee0cd12f582299e89a Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Wed, 23 Aug 2023 02:22:25 +0600 Subject: [PATCH] Fix copyright mistake --- src/common/textures/formats/jpegxltexture.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/common/textures/formats/jpegxltexture.cpp b/src/common/textures/formats/jpegxltexture.cpp index 914922743..3019ba929 100644 --- a/src/common/textures/formats/jpegxltexture.cpp +++ b/src/common/textures/formats/jpegxltexture.cpp @@ -4,7 +4,6 @@ ** **--------------------------------------------------------------------------- ** Copyright 2023 Cacodemon345 -** Copyright 2022 Dominic Szablewski ** All rights reserved. ** ** Permission is hereby granted, free of charge, to any person obtaining a copy @@ -218,4 +217,4 @@ int FJPEGXLTexture::CopyPixels(FBitmap *bmp, int conversion) } } } -} \ No newline at end of file +}