From 69ab01d8789770337dc59d3a1b41cdd777b26ced Mon Sep 17 00:00:00 2001 From: kuba6000 Date: Fri, 12 Jan 2024 19:39:24 +0100 Subject: 2024 already wow --- src/main/java/kubatech/commands/CommandBees.java | 2 +- src/main/java/kubatech/commands/CommandConfig.java | 2 +- src/main/java/kubatech/commands/CommandHandler.java | 2 +- src/main/java/kubatech/commands/CommandHelp.java | 2 +- src/main/java/kubatech/commands/CommandTea.java | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src/main/java/kubatech/commands') diff --git a/src/main/java/kubatech/commands/CommandBees.java b/src/main/java/kubatech/commands/CommandBees.java index edf3b04ce6..2df0c294a6 100644 --- a/src/main/java/kubatech/commands/CommandBees.java +++ b/src/main/java/kubatech/commands/CommandBees.java @@ -1,7 +1,7 @@ /* * spotless:off * KubaTech - Gregtech Addon - * Copyright (C) 2022 - 2023 kuba6000 + * Copyright (C) 2022 - 2024 kuba6000 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/kubatech/commands/CommandConfig.java b/src/main/java/kubatech/commands/CommandConfig.java index 04d4420314..be759be2c9 100644 --- a/src/main/java/kubatech/commands/CommandConfig.java +++ b/src/main/java/kubatech/commands/CommandConfig.java @@ -1,7 +1,7 @@ /* * spotless:off * KubaTech - Gregtech Addon - * Copyright (C) 2022 - 2023 kuba6000 + * Copyright (C) 2022 - 2024 kuba6000 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/kubatech/commands/CommandHandler.java b/src/main/java/kubatech/commands/CommandHandler.java index 9a7654cd4f..b0957c9572 100644 --- a/src/main/java/kubatech/commands/CommandHandler.java +++ b/src/main/java/kubatech/commands/CommandHandler.java @@ -1,7 +1,7 @@ /* * spotless:off * KubaTech - Gregtech Addon - * Copyright (C) 2022 - 2023 kuba6000 + * Copyright (C) 2022 - 2024 kuba6000 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/kubatech/commands/CommandHelp.java b/src/main/java/kubatech/commands/CommandHelp.java index 49a31bc829..610f330ede 100644 --- a/src/main/java/kubatech/commands/CommandHelp.java +++ b/src/main/java/kubatech/commands/CommandHelp.java @@ -1,7 +1,7 @@ /* * spotless:off * KubaTech - Gregtech Addon - * Copyright (C) 2022 - 2023 kuba6000 + * Copyright (C) 2022 - 2024 kuba6000 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/main/java/kubatech/commands/CommandTea.java b/src/main/java/kubatech/commands/CommandTea.java index c37fabab81..057d2bca69 100644 --- a/src/main/java/kubatech/commands/CommandTea.java +++ b/src/main/java/kubatech/commands/CommandTea.java @@ -1,7 +1,7 @@ /* * spotless:off * KubaTech - Gregtech Addon - * Copyright (C) 2022 - 2023 kuba6000 + * Copyright (C) 2022 - 2024 kuba6000 * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public -- cgit