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/api/Variables.java | 2 +- src/main/java/kubatech/api/helpers/GTHelper.java | 2 +- src/main/java/kubatech/api/helpers/ReflectionHelper.java | 2 +- src/main/java/kubatech/api/helpers/UUIDFinder.java | 2 +- .../java/kubatech/api/implementations/KubaTechGTMultiBlockBase.java | 2 +- .../java/kubatech/api/tileentity/CustomTileEntityPacketHandler.java | 2 +- src/main/java/kubatech/api/utils/ModUtils.java | 2 +- src/main/java/kubatech/api/utils/StringUtils.java | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/main/java/kubatech/api') diff --git a/src/main/java/kubatech/api/Variables.java b/src/main/java/kubatech/api/Variables.java index 22db1344db..a5821325e2 100644 --- a/src/main/java/kubatech/api/Variables.java +++ b/src/main/java/kubatech/api/Variables.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/api/helpers/GTHelper.java b/src/main/java/kubatech/api/helpers/GTHelper.java index a9462bdf65..72bbe8cf77 100644 --- a/src/main/java/kubatech/api/helpers/GTHelper.java +++ b/src/main/java/kubatech/api/helpers/GTHelper.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/api/helpers/ReflectionHelper.java b/src/main/java/kubatech/api/helpers/ReflectionHelper.java index 91b785d7fb..5c5bb1070e 100644 --- a/src/main/java/kubatech/api/helpers/ReflectionHelper.java +++ b/src/main/java/kubatech/api/helpers/ReflectionHelper.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/api/helpers/UUIDFinder.java b/src/main/java/kubatech/api/helpers/UUIDFinder.java index f062e77673..922904705b 100644 --- a/src/main/java/kubatech/api/helpers/UUIDFinder.java +++ b/src/main/java/kubatech/api/helpers/UUIDFinder.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/api/implementations/KubaTechGTMultiBlockBase.java b/src/main/java/kubatech/api/implementations/KubaTechGTMultiBlockBase.java index 100649b39b..bf74df9154 100644 --- a/src/main/java/kubatech/api/implementations/KubaTechGTMultiBlockBase.java +++ b/src/main/java/kubatech/api/implementations/KubaTechGTMultiBlockBase.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/api/tileentity/CustomTileEntityPacketHandler.java b/src/main/java/kubatech/api/tileentity/CustomTileEntityPacketHandler.java index 98de36150f..4fa014cfc0 100644 --- a/src/main/java/kubatech/api/tileentity/CustomTileEntityPacketHandler.java +++ b/src/main/java/kubatech/api/tileentity/CustomTileEntityPacketHandler.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/api/utils/ModUtils.java b/src/main/java/kubatech/api/utils/ModUtils.java index dde0b987a9..a055965cff 100644 --- a/src/main/java/kubatech/api/utils/ModUtils.java +++ b/src/main/java/kubatech/api/utils/ModUtils.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/api/utils/StringUtils.java b/src/main/java/kubatech/api/utils/StringUtils.java index 9c22d45c51..c60da71b14 100644 --- a/src/main/java/kubatech/api/utils/StringUtils.java +++ b/src/main/java/kubatech/api/utils/StringUtils.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