From 4ba1217b84e2abe040ee4b0363e58f093c2e42d6 Mon Sep 17 00:00:00 2001 From: dordsor21 Date: Tue, 8 Jun 2021 18:41:10 +0100 Subject: [PATCH] Fix licences --- .../com/plotsquared/bukkit/util/fawe/FaweRegionManager.java | 5 ++--- .../plotsquared/bukkit/util/fawe/FaweSchematicHandler.java | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/fawe/FaweRegionManager.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/fawe/FaweRegionManager.java index c78d7c34d..6bee51371 100644 --- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/fawe/FaweRegionManager.java +++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/fawe/FaweRegionManager.java @@ -8,7 +8,7 @@ * | | * |_| * PlotSquared plot management system for Minecraft - * Copyright (C) ${year} IntellectualSites + * Copyright (C) 2021 IntellectualSites * * 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 @@ -21,9 +21,8 @@ * 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 . + * along with this program. If not, see . */ - package com.plotsquared.bukkit.util.fawe; import com.boydti.fawe.bukkit.regions.plotsquared.FaweDelegateRegionManager; diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/util/fawe/FaweSchematicHandler.java b/Bukkit/src/main/java/com/plotsquared/bukkit/util/fawe/FaweSchematicHandler.java index 812e68be2..d3076cd7f 100644 --- a/Bukkit/src/main/java/com/plotsquared/bukkit/util/fawe/FaweSchematicHandler.java +++ b/Bukkit/src/main/java/com/plotsquared/bukkit/util/fawe/FaweSchematicHandler.java @@ -8,7 +8,7 @@ * | | * |_| * PlotSquared plot management system for Minecraft - * Copyright (C) ${year} IntellectualSites + * Copyright (C) 2021 IntellectualSites * * 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 @@ -21,9 +21,8 @@ * 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 . + * along with this program. If not, see . */ - package com.plotsquared.bukkit.util.fawe; import com.boydti.fawe.bukkit.regions.plotsquared.FaweDelegateSchematicHandler;