Browse Source

3.3.18

Signed-off-by: shedaniel <daniel@shedaniel.me>
shedaniel 5 years ago
parent
commit
febcd0556b
100 changed files with 202 additions and 202 deletions
  1. 2 2
      HEADER
  2. 1 1
      gradle.properties
  3. 2 2
      src/main/java/me/shedaniel/rei/REIModMenuEntryPoint.java
  4. 2 2
      src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCore.java
  5. 2 2
      src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java
  6. 2 2
      src/main/java/me/shedaniel/rei/api/AutoTransferHandler.java
  7. 2 2
      src/main/java/me/shedaniel/rei/api/BaseBoundsHandler.java
  8. 2 2
      src/main/java/me/shedaniel/rei/api/ButtonAreaSupplier.java
  9. 2 2
      src/main/java/me/shedaniel/rei/api/ClientHelper.java
  10. 2 2
      src/main/java/me/shedaniel/rei/api/ConfigManager.java
  11. 2 2
      src/main/java/me/shedaniel/rei/api/ConfigObject.java
  12. 2 2
      src/main/java/me/shedaniel/rei/api/DisplayHelper.java
  13. 2 2
      src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java
  14. 2 2
      src/main/java/me/shedaniel/rei/api/EntryRegistry.java
  15. 2 2
      src/main/java/me/shedaniel/rei/api/EntryStack.java
  16. 2 2
      src/main/java/me/shedaniel/rei/api/ItemStackHook.java
  17. 2 2
      src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java
  18. 2 2
      src/main/java/me/shedaniel/rei/api/ObjectHolder.java
  19. 2 2
      src/main/java/me/shedaniel/rei/api/OptimalEntryStack.java
  20. 2 2
      src/main/java/me/shedaniel/rei/api/REIPluginEntry.java
  21. 2 2
      src/main/java/me/shedaniel/rei/api/RecipeCategory.java
  22. 2 2
      src/main/java/me/shedaniel/rei/api/RecipeDisplay.java
  23. 2 2
      src/main/java/me/shedaniel/rei/api/RecipeHelper.java
  24. 2 2
      src/main/java/me/shedaniel/rei/api/TransferRecipeCategory.java
  25. 2 2
      src/main/java/me/shedaniel/rei/api/TransferRecipeDisplay.java
  26. 2 2
      src/main/java/me/shedaniel/rei/api/plugins/REIPluginV0.java
  27. 2 2
      src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java
  28. 2 2
      src/main/java/me/shedaniel/rei/gui/ContainerScreenOverlay.java
  29. 2 2
      src/main/java/me/shedaniel/rei/gui/OverlaySearchField.java
  30. 2 2
      src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java
  31. 2 2
      src/main/java/me/shedaniel/rei/gui/RecipeDisplayExporter.java
  32. 2 2
      src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java
  33. 2 2
      src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java
  34. 2 2
      src/main/java/me/shedaniel/rei/gui/config/ItemCheatingMode.java
  35. 2 2
      src/main/java/me/shedaniel/rei/gui/config/ItemListOrdering.java
  36. 2 2
      src/main/java/me/shedaniel/rei/gui/config/ItemListOrderingConfig.java
  37. 2 2
      src/main/java/me/shedaniel/rei/gui/config/RecipeScreenType.java
  38. 2 2
      src/main/java/me/shedaniel/rei/gui/config/SearchFieldLocation.java
  39. 2 2
      src/main/java/me/shedaniel/rei/gui/credits/CreditsEntryListWidget.java
  40. 2 2
      src/main/java/me/shedaniel/rei/gui/credits/CreditsScreen.java
  41. 2 2
      src/main/java/me/shedaniel/rei/gui/entries/RecipeEntry.java
  42. 2 2
      src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeEntry.java
  43. 2 2
      src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java
  44. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/AutoCraftingButtonWidget.java
  45. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/ButtonWidget.java
  46. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/CategoryBaseWidget.java
  47. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/ClickableActionedLabelWidget.java
  48. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/ClickableLabelWidget.java
  49. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/CraftableToggleButtonWidget.java
  50. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/DraggableWidget.java
  51. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/EntryListWidget.java
  52. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/EntryWidget.java
  53. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/FavoritesListWidget.java
  54. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/LabelWidget.java
  55. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/LateRenderable.java
  56. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/LateRenderedButton.java
  57. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/PanelWidget.java
  58. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/QueuedTooltip.java
  59. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/RecipeArrowWidget.java
  60. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/RecipeBaseWidget.java
  61. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/RecipeChoosePageWidget.java
  62. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/ReloadConfigButtonWidget.java
  63. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/SlotBaseWidget.java
  64. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/TabWidget.java
  65. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/TextFieldWidget.java
  66. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/Widget.java
  67. 2 2
      src/main/java/me/shedaniel/rei/gui/widget/WidgetWithBounds.java
  68. 2 2
      src/main/java/me/shedaniel/rei/impl/AbstractEntryStack.java
  69. 2 2
      src/main/java/me/shedaniel/rei/impl/BaseBoundsHandlerImpl.java
  70. 2 2
      src/main/java/me/shedaniel/rei/impl/ClientHelperImpl.java
  71. 2 2
      src/main/java/me/shedaniel/rei/impl/ConfigManagerImpl.java
  72. 5 5
      src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java
  73. 2 2
      src/main/java/me/shedaniel/rei/impl/DisplayHelperImpl.java
  74. 2 2
      src/main/java/me/shedaniel/rei/impl/EmptyEntryStack.java
  75. 2 2
      src/main/java/me/shedaniel/rei/impl/EntryRegistryImpl.java
  76. 2 2
      src/main/java/me/shedaniel/rei/impl/FluidEntryStack.java
  77. 2 2
      src/main/java/me/shedaniel/rei/impl/ItemEntryStack.java
  78. 2 2
      src/main/java/me/shedaniel/rei/impl/ObjectHolderImpl.java
  79. 2 2
      src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java
  80. 2 2
      src/main/java/me/shedaniel/rei/impl/RenderingEntry.java
  81. 2 2
      src/main/java/me/shedaniel/rei/impl/ScreenHelper.java
  82. 2 2
      src/main/java/me/shedaniel/rei/impl/SearchArgument.java
  83. 2 2
      src/main/java/me/shedaniel/rei/impl/Weather.java
  84. 2 2
      src/main/java/me/shedaniel/rei/impl/compat/ModelHasDepth1151Compat.java
  85. 2 2
      src/main/java/me/shedaniel/rei/impl/compat/ModelSideLit1152Compat.java
  86. 2 2
      src/main/java/me/shedaniel/rei/listeners/AbstractInventoryScreenHooks.java
  87. 2 2
      src/main/java/me/shedaniel/rei/listeners/ContainerScreenHooks.java
  88. 2 2
      src/main/java/me/shedaniel/rei/listeners/RecipeBookButtonWidgetHooks.java
  89. 2 2
      src/main/java/me/shedaniel/rei/listeners/RecipeBookGuiHooks.java
  90. 2 2
      src/main/java/me/shedaniel/rei/mixin/MixinBrewingRecipeRegistry.java
  91. 2 2
      src/main/java/me/shedaniel/rei/mixin/MixinItemStack.java
  92. 2 2
      src/main/java/me/shedaniel/rei/plugin/DefaultAutoCraftingPlugin.java
  93. 2 2
      src/main/java/me/shedaniel/rei/plugin/DefaultPlugin.java
  94. 2 2
      src/main/java/me/shedaniel/rei/plugin/DefaultPotionEffectExclusionZones.java
  95. 2 2
      src/main/java/me/shedaniel/rei/plugin/DefaultRecipeBookExclusionZones.java
  96. 2 2
      src/main/java/me/shedaniel/rei/plugin/DefaultServerContainerPlugin.java
  97. 2 2
      src/main/java/me/shedaniel/rei/plugin/autocrafting/DefaultCategoryHandler.java
  98. 2 2
      src/main/java/me/shedaniel/rei/plugin/autocrafting/DefaultRecipeBookHandler.java
  99. 2 2
      src/main/java/me/shedaniel/rei/plugin/blasting/DefaultBlastingDisplay.java
  100. 2 2
      src/main/java/me/shedaniel/rei/plugin/brewing/BrewingRecipe.java

