diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-27 13:03:08 -0600 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-27 13:03:08 -0600 |
commit | 4ef8f170cc43c8bb5208fcb8d66004467200ac2f (patch) | |
tree | 89f5469eb435d51103f77d2bf9c6d95b9503c039 /src/main/java/net/tylermurphy/hideAndSeek/command/About.java | |
parent | fix ClassNotFound and add Licence headers (diff) | |
download | kenshinshideandseek-4ef8f170cc43c8bb5208fcb8d66004467200ac2f.tar.gz kenshinshideandseek-4ef8f170cc43c8bb5208fcb8d66004467200ac2f.tar.bz2 kenshinshideandseek-4ef8f170cc43c8bb5208fcb8d66004467200ac2f.zip |
1.3.3 beta 3
Diffstat (limited to 'src/main/java/net/tylermurphy/hideAndSeek/command/About.java')
-rw-r--r-- | src/main/java/net/tylermurphy/hideAndSeek/command/About.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/main/java/net/tylermurphy/hideAndSeek/command/About.java b/src/main/java/net/tylermurphy/hideAndSeek/command/About.java index 9286922..4882af2 100644 --- a/src/main/java/net/tylermurphy/hideAndSeek/command/About.java +++ b/src/main/java/net/tylermurphy/hideAndSeek/command/About.java @@ -1,3 +1,22 @@ +/* + * This file is part of Kenshins Hide and Seek + * + * Copyright (c) 2021 Tyler Murphy. + * + * Kenshins Hide and Seek free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * he Free Software Foundation, either version 3 of the License. + * + * Kenshins Hide and Seek 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 <http://www.gnu.org/licenses/>. + * + */ + package net.tylermurphy.hideAndSeek.command; import org.bukkit.ChatColor; |