Skip to content

Commit

Permalink
Updated license
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Jan 9, 2021
1 parent 25e8d4b commit 5a1a5ff
Show file tree
Hide file tree
Showing 262 changed files with 288 additions and 276 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/hrznstudio/titanium/Titanium.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hrznstudio/titanium/TitaniumClient.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand All @@ -11,7 +11,6 @@
import com.hrznstudio.titanium._impl.creative.tile.CreativeFEGeneratorTile;
import com.hrznstudio.titanium.api.IFactory;
import com.hrznstudio.titanium.block.BasicTileBlock;
import com.hrznstudio.titanium.datagenerator.loot.TitaniumLootTableProvider;
import com.hrznstudio.titanium.datagenerator.loot.block.BasicBlockLootTables;
import net.minecraft.block.Block;
import net.minecraft.block.Blocks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/

package com.hrznstudio.titanium._impl.creative.tile;

import com.hrznstudio.titanium._impl.creative.CreativeFEGeneratorBlock;
import com.hrznstudio.titanium.api.IFactory;
import com.hrznstudio.titanium.block.BasicTileBlock;
import com.hrznstudio.titanium.block.tile.PoweredTile;
import com.hrznstudio.titanium.component.energy.EnergyStorageComponent;
import net.minecraft.entity.player.PlayerEntity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand All @@ -10,9 +10,7 @@
import com.hrznstudio.titanium._impl.test.tile.AssetTestTile;
import com.hrznstudio.titanium.api.IFactory;
import com.hrznstudio.titanium.block.RotatableBlock;
import com.hrznstudio.titanium.datagenerator.loot.TitaniumLootTableProvider;
import com.hrznstudio.titanium.datagenerator.loot.block.BasicBlockLootTables;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.loot.LootTable;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand All @@ -10,7 +10,6 @@
import com.hrznstudio.titanium._impl.test.tile.MachineTestTile;
import com.hrznstudio.titanium.api.IFactory;
import com.hrznstudio.titanium.block.RotatableBlock;
import net.minecraft.block.Block;
import net.minecraft.block.Blocks;

public class MachineTestBlock extends RotatableBlock<MachineTestTile> {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand All @@ -13,7 +13,6 @@
import com.hrznstudio.titanium.api.IFactory;
import com.hrznstudio.titanium.block.RotatableBlock;
import com.hrznstudio.titanium.datagenerator.loot.block.BasicBlockLootTables;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.loot.LootTable;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand All @@ -10,9 +10,7 @@
import com.hrznstudio.titanium._impl.test.tile.TwentyFourTestTile;
import com.hrznstudio.titanium.api.IFactory;
import com.hrznstudio.titanium.block.RotatableBlock;
import com.hrznstudio.titanium.datagenerator.loot.TitaniumLootTableProvider;
import com.hrznstudio.titanium.datagenerator.loot.block.BasicBlockLootTables;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.loot.LootTable;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand All @@ -12,12 +12,12 @@
import com.hrznstudio.titanium.annotation.Save;
import com.hrznstudio.titanium.api.IItemStackQuery;
import com.hrznstudio.titanium.block.tile.PoweredTile;
import com.hrznstudio.titanium.client.screen.asset.IAssetProvider;
import com.hrznstudio.titanium.component.energy.EnergyStorageComponent;
import com.hrznstudio.titanium.component.fluid.SidedFluidTankComponent;
import com.hrznstudio.titanium.component.inventory.InventoryComponent;
import com.hrznstudio.titanium.component.inventory.SidedInventoryComponent;
import com.hrznstudio.titanium.component.progress.ProgressBarComponent;
import com.hrznstudio.titanium.client.screen.asset.IAssetProvider;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.item.DyeColor;
import net.minecraft.tileentity.ITickableTileEntity;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand All @@ -13,7 +13,6 @@
import com.hrznstudio.titanium.block.tile.PoweredTile;
import com.hrznstudio.titanium.component.inventory.InventoryComponent;
import com.hrznstudio.titanium.component.progress.ProgressBarComponent;
import com.hrznstudio.titanium.client.screen.addon.EnergyBarScreenAddon;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.tileentity.ITickableTileEntity;
import net.minecraft.util.ActionResultType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hrznstudio/titanium/annotation/Save.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hrznstudio/titanium/api/IEnumValues.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hrznstudio/titanium/api/IFactory.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hrznstudio/titanium/api/IMachine.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/hrznstudio/titanium/api/INBTHandler.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This file is part of Titanium
* Copyright (C) 2020, Horizon Studio <[email protected]>.
* Copyright (C) 2021, Horizon Studio <[email protected]>.
*
* This code is licensed under GNU Lesser General Public License v3.0, the full license text can be found in LICENSE.txt
*/
Expand Down
Loading

0 comments on commit 5a1a5ff

Please sign in to comment.