Added copyright

This commit is contained in:
2023-08-03 17:56:45 +02:00
parent e4d0ccfdb2
commit 152a8b729d
6 changed files with 42 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
/*
* Copyright (C) 2023 UnlegitDqrk. - All Rights Reserved
*
* You are unauthorized to remove this copyright.
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
*/
package me.unlegitdqrk.fakeminecraftserver; package me.unlegitdqrk.fakeminecraftserver;
import me.unlegitdqrk.fakeminecraftserver.data.StatusResponse; import me.unlegitdqrk.fakeminecraftserver.data.StatusResponse;

View File

@@ -1,3 +1,10 @@
/*
* Copyright (C) 2023 UnlegitDqrk. - All Rights Reserved
*
* You are unauthorized to remove this copyright.
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
*/
package me.unlegitdqrk.fakeminecraftserver; package me.unlegitdqrk.fakeminecraftserver;
public class Main { public class Main {

View File

@@ -1,3 +1,10 @@
/*
* Copyright (C) 2023 UnlegitDqrk. - All Rights Reserved
*
* You are unauthorized to remove this copyright.
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
*/
package me.unlegitdqrk.fakeminecraftserver; package me.unlegitdqrk.fakeminecraftserver;
import java.util.List; import java.util.List;

View File

@@ -1,3 +1,10 @@
/*
* Copyright (C) 2023 UnlegitDqrk. - All Rights Reserved
*
* You are unauthorized to remove this copyright.
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
*/
package me.unlegitdqrk.fakeminecraftserver; package me.unlegitdqrk.fakeminecraftserver;
import java.util.Arrays; import java.util.Arrays;

View File

@@ -1,3 +1,10 @@
/*
* Copyright (C) 2023 UnlegitDqrk. - All Rights Reserved
*
* You are unauthorized to remove this copyright.
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
*/
package me.unlegitdqrk.fakeminecraftserver.data; package me.unlegitdqrk.fakeminecraftserver.data;
import me.unlegitdqrk.fakeminecraftserver.ChatConverter; import me.unlegitdqrk.fakeminecraftserver.ChatConverter;

View File

@@ -1,3 +1,10 @@
/*
* Copyright (C) 2023 UnlegitDqrk. - All Rights Reserved
*
* You are unauthorized to remove this copyright.
* You have to give Credits to the Author in your project and link this GitHub site: https://github.com/UnlegitDqrk
*/
package me.unlegitdqrk.fakeminecraftserver.network; package me.unlegitdqrk.fakeminecraftserver.network;
import com.google.gson.Gson; import com.google.gson.Gson;