diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-01-11 00:40:29 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-01-11 00:40:29 +0800 |
| commit | 8a136401cedbda8ecf65264741960259c7958eb9 (patch) | |
| tree | d142a7917ea6af9e362e5b8d166c4a3c3f4eddb5 /src/main/java/me | |
| parent | 9f653081e626eab261c86b30e18b8daecf221fa9 (diff) | |
| download | RoughlyEnoughItems-8a136401cedbda8ecf65264741960259c7958eb9.tar.gz RoughlyEnoughItems-8a136401cedbda8ecf65264741960259c7958eb9.tar.bz2 RoughlyEnoughItems-8a136401cedbda8ecf65264741960259c7958eb9.zip | |
fix license
Diffstat (limited to 'src/main/java/me')
3 files changed, 15 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/impl/RenderingEntry.java b/src/main/java/me/shedaniel/rei/impl/RenderingEntry.java index 766b9f193..58d983877 100644 --- a/src/main/java/me/shedaniel/rei/impl/RenderingEntry.java +++ b/src/main/java/me/shedaniel/rei/impl/RenderingEntry.java @@ -1,3 +1,8 @@ +/* + * Roughly Enough Items by Danielshe. + * Licensed under the MIT License. + */ + package me.shedaniel.rei.impl; import me.shedaniel.rei.api.EntryStack; diff --git a/src/main/java/me/shedaniel/rei/plugin/information/DefaultInformationCategory.java b/src/main/java/me/shedaniel/rei/plugin/information/DefaultInformationCategory.java index bb5095628..6735571f9 100644 --- a/src/main/java/me/shedaniel/rei/plugin/information/DefaultInformationCategory.java +++ b/src/main/java/me/shedaniel/rei/plugin/information/DefaultInformationCategory.java @@ -1,3 +1,8 @@ +/* + * Roughly Enough Items by Danielshe. + * Licensed under the MIT License. + */ + package me.shedaniel.rei.plugin.information; import com.google.common.collect.Lists; diff --git a/src/main/java/me/shedaniel/rei/plugin/information/DefaultInformationDisplay.java b/src/main/java/me/shedaniel/rei/plugin/information/DefaultInformationDisplay.java index 84f8c2bbd..6f8c6c04b 100644 --- a/src/main/java/me/shedaniel/rei/plugin/information/DefaultInformationDisplay.java +++ b/src/main/java/me/shedaniel/rei/plugin/information/DefaultInformationDisplay.java @@ -1,3 +1,8 @@ +/* + * Roughly Enough Items by Danielshe. + * Licensed under the MIT License. + */ + package me.shedaniel.rei.plugin.information; import com.google.common.collect.Lists; |
