From 13e770a7a91b1312ab0320f91cb9eddf7bb4121a Mon Sep 17 00:00:00 2001 From: GeorgH93 Date: Sat, 13 Feb 2016 23:37:33 +0100 Subject: [PATCH] Add missing copyright header --- .../MinePacks/Database/InventorySerializer.java | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/at/pcgamingfreaks/MinePacks/Database/InventorySerializer.java b/src/at/pcgamingfreaks/MinePacks/Database/InventorySerializer.java index fdd3336..a44ac70 100644 --- a/src/at/pcgamingfreaks/MinePacks/Database/InventorySerializer.java +++ b/src/at/pcgamingfreaks/MinePacks/Database/InventorySerializer.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2014-2016 GeorgH93 + * + * 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, 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 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 at.pcgamingfreaks.MinePacks.Database; import at.pcgamingfreaks.Bukkit.ItemStackSerializer.BukkitItemStackSerializer;