diff options
author | kuba6000 <kuba.123123.6000@gmail.com> | 2022-09-20 21:53:57 +0200 |
---|---|---|
committer | kuba6000 <kuba.123123.6000@gmail.com> | 2022-09-20 21:53:57 +0200 |
commit | 4bd636dcb73cd9269e451010ef5b9cc0d1944167 (patch) | |
tree | 1986b44b72f127175123c2c7241141b288768a4c /src/main/java/kubatech/api/helpers | |
parent | 0b21f0e0ebae09898d1ba455a4d56e0fdf0b4071 (diff) | |
download | GT5-Unofficial-4bd636dcb73cd9269e451010ef5b9cc0d1944167.tar.gz GT5-Unofficial-4bd636dcb73cd9269e451010ef5b9cc0d1944167.tar.bz2 GT5-Unofficial-4bd636dcb73cd9269e451010ef5b9cc0d1944167.zip |
Update EnderIOHelper.java
Diffstat (limited to 'src/main/java/kubatech/api/helpers')
-rw-r--r-- | src/main/java/kubatech/api/helpers/EnderIOHelper.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/main/java/kubatech/api/helpers/EnderIOHelper.java b/src/main/java/kubatech/api/helpers/EnderIOHelper.java index b6c01c9741..6e85507398 100644 --- a/src/main/java/kubatech/api/helpers/EnderIOHelper.java +++ b/src/main/java/kubatech/api/helpers/EnderIOHelper.java @@ -1,3 +1,22 @@ +/* + * KubaTech - Gregtech Addon + * Copyright (C) 2022 kuba6000 + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this library. If not, see <https://www.gnu.org/licenses/>. + * + */ + package kubatech.api.helpers; import crazypants.enderio.EnderIO; |