From 6d9310951bbb6b536e9cfd4a6be02ee8116d291a Mon Sep 17 00:00:00 2001 From: hypherionmc Date: Sun, 17 Mar 2024 20:17:49 +0200 Subject: [PATCH] [CHORE] Fix License Headers --- .../com/hypherionmc/sdlink/core/events/VerificationEvent.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/com/hypherionmc/sdlink/core/events/VerificationEvent.java b/src/main/java/com/hypherionmc/sdlink/core/events/VerificationEvent.java index aae1121..8baf4c1 100644 --- a/src/main/java/com/hypherionmc/sdlink/core/events/VerificationEvent.java +++ b/src/main/java/com/hypherionmc/sdlink/core/events/VerificationEvent.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;