From 5d46ae096501903441e7665f1e896be645ab197b Mon Sep 17 00:00:00 2001 From: Bram Date: Thu, 9 May 2024 11:41:26 +0200 Subject: [PATCH] Added: Copyright header to the AHICommand --- .../commands/AHICommand.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/platforms/spigot/src/main/java/com/deathmotion/antihealthindicator/commands/AHICommand.java b/platforms/spigot/src/main/java/com/deathmotion/antihealthindicator/commands/AHICommand.java index 5e8bf6d..6f2cb4d 100644 --- a/platforms/spigot/src/main/java/com/deathmotion/antihealthindicator/commands/AHICommand.java +++ b/platforms/spigot/src/main/java/com/deathmotion/antihealthindicator/commands/AHICommand.java @@ -1,3 +1,21 @@ +/* + * This file is part of AntiHealthIndicator - https://github.com/Bram1903/AntiHealthIndicator + * Copyright (C) 2024 Bram and 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.deathmotion.antihealthindicator.commands; import com.github.retrooper.packetevents.PacketEvents;