aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main/java/kubatech/ClientProxy.java2
-rw-r--r--src/main/java/kubatech/CommonProxy.java2
-rw-r--r--src/main/java/kubatech/FMLEventHandler.java2
-rw-r--r--src/main/java/kubatech/Tags.java2
-rw-r--r--src/main/java/kubatech/api/Variables.java2
-rw-r--r--src/main/java/kubatech/api/helpers/GTHelper.java2
-rw-r--r--src/main/java/kubatech/api/helpers/ReflectionHelper.java2
-rw-r--r--src/main/java/kubatech/api/helpers/UUIDFinder.java2
-rw-r--r--src/main/java/kubatech/api/implementations/KubaTechGTMultiBlockBase.java2
-rw-r--r--src/main/java/kubatech/api/tileentity/CustomTileEntityPacketHandler.java2
-rw-r--r--src/main/java/kubatech/api/utils/ModUtils.java2
-rw-r--r--src/main/java/kubatech/api/utils/StringUtils.java2
-rw-r--r--src/main/java/kubatech/client/effect/CropRenderer.java2
-rw-r--r--src/main/java/kubatech/client/effect/EntityRenderer.java2
-rw-r--r--src/main/java/kubatech/client/effect/MegaApiaryBeesRenderer.java2
-rw-r--r--src/main/java/kubatech/commands/CommandBees.java2
-rw-r--r--src/main/java/kubatech/commands/CommandConfig.java2
-rw-r--r--src/main/java/kubatech/commands/CommandHandler.java2
-rw-r--r--src/main/java/kubatech/commands/CommandHelp.java2
-rw-r--r--src/main/java/kubatech/commands/CommandTea.java2
-rw-r--r--src/main/java/kubatech/config/Config.java2
-rw-r--r--src/main/java/kubatech/kubatech.java2
-rw-r--r--src/main/java/kubatech/loaders/BlockLoader.java2
-rw-r--r--src/main/java/kubatech/loaders/ItemLoader.java2
-rw-r--r--src/main/java/kubatech/loaders/MTLoader.java2
-rw-r--r--src/main/java/kubatech/loaders/MobHandlerLoader.java2
-rw-r--r--src/main/java/kubatech/loaders/RecipeLoader.java2
-rw-r--r--src/main/java/kubatech/loaders/TCLoader.java2
-rw-r--r--src/main/java/kubatech/loaders/block/kubablock/BlockProxy.java2
-rw-r--r--src/main/java/kubatech/loaders/block/kubablock/IProxyTileEntityProvider.java2
-rw-r--r--src/main/java/kubatech/loaders/block/kubablock/KubaBlock.java2
-rw-r--r--src/main/java/kubatech/loaders/block/kubablock/KubaItemBlock.java2
-rw-r--r--src/main/java/kubatech/loaders/block/kubablock/blocks/TeaAcceptor.java2
-rw-r--r--src/main/java/kubatech/loaders/block/kubablock/blocks/TeaStorage.java2
-rw-r--r--src/main/java/kubatech/loaders/item/IItemProxyGUI.java2
-rw-r--r--src/main/java/kubatech/loaders/item/ItemProxy.java2
-rw-r--r--src/main/java/kubatech/loaders/item/KubaItems.java2
-rw-r--r--src/main/java/kubatech/loaders/item/items/Tea.java2
-rw-r--r--src/main/java/kubatech/loaders/item/items/TeaCollection.java2
-rw-r--r--src/main/java/kubatech/loaders/item/items/TeaIngredient.java2
-rw-r--r--src/main/java/kubatech/loaders/item/items/TeaUltimate.java2
-rw-r--r--src/main/java/kubatech/nei/IMCForNEI.java2
-rw-r--r--src/main/java/kubatech/nei/NEI_Config.java2
-rw-r--r--src/main/java/kubatech/network/CustomTileEntityPacket.java2
-rw-r--r--src/main/java/kubatech/network/LoadConfigPacket.java2
-rw-r--r--src/main/java/kubatech/savedata/PlayerData.java2
-rw-r--r--src/main/java/kubatech/savedata/PlayerDataManager.java2
-rw-r--r--src/main/java/kubatech/tileentity/TeaAcceptorTile.java2
-rw-r--r--src/main/java/kubatech/tileentity/TeaStorageTile.java2
-rw-r--r--src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeEntityCrusher.java2
-rw-r--r--src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeIndustrialGreenhouse.java2
-rw-r--r--src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_MegaIndustrialApiary.java2
-rw-r--r--src/main/resources/LICENSE2
53 files changed, 53 insertions, 53 deletions
diff --git a/src/main/java/kubatech/ClientProxy.java b/src/main/java/kubatech/ClientProxy.java
index 4d53d945e4..d9b1f5cf17 100644
--- a/src/main/java/kubatech/ClientProxy.java
+++ b/src/main/java/kubatech/ClientProxy.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/CommonProxy.java b/src/main/java/kubatech/CommonProxy.java
index 6d54bbf326..39d6b224d5 100644
--- a/src/main/java/kubatech/CommonProxy.java
+++ b/src/main/java/kubatech/CommonProxy.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/FMLEventHandler.java b/src/main/java/kubatech/FMLEventHandler.java
index e4d216bde9..02e9bb19a7 100644
--- a/src/main/java/kubatech/FMLEventHandler.java
+++ b/src/main/java/kubatech/FMLEventHandler.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/Tags.java b/src/main/java/kubatech/Tags.java
index cd596921a9..0be971ae91 100644
--- a/src/main/java/kubatech/Tags.java
+++ b/src/main/java/kubatech/Tags.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/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
diff --git a/src/main/java/kubatech/client/effect/CropRenderer.java b/src/main/java/kubatech/client/effect/CropRenderer.java
index c4fd0abf4c..5dbf229d6f 100644
--- a/src/main/java/kubatech/client/effect/CropRenderer.java
+++ b/src/main/java/kubatech/client/effect/CropRenderer.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/client/effect/EntityRenderer.java b/src/main/java/kubatech/client/effect/EntityRenderer.java
index 42c233cddd..1a33899e15 100644
--- a/src/main/java/kubatech/client/effect/EntityRenderer.java
+++ b/src/main/java/kubatech/client/effect/EntityRenderer.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/client/effect/MegaApiaryBeesRenderer.java b/src/main/java/kubatech/client/effect/MegaApiaryBeesRenderer.java
index 9ac093b6f6..b23a789bf5 100644
--- a/src/main/java/kubatech/client/effect/MegaApiaryBeesRenderer.java
+++ b/src/main/java/kubatech/client/effect/MegaApiaryBeesRenderer.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/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
diff --git a/src/main/java/kubatech/config/Config.java b/src/main/java/kubatech/config/Config.java
index 1976e76949..c2cb59dd5a 100644
--- a/src/main/java/kubatech/config/Config.java
+++ b/src/main/java/kubatech/config/Config.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/kubatech.java b/src/main/java/kubatech/kubatech.java
index b8e44915a6..a93a10a970 100644
--- a/src/main/java/kubatech/kubatech.java
+++ b/src/main/java/kubatech/kubatech.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/loaders/BlockLoader.java b/src/main/java/kubatech/loaders/BlockLoader.java
index 89a760d5ef..fcb077ff15 100644
--- a/src/main/java/kubatech/loaders/BlockLoader.java
+++ b/src/main/java/kubatech/loaders/BlockLoader.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/loaders/ItemLoader.java b/src/main/java/kubatech/loaders/ItemLoader.java
index c9d2a769d8..d8218ea873 100644
--- a/src/main/java/kubatech/loaders/ItemLoader.java
+++ b/src/main/java/kubatech/loaders/ItemLoader.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/loaders/MTLoader.java b/src/main/java/kubatech/loaders/MTLoader.java
index 133a876f02..dbc5bb43fe 100644
--- a/src/main/java/kubatech/loaders/MTLoader.java
+++ b/src/main/java/kubatech/loaders/MTLoader.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/loaders/MobHandlerLoader.java b/src/main/java/kubatech/loaders/MobHandlerLoader.java
index ba92d74d19..e7e4ff1736 100644
--- a/src/main/java/kubatech/loaders/MobHandlerLoader.java
+++ b/src/main/java/kubatech/loaders/MobHandlerLoader.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/loaders/RecipeLoader.java b/src/main/java/kubatech/loaders/RecipeLoader.java
index a9492a6535..4f0ea24cfc 100644
--- a/src/main/java/kubatech/loaders/RecipeLoader.java
+++ b/src/main/java/kubatech/loaders/RecipeLoader.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/loaders/TCLoader.java b/src/main/java/kubatech/loaders/TCLoader.java
index 2422ff0533..7d6abe5132 100644
--- a/src/main/java/kubatech/loaders/TCLoader.java
+++ b/src/main/java/kubatech/loaders/TCLoader.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/loaders/block/kubablock/BlockProxy.java b/src/main/java/kubatech/loaders/block/kubablock/BlockProxy.java
index b11dcec244..5aef5135a3 100644
--- a/src/main/java/kubatech/loaders/block/kubablock/BlockProxy.java
+++ b/src/main/java/kubatech/loaders/block/kubablock/BlockProxy.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/loaders/block/kubablock/IProxyTileEntityProvider.java b/src/main/java/kubatech/loaders/block/kubablock/IProxyTileEntityProvider.java
index 9025fbb402..c9fb1e8da9 100644
--- a/src/main/java/kubatech/loaders/block/kubablock/IProxyTileEntityProvider.java
+++ b/src/main/java/kubatech/loaders/block/kubablock/IProxyTileEntityProvider.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/loaders/block/kubablock/KubaBlock.java b/src/main/java/kubatech/loaders/block/kubablock/KubaBlock.java
index d86745ab26..d6349d88ff 100644
--- a/src/main/java/kubatech/loaders/block/kubablock/KubaBlock.java
+++ b/src/main/java/kubatech/loaders/block/kubablock/KubaBlock.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/loaders/block/kubablock/KubaItemBlock.java b/src/main/java/kubatech/loaders/block/kubablock/KubaItemBlock.java
index 77485f2a30..bd5c9d1119 100644
--- a/src/main/java/kubatech/loaders/block/kubablock/KubaItemBlock.java
+++ b/src/main/java/kubatech/loaders/block/kubablock/KubaItemBlock.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/loaders/block/kubablock/blocks/TeaAcceptor.java b/src/main/java/kubatech/loaders/block/kubablock/blocks/TeaAcceptor.java
index 206da6de1f..06ee3490b1 100644
--- a/src/main/java/kubatech/loaders/block/kubablock/blocks/TeaAcceptor.java
+++ b/src/main/java/kubatech/loaders/block/kubablock/blocks/TeaAcceptor.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/loaders/block/kubablock/blocks/TeaStorage.java b/src/main/java/kubatech/loaders/block/kubablock/blocks/TeaStorage.java
index 273690e296..436af9a4e2 100644
--- a/src/main/java/kubatech/loaders/block/kubablock/blocks/TeaStorage.java
+++ b/src/main/java/kubatech/loaders/block/kubablock/blocks/TeaStorage.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/loaders/item/IItemProxyGUI.java b/src/main/java/kubatech/loaders/item/IItemProxyGUI.java
index bb9ae57957..80462e7a3a 100644
--- a/src/main/java/kubatech/loaders/item/IItemProxyGUI.java
+++ b/src/main/java/kubatech/loaders/item/IItemProxyGUI.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/loaders/item/ItemProxy.java b/src/main/java/kubatech/loaders/item/ItemProxy.java
index 9c27959aa1..402e68fa70 100644
--- a/src/main/java/kubatech/loaders/item/ItemProxy.java
+++ b/src/main/java/kubatech/loaders/item/ItemProxy.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/loaders/item/KubaItems.java b/src/main/java/kubatech/loaders/item/KubaItems.java
index fc306ab064..3dde241ff5 100644
--- a/src/main/java/kubatech/loaders/item/KubaItems.java
+++ b/src/main/java/kubatech/loaders/item/KubaItems.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/loaders/item/items/Tea.java b/src/main/java/kubatech/loaders/item/items/Tea.java
index 7af7eaafb2..f1b3ae3d0b 100644
--- a/src/main/java/kubatech/loaders/item/items/Tea.java
+++ b/src/main/java/kubatech/loaders/item/items/Tea.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/loaders/item/items/TeaCollection.java b/src/main/java/kubatech/loaders/item/items/TeaCollection.java
index ef3346422a..efa390c517 100644
--- a/src/main/java/kubatech/loaders/item/items/TeaCollection.java
+++ b/src/main/java/kubatech/loaders/item/items/TeaCollection.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/loaders/item/items/TeaIngredient.java b/src/main/java/kubatech/loaders/item/items/TeaIngredient.java
index cb4088e925..4ff248ea37 100644
--- a/src/main/java/kubatech/loaders/item/items/TeaIngredient.java
+++ b/src/main/java/kubatech/loaders/item/items/TeaIngredient.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/loaders/item/items/TeaUltimate.java b/src/main/java/kubatech/loaders/item/items/TeaUltimate.java
index bad26bdb66..cee7eba132 100644
--- a/src/main/java/kubatech/loaders/item/items/TeaUltimate.java
+++ b/src/main/java/kubatech/loaders/item/items/TeaUltimate.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/nei/IMCForNEI.java b/src/main/java/kubatech/nei/IMCForNEI.java
index 2d59387911..4360aa344e 100644
--- a/src/main/java/kubatech/nei/IMCForNEI.java
+++ b/src/main/java/kubatech/nei/IMCForNEI.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/nei/NEI_Config.java b/src/main/java/kubatech/nei/NEI_Config.java
index 74ff128a9e..66dadbb08c 100644
--- a/src/main/java/kubatech/nei/NEI_Config.java
+++ b/src/main/java/kubatech/nei/NEI_Config.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/network/CustomTileEntityPacket.java b/src/main/java/kubatech/network/CustomTileEntityPacket.java
index b080349a8b..5a3ae13903 100644
--- a/src/main/java/kubatech/network/CustomTileEntityPacket.java
+++ b/src/main/java/kubatech/network/CustomTileEntityPacket.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/network/LoadConfigPacket.java b/src/main/java/kubatech/network/LoadConfigPacket.java
index ecde7d6abe..d479de0da3 100644
--- a/src/main/java/kubatech/network/LoadConfigPacket.java
+++ b/src/main/java/kubatech/network/LoadConfigPacket.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/savedata/PlayerData.java b/src/main/java/kubatech/savedata/PlayerData.java
index 16f296ffe0..40a439da95 100644
--- a/src/main/java/kubatech/savedata/PlayerData.java
+++ b/src/main/java/kubatech/savedata/PlayerData.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/savedata/PlayerDataManager.java b/src/main/java/kubatech/savedata/PlayerDataManager.java
index 929990b50b..17357a1a2a 100644
--- a/src/main/java/kubatech/savedata/PlayerDataManager.java
+++ b/src/main/java/kubatech/savedata/PlayerDataManager.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/tileentity/TeaAcceptorTile.java b/src/main/java/kubatech/tileentity/TeaAcceptorTile.java
index 1addb1a887..a8cf9f7a50 100644
--- a/src/main/java/kubatech/tileentity/TeaAcceptorTile.java
+++ b/src/main/java/kubatech/tileentity/TeaAcceptorTile.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/tileentity/TeaStorageTile.java b/src/main/java/kubatech/tileentity/TeaStorageTile.java
index d442895011..46278e9853 100644
--- a/src/main/java/kubatech/tileentity/TeaStorageTile.java
+++ b/src/main/java/kubatech/tileentity/TeaStorageTile.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/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeEntityCrusher.java b/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeEntityCrusher.java
index f9d89116c0..138e35e7c4 100644
--- a/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeEntityCrusher.java
+++ b/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeEntityCrusher.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/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeIndustrialGreenhouse.java b/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeIndustrialGreenhouse.java
index 6a7ff29c63..f43309f7ea 100644
--- a/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeIndustrialGreenhouse.java
+++ b/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeIndustrialGreenhouse.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/tileentity/gregtech/multiblock/GT_MetaTileEntity_MegaIndustrialApiary.java b/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_MegaIndustrialApiary.java
index 8bca984978..0a0027e017 100644
--- a/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_MegaIndustrialApiary.java
+++ b/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_MegaIndustrialApiary.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/resources/LICENSE b/src/main/resources/LICENSE
index 2d43a88b4c..54e963e96e 100644
--- a/src/main/resources/LICENSE
+++ b/src/main/resources/LICENSE
@@ -1,5 +1,5 @@
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