+ 2 - 2
HEADER

@@ -1,2 +1,2 @@
-Roughly Enough Items by Danielshe.
-Licensed under the MIT License.
+Copyright (c) 2018, 2019, 2020 shedaniel
+Licensed under the MIT License (the "License").

+ 1 - 1
gradle.properties

@@ -1,4 +1,4 @@
-mod_version=3.3.17
+mod_version=3.3.18
 minecraft_version=1.15.2
 yarn_version=1.15.2+build.1
 fabricloader_version=0.7.2+build.174

+ 2 - 2
src/main/java/me/shedaniel/rei/REIModMenuEntryPoint.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei;

+ 2 - 2
src/main/java/me/shedaniel/rei/RoughlyEnoughItemsCore.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei;

+ 2 - 2
src/main/java/me/shedaniel/rei/RoughlyEnoughItemsNetwork.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/AutoTransferHandler.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/BaseBoundsHandler.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/ButtonAreaSupplier.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/ClientHelper.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/ConfigManager.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/ConfigObject.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/DisplayHelper.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/DisplayVisibilityHandler.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/EntryRegistry.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/EntryStack.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/ItemStackHook.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/LiveRecipeGenerator.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/ObjectHolder.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/OptimalEntryStack.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/REIPluginEntry.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/RecipeCategory.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/RecipeDisplay.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/RecipeHelper.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/TransferRecipeCategory.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/TransferRecipeDisplay.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api;

