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! --- HEADER.txt | 2 +- src/main/java/net/elytrium/limboauth/LimboAuth.java | 2 +- src/main/java/net/elytrium/limboauth/Settings.java | 2 +- .../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 +- src/main/java/net/elytrium/limboauth/config/Config.java | 2 +- src/main/java/net/elytrium/limboauth/event/AuthPluginReloadEvent.java | 2 +- src/main/java/net/elytrium/limboauth/event/AuthUnregisterEvent.java | 2 +- .../java/net/elytrium/limboauth/event/PostAuthorizationEvent.java | 2 +- src/main/java/net/elytrium/limboauth/event/PostEvent.java | 2 +- src/main/java/net/elytrium/limboauth/event/PostRegisterEvent.java | 2 +- src/main/java/net/elytrium/limboauth/event/PreAuthorizationEvent.java | 2 +- src/main/java/net/elytrium/limboauth/event/PreEvent.java | 2 +- src/main/java/net/elytrium/limboauth/event/PreRegisterEvent.java | 2 +- src/main/java/net/elytrium/limboauth/event/TaskEvent.java | 2 +- .../java/net/elytrium/limboauth/floodgate/FloodgateApiHolder.java | 2 +- src/main/java/net/elytrium/limboauth/handler/AuthSessionHandler.java | 2 +- src/main/java/net/elytrium/limboauth/listener/AuthListener.java | 2 +- src/main/java/net/elytrium/limboauth/migration/MigrationHash.java | 2 +- .../java/net/elytrium/limboauth/migration/MigrationHashVerifier.java | 2 +- src/main/java/net/elytrium/limboauth/model/RegisteredPlayer.java | 2 +- src/main/java/net/elytrium/limboauth/utils/SuggestUtils.java | 2 +- src/main/java/net/elytrium/limboauth/utils/UpdatesChecker.java | 2 +- src/main/templates/net/elytrium/limboauth/BuildConstants.java | 2 +- 30 files changed, 31 insertions(+), 31 deletions(-) diff --git a/HEADER.txt b/HEADER.txt index f52ff2f..7dabb86 100644 --- a/HEADER.txt +++ b/HEADER.txt @@ -1,4 +1,4 @@ -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/LimboAuth.java b/src/main/java/net/elytrium/limboauth/LimboAuth.java index c1b63d1..ebf56b9 100644 --- a/src/main/java/net/elytrium/limboauth/LimboAuth.java +++ b/src/main/java/net/elytrium/limboauth/LimboAuth.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/Settings.java b/src/main/java/net/elytrium/limboauth/Settings.java index 0ce9186..447d6a7 100644 --- a/src/main/java/net/elytrium/limboauth/Settings.java +++ b/src/main/java/net/elytrium/limboauth/Settings.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/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 diff --git a/src/main/java/net/elytrium/limboauth/config/Config.java b/src/main/java/net/elytrium/limboauth/config/Config.java index 6effa5d..48912c6 100644 --- a/src/main/java/net/elytrium/limboauth/config/Config.java +++ b/src/main/java/net/elytrium/limboauth/config/Config.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/event/AuthPluginReloadEvent.java b/src/main/java/net/elytrium/limboauth/event/AuthPluginReloadEvent.java index d7aaf15..c166e2d 100644 --- a/src/main/java/net/elytrium/limboauth/event/AuthPluginReloadEvent.java +++ b/src/main/java/net/elytrium/limboauth/event/AuthPluginReloadEvent.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/event/AuthUnregisterEvent.java b/src/main/java/net/elytrium/limboauth/event/AuthUnregisterEvent.java index 7450479..9895d08 100644 --- a/src/main/java/net/elytrium/limboauth/event/AuthUnregisterEvent.java +++ b/src/main/java/net/elytrium/limboauth/event/AuthUnregisterEvent.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/event/PostAuthorizationEvent.java b/src/main/java/net/elytrium/limboauth/event/PostAuthorizationEvent.java index c95218a..342c8ca 100644 --- a/src/main/java/net/elytrium/limboauth/event/PostAuthorizationEvent.java +++ b/src/main/java/net/elytrium/limboauth/event/PostAuthorizationEvent.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/event/PostEvent.java b/src/main/java/net/elytrium/limboauth/event/PostEvent.java index 2d5b4fb..9902ab5 100644 --- a/src/main/java/net/elytrium/limboauth/event/PostEvent.java +++ b/src/main/java/net/elytrium/limboauth/event/PostEvent.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/event/PostRegisterEvent.java b/src/main/java/net/elytrium/limboauth/event/PostRegisterEvent.java index 882f43b..c0e0504 100644 --- a/src/main/java/net/elytrium/limboauth/event/PostRegisterEvent.java +++ b/src/main/java/net/elytrium/limboauth/event/PostRegisterEvent.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/event/PreAuthorizationEvent.java b/src/main/java/net/elytrium/limboauth/event/PreAuthorizationEvent.java index 45254df..295c767 100644 --- a/src/main/java/net/elytrium/limboauth/event/PreAuthorizationEvent.java +++ b/src/main/java/net/elytrium/limboauth/event/PreAuthorizationEvent.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/event/PreEvent.java b/src/main/java/net/elytrium/limboauth/event/PreEvent.java index 55bf4d3..a925c5d 100644 --- a/src/main/java/net/elytrium/limboauth/event/PreEvent.java +++ b/src/main/java/net/elytrium/limboauth/event/PreEvent.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/event/PreRegisterEvent.java b/src/main/java/net/elytrium/limboauth/event/PreRegisterEvent.java index 971c8c6..7d6aa15 100644 --- a/src/main/java/net/elytrium/limboauth/event/PreRegisterEvent.java +++ b/src/main/java/net/elytrium/limboauth/event/PreRegisterEvent.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/event/TaskEvent.java b/src/main/java/net/elytrium/limboauth/event/TaskEvent.java index a81c062..1f37e0f 100644 --- a/src/main/java/net/elytrium/limboauth/event/TaskEvent.java +++ b/src/main/java/net/elytrium/limboauth/event/TaskEvent.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/floodgate/FloodgateApiHolder.java b/src/main/java/net/elytrium/limboauth/floodgate/FloodgateApiHolder.java index 9e0b96d..2ac2283 100644 --- a/src/main/java/net/elytrium/limboauth/floodgate/FloodgateApiHolder.java +++ b/src/main/java/net/elytrium/limboauth/floodgate/FloodgateApiHolder.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/handler/AuthSessionHandler.java b/src/main/java/net/elytrium/limboauth/handler/AuthSessionHandler.java index 359f77b..1501aae 100644 --- a/src/main/java/net/elytrium/limboauth/handler/AuthSessionHandler.java +++ b/src/main/java/net/elytrium/limboauth/handler/AuthSessionHandler.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/listener/AuthListener.java b/src/main/java/net/elytrium/limboauth/listener/AuthListener.java index dcca4cc..991630d 100644 --- a/src/main/java/net/elytrium/limboauth/listener/AuthListener.java +++ b/src/main/java/net/elytrium/limboauth/listener/AuthListener.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/migration/MigrationHash.java b/src/main/java/net/elytrium/limboauth/migration/MigrationHash.java index 3110a2a..add41ca 100644 --- a/src/main/java/net/elytrium/limboauth/migration/MigrationHash.java +++ b/src/main/java/net/elytrium/limboauth/migration/MigrationHash.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/migration/MigrationHashVerifier.java b/src/main/java/net/elytrium/limboauth/migration/MigrationHashVerifier.java index cbe5135..da79cd4 100644 --- a/src/main/java/net/elytrium/limboauth/migration/MigrationHashVerifier.java +++ b/src/main/java/net/elytrium/limboauth/migration/MigrationHashVerifier.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/model/RegisteredPlayer.java b/src/main/java/net/elytrium/limboauth/model/RegisteredPlayer.java index 55a2e3c..87fb072 100644 --- a/src/main/java/net/elytrium/limboauth/model/RegisteredPlayer.java +++ b/src/main/java/net/elytrium/limboauth/model/RegisteredPlayer.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/utils/SuggestUtils.java b/src/main/java/net/elytrium/limboauth/utils/SuggestUtils.java index 7740ea5..83f3687 100644 --- a/src/main/java/net/elytrium/limboauth/utils/SuggestUtils.java +++ b/src/main/java/net/elytrium/limboauth/utils/SuggestUtils.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/utils/UpdatesChecker.java b/src/main/java/net/elytrium/limboauth/utils/UpdatesChecker.java index 79a2998..f7b7df3 100644 --- a/src/main/java/net/elytrium/limboauth/utils/UpdatesChecker.java +++ b/src/main/java/net/elytrium/limboauth/utils/UpdatesChecker.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/templates/net/elytrium/limboauth/BuildConstants.java b/src/main/templates/net/elytrium/limboauth/BuildConstants.java index 855bc88..cfacd57 100644 --- a/src/main/templates/net/elytrium/limboauth/BuildConstants.java +++ b/src/main/templates/net/elytrium/limboauth/BuildConstants.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