Skip to content

Commit

Permalink
Add copyright notices
Browse files Browse the repository at this point in the history
  • Loading branch information
mrapplexz committed Jul 5, 2020
1 parent 3927944 commit 5ef20c8
Show file tree
Hide file tree
Showing 22 changed files with 374 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/java/net/pearx/jehc/Jehc.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc;

import net.minecraftforge.fml.common.Mod;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/pearx/jehc/jei/JehcPlugin.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei;

import mezz.jei.api.IGuiHelper;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/pearx/jehc/jei/JehcRecipeCategory.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei;

import com.pam.harvestcraft.Reference;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/pearx/jehc/jei/apiary/ApiaryRecipeCategory.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.apiary;

import com.pam.harvestcraft.blocks.BlockRegistry;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/pearx/jehc/jei/apiary/ApiaryRecipeWrapper.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.apiary;

import mezz.jei.api.ingredients.IIngredients;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.machine;

import com.pam.harvestcraft.blocks.BlockRegistry;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.machine;

import mezz.jei.api.IGuiHelper;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/pearx/jehc/jei/machine/MachineRecipeWrapper.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.machine;

import mezz.jei.api.ingredients.IIngredients;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.machine;

import com.pam.harvestcraft.blocks.BlockRegistry;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/pearx/jehc/jei/machine/WaterFilterCategory.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.machine;

import com.pam.harvestcraft.blocks.BlockRegistry;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/pearx/jehc/jei/sbm/SBMRecipeCategory.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.sbm;

import mezz.jei.api.IGuiHelper;
Expand Down
17 changes: 17 additions & 0 deletions src/main/java/net/pearx/jehc/jei/sbm/SBMRecipeTransferHandler.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.sbm;

import mezz.jei.api.gui.IRecipeLayout;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.sbm.market;

import com.pam.harvestcraft.blocks.BlockRegistry;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.sbm.market;

import com.pam.harvestcraft.gui.ContainerMarket;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.sbm.market;

import com.pam.harvestcraft.tileentities.MarketData;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.sbm.shippingbin;

import com.pam.harvestcraft.blocks.BlockRegistry;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.sbm.shippingbin;

import com.pam.harvestcraft.gui.ContainerShippingBin;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.sbm.shippingbin;

import com.pam.harvestcraft.tileentities.ShippingBinData;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
/*
* This file is part of Just Enough HarvestCraft.
*
* Just Enough HarvestCraft 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.
*
* Just Enough HarvestCraft 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 Just Enough HarvestCraft. If not, see <https://www.gnu.org/licenses/>.
*/

package net.pearx.jehc.jei.trap;

import com.pam.harvestcraft.blocks.BlockRegistry;
Expand Down
Loading

0 comments on commit 5ef20c8

Please sign in to comment.