From 7b4222545d1af77ecb9b7e46cff40ae7f7b9e5a2 Mon Sep 17 00:00:00 2001 From: HypherionMC Date: Sun, 11 Jun 2023 18:06:22 +0200 Subject: [PATCH] License Headers --- .../sdlink/core/discord/commands/slash/mc/MCSlashCommand.java | 4 ++++ .../com/hypherionmc/sdlink/core/events/SDLinkReadyEvent.java | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/main/java/com/hypherionmc/sdlink/core/discord/commands/slash/mc/MCSlashCommand.java b/src/main/java/com/hypherionmc/sdlink/core/discord/commands/slash/mc/MCSlashCommand.java index e164e72..c8411e5 100644 --- a/src/main/java/com/hypherionmc/sdlink/core/discord/commands/slash/mc/MCSlashCommand.java +++ b/src/main/java/com/hypherionmc/sdlink/core/discord/commands/slash/mc/MCSlashCommand.java @@ -1,3 +1,7 @@ +/* + * This file is part of sdlink-core, licensed under the MIT License (MIT). + * Copyright HypherionSA and Contributors + */ package com.hypherionmc.sdlink.core.discord.commands.slash.mc; import com.hypherionmc.sdlink.core.config.SDLinkConfig; diff --git a/src/main/java/com/hypherionmc/sdlink/core/events/SDLinkReadyEvent.java b/src/main/java/com/hypherionmc/sdlink/core/events/SDLinkReadyEvent.java index 331f414..d37a721 100644 --- a/src/main/java/com/hypherionmc/sdlink/core/events/SDLinkReadyEvent.java +++ b/src/main/java/com/hypherionmc/sdlink/core/events/SDLinkReadyEvent.java @@ -1,3 +1,7 @@ +/* + * This file is part of sdlink-core, licensed under the MIT License (MIT). + * Copyright HypherionSA and Contributors + */ package com.hypherionmc.sdlink.core.events; import com.hypherionmc.craterlib.core.event.CraterEvent;