aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/net/elytrium/limboauth/command
diff options
context:
space:
mode:
authorPetr Ilin <hevav@hevav.dev>2022-04-02 23:07:25 +0300
committerPetr Ilin <hevav@hevav.dev>2022-04-02 23:07:25 +0300
commitc25bc379e38c803bbbf96c3318723da4cec7e6be (patch)
treebfe088dc27383373e8e39e854fcd29ccad4e93be /src/main/java/net/elytrium/limboauth/command
parent844f5cc6115858c523c69667855632764a5dd50d (diff)
downloadLimboAuth-c25bc379e38c803bbbf96c3318723da4cec7e6be.tar.gz
LimboAuth-c25bc379e38c803bbbf96c3318723da4cec7e6be.tar.bz2
LimboAuth-c25bc379e38c803bbbf96c3318723da4cec7e6be.zip
Happy new year!
Diffstat (limited to 'src/main/java/net/elytrium/limboauth/command')
-rw-r--r--src/main/java/net/elytrium/limboauth/command/ChangePasswordCommand.java2
-rw-r--r--src/main/java/net/elytrium/limboauth/command/DestroySessionCommand.java2
-rw-r--r--src/main/java/net/elytrium/limboauth/command/ForceChangePasswordCommand.java2
-rw-r--r--src/main/java/net/elytrium/limboauth/command/ForceUnregisterCommand.java2
-rw-r--r--src/main/java/net/elytrium/limboauth/command/LimboAuthCommand.java4
-rw-r--r--src/main/java/net/elytrium/limboauth/command/PremiumCommand.java2
-rw-r--r--src/main/java/net/elytrium/limboauth/command/TotpCommand.java2
-rw-r--r--src/main/java/net/elytrium/limboauth/command/UnregisterCommand.java2
8 files changed, 9 insertions, 9 deletions
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