From 332747a3332eec2f2bff5696f79ef1e38161aa75 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 18 Jun 2019 16:39:51 +0800 Subject: Added back licenses --- .../shedaniel/rei/plugin/autocrafting/AutoCraftingTableHandler.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/java/me/shedaniel/rei/plugin/autocrafting/AutoCraftingTableHandler.java') diff --git a/src/main/java/me/shedaniel/rei/plugin/autocrafting/AutoCraftingTableHandler.java b/src/main/java/me/shedaniel/rei/plugin/autocrafting/AutoCraftingTableHandler.java index f33ee24fa..1b1142d76 100644 --- a/src/main/java/me/shedaniel/rei/plugin/autocrafting/AutoCraftingTableHandler.java +++ b/src/main/java/me/shedaniel/rei/plugin/autocrafting/AutoCraftingTableHandler.java @@ -1,3 +1,8 @@ +/* + * Roughly Enough Items by Danielshe. + * Licensed under the MIT License. + */ + package me.shedaniel.rei.plugin.autocrafting; import me.shedaniel.rei.api.AutoCraftingHandler; -- cgit