From 8d41d84045844f6203800c30caf51dfda6d3966f Mon Sep 17 00:00:00 2001 From: Jake Potrebic Date: Sat, 14 Oct 2023 13:26:47 -0700 Subject: [PATCH] chore: fix licensing --- .../modules/mobs/largerphantoms/Config.java | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/src/main/java/me/machinemaker/papertweaks/modules/mobs/largerphantoms/Config.java b/src/main/java/me/machinemaker/papertweaks/modules/mobs/largerphantoms/Config.java index d0e1e59d..336d279c 100644 --- a/src/main/java/me/machinemaker/papertweaks/modules/mobs/largerphantoms/Config.java +++ b/src/main/java/me/machinemaker/papertweaks/modules/mobs/largerphantoms/Config.java @@ -1,3 +1,22 @@ +/* + * GNU General Public License v3 + * + * PaperTweaks, a performant replacement for the VanillaTweaks datapacks. + * + * Copyright (C) 2023 Machine_Maker + * + * 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, version 3. + * + * 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 me.machinemaker.papertweaks.modules.mobs.largerphantoms; import java.util.ArrayList;