aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kubatech/api
diff options
context:
space:
mode:
authorkuba6000 <kuba.123123.6000@gmail.com>2024-01-12 19:39:24 +0100
committerkuba6000 <kuba.123123.6000@gmail.com>2024-01-12 19:39:24 +0100
commit69ab01d8789770337dc59d3a1b41cdd777b26ced (patch)
tree93cd1fe0cc433f9007bf2c71266d35529426cd29 /src/main/java/kubatech/api
parent0d7d85cef4b87445deb60bc1c31f2ad86f4a5784 (diff)
downloadGT5-Unofficial-69ab01d8789770337dc59d3a1b41cdd777b26ced.tar.gz
GT5-Unofficial-69ab01d8789770337dc59d3a1b41cdd777b26ced.tar.bz2
GT5-Unofficial-69ab01d8789770337dc59d3a1b41cdd777b26ced.zip
2024 already wow
Diffstat (limited to 'src/main/java/kubatech/api')
-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
8 files changed, 8 insertions, 8 deletions
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