aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kubatech
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/kubatech')
-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/ConstructableItemStack.java2
-rw-r--r--src/main/java/kubatech/api/Variables.java2
-rw-r--r--src/main/java/kubatech/api/helpers/EnderIOHelper.java2
-rw-r--r--src/main/java/kubatech/api/helpers/InfernalHelper.java2
-rw-r--r--src/main/java/kubatech/api/helpers/ReflectionHelper.java2
-rw-r--r--src/main/java/kubatech/api/mobhandler/MobDrop.java2
-rw-r--r--src/main/java/kubatech/api/network/CustomTileEntityPacket.java2
-rw-r--r--src/main/java/kubatech/api/network/LoadConfigPacket.java2
-rw-r--r--src/main/java/kubatech/api/tileentity/CustomTileEntityPacketHandler.java2
-rw-r--r--src/main/java/kubatech/api/utils/FastRandom.java2
-rw-r--r--src/main/java/kubatech/api/utils/GSONUtils.java2
-rw-r--r--src/main/java/kubatech/api/utils/ItemID.java2
-rw-r--r--src/main/java/kubatech/api/utils/MobUtils.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/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/config/Config.java2
-rw-r--r--src/main/java/kubatech/config/OverridesConfig.java2
-rw-r--r--src/main/java/kubatech/kubatech.java2
-rw-r--r--src/main/java/kubatech/loaders/ItemLoader.java2
-rw-r--r--src/main/java/kubatech/loaders/MobRecipeLoader.java2
-rw-r--r--src/main/java/kubatech/loaders/RecipeLoader.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/TeaUltimate.java2
-rw-r--r--src/main/java/kubatech/nei/IMCForNEI.java2
-rw-r--r--src/main/java/kubatech/nei/Mob_Handler.java2
-rw-r--r--src/main/java/kubatech/nei/NEI_Config.java2
-rw-r--r--src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeExterminationChamber.java2
-rw-r--r--src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_MegaIndustrialApiary.java2
39 files changed, 39 insertions, 39 deletions
diff --git a/src/main/java/kubatech/ClientProxy.java b/src/main/java/kubatech/ClientProxy.java
index 4264536980..b9cfcf5e66 100644
--- a/src/main/java/kubatech/ClientProxy.java
+++ b/src/main/java/kubatech/ClientProxy.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 e15a941431..e8453d13eb 100644
--- a/src/main/java/kubatech/CommonProxy.java
+++ b/src/main/java/kubatech/CommonProxy.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 e74e7eeee0..26fe14e906 100644
--- a/src/main/java/kubatech/FMLEventHandler.java
+++ b/src/main/java/kubatech/FMLEventHandler.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 6f2393c4e6..9e027782a3 100644
--- a/src/main/java/kubatech/Tags.java
+++ b/src/main/java/kubatech/Tags.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/ConstructableItemStack.java b/src/main/java/kubatech/api/ConstructableItemStack.java
index 728e7299cd..0d03fc5fd2 100644
--- a/src/main/java/kubatech/api/ConstructableItemStack.java
+++ b/src/main/java/kubatech/api/ConstructableItemStack.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 43bd457133..53171b8160 100644
--- a/src/main/java/kubatech/api/Variables.java
+++ b/src/main/java/kubatech/api/Variables.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/EnderIOHelper.java b/src/main/java/kubatech/api/helpers/EnderIOHelper.java
index 6e85507398..c5bb281b7e 100644
--- a/src/main/java/kubatech/api/helpers/EnderIOHelper.java
+++ b/src/main/java/kubatech/api/helpers/EnderIOHelper.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/InfernalHelper.java b/src/main/java/kubatech/api/helpers/InfernalHelper.java
index 1eadb42a8f..dcfd87daad 100644
--- a/src/main/java/kubatech/api/helpers/InfernalHelper.java
+++ b/src/main/java/kubatech/api/helpers/InfernalHelper.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 7b02fe6c82..03fc9f45d9 100644
--- a/src/main/java/kubatech/api/helpers/ReflectionHelper.java
+++ b/src/main/java/kubatech/api/helpers/ReflectionHelper.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/mobhandler/MobDrop.java b/src/main/java/kubatech/api/mobhandler/MobDrop.java
index 247c73a2be..1a5f73ae49 100644
--- a/src/main/java/kubatech/api/mobhandler/MobDrop.java
+++ b/src/main/java/kubatech/api/mobhandler/MobDrop.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/network/CustomTileEntityPacket.java b/src/main/java/kubatech/api/network/CustomTileEntityPacket.java
index 11fb4f848f..334ff091aa 100644
--- a/src/main/java/kubatech/api/network/CustomTileEntityPacket.java
+++ b/src/main/java/kubatech/api/network/CustomTileEntityPacket.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/network/LoadConfigPacket.java b/src/main/java/kubatech/api/network/LoadConfigPacket.java
index defb139151..0c9015de12 100644
--- a/src/main/java/kubatech/api/network/LoadConfigPacket.java
+++ b/src/main/java/kubatech/api/network/LoadConfigPacket.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 4208ea92fe..3a1fa78d15 100644
--- a/src/main/java/kubatech/api/tileentity/CustomTileEntityPacketHandler.java
+++ b/src/main/java/kubatech/api/tileentity/CustomTileEntityPacketHandler.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/FastRandom.java b/src/main/java/kubatech/api/utils/FastRandom.java
index 0927dee6c0..03699d2b62 100644
--- a/src/main/java/kubatech/api/utils/FastRandom.java
+++ b/src/main/java/kubatech/api/utils/FastRandom.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/GSONUtils.java b/src/main/java/kubatech/api/utils/GSONUtils.java
index b5a466c257..1882a1e346 100644
--- a/src/main/java/kubatech/api/utils/GSONUtils.java
+++ b/src/main/java/kubatech/api/utils/GSONUtils.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/ItemID.java b/src/main/java/kubatech/api/utils/ItemID.java
index 669de356fc..d296c7d80d 100644
--- a/src/main/java/kubatech/api/utils/ItemID.java
+++ b/src/main/java/kubatech/api/utils/ItemID.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/MobUtils.java b/src/main/java/kubatech/api/utils/MobUtils.java
index a82b336190..76bec7b988 100644
--- a/src/main/java/kubatech/api/utils/MobUtils.java
+++ b/src/main/java/kubatech/api/utils/MobUtils.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 60ce5cbb2e..6870a8801d 100644
--- a/src/main/java/kubatech/api/utils/ModUtils.java
+++ b/src/main/java/kubatech/api/utils/ModUtils.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 4305b25cb6..f7bbdcf9b7 100644
--- a/src/main/java/kubatech/api/utils/StringUtils.java
+++ b/src/main/java/kubatech/api/utils/StringUtils.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 8e1a1ad67e..62f81fe7cf 100644
--- a/src/main/java/kubatech/commands/CommandBees.java
+++ b/src/main/java/kubatech/commands/CommandBees.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 0c33c3dedf..70c7f1d6e5 100644
--- a/src/main/java/kubatech/commands/CommandConfig.java
+++ b/src/main/java/kubatech/commands/CommandConfig.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 dfa612fcce..65be53b715 100644
--- a/src/main/java/kubatech/commands/CommandHandler.java
+++ b/src/main/java/kubatech/commands/CommandHandler.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 8f9c19c42e..8c7d70df81 100644
--- a/src/main/java/kubatech/commands/CommandHelp.java
+++ b/src/main/java/kubatech/commands/CommandHelp.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 f16fc68ac1..86acf47768 100644
--- a/src/main/java/kubatech/config/Config.java
+++ b/src/main/java/kubatech/config/Config.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/OverridesConfig.java b/src/main/java/kubatech/config/OverridesConfig.java
index 4e740e6188..d58d3a27ed 100644
--- a/src/main/java/kubatech/config/OverridesConfig.java
+++ b/src/main/java/kubatech/config/OverridesConfig.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 740699aa34..656733701b 100644
--- a/src/main/java/kubatech/kubatech.java
+++ b/src/main/java/kubatech/kubatech.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 a0b2cced92..31bf042794 100644
--- a/src/main/java/kubatech/loaders/ItemLoader.java
+++ b/src/main/java/kubatech/loaders/ItemLoader.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/MobRecipeLoader.java b/src/main/java/kubatech/loaders/MobRecipeLoader.java
index be5fa5af9e..307e927330 100644
--- a/src/main/java/kubatech/loaders/MobRecipeLoader.java
+++ b/src/main/java/kubatech/loaders/MobRecipeLoader.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 48d3ce5411..6fbc62c7cc 100644
--- a/src/main/java/kubatech/loaders/RecipeLoader.java
+++ b/src/main/java/kubatech/loaders/RecipeLoader.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 6c2ac6f7ea..0545932cf5 100644
--- a/src/main/java/kubatech/loaders/item/ItemProxy.java
+++ b/src/main/java/kubatech/loaders/item/ItemProxy.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 205622a30b..cb738d77fa 100644
--- a/src/main/java/kubatech/loaders/item/KubaItems.java
+++ b/src/main/java/kubatech/loaders/item/KubaItems.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 d5c1066af4..a810967ed2 100644
--- a/src/main/java/kubatech/loaders/item/items/Tea.java
+++ b/src/main/java/kubatech/loaders/item/items/Tea.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 c0c20aa244..50d73291f0 100644
--- a/src/main/java/kubatech/loaders/item/items/TeaCollection.java
+++ b/src/main/java/kubatech/loaders/item/items/TeaCollection.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 8a1d11a41a..6356d30fbb 100644
--- a/src/main/java/kubatech/loaders/item/items/TeaUltimate.java
+++ b/src/main/java/kubatech/loaders/item/items/TeaUltimate.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 636e028c31..6a3552f2b3 100644
--- a/src/main/java/kubatech/nei/IMCForNEI.java
+++ b/src/main/java/kubatech/nei/IMCForNEI.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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/Mob_Handler.java b/src/main/java/kubatech/nei/Mob_Handler.java
index a06be40182..e2a619470d 100644
--- a/src/main/java/kubatech/nei/Mob_Handler.java
+++ b/src/main/java/kubatech/nei/Mob_Handler.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 bbce6fe649..a71d462754 100644
--- a/src/main/java/kubatech/nei/NEI_Config.java
+++ b/src/main/java/kubatech/nei/NEI_Config.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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_ExtremeExterminationChamber.java b/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeExterminationChamber.java
index 9153e44f7b..de9fe76fd3 100644
--- a/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeExterminationChamber.java
+++ b/src/main/java/kubatech/tileentity/gregtech/multiblock/GT_MetaTileEntity_ExtremeExterminationChamber.java
@@ -1,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 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 79d1338a06..206c7e0e1a 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,6 +1,6 @@
/*
* KubaTech - Gregtech Addon
- * Copyright (C) 2022 kuba6000
+ * Copyright (C) 2022 - 2023 kuba6000
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public