From 544d3ff4f1a3349076b0b8d6f2808b6cda5a2332 Mon Sep 17 00:00:00 2001 From: Treetrain1 Date: Sun, 27 Aug 2023 22:18:20 -0500 Subject: [PATCH] licenses --- .../misc/WilderPreMixinInjectConstants.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/main/java/net/frozenblock/wilderwild/misc/WilderPreMixinInjectConstants.java b/src/main/java/net/frozenblock/wilderwild/misc/WilderPreMixinInjectConstants.java index fe651a8c85..cd624499bc 100644 --- a/src/main/java/net/frozenblock/wilderwild/misc/WilderPreMixinInjectConstants.java +++ b/src/main/java/net/frozenblock/wilderwild/misc/WilderPreMixinInjectConstants.java @@ -1,3 +1,21 @@ +/* + * Copyright 2023 FrozenBlock + * This file is part of Wilder Wild. + * + * 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.wilderwild.misc; import net.fabricmc.loader.api.FabricLoader;