From 29e4e68692855b8d5a43348892771b27fc316503 Mon Sep 17 00:00:00 2001 From: Treetrain1 Date: Wed, 22 Nov 2023 08:43:29 +0000 Subject: [PATCH] Apply automatic changes --- .../lib/tag/api/TagKeyArgument.java | 18 ++++++++++++++++++ .../lib/tag/api/TagListCommand.java | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/src/main/java/net/frozenblock/lib/tag/api/TagKeyArgument.java b/src/main/java/net/frozenblock/lib/tag/api/TagKeyArgument.java index 291da4364..eb2b141bd 100644 --- a/src/main/java/net/frozenblock/lib/tag/api/TagKeyArgument.java +++ b/src/main/java/net/frozenblock/lib/tag/api/TagKeyArgument.java @@ -1,3 +1,21 @@ +/* + * Copyright 2023 FrozenBlock + * This file is part of FrozenLib. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, see . + */ + package net.frozenblock.lib.tag.api; import com.google.gson.JsonObject; diff --git a/src/main/java/net/frozenblock/lib/tag/api/TagListCommand.java b/src/main/java/net/frozenblock/lib/tag/api/TagListCommand.java index cbf41b932..195f34984 100644 --- a/src/main/java/net/frozenblock/lib/tag/api/TagListCommand.java +++ b/src/main/java/net/frozenblock/lib/tag/api/TagListCommand.java @@ -1,3 +1,21 @@ +/* + * Copyright 2023 FrozenBlock + * This file is part of FrozenLib. + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program; if not, see . + */ + package net.frozenblock.lib.tag.api; import com.mojang.brigadier.CommandDispatcher;