aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2019-12-07 19:01:03 +0800
committershedaniel <daniel@shedaniel.me>2019-12-07 19:01:03 +0800
commit6649cabd292fb4e42317683da84bb7952fc616a6 (patch)
tree66a4065f6df26fb714446fe51dc499f2f9be41f2 /src/main
parent4e222c049ad8cd5776e61fa594a8cd5161941a66 (diff)
downloadRoughlyEnoughItems-6649cabd292fb4e42317683da84bb7952fc616a6.tar.gz
RoughlyEnoughItems-6649cabd292fb4e42317683da84bb7952fc616a6.tar.bz2
RoughlyEnoughItems-6649cabd292fb4e42317683da84bb7952fc616a6.zip
License
Diffstat (limited to 'src/main')
-rw-r--r--src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java5
-rw-r--r--src/main/java/me/shedaniel/rei/gui/widget/ReloadConfigButtonWidget.java5
-rw-r--r--src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java5
3 files changed, 15 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java b/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java
index d81678501..696e8f25b 100644
--- a/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java
+++ b/src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java
@@ -1,3 +1,8 @@
+/*
+ * Roughly Enough Items by Danielshe.
+ * Licensed under the MIT License.
+ */
+
package me.shedaniel.rei.gui;
import me.shedaniel.rei.api.RecipeHelper;
diff --git a/src/main/java/me/shedaniel/rei/gui/widget/ReloadConfigButtonWidget.java b/src/main/java/me/shedaniel/rei/gui/widget/ReloadConfigButtonWidget.java
index 09f254aa8..a4fb0f247 100644
--- a/src/main/java/me/shedaniel/rei/gui/widget/ReloadConfigButtonWidget.java
+++ b/src/main/java/me/shedaniel/rei/gui/widget/ReloadConfigButtonWidget.java
@@ -1,3 +1,8 @@
+/*
+ * Roughly Enough Items by Danielshe.
+ * Licensed under the MIT License.
+ */
+
package me.shedaniel.rei.gui.widget;
import me.shedaniel.rei.api.annotations.Internal;
diff --git a/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java b/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java
index da6b91ab8..be711b00a 100644
--- a/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java
+++ b/src/main/java/me/shedaniel/rei/tests/plugin/REITestPlugin.java
@@ -1,3 +1,8 @@
+/*
+ * Roughly Enough Items by Danielshe.
+ * Licensed under the MIT License.
+ */
+
package me.shedaniel.rei.tests.plugin;
import me.shedaniel.rei.api.EntryRegistry;