From 9173ff0a7a688d6889c3d0024e5fc2a2992aebd1 Mon Sep 17 00:00:00 2001 From: AViewFromTheTop Date: Wed, 25 Sep 2024 05:34:29 +0000 Subject: [PATCH] Apply automatic changes --- .../image_transfer/client/ServerTexture.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/main/java/net/frozenblock/lib/image_transfer/client/ServerTexture.java b/src/main/java/net/frozenblock/lib/image_transfer/client/ServerTexture.java index 2cf546a3..83a7235e 100644 --- a/src/main/java/net/frozenblock/lib/image_transfer/client/ServerTexture.java +++ b/src/main/java/net/frozenblock/lib/image_transfer/client/ServerTexture.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2024 FrozenBlock + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + package net.frozenblock.lib.image_transfer.client; import com.mojang.blaze3d.platform.NativeImage;