From 3e2faa2a353cedc824ce43e7aa1bd234c7411ba7 Mon Sep 17 00:00:00 2001 From: Treetrain1 Date: Sat, 5 Aug 2023 17:49:02 -0500 Subject: [PATCH] licenses --- .../mixin/WardenSpawnTrackerCommandMixin.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/java/net/frozenblock/lib/core/mixin/WardenSpawnTrackerCommandMixin.java b/src/main/java/net/frozenblock/lib/core/mixin/WardenSpawnTrackerCommandMixin.java index cfc3b33df..a86ab6f72 100644 --- a/src/main/java/net/frozenblock/lib/core/mixin/WardenSpawnTrackerCommandMixin.java +++ b/src/main/java/net/frozenblock/lib/core/mixin/WardenSpawnTrackerCommandMixin.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.core.mixin; import com.llamalad7.mixinextras.injector.wrapoperation.Operation;