3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Fixed copyright year (#490)

Dieser Commit ist enthalten in:
Nicolas RAYNAUD 2021-05-05 00:22:50 +02:00 committet von GitHub
Ursprung 7c76ae9a27
Commit e0153267db
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -228,7 +228,7 @@ public class VelocityCommand implements SimpleCommand {
.append(Component.text(version.getVersion()).decoration(TextDecoration.BOLD, false))
.build();
TextComponent copyright = Component
.text("Copyright 2018-2020 " + version.getVendor() + ". " + version.getName()
.text("Copyright 2018-2021 " + version.getVendor() + ". " + version.getName()
+ " is licensed under the terms of the GNU General Public License v3.");
source.sendMessage(Identity.nil(), velocity);
source.sendMessage(Identity.nil(), copyright);