diff options
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java b/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java index 215651523..174f4e5c3 100644 --- a/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java +++ b/src/main/java/me/shedaniel/rei/utils/ExecutorUtil.java @@ -1,3 +1,8 @@ +/* + * Roughly Enough Items by Danielshe. + * Licensed under the MIT License. + */ + package me.shedaniel.rei.utils; import java.util.function.Supplier; |
