From 2ebc99aff27d26aee351ae5e71b148a98bfbf59e Mon Sep 17 00:00:00 2001 From: Danielshe Date: Thu, 24 Oct 2019 23:24:09 +0800 Subject: license --- .../java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/java') diff --git a/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java b/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java index 1c42b3e89..f5f97ce41 100644 --- a/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java +++ b/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java @@ -1,3 +1,8 @@ +/* + * Roughly Enough Items by Danielshe. + * Licensed under the MIT License. + */ + package me.shedaniel.rei.gui.toast; import com.mojang.blaze3d.platform.GlStateManager; -- cgit