From 696bcc7ba61cc3ee47ab7391f93c10b6238b9020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristjan=20Kru=C5=A1i=C4=8D?= Date: Tue, 1 Jan 2019 03:50:41 +0100 Subject: [PATCH] Update the copyright year to 2018 just in time. (#1721) We can't just skip from 2017 to 2019. --- .../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 d042c9a6..1c0a1225 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 2017. All rights reserved."); + + "Copyright (c) AuthMe-Team 2018. All rights reserved."); } /**