Update the copyright year to 2018 just in time. (#1721)

We can't just skip from 2017 to 2019.
This commit is contained in:
Kristjan Krušič 2019-01-01 03:50:41 +01:00 committed by Gabriele C
parent 2f7672b489
commit 696bcc7ba6

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 2017. All rights reserved.");
+ "Copyright (c) AuthMe-Team 2018. All rights reserved.");
}
/**