From edf34fc9d8e2d1c276952732a25352aa05bd4394 Mon Sep 17 00:00:00 2001 From: kyngs Date: Mon, 21 Aug 2023 16:00:16 +0200 Subject: [PATCH] Fix license header --- .../api/proxy/config/PlayerInfoForwarding.java | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/api/src/main/java/com/velocitypowered/api/proxy/config/PlayerInfoForwarding.java b/api/src/main/java/com/velocitypowered/api/proxy/config/PlayerInfoForwarding.java index 060bd0e5f2..86b6a8c073 100644 --- a/api/src/main/java/com/velocitypowered/api/proxy/config/PlayerInfoForwarding.java +++ b/api/src/main/java/com/velocitypowered/api/proxy/config/PlayerInfoForwarding.java @@ -1,18 +1,8 @@ /* * Copyright (C) 2018-2023 Velocity 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 . + * The Velocity API is licensed under the terms of the MIT License. For more details, + * reference the LICENSE file in the api top-level directory. */ package com.velocitypowered.api.proxy.config;