From aeae0f26a7312ef1c8450484db6156d85f6d89f1 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Wed, 12 Feb 2020 02:08:25 +0800 Subject: fix license Signed-off-by: shedaniel --- .../me/shedaniel/rei/gui/config/entry/RecipeScreenTypeEntry.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/main/java/me') diff --git a/src/main/java/me/shedaniel/rei/gui/config/entry/RecipeScreenTypeEntry.java b/src/main/java/me/shedaniel/rei/gui/config/entry/RecipeScreenTypeEntry.java index 04599b829..ee11c1216 100644 --- a/src/main/java/me/shedaniel/rei/gui/config/entry/RecipeScreenTypeEntry.java +++ b/src/main/java/me/shedaniel/rei/gui/config/entry/RecipeScreenTypeEntry.java @@ -1,3 +1,8 @@ +/* + * Copyright (c) 2018, 2019, 2020 shedaniel + * Licensed under the MIT License (the "License"). + */ + package me.shedaniel.rei.gui.config.entry; import com.google.common.collect.ImmutableList; -- cgit