Updated copyright year

This commit is contained in:
tastybento 2019-01-27 17:02:26 -08:00
parent 2bb13edede
commit 38cb6aea7f

View File

@ -23,7 +23,7 @@ public class IslandAboutCommand extends CompositeCommand {
@Override @Override
public boolean execute(User user, String label, List<String> args) { public boolean execute(User user, String label, List<String> args) {
user.sendRawMessage("About " + getAddon().getDescription().getName() + " " + getAddon().getDescription().getVersion() + ":"); user.sendRawMessage("About " + getAddon().getDescription().getName() + " " + getAddon().getDescription().getVersion() + ":");
user.sendRawMessage("Copyright (c) 2017 - 2018 tastybento"); user.sendRawMessage("Copyright (c) 2017 - 2019 tastybento");
user.sendRawMessage("See https://www.eclipse.org/legal/epl-2.0/ for license information."); user.sendRawMessage("See https://www.eclipse.org/legal/epl-2.0/ for license information.");
return true; return true;
} }