diff --git a/Agent/src/main/java/net/lenni0451/authhook/Agent.java b/Agent/src/main/java/net/lenni0451/authhook/Agent.java index 4326e02..1702fd9 100644 --- a/Agent/src/main/java/net/lenni0451/authhook/Agent.java +++ b/Agent/src/main/java/net/lenni0451/authhook/Agent.java @@ -1,3 +1,20 @@ +/* + * This file is part of ViaProxyAuthHook - https://github.com/ViaVersionAddons/ViaProxyAuthHook + * Copyright (C) 2024-2025 RK_01/RaphiMC 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 net.lenni0451.authhook; import java.lang.instrument.Instrumentation; diff --git a/Agent/src/main/java/net/lenni0451/authhook/Config.java b/Agent/src/main/java/net/lenni0451/authhook/Config.java index 14b9a04..98f1786 100644 --- a/Agent/src/main/java/net/lenni0451/authhook/Config.java +++ b/Agent/src/main/java/net/lenni0451/authhook/Config.java @@ -1,3 +1,20 @@ +/* + * This file is part of ViaProxyAuthHook - https://github.com/ViaVersionAddons/ViaProxyAuthHook + * Copyright (C) 2024-2025 RK_01/RaphiMC 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 net.lenni0451.authhook; import java.io.File; diff --git a/Agent/src/main/java/net/lenni0451/authhook/URLRedirector.java b/Agent/src/main/java/net/lenni0451/authhook/URLRedirector.java index 8ecbaec..e59d69c 100644 --- a/Agent/src/main/java/net/lenni0451/authhook/URLRedirector.java +++ b/Agent/src/main/java/net/lenni0451/authhook/URLRedirector.java @@ -1,3 +1,20 @@ +/* + * This file is part of ViaProxyAuthHook - https://github.com/ViaVersionAddons/ViaProxyAuthHook + * Copyright (C) 2024-2025 RK_01/RaphiMC 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 net.lenni0451.authhook; import org.objectweb.asm.ClassReader;