+ 2 - 2
src/main/java/me/shedaniel/rei/api/plugins/REIPluginV0.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.api.plugins;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/ConfigReloadingScreen.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/ContainerScreenOverlay.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/OverlaySearchField.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/PreRecipeViewingScreen.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/RecipeDisplayExporter.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/RecipeViewingScreen.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/config/ItemCheatingMode.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.config;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/config/ItemListOrdering.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.config;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/config/ItemListOrderingConfig.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.config;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/config/RecipeScreenType.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.config;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/config/SearchFieldLocation.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.config;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/credits/CreditsEntryListWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.credits;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/credits/CreditsScreen.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.credits;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/entries/RecipeEntry.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.entries;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/entries/SimpleRecipeEntry.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.entries;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.toast;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/AutoCraftingButtonWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/ButtonWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/CategoryBaseWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/ClickableActionedLabelWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/ClickableLabelWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/CraftableToggleButtonWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/DraggableWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/EntryListWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/EntryWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/FavoritesListWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/LabelWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/LateRenderable.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/LateRenderedButton.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/PanelWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/QueuedTooltip.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/RecipeArrowWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/RecipeBaseWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/RecipeChoosePageWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/ReloadConfigButtonWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/SlotBaseWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/TabWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/TextFieldWidget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/Widget.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/gui/widget/WidgetWithBounds.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.gui.widget;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/AbstractEntryStack.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/BaseBoundsHandlerImpl.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/ClientHelperImpl.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/ConfigManagerImpl.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 5 - 5
src/main/java/me/shedaniel/rei/impl/ConfigObjectImpl.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;
@@ -311,9 +311,9 @@ public class ConfigObjectImpl implements ConfigObject, ConfigData {
         @Comment("Declares whether REI should append mod names to item stacks.") private boolean appendModNames = true;
         @Comment("Declares how the scrollbar in villager screen should act.") private boolean villagerScreenPermanentScrollBar = false;
         @Comment("Declares whether entry list widget is scrolled.") private boolean scrollingEntryListWidget = false;
-        private boolean snapToRows = false;
-        private boolean displayFavoritesOnTheLeft = true;
-        private boolean displayFavoritesTooltip = false;
+        @Comment("Declares whether scrolled entry list widget should snap to rows.") private boolean snapToRows = false;
+        @Comment("Declares the location of the favorites list.") private boolean displayFavoritesOnTheLeft = true;
+        @Comment("Declares whether favorites tooltip should be displayed.") private boolean displayFavoritesTooltip = false;
         @Comment("Declares whether favorites will be searched.") private boolean searchFavorites = true;
         @UsePercentage(min = 0.5, max = 4.0) private double entrySize = 1.0;
         private boolean useCompactTabs = true;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/DisplayHelperImpl.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/EmptyEntryStack.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/EntryRegistryImpl.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/FluidEntryStack.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/ItemEntryStack.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/ObjectHolderImpl.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/RecipeHelperImpl.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/RenderingEntry.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/ScreenHelper.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/SearchArgument.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/Weather.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/compat/ModelHasDepth1151Compat.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl.compat;

+ 2 - 2
src/main/java/me/shedaniel/rei/impl/compat/ModelSideLit1152Compat.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.impl.compat;

+ 2 - 2
src/main/java/me/shedaniel/rei/listeners/AbstractInventoryScreenHooks.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.listeners;

+ 2 - 2
src/main/java/me/shedaniel/rei/listeners/ContainerScreenHooks.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.listeners;

+ 2 - 2
src/main/java/me/shedaniel/rei/listeners/RecipeBookButtonWidgetHooks.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.listeners;

+ 2 - 2
src/main/java/me/shedaniel/rei/listeners/RecipeBookGuiHooks.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.listeners;

+ 2 - 2
src/main/java/me/shedaniel/rei/mixin/MixinBrewingRecipeRegistry.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.mixin;

+ 2 - 2
src/main/java/me/shedaniel/rei/mixin/MixinItemStack.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.mixin;

+ 2 - 2
src/main/java/me/shedaniel/rei/plugin/DefaultAutoCraftingPlugin.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.plugin;

+ 2 - 2
src/main/java/me/shedaniel/rei/plugin/DefaultPlugin.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.plugin;

+ 2 - 2
src/main/java/me/shedaniel/rei/plugin/DefaultPotionEffectExclusionZones.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.plugin;

+ 2 - 2
src/main/java/me/shedaniel/rei/plugin/DefaultRecipeBookExclusionZones.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.plugin;

+ 2 - 2
src/main/java/me/shedaniel/rei/plugin/DefaultServerContainerPlugin.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.plugin;

+ 2 - 2
src/main/java/me/shedaniel/rei/plugin/autocrafting/DefaultCategoryHandler.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.plugin.autocrafting;

+ 2 - 2
src/main/java/me/shedaniel/rei/plugin/autocrafting/DefaultRecipeBookHandler.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.plugin.autocrafting;

+ 2 - 2
src/main/java/me/shedaniel/rei/plugin/blasting/DefaultBlastingDisplay.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.plugin.blasting;

+ 2 - 2
src/main/java/me/shedaniel/rei/plugin/brewing/BrewingRecipe.java

@@ -1,6 +1,6 @@
 /*
- * Roughly Enough Items by Danielshe.
- * Licensed under the MIT License.
+ * Copyright (c) 2018, 2019, 2020 shedaniel
+ * Licensed under the MIT License (the "License").
  */
 
 package me.shedaniel.rei.plugin.brewing;

Some files were not shown because too many files changed in this diff