Skip to content

Commit

Permalink
chore: update license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMVoid95 committed Jan 11, 2023
1 parent f1485b1 commit cd8f50a
Show file tree
Hide file tree
Showing 1,181 changed files with 1,292 additions and 1,248 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,36 +1,40 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
*/

package micdoodle8.mods.galacticraft.api;

import com.google.common.collect.Lists;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import micdoodle8.mods.galacticraft.api.client.IGameScreen;
import micdoodle8.mods.galacticraft.api.item.EnumExtendedInventorySlot;
import micdoodle8.mods.galacticraft.api.recipe.INasaWorkbenchRecipe;
import micdoodle8.mods.galacticraft.api.recipe.SpaceStationRecipe;
import micdoodle8.mods.galacticraft.api.world.IGalacticraftWorldProvider;
import micdoodle8.mods.galacticraft.api.world.ITeleportType;
import micdoodle8.mods.galacticraft.api.world.SpaceStationType;
import micdoodle8.mods.galacticraft.core.GalacticraftCore;

import com.google.common.collect.Lists;

import net.minecraft.block.Block;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.util.ResourceLocation;
import net.minecraft.world.DimensionType;
import net.minecraft.world.WorldProvider;
import net.minecraft.world.WorldProviderSurface;

import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;

import micdoodle8.mods.galacticraft.api.client.IGameScreen;
import micdoodle8.mods.galacticraft.api.item.EnumExtendedInventorySlot;
import micdoodle8.mods.galacticraft.api.recipe.INasaWorkbenchRecipe;
import micdoodle8.mods.galacticraft.api.recipe.SpaceStationRecipe;
import micdoodle8.mods.galacticraft.api.world.IGalacticraftWorldProvider;
import micdoodle8.mods.galacticraft.api.world.ITeleportType;
import micdoodle8.mods.galacticraft.api.world.SpaceStationType;
import micdoodle8.mods.galacticraft.core.GalacticraftCore;

public class GalacticraftRegistry
{

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 Team Galacticraft
* Copyright (c) 2023 Team Galacticraft
*
* Licensed under the MIT license.
* See LICENSE file in the project root for details.
Expand Down
Loading

0 comments on commit cd8f50a

Please sign in to comment.