diff --git a/src/org/kygekteam/java/kygekpingtps/Main.java b/src/org/kygekteam/java/kygekpingtps/Main.java index 698dc6d..ffd521b 100644 --- a/src/org/kygekteam/java/kygekpingtps/Main.java +++ b/src/org/kygekteam/java/kygekpingtps/Main.java @@ -1,3 +1,13 @@ +/* + * See server TPS and a player's ping + * Copyright (C) 2021 KygekTeam + * + * 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. + */ + package org.kygekteam.java.kygekpingtps; import org.bukkit.ChatColor; diff --git a/src/org/kygekteam/java/kygekpingtps/Ping.java b/src/org/kygekteam/java/kygekpingtps/Ping.java index 317d880..8c2238c 100644 --- a/src/org/kygekteam/java/kygekpingtps/Ping.java +++ b/src/org/kygekteam/java/kygekpingtps/Ping.java @@ -1,3 +1,13 @@ +/* + * See server TPS and a player's ping + * Copyright (C) 2021 KygekTeam + * + * 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. + */ + package org.kygekteam.java.kygekpingtps; import org.bukkit.ChatColor; diff --git a/src/org/kygekteam/java/kygekpingtps/TPS.java b/src/org/kygekteam/java/kygekpingtps/TPS.java index 3c141dc..08f7341 100644 --- a/src/org/kygekteam/java/kygekpingtps/TPS.java +++ b/src/org/kygekteam/java/kygekpingtps/TPS.java @@ -1,3 +1,13 @@ +/* + * See server TPS and a player's ping + * Copyright (C) 2021 KygekTeam + * + * 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. + */ + package org.kygekteam.java.kygekpingtps; import org.bukkit.ChatColor; diff --git a/src/plugin.yml b/src/plugin.yml index 2aff485..dd9093f 100644 --- a/src/plugin.yml +++ b/src/plugin.yml @@ -1,6 +1,6 @@ --- # See server TPS and a player's ping -# Copyright (C) 2020 KygekTeam +# Copyright (C) 2021 KygekTeam # # 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