From 3a06ecedf1a526bdca0ddc71cf849bd2e4f62f7f Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 6 Nov 2021 14:44:26 +0100 Subject: [PATCH] Fix Copyright Signed-off-by: Chaoscaot --- SpigotCore_Main/src/de/steamwar/sql/CheckedSchematic.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SpigotCore_Main/src/de/steamwar/sql/CheckedSchematic.java b/SpigotCore_Main/src/de/steamwar/sql/CheckedSchematic.java index 808ff1f..c755a2f 100644 --- a/SpigotCore_Main/src/de/steamwar/sql/CheckedSchematic.java +++ b/SpigotCore_Main/src/de/steamwar/sql/CheckedSchematic.java @@ -2,14 +2,17 @@ This file is a part of the SteamWar software. Copyright (C) 2020 SteamWar.de-Serverteam + This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero 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 Affero General Public License for more details. + You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */