Added copyright
This commit is contained in:
@@ -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;
|
||||||
|
@@ -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 {
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user