From c25bc379e38c803bbbf96c3318723da4cec7e6be Mon Sep 17 00:00:00 2001 From: Petr Ilin Date: Sat, 2 Apr 2022 23:07:25 +0300 Subject: Happy new year! --- .../java/net/elytrium/limboauth/command/ChangePasswordCommand.java | 2 +- .../java/net/elytrium/limboauth/command/DestroySessionCommand.java | 2 +- .../net/elytrium/limboauth/command/ForceChangePasswordCommand.java | 2 +- .../java/net/elytrium/limboauth/command/ForceUnregisterCommand.java | 2 +- src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java | 4 ++-- src/main/java/net/elytrium/limboauth/command/PremiumCommand.java | 2 +- src/main/java/net/elytrium/limboauth/command/TotpCommand.java | 2 +- src/main/java/net/elytrium/limboauth/command/UnregisterCommand.java | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) (limited to 'src/main/java/net/elytrium/limboauth/command') diff --git a/src/main/java/net/elytrium/limboauth/command/ChangePasswordCommand.java b/src/main/java/net/elytrium/limboauth/command/ChangePasswordCommand.java index 63a8c73..806add0 100644 --- a/src/main/java/net/elytrium/limboauth/command/ChangePasswordCommand.java +++ b/src/main/java/net/elytrium/limboauth/command/ChangePasswordCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Elytrium + * Copyright (C) 2021 - 2022 Elytrium * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/main/java/net/elytrium/limboauth/command/DestroySessionCommand.java b/src/main/java/net/elytrium/limboauth/command/DestroySessionCommand.java index b0e6cf4..5cabe9b 100644 --- a/src/main/java/net/elytrium/limboauth/command/DestroySessionCommand.java +++ b/src/main/java/net/elytrium/limboauth/command/DestroySessionCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Elytrium + * Copyright (C) 2021 - 2022 Elytrium * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/main/java/net/elytrium/limboauth/command/ForceChangePasswordCommand.java b/src/main/java/net/elytrium/limboauth/command/ForceChangePasswordCommand.java index 51ef3a2..dd2ee4d 100644 --- a/src/main/java/net/elytrium/limboauth/command/ForceChangePasswordCommand.java +++ b/src/main/java/net/elytrium/limboauth/command/ForceChangePasswordCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Elytrium + * Copyright (C) 2021 - 2022 Elytrium * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/main/java/net/elytrium/limboauth/command/ForceUnregisterCommand.java b/src/main/java/net/elytrium/limboauth/command/ForceUnregisterCommand.java index 55864a0..dabe70b 100644 --- a/src/main/java/net/elytrium/limboauth/command/ForceUnregisterCommand.java +++ b/src/main/java/net/elytrium/limboauth/command/ForceUnregisterCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Elytrium + * Copyright (C) 2021 - 2022 Elytrium * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java b/src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java index 73c6faf..49a5079 100644 --- a/src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java +++ b/src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Elytrium + * Copyright (C) 2021 - 2022 Elytrium * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -79,7 +79,7 @@ public class LimboAuthCommand implements SimpleCommand { private void showHelp(CommandSource source) { source.sendMessage(Component.text("§eThis server is using LimboAuth and LimboAPI")); - source.sendMessage(Component.text("§e(c) 2021 Elytrium")); + source.sendMessage(Component.text("§e(С) 2021 - 2022 Elytrium")); source.sendMessage(Component.text("§ahttps://ely.su/github/")); source.sendMessage(Component.text("§r")); source.sendMessage(Component.text("§fAvailable subcommands:")); diff --git a/src/main/java/net/elytrium/limboauth/command/PremiumCommand.java b/src/main/java/net/elytrium/limboauth/command/PremiumCommand.java index 87bf64d..fd62a00 100644 --- a/src/main/java/net/elytrium/limboauth/command/PremiumCommand.java +++ b/src/main/java/net/elytrium/limboauth/command/PremiumCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Elytrium + * Copyright (C) 2021 - 2022 Elytrium * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/main/java/net/elytrium/limboauth/command/TotpCommand.java b/src/main/java/net/elytrium/limboauth/command/TotpCommand.java index a14129c..e9693ae 100644 --- a/src/main/java/net/elytrium/limboauth/command/TotpCommand.java +++ b/src/main/java/net/elytrium/limboauth/command/TotpCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Elytrium + * Copyright (C) 2021 - 2022 Elytrium * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by diff --git a/src/main/java/net/elytrium/limboauth/command/UnregisterCommand.java b/src/main/java/net/elytrium/limboauth/command/UnregisterCommand.java index 3c23bbf..62edd0b 100644 --- a/src/main/java/net/elytrium/limboauth/command/UnregisterCommand.java +++ b/src/main/java/net/elytrium/limboauth/command/UnregisterCommand.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Elytrium + * Copyright (C) 2021 - 2022 Elytrium * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by -- cgit