From f042d214d3c869b6a62d9157a35c84a196c2b8cd Mon Sep 17 00:00:00 2001 From: Andrew Steinborn Date: Fri, 15 Feb 2019 16:09:37 -0500 Subject: [PATCH] Update copyright year in /velocity version --- .../java/com/velocitypowered/proxy/command/VelocityCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommand.java b/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommand.java index 1f404ca69..42dcd3c1c 100644 --- a/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommand.java +++ b/proxy/src/main/java/com/velocitypowered/proxy/command/VelocityCommand.java @@ -164,7 +164,7 @@ public class VelocityCommand implements Command { .append(TextComponent.of(version.getVersion()).decoration(TextDecoration.BOLD, false)) .build(); TextComponent copyright = TextComponent - .of("Copyright 2018 " + version.getVendor() + ". " + version.getName() + .of("Copyright 2018-2019 " + version.getVendor() + ". " + version.getName() + " is freely licensed under the terms of the MIT License."); source.sendMessage(velocity); source.sendMessage(copyright);