Specify licensing in about command

This commit is contained in:
Gabriele C 2019-01-12 12:17:08 +01:00 committed by GitHub
parent fdded6be9f
commit bdbb7d79fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ public class VersionCommand implements ExecutableCommand {
sender.sendMessage(ChatColor.GOLD + "License: " + ChatColor.WHITE + "GNU GPL v3.0"
+ ChatColor.GRAY + ChatColor.ITALIC + " (See LICENSE file)");
sender.sendMessage(ChatColor.GOLD + "Copyright: " + ChatColor.WHITE
+ "Copyright (c) AuthMe-Team 2019. All rights reserved.");
+ "Copyright (c) AuthMe-Team 2019. Released under GPL v3 License.");
}
/**