From 8dd287d9e7811d95f2c7b7a52da4f1b533904f31 Mon Sep 17 00:00:00 2001 From: AViewFromTheTop Date: Fri, 17 Jan 2025 05:41:42 +0000 Subject: [PATCH] Apply automatic changes --- .../lib/core/client/api/PanoramaCommand.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/main/java/net/frozenblock/lib/core/client/api/PanoramaCommand.java b/src/main/java/net/frozenblock/lib/core/client/api/PanoramaCommand.java index ffde205a..d9e8491a 100644 --- a/src/main/java/net/frozenblock/lib/core/client/api/PanoramaCommand.java +++ b/src/main/java/net/frozenblock/lib/core/client/api/PanoramaCommand.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2025 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.core.client.api; import com.mojang.brigadier.CommandDispatcher;