From 98efa351835db88791edf1ffe75e6e4e3ebb9c8a Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Tue, 1 Jan 2019 03:52:25 +0100 Subject: [PATCH] Happy new year! --- .../xephi/authme/command/executable/authme/VersionCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/fr/xephi/authme/command/executable/authme/VersionCommand.java b/src/main/java/fr/xephi/authme/command/executable/authme/VersionCommand.java index 1c0a1225..65be3296 100644 --- a/src/main/java/fr/xephi/authme/command/executable/authme/VersionCommand.java +++ b/src/main/java/fr/xephi/authme/command/executable/authme/VersionCommand.java @@ -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 2018. All rights reserved."); + + "Copyright (c) AuthMe-Team 2019. All rights reserved."); } /**