From 1a9e324ad01599c48d14d59210c723908c1fe022 Mon Sep 17 00:00:00 2001 From: Vankka Date: Mon, 3 Feb 2025 18:25:26 +0200 Subject: [PATCH] Add missing copyright header --- .../PaperLegacyChatRenderListener.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/bukkit/compat/paper/src/main/java/com/discordsrv/bukkit/listener/PaperLegacyChatRenderListener.java b/bukkit/compat/paper/src/main/java/com/discordsrv/bukkit/listener/PaperLegacyChatRenderListener.java index 3dd2ea64..5d6a0c3a 100644 --- a/bukkit/compat/paper/src/main/java/com/discordsrv/bukkit/listener/PaperLegacyChatRenderListener.java +++ b/bukkit/compat/paper/src/main/java/com/discordsrv/bukkit/listener/PaperLegacyChatRenderListener.java @@ -1,3 +1,21 @@ +/* + * This file is part of DiscordSRV, licensed under the GPLv3 License + * Copyright (c) 2016-2025 Austin "Scarsz" Shapiro, Henri "Vankka" Schubin and DiscordSRV contributors + * + * 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 com.discordsrv.bukkit.listener; import com.discordsrv.api.component.MinecraftComponent;