From 0f54d9b61ade86ba2b07b0354c81295075274ff6 Mon Sep 17 00:00:00 2001 From: Adrian Date: Sun, 17 Nov 2024 18:14:13 -0500 Subject: [PATCH] fix: Fixed checkstyle :) --- .../event/authserver/AuthServerAddEvent.java | 17 +++++++++++++++++ .../event/authserver/AuthServerRemoveEvent.java | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/api/velocity/src/main/java/io/github/_4drian3d/authmevelocity/api/velocity/event/authserver/AuthServerAddEvent.java b/api/velocity/src/main/java/io/github/_4drian3d/authmevelocity/api/velocity/event/authserver/AuthServerAddEvent.java index e2ea82d..a53a645 100644 --- a/api/velocity/src/main/java/io/github/_4drian3d/authmevelocity/api/velocity/event/authserver/AuthServerAddEvent.java +++ b/api/velocity/src/main/java/io/github/_4drian3d/authmevelocity/api/velocity/event/authserver/AuthServerAddEvent.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2024 AuthMeVelocity 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 io.github._4drian3d.authmevelocity.api.velocity.event.authserver; import org.jetbrains.annotations.NotNull; diff --git a/api/velocity/src/main/java/io/github/_4drian3d/authmevelocity/api/velocity/event/authserver/AuthServerRemoveEvent.java b/api/velocity/src/main/java/io/github/_4drian3d/authmevelocity/api/velocity/event/authserver/AuthServerRemoveEvent.java index af7c6d9..716f95f 100644 --- a/api/velocity/src/main/java/io/github/_4drian3d/authmevelocity/api/velocity/event/authserver/AuthServerRemoveEvent.java +++ b/api/velocity/src/main/java/io/github/_4drian3d/authmevelocity/api/velocity/event/authserver/AuthServerRemoveEvent.java @@ -1,3 +1,20 @@ +/* + * Copyright (C) 2024 AuthMeVelocity 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 io.github._4drian3d.authmevelocity.api.velocity.event.authserver; import org.jetbrains.annotations.NotNull;