From b913e28271e53d99db3f5d1a19fa63babdd400c3 Mon Sep 17 00:00:00 2001 From: malte0811 Date: Wed, 28 Feb 2018 21:06:33 +0100 Subject: [PATCH] Updated copyright to 2018 --- .../industrialWires/CommonProxy.java | 7 +------ .../industrialWires/EventHandler.java | 2 +- .../industrialWires/IIC2Connector.java | 5 +---- .../malte0811/industrialWires/IWConfig.java | 5 +---- .../industrialWires/IWDamageSources.java | 5 +---- .../malte0811/industrialWires/IWPotions.java | 5 +---- .../malte0811/industrialWires/IWSaveData.java | 5 +---- .../industrialWires/IndustrialWires.java | 5 +---- .../industrialWires/blocks/BlockIWBase.java | 5 +---- .../blocks/BlockIWMultiblock.java | 5 +---- .../industrialWires/blocks/EnergyAdapter.java | 5 +---- .../blocks/IBlockBoundsIW.java | 5 +---- .../blocks/IHasDummyBlocksIW.java | 6 +----- .../industrialWires/blocks/IMetaEnum.java | 5 +---- .../industrialWires/blocks/INetGUI.java | 5 +---- .../blocks/IPlacementCheck.java | 5 +---- .../industrialWires/blocks/ISyncReceiver.java | 5 +---- .../industrialWires/blocks/IWProperties.java | 5 +---- .../industrialWires/blocks/ItemBlockIW.java | 5 +---- .../blocks/TileEntityIWBase.java | 5 +---- .../blocks/TileEntityIWMultiblock.java | 5 +---- .../blocks/controlpanel/BlockPanel.java | 5 +---- .../blocks/controlpanel/BlockTypes_Panel.java | 5 +---- .../blocks/controlpanel/ItemBlockPanel.java | 5 +---- .../TileEntityComponentPanel.java | 5 +---- .../blocks/controlpanel/TileEntityPanel.java | 5 +---- .../controlpanel/TileEntityPanelCreator.java | 5 +---- .../controlpanel/TileEntityRSPanelConn.java | 6 +----- .../TileEntityUnfinishedPanel.java | 5 +---- .../converter/BlockMechanicalConverter.java | 7 +------ .../blocks/converter/BlockMechanicalMB.java | 15 +++++++++++++++ .../blocks/converter/MechanicalBlockType.java | 5 +---- .../converter/MechanicalMBBlockType.java | 15 +++++++++++++++ .../blocks/converter/TileEntityIEMotor.java | 5 +---- .../converter/TileEntityMechICtoIE.java | 5 +---- .../converter/TileEntityMechIEtoIC.java | 5 +---- .../TileEntityMultiblockConverter.java | 15 +++++++++++++++ .../blocks/hv/BlockGeneralHV.java | 2 +- .../blocks/hv/BlockHVMultiblocks.java | 5 +---- .../blocks/hv/BlockJacobsLadder.java | 5 +---- .../blocks/hv/BlockTypes_GeneralHV.java | 2 +- .../blocks/hv/BlockTypes_HVMultiblocks.java | 5 +---- .../blocks/hv/TileEntityDischargeMeter.java | 2 +- .../blocks/hv/TileEntityJacobsLadder.java | 5 +---- .../blocks/hv/TileEntityMarx.java | 5 +---- .../blocks/wire/BlockIC2Connector.java | 5 +---- .../blocks/wire/BlockTypes_IC2_Connector.java | 5 +---- .../industrialWires/blocks/wire/DummyTEs.java | 15 +++++++++++++++ .../wire/TileEntityIC2ConnectorCopper.java | 5 +---- .../wire/TileEntityIC2ConnectorGlass.java | 5 +---- .../wire/TileEntityIC2ConnectorGold.java | 5 +---- .../blocks/wire/TileEntityIC2ConnectorHV.java | 5 +---- .../wire/TileEntityIC2ConnectorTin.java | 5 +---- .../client/ClientEventHandler.java | 5 +---- .../industrialWires/client/ClientProxy.java | 5 +---- .../industrialWires/client/ClientUtilsIW.java | 15 +++++++++++++++ .../industrialWires/client/RawQuad.java | 5 +---- .../client/gui/GuiPanelComponent.java | 15 +++++++++++++++ .../client/gui/GuiPanelCreator.java | 10 +++++----- .../client/gui/GuiRSPanelConn.java | 5 +---- .../client/gui/GuiRenameKey.java | 5 +---- .../client/gui/elements/GuiChannelPicker.java | 15 +++++++++++++++ .../gui/elements/GuiChannelPickerSmall.java | 5 +---- .../client/gui/elements/GuiIntChooser.java | 15 +++++++++++++++ .../client/manual/TextSplitter.java | 2 +- .../client/panelmodel/PanelModel.java | 5 +---- .../client/panelmodel/PanelModelLoader.java | 5 +---- .../panelmodel/RawModelFontRenderer.java | 5 +---- .../panelmodel/SmartLightingQuadIW.java | 15 +++++++++++++++ .../client/render/EntityRenderBrokenPart.java | 2 +- .../client/render/Shaders.java | 2 +- .../client/render/TileRenderJacobsLadder.java | 5 +---- .../client/render/TileRenderMBConverter.java | 2 +- .../client/render/TileRenderMarx.java | 5 +---- .../compat/CTMarxGenerator.java | 15 +++++++++++++++ .../industrialWires/compat/Compat.java | 15 +++++++++++++++ .../industrialWires/compat/JEIMarx.java | 15 +++++++++++++++ .../containers/ContainerPanelComponent.java | 5 +---- .../containers/ContainerPanelCreator.java | 5 +---- .../containers/ContainerRSPanelConn.java | 5 +---- .../containers/ContainerRenameKey.java | 5 +---- .../controlpanel/CoveredToggleSwitch.java | 5 +---- .../controlpanel/IConfigurableComponent.java | 5 +---- .../controlpanel/IndicatorLight.java | 5 +---- .../industrialWires/controlpanel/Label.java | 5 +---- .../controlpanel/LightedButton.java | 5 +---- .../industrialWires/controlpanel/Lock.java | 5 +---- .../controlpanel/MessageType.java | 5 +---- .../controlpanel/PanelComponent.java | 5 +---- .../controlpanel/PanelMeter.java | 5 +---- .../controlpanel/PanelUtils.java | 5 +---- .../controlpanel/PropertyComponents.java | 5 +---- .../controlpanel/SevenSegDisplay.java | 6 ++---- .../industrialWires/controlpanel/Slider.java | 5 +---- .../controlpanel/ToggleSwitch.java | 5 +---- .../industrialWires/controlpanel/Variac.java | 5 +---- .../converter/EUCapability.java | 2 +- .../converter/IMBPartElectric.java | 2 +- .../industrialWires/converter/Material.java | 2 +- .../industrialWires/converter/MechEnergy.java | 2 +- .../industrialWires/converter/MechMBPart.java | 2 +- .../converter/MechPartCommutator.java | 2 +- .../converter/MechPartFlywheel.java | 2 +- .../converter/MechPartShaft.java | 2 +- .../converter/MechPartSingleCoil.java | 2 +- .../converter/MechPartTwoElectrodes.java | 2 +- .../converter/MultiblockConverter.java | 2 +- .../industrialWires/crafting/IC2TRHelper.java | 18 +++++++++++++++--- .../crafting/RecipeCoilLength.java | 5 +---- .../crafting/RecipeComponentCopy.java | 5 +---- .../crafting/RecipeInitPC.java | 8 +------- .../crafting/RecipeKeyLock.java | 5 +---- .../crafting/RecipeKeyRing.java | 5 +---- .../industrialWires/crafting/Recipes.java | 9 +++------ .../crafting/factories/IC2ItemFactory.java | 16 +++++++++++++++- .../crafting/factories/InitPCFactory.java | 15 +++++++++++++++ .../factories/IsConversionEnabled.java | 15 +++++++++++++++ .../crafting/factories/WireCoilFactory.java | 19 +++++++++++++++---- .../entities/EntityBrokenPart.java | 2 +- .../industrialWires/hv/IMarxTarget.java | 2 +- .../industrialWires/hv/MarxOreHandler.java | 5 +---- .../industrialWires/hv/MultiblockMarx.java | 5 +---- .../industrialWires/items/INetGUIItem.java | 5 +---- .../industrialWires/items/ItemIC2Coil.java | 5 +---- .../industrialWires/items/ItemKey.java | 5 +---- .../items/ItemPanelComponent.java | 5 +---- .../network/MessageGUIInteract.java | 5 +---- .../network/MessageItemSync.java | 5 +---- .../network/MessagePanelInteract.java | 5 +---- .../network/MessageTileSyncIW.java | 7 +------ .../industrialWires/util/Beziers.java | 5 +---- .../industrialWires/util/CommandIW.java | 15 +++++++++++++++ .../industrialWires/util/CommandIWClient.java | 2 +- .../industrialWires/util/ConversionUtil.java | 5 +---- .../util/DualEnergyStorage.java | 5 +---- .../industrialWires/util/LocalSidedWorld.java | 2 +- .../industrialWires/util/MiscUtils.java | 5 +---- .../industrialWires/util/NBTKeys.java | 2 +- .../industrialWires/util/TriConsumer.java | 5 +---- .../industrialWires/wires/IC2Wiretype.java | 5 +---- 140 files changed, 399 insertions(+), 438 deletions(-) diff --git a/src/main/java/malte0811/industrialWires/CommonProxy.java b/src/main/java/malte0811/industrialWires/CommonProxy.java index 5ce8ae7..baeff48 100644 --- a/src/main/java/malte0811/industrialWires/CommonProxy.java +++ b/src/main/java/malte0811/industrialWires/CommonProxy.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ @@ -33,9 +30,7 @@ import net.minecraft.util.EnumHand; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.Vec3d; import net.minecraft.world.World; -import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.common.network.IGuiHandler; -import net.minecraftforge.fml.relauncher.Side; public class CommonProxy implements IGuiHandler { public void preInit() { diff --git a/src/main/java/malte0811/industrialWires/EventHandler.java b/src/main/java/malte0811/industrialWires/EventHandler.java index e084533..b9b0c14 100644 --- a/src/main/java/malte0811/industrialWires/EventHandler.java +++ b/src/main/java/malte0811/industrialWires/EventHandler.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/IIC2Connector.java b/src/main/java/malte0811/industrialWires/IIC2Connector.java index 32c1772..48355a9 100644 --- a/src/main/java/malte0811/industrialWires/IIC2Connector.java +++ b/src/main/java/malte0811/industrialWires/IIC2Connector.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/IWConfig.java b/src/main/java/malte0811/industrialWires/IWConfig.java index b963f35..377ef73 100644 --- a/src/main/java/malte0811/industrialWires/IWConfig.java +++ b/src/main/java/malte0811/industrialWires/IWConfig.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/IWDamageSources.java b/src/main/java/malte0811/industrialWires/IWDamageSources.java index 954662e..21951dd 100644 --- a/src/main/java/malte0811/industrialWires/IWDamageSources.java +++ b/src/main/java/malte0811/industrialWires/IWDamageSources.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/IWPotions.java b/src/main/java/malte0811/industrialWires/IWPotions.java index afd30c7..78f5a48 100644 --- a/src/main/java/malte0811/industrialWires/IWPotions.java +++ b/src/main/java/malte0811/industrialWires/IWPotions.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/IWSaveData.java b/src/main/java/malte0811/industrialWires/IWSaveData.java index 3ac3b72..7b5a8a6 100644 --- a/src/main/java/malte0811/industrialWires/IWSaveData.java +++ b/src/main/java/malte0811/industrialWires/IWSaveData.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/IndustrialWires.java b/src/main/java/malte0811/industrialWires/IndustrialWires.java index 6dc5ee0..4f1e7e7 100644 --- a/src/main/java/malte0811/industrialWires/IndustrialWires.java +++ b/src/main/java/malte0811/industrialWires/IndustrialWires.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/BlockIWBase.java b/src/main/java/malte0811/industrialWires/blocks/BlockIWBase.java index ddb3bad..0a96826 100644 --- a/src/main/java/malte0811/industrialWires/blocks/BlockIWBase.java +++ b/src/main/java/malte0811/industrialWires/blocks/BlockIWBase.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/BlockIWMultiblock.java b/src/main/java/malte0811/industrialWires/blocks/BlockIWMultiblock.java index 889451a..5d3b325 100644 --- a/src/main/java/malte0811/industrialWires/blocks/BlockIWMultiblock.java +++ b/src/main/java/malte0811/industrialWires/blocks/BlockIWMultiblock.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/EnergyAdapter.java b/src/main/java/malte0811/industrialWires/blocks/EnergyAdapter.java index 12afe4c..4d9fa3c 100644 --- a/src/main/java/malte0811/industrialWires/blocks/EnergyAdapter.java +++ b/src/main/java/malte0811/industrialWires/blocks/EnergyAdapter.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/IBlockBoundsIW.java b/src/main/java/malte0811/industrialWires/blocks/IBlockBoundsIW.java index 29d3585..979deb9 100644 --- a/src/main/java/malte0811/industrialWires/blocks/IBlockBoundsIW.java +++ b/src/main/java/malte0811/industrialWires/blocks/IBlockBoundsIW.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/IHasDummyBlocksIW.java b/src/main/java/malte0811/industrialWires/blocks/IHasDummyBlocksIW.java index e12c0d9..75718cb 100644 --- a/src/main/java/malte0811/industrialWires/blocks/IHasDummyBlocksIW.java +++ b/src/main/java/malte0811/industrialWires/blocks/IHasDummyBlocksIW.java @@ -1,24 +1,20 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ package malte0811.industrialWires.blocks; -import blusunrize.immersiveengineering.common.blocks.IEBlockInterfaces; import blusunrize.immersiveengineering.common.blocks.IEBlockInterfaces.IGeneralMultiblock; import net.minecraft.block.state.IBlockState; diff --git a/src/main/java/malte0811/industrialWires/blocks/IMetaEnum.java b/src/main/java/malte0811/industrialWires/blocks/IMetaEnum.java index a19e95d..395ca3f 100644 --- a/src/main/java/malte0811/industrialWires/blocks/IMetaEnum.java +++ b/src/main/java/malte0811/industrialWires/blocks/IMetaEnum.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/INetGUI.java b/src/main/java/malte0811/industrialWires/blocks/INetGUI.java index bb06a18..1c9ec03 100644 --- a/src/main/java/malte0811/industrialWires/blocks/INetGUI.java +++ b/src/main/java/malte0811/industrialWires/blocks/INetGUI.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/IPlacementCheck.java b/src/main/java/malte0811/industrialWires/blocks/IPlacementCheck.java index 173f3aa..dd779b4 100644 --- a/src/main/java/malte0811/industrialWires/blocks/IPlacementCheck.java +++ b/src/main/java/malte0811/industrialWires/blocks/IPlacementCheck.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/ISyncReceiver.java b/src/main/java/malte0811/industrialWires/blocks/ISyncReceiver.java index 4081d51..c610e73 100644 --- a/src/main/java/malte0811/industrialWires/blocks/ISyncReceiver.java +++ b/src/main/java/malte0811/industrialWires/blocks/ISyncReceiver.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/IWProperties.java b/src/main/java/malte0811/industrialWires/blocks/IWProperties.java index 9b6f7dc..ff6de59 100644 --- a/src/main/java/malte0811/industrialWires/blocks/IWProperties.java +++ b/src/main/java/malte0811/industrialWires/blocks/IWProperties.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/ItemBlockIW.java b/src/main/java/malte0811/industrialWires/blocks/ItemBlockIW.java index e554914..64624d8 100644 --- a/src/main/java/malte0811/industrialWires/blocks/ItemBlockIW.java +++ b/src/main/java/malte0811/industrialWires/blocks/ItemBlockIW.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/TileEntityIWBase.java b/src/main/java/malte0811/industrialWires/blocks/TileEntityIWBase.java index aed6372..31f5123 100644 --- a/src/main/java/malte0811/industrialWires/blocks/TileEntityIWBase.java +++ b/src/main/java/malte0811/industrialWires/blocks/TileEntityIWBase.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/TileEntityIWMultiblock.java b/src/main/java/malte0811/industrialWires/blocks/TileEntityIWMultiblock.java index 84c62a5..c264712 100644 --- a/src/main/java/malte0811/industrialWires/blocks/TileEntityIWMultiblock.java +++ b/src/main/java/malte0811/industrialWires/blocks/TileEntityIWMultiblock.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/controlpanel/BlockPanel.java b/src/main/java/malte0811/industrialWires/blocks/controlpanel/BlockPanel.java index 4b1a44e..25936cb 100644 --- a/src/main/java/malte0811/industrialWires/blocks/controlpanel/BlockPanel.java +++ b/src/main/java/malte0811/industrialWires/blocks/controlpanel/BlockPanel.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/controlpanel/BlockTypes_Panel.java b/src/main/java/malte0811/industrialWires/blocks/controlpanel/BlockTypes_Panel.java index 75beb54..32daeb6 100644 --- a/src/main/java/malte0811/industrialWires/blocks/controlpanel/BlockTypes_Panel.java +++ b/src/main/java/malte0811/industrialWires/blocks/controlpanel/BlockTypes_Panel.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/controlpanel/ItemBlockPanel.java b/src/main/java/malte0811/industrialWires/blocks/controlpanel/ItemBlockPanel.java index cc1d860..385b859 100644 --- a/src/main/java/malte0811/industrialWires/blocks/controlpanel/ItemBlockPanel.java +++ b/src/main/java/malte0811/industrialWires/blocks/controlpanel/ItemBlockPanel.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityComponentPanel.java b/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityComponentPanel.java index 14d2a32..85d17b6 100644 --- a/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityComponentPanel.java +++ b/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityComponentPanel.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityPanel.java b/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityPanel.java index a029f6d..c7464d0 100644 --- a/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityPanel.java +++ b/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityPanel.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityPanelCreator.java b/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityPanelCreator.java index 4e115db..779c91c 100644 --- a/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityPanelCreator.java +++ b/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityPanelCreator.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityRSPanelConn.java b/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityRSPanelConn.java index df0ded8..9400874 100644 --- a/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityRSPanelConn.java +++ b/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityRSPanelConn.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ @@ -26,7 +23,6 @@ import blusunrize.immersiveengineering.api.energy.wires.WireType; import blusunrize.immersiveengineering.api.energy.wires.redstone.IRedstoneConnector; import blusunrize.immersiveengineering.api.energy.wires.redstone.RedstoneWireNetwork; import blusunrize.immersiveengineering.common.blocks.IEBlockInterfaces; -import malte0811.industrialWires.IndustrialWires; import malte0811.industrialWires.blocks.IBlockBoundsIW; import malte0811.industrialWires.blocks.INetGUI; import malte0811.industrialWires.controlpanel.PanelComponent; diff --git a/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityUnfinishedPanel.java b/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityUnfinishedPanel.java index c972346..0327591 100644 --- a/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityUnfinishedPanel.java +++ b/src/main/java/malte0811/industrialWires/blocks/controlpanel/TileEntityUnfinishedPanel.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/converter/BlockMechanicalConverter.java b/src/main/java/malte0811/industrialWires/blocks/converter/BlockMechanicalConverter.java index 43d22f7..e23ff89 100644 --- a/src/main/java/malte0811/industrialWires/blocks/converter/BlockMechanicalConverter.java +++ b/src/main/java/malte0811/industrialWires/blocks/converter/BlockMechanicalConverter.java @@ -1,24 +1,20 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ package malte0811.industrialWires.blocks.converter; import blusunrize.immersiveengineering.api.IEProperties; -import malte0811.industrialWires.IndustrialWires; import malte0811.industrialWires.blocks.BlockIWBase; import malte0811.industrialWires.blocks.IMetaEnum; import net.minecraft.block.material.Material; @@ -28,7 +24,6 @@ import net.minecraft.block.state.IBlockState; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.player.EntityPlayer; -import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.EnumFacing; diff --git a/src/main/java/malte0811/industrialWires/blocks/converter/BlockMechanicalMB.java b/src/main/java/malte0811/industrialWires/blocks/converter/BlockMechanicalMB.java index 2d5315c..e2cf516 100644 --- a/src/main/java/malte0811/industrialWires/blocks/converter/BlockMechanicalMB.java +++ b/src/main/java/malte0811/industrialWires/blocks/converter/BlockMechanicalMB.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.blocks.converter; import blusunrize.immersiveengineering.api.IEProperties; diff --git a/src/main/java/malte0811/industrialWires/blocks/converter/MechanicalBlockType.java b/src/main/java/malte0811/industrialWires/blocks/converter/MechanicalBlockType.java index fc5e47b..3b79ae3 100644 --- a/src/main/java/malte0811/industrialWires/blocks/converter/MechanicalBlockType.java +++ b/src/main/java/malte0811/industrialWires/blocks/converter/MechanicalBlockType.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/converter/MechanicalMBBlockType.java b/src/main/java/malte0811/industrialWires/blocks/converter/MechanicalMBBlockType.java index 0d20ee0..d37c828 100644 --- a/src/main/java/malte0811/industrialWires/blocks/converter/MechanicalMBBlockType.java +++ b/src/main/java/malte0811/industrialWires/blocks/converter/MechanicalMBBlockType.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.blocks.converter; import net.minecraft.util.IStringSerializable; diff --git a/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityIEMotor.java b/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityIEMotor.java index 8f8086e..2d8cc43 100644 --- a/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityIEMotor.java +++ b/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityIEMotor.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMechICtoIE.java b/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMechICtoIE.java index 762ac21..3efabe7 100644 --- a/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMechICtoIE.java +++ b/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMechICtoIE.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMechIEtoIC.java b/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMechIEtoIC.java index 4f183ca..f7aa9e8 100644 --- a/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMechIEtoIC.java +++ b/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMechIEtoIC.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMultiblockConverter.java b/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMultiblockConverter.java index 1065e3e..9ca60da 100644 --- a/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMultiblockConverter.java +++ b/src/main/java/malte0811/industrialWires/blocks/converter/TileEntityMultiblockConverter.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.blocks.converter; import blusunrize.immersiveengineering.api.ApiUtils; diff --git a/src/main/java/malte0811/industrialWires/blocks/hv/BlockGeneralHV.java b/src/main/java/malte0811/industrialWires/blocks/hv/BlockGeneralHV.java index ffc8917..1a7ea6e 100644 --- a/src/main/java/malte0811/industrialWires/blocks/hv/BlockGeneralHV.java +++ b/src/main/java/malte0811/industrialWires/blocks/hv/BlockGeneralHV.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/blocks/hv/BlockHVMultiblocks.java b/src/main/java/malte0811/industrialWires/blocks/hv/BlockHVMultiblocks.java index b050df0..19bfb67 100644 --- a/src/main/java/malte0811/industrialWires/blocks/hv/BlockHVMultiblocks.java +++ b/src/main/java/malte0811/industrialWires/blocks/hv/BlockHVMultiblocks.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/hv/BlockJacobsLadder.java b/src/main/java/malte0811/industrialWires/blocks/hv/BlockJacobsLadder.java index eaee13c..3dc7b57 100644 --- a/src/main/java/malte0811/industrialWires/blocks/hv/BlockJacobsLadder.java +++ b/src/main/java/malte0811/industrialWires/blocks/hv/BlockJacobsLadder.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/hv/BlockTypes_GeneralHV.java b/src/main/java/malte0811/industrialWires/blocks/hv/BlockTypes_GeneralHV.java index 1221902..21d9d18 100644 --- a/src/main/java/malte0811/industrialWires/blocks/hv/BlockTypes_GeneralHV.java +++ b/src/main/java/malte0811/industrialWires/blocks/hv/BlockTypes_GeneralHV.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/blocks/hv/BlockTypes_HVMultiblocks.java b/src/main/java/malte0811/industrialWires/blocks/hv/BlockTypes_HVMultiblocks.java index 2ccd33c..9c905f4 100644 --- a/src/main/java/malte0811/industrialWires/blocks/hv/BlockTypes_HVMultiblocks.java +++ b/src/main/java/malte0811/industrialWires/blocks/hv/BlockTypes_HVMultiblocks.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityDischargeMeter.java b/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityDischargeMeter.java index c9e9310..1f8ebf6 100644 --- a/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityDischargeMeter.java +++ b/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityDischargeMeter.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityJacobsLadder.java b/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityJacobsLadder.java index 1905359..4b9adf7 100644 --- a/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityJacobsLadder.java +++ b/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityJacobsLadder.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityMarx.java b/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityMarx.java index 509cb12..0b75377 100644 --- a/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityMarx.java +++ b/src/main/java/malte0811/industrialWires/blocks/hv/TileEntityMarx.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/wire/BlockIC2Connector.java b/src/main/java/malte0811/industrialWires/blocks/wire/BlockIC2Connector.java index a4da097..3982f52 100644 --- a/src/main/java/malte0811/industrialWires/blocks/wire/BlockIC2Connector.java +++ b/src/main/java/malte0811/industrialWires/blocks/wire/BlockIC2Connector.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/wire/BlockTypes_IC2_Connector.java b/src/main/java/malte0811/industrialWires/blocks/wire/BlockTypes_IC2_Connector.java index 8cf463a..18de342 100644 --- a/src/main/java/malte0811/industrialWires/blocks/wire/BlockTypes_IC2_Connector.java +++ b/src/main/java/malte0811/industrialWires/blocks/wire/BlockTypes_IC2_Connector.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/wire/DummyTEs.java b/src/main/java/malte0811/industrialWires/blocks/wire/DummyTEs.java index 22622fc..669705f 100644 --- a/src/main/java/malte0811/industrialWires/blocks/wire/DummyTEs.java +++ b/src/main/java/malte0811/industrialWires/blocks/wire/DummyTEs.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.blocks.wire; public final class DummyTEs { diff --git a/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorCopper.java b/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorCopper.java index 1a5ed49..67a8117 100644 --- a/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorCopper.java +++ b/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorCopper.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorGlass.java b/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorGlass.java index b0a3ec7..57a7083 100644 --- a/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorGlass.java +++ b/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorGlass.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorGold.java b/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorGold.java index 4bbb118..3994f9c 100644 --- a/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorGold.java +++ b/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorGold.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorHV.java b/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorHV.java index 5d07b97..7b45896 100644 --- a/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorHV.java +++ b/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorHV.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorTin.java b/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorTin.java index a28212f..671ede2 100644 --- a/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorTin.java +++ b/src/main/java/malte0811/industrialWires/blocks/wire/TileEntityIC2ConnectorTin.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/client/ClientEventHandler.java b/src/main/java/malte0811/industrialWires/client/ClientEventHandler.java index 1553455..0499eaa 100644 --- a/src/main/java/malte0811/industrialWires/client/ClientEventHandler.java +++ b/src/main/java/malte0811/industrialWires/client/ClientEventHandler.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/client/ClientProxy.java b/src/main/java/malte0811/industrialWires/client/ClientProxy.java index 2d7a83b..4fba6a3 100644 --- a/src/main/java/malte0811/industrialWires/client/ClientProxy.java +++ b/src/main/java/malte0811/industrialWires/client/ClientProxy.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/client/ClientUtilsIW.java b/src/main/java/malte0811/industrialWires/client/ClientUtilsIW.java index dc7748a..8956b8c 100644 --- a/src/main/java/malte0811/industrialWires/client/ClientUtilsIW.java +++ b/src/main/java/malte0811/industrialWires/client/ClientUtilsIW.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.client; import net.minecraft.client.renderer.BufferBuilder; diff --git a/src/main/java/malte0811/industrialWires/client/RawQuad.java b/src/main/java/malte0811/industrialWires/client/RawQuad.java index 0935832..c79f751 100644 --- a/src/main/java/malte0811/industrialWires/client/RawQuad.java +++ b/src/main/java/malte0811/industrialWires/client/RawQuad.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/client/gui/GuiPanelComponent.java b/src/main/java/malte0811/industrialWires/client/gui/GuiPanelComponent.java index d4078d4..c6a2cc1 100644 --- a/src/main/java/malte0811/industrialWires/client/gui/GuiPanelComponent.java +++ b/src/main/java/malte0811/industrialWires/client/gui/GuiPanelComponent.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.client.gui; import blusunrize.immersiveengineering.client.ClientUtils; diff --git a/src/main/java/malte0811/industrialWires/client/gui/GuiPanelCreator.java b/src/main/java/malte0811/industrialWires/client/gui/GuiPanelCreator.java index 5d249cc..c65995a 100644 --- a/src/main/java/malte0811/industrialWires/client/gui/GuiPanelCreator.java +++ b/src/main/java/malte0811/industrialWires/client/gui/GuiPanelCreator.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ @@ -39,7 +36,10 @@ import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.util.ResourceLocation; import net.minecraft.util.math.AxisAlignedBB; -import org.apache.commons.lang3.tuple.*; +import org.apache.commons.lang3.tuple.ImmutablePair; +import org.apache.commons.lang3.tuple.ImmutableTriple; +import org.apache.commons.lang3.tuple.Pair; +import org.apache.commons.lang3.tuple.Triple; import java.io.IOException; import java.util.ArrayList; diff --git a/src/main/java/malte0811/industrialWires/client/gui/GuiRSPanelConn.java b/src/main/java/malte0811/industrialWires/client/gui/GuiRSPanelConn.java index 62cc992..ec1371f 100644 --- a/src/main/java/malte0811/industrialWires/client/gui/GuiRSPanelConn.java +++ b/src/main/java/malte0811/industrialWires/client/gui/GuiRSPanelConn.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/client/gui/GuiRenameKey.java b/src/main/java/malte0811/industrialWires/client/gui/GuiRenameKey.java index ff48b36..0c17c5f 100644 --- a/src/main/java/malte0811/industrialWires/client/gui/GuiRenameKey.java +++ b/src/main/java/malte0811/industrialWires/client/gui/GuiRenameKey.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/client/gui/elements/GuiChannelPicker.java b/src/main/java/malte0811/industrialWires/client/gui/elements/GuiChannelPicker.java index 8f27190..fba2757 100644 --- a/src/main/java/malte0811/industrialWires/client/gui/elements/GuiChannelPicker.java +++ b/src/main/java/malte0811/industrialWires/client/gui/elements/GuiChannelPicker.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.client.gui.elements; import net.minecraft.client.Minecraft; diff --git a/src/main/java/malte0811/industrialWires/client/gui/elements/GuiChannelPickerSmall.java b/src/main/java/malte0811/industrialWires/client/gui/elements/GuiChannelPickerSmall.java index 4cef908..85ea75a 100644 --- a/src/main/java/malte0811/industrialWires/client/gui/elements/GuiChannelPickerSmall.java +++ b/src/main/java/malte0811/industrialWires/client/gui/elements/GuiChannelPickerSmall.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/client/gui/elements/GuiIntChooser.java b/src/main/java/malte0811/industrialWires/client/gui/elements/GuiIntChooser.java index 2337e46..bc1d98d 100644 --- a/src/main/java/malte0811/industrialWires/client/gui/elements/GuiIntChooser.java +++ b/src/main/java/malte0811/industrialWires/client/gui/elements/GuiIntChooser.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.client.gui.elements; import net.minecraft.client.Minecraft; diff --git a/src/main/java/malte0811/industrialWires/client/manual/TextSplitter.java b/src/main/java/malte0811/industrialWires/client/manual/TextSplitter.java index fac6b94..940ab08 100644 --- a/src/main/java/malte0811/industrialWires/client/manual/TextSplitter.java +++ b/src/main/java/malte0811/industrialWires/client/manual/TextSplitter.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/client/panelmodel/PanelModel.java b/src/main/java/malte0811/industrialWires/client/panelmodel/PanelModel.java index 37b5efa..dc8eac1 100644 --- a/src/main/java/malte0811/industrialWires/client/panelmodel/PanelModel.java +++ b/src/main/java/malte0811/industrialWires/client/panelmodel/PanelModel.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/client/panelmodel/PanelModelLoader.java b/src/main/java/malte0811/industrialWires/client/panelmodel/PanelModelLoader.java index 3c7294b..7cb5c53 100644 --- a/src/main/java/malte0811/industrialWires/client/panelmodel/PanelModelLoader.java +++ b/src/main/java/malte0811/industrialWires/client/panelmodel/PanelModelLoader.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/client/panelmodel/RawModelFontRenderer.java b/src/main/java/malte0811/industrialWires/client/panelmodel/RawModelFontRenderer.java index 9b78e5c..4a617b4 100644 --- a/src/main/java/malte0811/industrialWires/client/panelmodel/RawModelFontRenderer.java +++ b/src/main/java/malte0811/industrialWires/client/panelmodel/RawModelFontRenderer.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/client/panelmodel/SmartLightingQuadIW.java b/src/main/java/malte0811/industrialWires/client/panelmodel/SmartLightingQuadIW.java index 0599b4f..6c41542 100644 --- a/src/main/java/malte0811/industrialWires/client/panelmodel/SmartLightingQuadIW.java +++ b/src/main/java/malte0811/industrialWires/client/panelmodel/SmartLightingQuadIW.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.client.panelmodel; import net.minecraft.client.renderer.block.model.BakedQuad; diff --git a/src/main/java/malte0811/industrialWires/client/render/EntityRenderBrokenPart.java b/src/main/java/malte0811/industrialWires/client/render/EntityRenderBrokenPart.java index 7727cc6..3ac6160 100644 --- a/src/main/java/malte0811/industrialWires/client/render/EntityRenderBrokenPart.java +++ b/src/main/java/malte0811/industrialWires/client/render/EntityRenderBrokenPart.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/client/render/Shaders.java b/src/main/java/malte0811/industrialWires/client/render/Shaders.java index 0bd1f57..82f2be8 100644 --- a/src/main/java/malte0811/industrialWires/client/render/Shaders.java +++ b/src/main/java/malte0811/industrialWires/client/render/Shaders.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/client/render/TileRenderJacobsLadder.java b/src/main/java/malte0811/industrialWires/client/render/TileRenderJacobsLadder.java index d5f35b4..e80b27e 100644 --- a/src/main/java/malte0811/industrialWires/client/render/TileRenderJacobsLadder.java +++ b/src/main/java/malte0811/industrialWires/client/render/TileRenderJacobsLadder.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/client/render/TileRenderMBConverter.java b/src/main/java/malte0811/industrialWires/client/render/TileRenderMBConverter.java index 4ae2548..8721526 100644 --- a/src/main/java/malte0811/industrialWires/client/render/TileRenderMBConverter.java +++ b/src/main/java/malte0811/industrialWires/client/render/TileRenderMBConverter.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/client/render/TileRenderMarx.java b/src/main/java/malte0811/industrialWires/client/render/TileRenderMarx.java index de112de..dabdf24 100644 --- a/src/main/java/malte0811/industrialWires/client/render/TileRenderMarx.java +++ b/src/main/java/malte0811/industrialWires/client/render/TileRenderMarx.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/compat/CTMarxGenerator.java b/src/main/java/malte0811/industrialWires/compat/CTMarxGenerator.java index 913f310..860d829 100644 --- a/src/main/java/malte0811/industrialWires/compat/CTMarxGenerator.java +++ b/src/main/java/malte0811/industrialWires/compat/CTMarxGenerator.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.compat; import com.google.common.collect.ImmutableList; diff --git a/src/main/java/malte0811/industrialWires/compat/Compat.java b/src/main/java/malte0811/industrialWires/compat/Compat.java index 3caa1ae..a9f23ea 100644 --- a/src/main/java/malte0811/industrialWires/compat/Compat.java +++ b/src/main/java/malte0811/industrialWires/compat/Compat.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.compat; import blusunrize.immersiveengineering.api.ApiUtils; diff --git a/src/main/java/malte0811/industrialWires/compat/JEIMarx.java b/src/main/java/malte0811/industrialWires/compat/JEIMarx.java index 6c0efcd..c9f91c8 100644 --- a/src/main/java/malte0811/industrialWires/compat/JEIMarx.java +++ b/src/main/java/malte0811/industrialWires/compat/JEIMarx.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.compat; import blusunrize.immersiveengineering.common.util.Utils; diff --git a/src/main/java/malte0811/industrialWires/containers/ContainerPanelComponent.java b/src/main/java/malte0811/industrialWires/containers/ContainerPanelComponent.java index deb2fe4..299e9f1 100644 --- a/src/main/java/malte0811/industrialWires/containers/ContainerPanelComponent.java +++ b/src/main/java/malte0811/industrialWires/containers/ContainerPanelComponent.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/containers/ContainerPanelCreator.java b/src/main/java/malte0811/industrialWires/containers/ContainerPanelCreator.java index 7a03b33..e1b5545 100644 --- a/src/main/java/malte0811/industrialWires/containers/ContainerPanelCreator.java +++ b/src/main/java/malte0811/industrialWires/containers/ContainerPanelCreator.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/containers/ContainerRSPanelConn.java b/src/main/java/malte0811/industrialWires/containers/ContainerRSPanelConn.java index fa1ebb9..ba034d0 100644 --- a/src/main/java/malte0811/industrialWires/containers/ContainerRSPanelConn.java +++ b/src/main/java/malte0811/industrialWires/containers/ContainerRSPanelConn.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/containers/ContainerRenameKey.java b/src/main/java/malte0811/industrialWires/containers/ContainerRenameKey.java index 4e8c6bd..a80cd9b 100644 --- a/src/main/java/malte0811/industrialWires/containers/ContainerRenameKey.java +++ b/src/main/java/malte0811/industrialWires/containers/ContainerRenameKey.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/CoveredToggleSwitch.java b/src/main/java/malte0811/industrialWires/controlpanel/CoveredToggleSwitch.java index c69bb4b..af2153f 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/CoveredToggleSwitch.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/CoveredToggleSwitch.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/IConfigurableComponent.java b/src/main/java/malte0811/industrialWires/controlpanel/IConfigurableComponent.java index d542862..fb291ab 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/IConfigurableComponent.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/IConfigurableComponent.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/IndicatorLight.java b/src/main/java/malte0811/industrialWires/controlpanel/IndicatorLight.java index 6f70dd1..9adb6fc 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/IndicatorLight.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/IndicatorLight.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/Label.java b/src/main/java/malte0811/industrialWires/controlpanel/Label.java index 1e23eeb..1cd9ccc 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/Label.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/Label.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/LightedButton.java b/src/main/java/malte0811/industrialWires/controlpanel/LightedButton.java index 0a96408..81262f1 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/LightedButton.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/LightedButton.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/Lock.java b/src/main/java/malte0811/industrialWires/controlpanel/Lock.java index b0b9edb..6e36e56 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/Lock.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/Lock.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/MessageType.java b/src/main/java/malte0811/industrialWires/controlpanel/MessageType.java index fb16406..0bbadf1 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/MessageType.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/MessageType.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/PanelComponent.java b/src/main/java/malte0811/industrialWires/controlpanel/PanelComponent.java index 3641326..87d414f 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/PanelComponent.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/PanelComponent.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/PanelMeter.java b/src/main/java/malte0811/industrialWires/controlpanel/PanelMeter.java index 639aec6..f211fc5 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/PanelMeter.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/PanelMeter.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/PanelUtils.java b/src/main/java/malte0811/industrialWires/controlpanel/PanelUtils.java index af74d5a..09b82cd 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/PanelUtils.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/PanelUtils.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/PropertyComponents.java b/src/main/java/malte0811/industrialWires/controlpanel/PropertyComponents.java index 89c72d6..4afa901 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/PropertyComponents.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/PropertyComponents.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/SevenSegDisplay.java b/src/main/java/malte0811/industrialWires/controlpanel/SevenSegDisplay.java index dc72a22..f9a08e0 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/SevenSegDisplay.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/SevenSegDisplay.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or @@ -41,9 +41,7 @@ import java.util.List; import java.util.function.Consumer; import static malte0811.industrialWires.util.MiscUtils.*; -import static malte0811.industrialWires.util.NBTKeys.COLOR; -import static malte0811.industrialWires.util.NBTKeys.RS_CHANNEL; -import static malte0811.industrialWires.util.NBTKeys.RS_ID; +import static malte0811.industrialWires.util.NBTKeys.*; public class SevenSegDisplay extends PanelComponent implements IConfigurableComponent { public static final String NAME = "7seg"; diff --git a/src/main/java/malte0811/industrialWires/controlpanel/Slider.java b/src/main/java/malte0811/industrialWires/controlpanel/Slider.java index e126305..7321a7b 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/Slider.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/Slider.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/ToggleSwitch.java b/src/main/java/malte0811/industrialWires/controlpanel/ToggleSwitch.java index f9d3600..7e575ec 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/ToggleSwitch.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/ToggleSwitch.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/controlpanel/Variac.java b/src/main/java/malte0811/industrialWires/controlpanel/Variac.java index 33efc75..5612e4b 100644 --- a/src/main/java/malte0811/industrialWires/controlpanel/Variac.java +++ b/src/main/java/malte0811/industrialWires/controlpanel/Variac.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/converter/EUCapability.java b/src/main/java/malte0811/industrialWires/converter/EUCapability.java index c99290a..33ed9f8 100644 --- a/src/main/java/malte0811/industrialWires/converter/EUCapability.java +++ b/src/main/java/malte0811/industrialWires/converter/EUCapability.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/converter/IMBPartElectric.java b/src/main/java/malte0811/industrialWires/converter/IMBPartElectric.java index ba2b2d9..7c8779c 100644 --- a/src/main/java/malte0811/industrialWires/converter/IMBPartElectric.java +++ b/src/main/java/malte0811/industrialWires/converter/IMBPartElectric.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/converter/Material.java b/src/main/java/malte0811/industrialWires/converter/Material.java index 7291071..beaec4b 100644 --- a/src/main/java/malte0811/industrialWires/converter/Material.java +++ b/src/main/java/malte0811/industrialWires/converter/Material.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/converter/MechEnergy.java b/src/main/java/malte0811/industrialWires/converter/MechEnergy.java index 3f4c4de..e11b42c 100644 --- a/src/main/java/malte0811/industrialWires/converter/MechEnergy.java +++ b/src/main/java/malte0811/industrialWires/converter/MechEnergy.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/converter/MechMBPart.java b/src/main/java/malte0811/industrialWires/converter/MechMBPart.java index 79eaeb1..abd589a 100644 --- a/src/main/java/malte0811/industrialWires/converter/MechMBPart.java +++ b/src/main/java/malte0811/industrialWires/converter/MechMBPart.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/converter/MechPartCommutator.java b/src/main/java/malte0811/industrialWires/converter/MechPartCommutator.java index 2edbd7a..fd841f1 100644 --- a/src/main/java/malte0811/industrialWires/converter/MechPartCommutator.java +++ b/src/main/java/malte0811/industrialWires/converter/MechPartCommutator.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/converter/MechPartFlywheel.java b/src/main/java/malte0811/industrialWires/converter/MechPartFlywheel.java index e3782e3..9c50870 100644 --- a/src/main/java/malte0811/industrialWires/converter/MechPartFlywheel.java +++ b/src/main/java/malte0811/industrialWires/converter/MechPartFlywheel.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/converter/MechPartShaft.java b/src/main/java/malte0811/industrialWires/converter/MechPartShaft.java index 0c766d9..a6bc64d 100644 --- a/src/main/java/malte0811/industrialWires/converter/MechPartShaft.java +++ b/src/main/java/malte0811/industrialWires/converter/MechPartShaft.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/converter/MechPartSingleCoil.java b/src/main/java/malte0811/industrialWires/converter/MechPartSingleCoil.java index 1a5aa21..9ee3e73 100644 --- a/src/main/java/malte0811/industrialWires/converter/MechPartSingleCoil.java +++ b/src/main/java/malte0811/industrialWires/converter/MechPartSingleCoil.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/converter/MechPartTwoElectrodes.java b/src/main/java/malte0811/industrialWires/converter/MechPartTwoElectrodes.java index 3deabb9..1455d1a 100644 --- a/src/main/java/malte0811/industrialWires/converter/MechPartTwoElectrodes.java +++ b/src/main/java/malte0811/industrialWires/converter/MechPartTwoElectrodes.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/converter/MultiblockConverter.java b/src/main/java/malte0811/industrialWires/converter/MultiblockConverter.java index 150103c..4a3e6d8 100644 --- a/src/main/java/malte0811/industrialWires/converter/MultiblockConverter.java +++ b/src/main/java/malte0811/industrialWires/converter/MultiblockConverter.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/crafting/IC2TRHelper.java b/src/main/java/malte0811/industrialWires/crafting/IC2TRHelper.java index 9d5fcd5..894a46d 100644 --- a/src/main/java/malte0811/industrialWires/crafting/IC2TRHelper.java +++ b/src/main/java/malte0811/industrialWires/crafting/IC2TRHelper.java @@ -1,18 +1,30 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.crafting; import blusunrize.immersiveengineering.api.ApiUtils; import blusunrize.immersiveengineering.common.IEContent; import ic2.api.item.IC2Items; import malte0811.industrialWires.IndustrialWires; -import net.minecraft.init.Items; import net.minecraft.item.ItemStack; import net.minecraft.item.crafting.Ingredient; -import net.minecraftforge.fml.common.Loader; import net.minecraftforge.oredict.OreIngredient; import techreborn.api.TechRebornAPI; import java.util.HashSet; -import java.util.Iterator; import java.util.Set; public final class IC2TRHelper { diff --git a/src/main/java/malte0811/industrialWires/crafting/RecipeCoilLength.java b/src/main/java/malte0811/industrialWires/crafting/RecipeCoilLength.java index d6d9381..cc2015f 100644 --- a/src/main/java/malte0811/industrialWires/crafting/RecipeCoilLength.java +++ b/src/main/java/malte0811/industrialWires/crafting/RecipeCoilLength.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/crafting/RecipeComponentCopy.java b/src/main/java/malte0811/industrialWires/crafting/RecipeComponentCopy.java index 90ae9be..b081e64 100644 --- a/src/main/java/malte0811/industrialWires/crafting/RecipeComponentCopy.java +++ b/src/main/java/malte0811/industrialWires/crafting/RecipeComponentCopy.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/crafting/RecipeInitPC.java b/src/main/java/malte0811/industrialWires/crafting/RecipeInitPC.java index e8cd612..37f8268 100644 --- a/src/main/java/malte0811/industrialWires/crafting/RecipeInitPC.java +++ b/src/main/java/malte0811/industrialWires/crafting/RecipeInitPC.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ @@ -22,9 +19,6 @@ import malte0811.industrialWires.IndustrialWires; import malte0811.industrialWires.items.ItemPanelComponent; import net.minecraft.inventory.InventoryCrafting; import net.minecraft.item.ItemStack; -import net.minecraft.util.ResourceLocation; -import net.minecraft.world.World; -import net.minecraftforge.common.crafting.CraftingHelper; import net.minecraftforge.common.crafting.CraftingHelper.ShapedPrimer; import net.minecraftforge.oredict.ShapedOreRecipe; diff --git a/src/main/java/malte0811/industrialWires/crafting/RecipeKeyLock.java b/src/main/java/malte0811/industrialWires/crafting/RecipeKeyLock.java index b0cd0bf..3c458a5 100644 --- a/src/main/java/malte0811/industrialWires/crafting/RecipeKeyLock.java +++ b/src/main/java/malte0811/industrialWires/crafting/RecipeKeyLock.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/crafting/RecipeKeyRing.java b/src/main/java/malte0811/industrialWires/crafting/RecipeKeyRing.java index 84f864d..ac768f6 100644 --- a/src/main/java/malte0811/industrialWires/crafting/RecipeKeyRing.java +++ b/src/main/java/malte0811/industrialWires/crafting/RecipeKeyRing.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/crafting/Recipes.java b/src/main/java/malte0811/industrialWires/crafting/Recipes.java index 317ec9a..93ffd51 100644 --- a/src/main/java/malte0811/industrialWires/crafting/Recipes.java +++ b/src/main/java/malte0811/industrialWires/crafting/Recipes.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ @@ -19,13 +16,13 @@ package malte0811.industrialWires.crafting; import blusunrize.immersiveengineering.api.tool.AssemblerHandler; -import ic2.api.item.IC2Items; import net.minecraft.item.ItemStack; import net.minecraft.item.crafting.IRecipe; import net.minecraft.util.NonNullList; import net.minecraftforge.registries.IForgeRegistry; -import java.util.*; +import java.util.ArrayList; +import java.util.List; import static malte0811.industrialWires.IndustrialWires.MODID; diff --git a/src/main/java/malte0811/industrialWires/crafting/factories/IC2ItemFactory.java b/src/main/java/malte0811/industrialWires/crafting/factories/IC2ItemFactory.java index 2e6afc3..9c0e244 100644 --- a/src/main/java/malte0811/industrialWires/crafting/factories/IC2ItemFactory.java +++ b/src/main/java/malte0811/industrialWires/crafting/factories/IC2ItemFactory.java @@ -1,7 +1,21 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.crafting.factories; import com.google.gson.JsonObject; -import ic2.api.item.IC2Items; import malte0811.industrialWires.crafting.IC2TRHelper; import net.minecraft.item.ItemStack; import net.minecraft.item.crafting.Ingredient; diff --git a/src/main/java/malte0811/industrialWires/crafting/factories/InitPCFactory.java b/src/main/java/malte0811/industrialWires/crafting/factories/InitPCFactory.java index 207a6bc..9c2eef4 100644 --- a/src/main/java/malte0811/industrialWires/crafting/factories/InitPCFactory.java +++ b/src/main/java/malte0811/industrialWires/crafting/factories/InitPCFactory.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.crafting.factories; import com.google.gson.JsonObject; diff --git a/src/main/java/malte0811/industrialWires/crafting/factories/IsConversionEnabled.java b/src/main/java/malte0811/industrialWires/crafting/factories/IsConversionEnabled.java index de60b03..f5cf207 100644 --- a/src/main/java/malte0811/industrialWires/crafting/factories/IsConversionEnabled.java +++ b/src/main/java/malte0811/industrialWires/crafting/factories/IsConversionEnabled.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.crafting.factories; import com.google.gson.JsonObject; diff --git a/src/main/java/malte0811/industrialWires/crafting/factories/WireCoilFactory.java b/src/main/java/malte0811/industrialWires/crafting/factories/WireCoilFactory.java index 65822f9..ee597f6 100644 --- a/src/main/java/malte0811/industrialWires/crafting/factories/WireCoilFactory.java +++ b/src/main/java/malte0811/industrialWires/crafting/factories/WireCoilFactory.java @@ -1,14 +1,25 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.crafting.factories; -import com.google.gson.JsonElement; import com.google.gson.JsonObject; import malte0811.industrialWires.crafting.RecipeCoilLength; -import malte0811.industrialWires.crafting.RecipeInitPC; -import net.minecraft.item.crafting.IRecipe; import net.minecraftforge.common.crafting.CraftingHelper; import net.minecraftforge.common.crafting.IRecipeFactory; import net.minecraftforge.common.crafting.JsonContext; -import net.minecraftforge.oredict.ShapedOreRecipe; public class WireCoilFactory implements IRecipeFactory { @Override diff --git a/src/main/java/malte0811/industrialWires/entities/EntityBrokenPart.java b/src/main/java/malte0811/industrialWires/entities/EntityBrokenPart.java index 9d346f8..51c39b0 100644 --- a/src/main/java/malte0811/industrialWires/entities/EntityBrokenPart.java +++ b/src/main/java/malte0811/industrialWires/entities/EntityBrokenPart.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/hv/IMarxTarget.java b/src/main/java/malte0811/industrialWires/hv/IMarxTarget.java index 66e1e6b..9ba50db 100644 --- a/src/main/java/malte0811/industrialWires/hv/IMarxTarget.java +++ b/src/main/java/malte0811/industrialWires/hv/IMarxTarget.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/hv/MarxOreHandler.java b/src/main/java/malte0811/industrialWires/hv/MarxOreHandler.java index 6c7c1da..fcff853 100644 --- a/src/main/java/malte0811/industrialWires/hv/MarxOreHandler.java +++ b/src/main/java/malte0811/industrialWires/hv/MarxOreHandler.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/hv/MultiblockMarx.java b/src/main/java/malte0811/industrialWires/hv/MultiblockMarx.java index 2ccb0d6..f08ecfc 100644 --- a/src/main/java/malte0811/industrialWires/hv/MultiblockMarx.java +++ b/src/main/java/malte0811/industrialWires/hv/MultiblockMarx.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/items/INetGUIItem.java b/src/main/java/malte0811/industrialWires/items/INetGUIItem.java index 58d069e..a5bd5d7 100644 --- a/src/main/java/malte0811/industrialWires/items/INetGUIItem.java +++ b/src/main/java/malte0811/industrialWires/items/INetGUIItem.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/items/ItemIC2Coil.java b/src/main/java/malte0811/industrialWires/items/ItemIC2Coil.java index d44ee92..0bdb47f 100644 --- a/src/main/java/malte0811/industrialWires/items/ItemIC2Coil.java +++ b/src/main/java/malte0811/industrialWires/items/ItemIC2Coil.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/items/ItemKey.java b/src/main/java/malte0811/industrialWires/items/ItemKey.java index b8922f8..131bb1a 100644 --- a/src/main/java/malte0811/industrialWires/items/ItemKey.java +++ b/src/main/java/malte0811/industrialWires/items/ItemKey.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/items/ItemPanelComponent.java b/src/main/java/malte0811/industrialWires/items/ItemPanelComponent.java index 97abec0..0ef0977 100644 --- a/src/main/java/malte0811/industrialWires/items/ItemPanelComponent.java +++ b/src/main/java/malte0811/industrialWires/items/ItemPanelComponent.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/network/MessageGUIInteract.java b/src/main/java/malte0811/industrialWires/network/MessageGUIInteract.java index 9cbf1f6..0e32f59 100644 --- a/src/main/java/malte0811/industrialWires/network/MessageGUIInteract.java +++ b/src/main/java/malte0811/industrialWires/network/MessageGUIInteract.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/network/MessageItemSync.java b/src/main/java/malte0811/industrialWires/network/MessageItemSync.java index 41eba0d..f045180 100644 --- a/src/main/java/malte0811/industrialWires/network/MessageItemSync.java +++ b/src/main/java/malte0811/industrialWires/network/MessageItemSync.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/network/MessagePanelInteract.java b/src/main/java/malte0811/industrialWires/network/MessagePanelInteract.java index 2be9d4e..d03bea2 100644 --- a/src/main/java/malte0811/industrialWires/network/MessagePanelInteract.java +++ b/src/main/java/malte0811/industrialWires/network/MessagePanelInteract.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/network/MessageTileSyncIW.java b/src/main/java/malte0811/industrialWires/network/MessageTileSyncIW.java index 01e29bd..49f1cc1 100644 --- a/src/main/java/malte0811/industrialWires/network/MessageTileSyncIW.java +++ b/src/main/java/malte0811/industrialWires/network/MessageTileSyncIW.java @@ -1,28 +1,23 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ package malte0811.industrialWires.network; -import blusunrize.immersiveengineering.common.blocks.TileEntityIEBase; import io.netty.buffer.ByteBuf; import malte0811.industrialWires.IndustrialWires; import malte0811.industrialWires.blocks.ISyncReceiver; -import malte0811.industrialWires.blocks.TileEntityIWBase; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.math.BlockPos; diff --git a/src/main/java/malte0811/industrialWires/util/Beziers.java b/src/main/java/malte0811/industrialWires/util/Beziers.java index 643502c..dc9709d 100644 --- a/src/main/java/malte0811/industrialWires/util/Beziers.java +++ b/src/main/java/malte0811/industrialWires/util/Beziers.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/util/CommandIW.java b/src/main/java/malte0811/industrialWires/util/CommandIW.java index 1496aee..6d1169e 100644 --- a/src/main/java/malte0811/industrialWires/util/CommandIW.java +++ b/src/main/java/malte0811/industrialWires/util/CommandIW.java @@ -1,3 +1,18 @@ +/* + * This file is part of Industrial Wires. + * Copyright (C) 2016-2018 malte0811 + * Industrial Wires is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * Industrial Wires 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 General Public License for more details. + * You should have received a copy of the GNU General Public License + * along with Industrial Wires. If not, see . + */ + package malte0811.industrialWires.util; import malte0811.industrialWires.IWSaveData; diff --git a/src/main/java/malte0811/industrialWires/util/CommandIWClient.java b/src/main/java/malte0811/industrialWires/util/CommandIWClient.java index 5988dd0..55e3e7f 100644 --- a/src/main/java/malte0811/industrialWires/util/CommandIWClient.java +++ b/src/main/java/malte0811/industrialWires/util/CommandIWClient.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/util/ConversionUtil.java b/src/main/java/malte0811/industrialWires/util/ConversionUtil.java index a665efb..2ce21eb 100644 --- a/src/main/java/malte0811/industrialWires/util/ConversionUtil.java +++ b/src/main/java/malte0811/industrialWires/util/ConversionUtil.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/util/DualEnergyStorage.java b/src/main/java/malte0811/industrialWires/util/DualEnergyStorage.java index 6621e58..28f0f9f 100644 --- a/src/main/java/malte0811/industrialWires/util/DualEnergyStorage.java +++ b/src/main/java/malte0811/industrialWires/util/DualEnergyStorage.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/util/LocalSidedWorld.java b/src/main/java/malte0811/industrialWires/util/LocalSidedWorld.java index 093f87f..1e75d12 100644 --- a/src/main/java/malte0811/industrialWires/util/LocalSidedWorld.java +++ b/src/main/java/malte0811/industrialWires/util/LocalSidedWorld.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/util/MiscUtils.java b/src/main/java/malte0811/industrialWires/util/MiscUtils.java index 2f7b137..398577c 100644 --- a/src/main/java/malte0811/industrialWires/util/MiscUtils.java +++ b/src/main/java/malte0811/industrialWires/util/MiscUtils.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/util/NBTKeys.java b/src/main/java/malte0811/industrialWires/util/NBTKeys.java index e4ee859..3c0fdc7 100644 --- a/src/main/java/malte0811/industrialWires/util/NBTKeys.java +++ b/src/main/java/malte0811/industrialWires/util/NBTKeys.java @@ -1,6 +1,6 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or diff --git a/src/main/java/malte0811/industrialWires/util/TriConsumer.java b/src/main/java/malte0811/industrialWires/util/TriConsumer.java index 01fa81d..6b0d371 100644 --- a/src/main/java/malte0811/industrialWires/util/TriConsumer.java +++ b/src/main/java/malte0811/industrialWires/util/TriConsumer.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */ diff --git a/src/main/java/malte0811/industrialWires/wires/IC2Wiretype.java b/src/main/java/malte0811/industrialWires/wires/IC2Wiretype.java index 4c40f11..c6f9034 100644 --- a/src/main/java/malte0811/industrialWires/wires/IC2Wiretype.java +++ b/src/main/java/malte0811/industrialWires/wires/IC2Wiretype.java @@ -1,17 +1,14 @@ /* * This file is part of Industrial Wires. - * Copyright (C) 2016-2017 malte0811 - * + * Copyright (C) 2016-2018 malte0811 * Industrial Wires is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. - * * Industrial Wires 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 General Public License for more details. - * * You should have received a copy of the GNU General Public License * along with Industrial Wires. If not, see . */