From b3629f7ef2fbc5dba81e150d7407d9cbb0f6611b Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 15 Jan 2022 00:15:29 +0800 Subject: Update LICENSE for 2022 --- api/src/main/java/me/shedaniel/rei/api/client/ClientHelper.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/REIRuntime.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/config/ConfigManager.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/config/ConfigObject.java | 2 +- .../me/shedaniel/rei/api/client/config/entry/EntryStackProvider.java | 2 +- .../main/java/me/shedaniel/rei/api/client/entry/region/RegionEntry.java | 2 +- .../shedaniel/rei/api/client/entry/renderer/AbstractEntryRenderer.java | 2 +- .../shedaniel/rei/api/client/entry/renderer/BatchedEntryRenderer.java | 2 +- .../java/me/shedaniel/rei/api/client/entry/renderer/EntryRenderer.java | 2 +- .../shedaniel/rei/api/client/entry/renderer/EntryRendererProvider.java | 2 +- .../shedaniel/rei/api/client/entry/renderer/EntryRendererRegistry.java | 2 +- .../rei/api/client/entry/renderer/ForwardingEntryRenderer.java | 2 +- .../me/shedaniel/rei/api/client/entry/type/BuiltinClientEntryTypes.java | 2 +- .../me/shedaniel/rei/api/client/favorites/CompoundFavoriteRenderer.java | 2 +- .../main/java/me/shedaniel/rei/api/client/favorites/FavoriteEntry.java | 2 +- .../java/me/shedaniel/rei/api/client/favorites/FavoriteEntryType.java | 2 +- .../java/me/shedaniel/rei/api/client/favorites/FavoriteMenuEntry.java | 2 +- .../shedaniel/rei/api/client/favorites/SystemFavoriteEntryProvider.java | 2 +- .../main/java/me/shedaniel/rei/api/client/favorites/package-info.java | 2 +- .../me/shedaniel/rei/api/client/gui/AbstractContainerEventHandler.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/AbstractRenderer.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/DisplayRenderer.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/DrawableConsumer.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/Renderer.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/SimpleDisplayRenderer.java | 2 +- .../me/shedaniel/rei/api/client/gui/animator/ConstantValueProvider.java | 2 +- .../shedaniel/rei/api/client/gui/animator/ConventionValueAnimator.java | 2 +- .../shedaniel/rei/api/client/gui/animator/DoubleValueAnimatorImpl.java | 2 +- .../rei/api/client/gui/animator/MappingProgressValueAnimator.java | 2 +- .../me/shedaniel/rei/api/client/gui/animator/MappingValueAnimator.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/animator/NumberAnimator.java | 2 +- .../me/shedaniel/rei/api/client/gui/animator/NumberAnimatorWrapped.java | 2 +- .../me/shedaniel/rei/api/client/gui/animator/ProgressValueAnimator.java | 2 +- .../me/shedaniel/rei/api/client/gui/animator/RecordValueAnimator.java | 2 +- .../shedaniel/rei/api/client/gui/animator/RecordValueAnimatorArgs.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/animator/ValueAnimator.java | 2 +- .../rei/api/client/gui/animator/ValueAnimatorAsNumberAnimator.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/animator/ValueProvider.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/config/AppearanceTheme.java | 2 +- .../me/shedaniel/rei/api/client/gui/config/ConfigButtonPosition.java | 2 +- .../me/shedaniel/rei/api/client/gui/config/DisplayPanelLocation.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/config/DisplayScreenType.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/config/EntryPanelOrdering.java | 2 +- .../shedaniel/rei/api/client/gui/config/EntryPanelOrderingConfig.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/config/ItemCheatingMode.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/config/ItemCheatingStyle.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/config/RecipeBorderType.java | 2 +- .../me/shedaniel/rei/api/client/gui/config/SearchFieldLocation.java | 2 +- .../main/java/me/shedaniel/rei/api/client/gui/config/SearchMode.java | 2 +- .../me/shedaniel/rei/api/client/gui/config/SyntaxHighlightingMode.java | 2 +- .../main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStack.java | 2 +- .../me/shedaniel/rei/api/client/gui/drag/DraggableStackProvider.java | 2 +- .../shedaniel/rei/api/client/gui/drag/DraggableStackProviderWidget.java | 2 +- .../me/shedaniel/rei/api/client/gui/drag/DraggableStackVisitor.java | 2 +- .../shedaniel/rei/api/client/gui/drag/DraggableStackVisitorWidget.java | 2 +- .../me/shedaniel/rei/api/client/gui/drag/DraggedAcceptorResult.java | 2 +- .../main/java/me/shedaniel/rei/api/client/gui/drag/DraggingContext.java | 2 +- .../main/java/me/shedaniel/rei/api/client/gui/screen/DisplayScreen.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Arrow.java | 2 +- .../main/java/me/shedaniel/rei/api/client/gui/widgets/BaseWidget.java | 2 +- .../main/java/me/shedaniel/rei/api/client/gui/widgets/BurningFire.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Button.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/widgets/DelegateWidget.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Label.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Panel.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Slot.java | 2 +- .../main/java/me/shedaniel/rei/api/client/gui/widgets/TextField.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Tooltip.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Widget.java | 2 +- .../main/java/me/shedaniel/rei/api/client/gui/widgets/WidgetHolder.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/widgets/WidgetWithBounds.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Widgets.java | 2 +- .../java/me/shedaniel/rei/api/client/overlay/OverlayListWidget.java | 2 +- .../main/java/me/shedaniel/rei/api/client/overlay/ScreenOverlay.java | 2 +- .../main/java/me/shedaniel/rei/api/client/plugins/REIClientPlugin.java | 2 +- .../java/me/shedaniel/rei/api/client/registry/category/ButtonArea.java | 2 +- .../me/shedaniel/rei/api/client/registry/category/CategoryRegistry.java | 2 +- .../client/registry/category/extension/CategoryExtensionProvider.java | 2 +- .../registry/category/visibility/CategoryVisibilityPredicate.java | 2 +- .../me/shedaniel/rei/api/client/registry/display/DisplayCategory.java | 2 +- .../shedaniel/rei/api/client/registry/display/DisplayCategoryView.java | 2 +- .../me/shedaniel/rei/api/client/registry/display/DisplayRegistry.java | 2 +- .../rei/api/client/registry/display/DynamicDisplayGenerator.java | 2 +- .../rei/api/client/registry/display/reason/DisplayAdditionReason.java | 2 +- .../rei/api/client/registry/display/reason/DisplayAdditionReasons.java | 2 +- .../client/registry/display/visibility/DisplayVisibilityPredicate.java | 2 +- .../java/me/shedaniel/rei/api/client/registry/entry/EntryRegistry.java | 2 +- .../java/me/shedaniel/rei/api/client/registry/screen/ClickArea.java | 2 +- .../shedaniel/rei/api/client/registry/screen/DisplayBoundsProvider.java | 2 +- .../me/shedaniel/rei/api/client/registry/screen/ExclusionZones.java | 2 +- .../rei/api/client/registry/screen/ExclusionZonesProvider.java | 2 +- .../shedaniel/rei/api/client/registry/screen/FocusedStackProvider.java | 2 +- .../me/shedaniel/rei/api/client/registry/screen/OverlayDecider.java | 2 +- .../me/shedaniel/rei/api/client/registry/screen/ScreenRegistry.java | 2 +- .../me/shedaniel/rei/api/client/registry/screen/SimpleClickArea.java | 2 +- .../me/shedaniel/rei/api/client/registry/transfer/TransferHandler.java | 2 +- .../rei/api/client/registry/transfer/TransferHandlerErrorRenderer.java | 2 +- .../rei/api/client/registry/transfer/TransferHandlerRegistry.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/search/SearchFilter.java | 2 +- .../main/java/me/shedaniel/rei/api/client/search/SearchProvider.java | 2 +- .../main/java/me/shedaniel/rei/api/client/subsets/SubsetsRegistry.java | 2 +- .../java/me/shedaniel/rei/api/client/util/ClientEntryIngredients.java | 2 +- .../main/java/me/shedaniel/rei/api/client/util/ClientEntryStacks.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/util/SpriteRenderer.java | 2 +- .../main/java/me/shedaniel/rei/api/client/view/ViewSearchBuilder.java | 2 +- api/src/main/java/me/shedaniel/rei/api/client/view/Views.java | 2 +- .../java/me/shedaniel/rei/api/common/category/CategoryIdentifier.java | 2 +- api/src/main/java/me/shedaniel/rei/api/common/display/Display.java | 2 +- .../main/java/me/shedaniel/rei/api/common/display/DisplayMerger.java | 2 +- .../java/me/shedaniel/rei/api/common/display/DisplaySerializer.java | 2 +- .../me/shedaniel/rei/api/common/display/DisplaySerializerRegistry.java | 2 +- .../me/shedaniel/rei/api/common/display/SimpleDisplaySerializer.java | 2 +- .../java/me/shedaniel/rei/api/common/display/SimpleGridMenuDisplay.java | 2 +- .../java/me/shedaniel/rei/api/common/display/basic/BasicDisplay.java | 2 +- .../main/java/me/shedaniel/rei/api/common/entry/EntryIngredient.java | 2 +- .../main/java/me/shedaniel/rei/api/common/entry/EntrySerializer.java | 2 +- api/src/main/java/me/shedaniel/rei/api/common/entry/EntryStack.java | 2 +- .../me/shedaniel/rei/api/common/entry/comparison/ComparisonContext.java | 2 +- .../me/shedaniel/rei/api/common/entry/comparison/EntryComparator.java | 2 +- .../rei/api/common/entry/comparison/EntryComparatorRegistry.java | 2 +- .../rei/api/common/entry/comparison/FluidComparatorRegistry.java | 2 +- .../rei/api/common/entry/comparison/ItemComparatorRegistry.java | 2 +- .../shedaniel/rei/api/common/entry/settings/EntrySettingsAdapter.java | 2 +- .../rei/api/common/entry/settings/EntrySettingsAdapterRegistry.java | 2 +- .../java/me/shedaniel/rei/api/common/entry/type/BuiltinEntryTypes.java | 2 +- .../java/me/shedaniel/rei/api/common/entry/type/EntryDefinition.java | 2 +- api/src/main/java/me/shedaniel/rei/api/common/entry/type/EntryType.java | 2 +- .../java/me/shedaniel/rei/api/common/entry/type/EntryTypeBridge.java | 2 +- .../java/me/shedaniel/rei/api/common/entry/type/EntryTypeRegistry.java | 2 +- .../java/me/shedaniel/rei/api/common/entry/type/VanillaEntryTypes.java | 2 +- .../java/me/shedaniel/rei/api/common/fluid/FluidSupportProvider.java | 2 +- .../main/java/me/shedaniel/rei/api/common/plugins/PluginManager.java | 2 +- api/src/main/java/me/shedaniel/rei/api/common/plugins/PluginView.java | 2 +- api/src/main/java/me/shedaniel/rei/api/common/plugins/REIPlugin.java | 2 +- .../java/me/shedaniel/rei/api/common/plugins/REIPluginProvider.java | 2 +- .../main/java/me/shedaniel/rei/api/common/plugins/REIServerPlugin.java | 2 +- .../java/me/shedaniel/rei/api/common/registry/ParentReloadable.java | 2 +- .../java/me/shedaniel/rei/api/common/registry/RecipeManagerContext.java | 2 +- api/src/main/java/me/shedaniel/rei/api/common/registry/ReloadStage.java | 2 +- api/src/main/java/me/shedaniel/rei/api/common/registry/Reloadable.java | 2 +- .../main/java/me/shedaniel/rei/api/common/transfer/RecipeFinder.java | 2 +- .../me/shedaniel/rei/api/common/transfer/RecipeFinderPopulator.java | 2 +- .../main/java/me/shedaniel/rei/api/common/transfer/info/MenuInfo.java | 2 +- .../java/me/shedaniel/rei/api/common/transfer/info/MenuInfoContext.java | 2 +- .../me/shedaniel/rei/api/common/transfer/info/MenuInfoProvider.java | 2 +- .../me/shedaniel/rei/api/common/transfer/info/MenuInfoRegistry.java | 2 +- .../rei/api/common/transfer/info/MenuSerializationContext.java | 2 +- .../shedaniel/rei/api/common/transfer/info/MenuTransferException.java | 2 +- .../shedaniel/rei/api/common/transfer/info/clean/InputCleanHandler.java | 2 +- .../me/shedaniel/rei/api/common/transfer/info/simple/DumpHandler.java | 2 +- .../rei/api/common/transfer/info/simple/RecipeBookGridMenuInfo.java | 2 +- .../rei/api/common/transfer/info/simple/SimpleGridMenuInfo.java | 2 +- .../rei/api/common/transfer/info/simple/SimpleMenuInfoProvider.java | 2 +- .../api/common/transfer/info/simple/SimplePlayerInventoryMenuInfo.java | 2 +- .../rei/api/common/transfer/info/stack/ContainerSlotAccessor.java | 2 +- .../me/shedaniel/rei/api/common/transfer/info/stack/SlotAccessor.java | 2 +- .../rei/api/common/transfer/info/stack/VanillaSlotAccessor.java | 2 +- api/src/main/java/me/shedaniel/rei/api/common/util/CollectionUtils.java | 2 +- .../main/java/me/shedaniel/rei/api/common/util/EntryIngredients.java | 2 +- api/src/main/java/me/shedaniel/rei/api/common/util/EntryStacks.java | 2 +- api/src/main/java/me/shedaniel/rei/api/common/util/FormattingUtils.java | 2 +- api/src/main/java/me/shedaniel/rei/api/common/util/Identifiable.java | 2 +- .../java/me/shedaniel/rei/api/common/util/ImmutableTextComponent.java | 2 +- .../main/java/me/shedaniel/rei/api/common/util/TextRepresentable.java | 2 +- api/src/main/java/me/shedaniel/rei/impl/ClientInternals.java | 2 +- api/src/main/java/me/shedaniel/rei/impl/Internals.java | 2 +- api/src/main/java/me/shedaniel/rei/impl/display/DisplaySpec.java | 2 +- 167 files changed, 167 insertions(+), 167 deletions(-) (limited to 'api/src') diff --git a/api/src/main/java/me/shedaniel/rei/api/client/ClientHelper.java b/api/src/main/java/me/shedaniel/rei/api/client/ClientHelper.java index 4df94598e..d9f0eae23 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/ClientHelper.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/ClientHelper.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/REIRuntime.java b/api/src/main/java/me/shedaniel/rei/api/client/REIRuntime.java index c1657465d..6edf223e6 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/REIRuntime.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/REIRuntime.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/config/ConfigManager.java b/api/src/main/java/me/shedaniel/rei/api/client/config/ConfigManager.java index 477c4ebec..b65b54f54 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/config/ConfigManager.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/config/ConfigManager.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/config/ConfigObject.java b/api/src/main/java/me/shedaniel/rei/api/client/config/ConfigObject.java index cab36ebef..8dfbec3b6 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/config/ConfigObject.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/config/ConfigObject.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/config/entry/EntryStackProvider.java b/api/src/main/java/me/shedaniel/rei/api/client/config/entry/EntryStackProvider.java index 3f784b798..663eb6ce7 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/config/entry/EntryStackProvider.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/config/entry/EntryStackProvider.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/entry/region/RegionEntry.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/region/RegionEntry.java index c36a9444b..1a1b654fe 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/region/RegionEntry.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/region/RegionEntry.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/AbstractEntryRenderer.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/AbstractEntryRenderer.java index 28d88ce98..4a838738f 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/AbstractEntryRenderer.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/AbstractEntryRenderer.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/BatchedEntryRenderer.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/BatchedEntryRenderer.java index d02a43506..ba5b406bb 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/BatchedEntryRenderer.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/BatchedEntryRenderer.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRenderer.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRenderer.java index 43819351a..ea79db26a 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRenderer.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRenderer.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRendererProvider.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRendererProvider.java index 659df5cff..fa2c6bc72 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRendererProvider.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRendererProvider.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRendererRegistry.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRendererRegistry.java index 95b8981b3..4becfa174 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRendererRegistry.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/EntryRendererRegistry.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/ForwardingEntryRenderer.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/ForwardingEntryRenderer.java index 2c56d5176..bdd0bf214 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/ForwardingEntryRenderer.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/renderer/ForwardingEntryRenderer.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/entry/type/BuiltinClientEntryTypes.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/type/BuiltinClientEntryTypes.java index 1f4d4558a..c2493fed2 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/type/BuiltinClientEntryTypes.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/type/BuiltinClientEntryTypes.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/favorites/CompoundFavoriteRenderer.java b/api/src/main/java/me/shedaniel/rei/api/client/favorites/CompoundFavoriteRenderer.java index 2ccba2166..62c89edd2 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/favorites/CompoundFavoriteRenderer.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/favorites/CompoundFavoriteRenderer.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteEntry.java b/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteEntry.java index 82e3ca72d..6c5415910 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteEntry.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteEntry.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteEntryType.java b/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteEntryType.java index 82e7b961a..d3e54425f 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteEntryType.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteEntryType.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteMenuEntry.java b/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteMenuEntry.java index bc9b810b8..61655c432 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteMenuEntry.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/favorites/FavoriteMenuEntry.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/favorites/SystemFavoriteEntryProvider.java b/api/src/main/java/me/shedaniel/rei/api/client/favorites/SystemFavoriteEntryProvider.java index c5249d616..bc450317a 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/favorites/SystemFavoriteEntryProvider.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/favorites/SystemFavoriteEntryProvider.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/favorites/package-info.java b/api/src/main/java/me/shedaniel/rei/api/client/favorites/package-info.java index 6575edffa..9028ad193 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/favorites/package-info.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/favorites/package-info.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/AbstractContainerEventHandler.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/AbstractContainerEventHandler.java index 5e9ff3e47..78f8434e5 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/AbstractContainerEventHandler.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/AbstractContainerEventHandler.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/AbstractRenderer.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/AbstractRenderer.java index 377bdaab7..5da3c3f0c 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/AbstractRenderer.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/AbstractRenderer.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/DisplayRenderer.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/DisplayRenderer.java index de1da0e1b..8f8f0e0f4 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/DisplayRenderer.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/DisplayRenderer.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/DrawableConsumer.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/DrawableConsumer.java index 9def64c29..c57728786 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/DrawableConsumer.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/DrawableConsumer.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/Renderer.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/Renderer.java index d00720ac9..c352d5933 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/Renderer.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/Renderer.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/SimpleDisplayRenderer.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/SimpleDisplayRenderer.java index ee8ecdbc6..fe116e744 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/SimpleDisplayRenderer.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/SimpleDisplayRenderer.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ConstantValueProvider.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ConstantValueProvider.java index f213702b4..e0f19d469 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ConstantValueProvider.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ConstantValueProvider.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ConventionValueAnimator.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ConventionValueAnimator.java index 41f4e8263..771fe6489 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ConventionValueAnimator.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ConventionValueAnimator.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/DoubleValueAnimatorImpl.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/DoubleValueAnimatorImpl.java index d3db45a40..23784720a 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/DoubleValueAnimatorImpl.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/DoubleValueAnimatorImpl.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/MappingProgressValueAnimator.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/MappingProgressValueAnimator.java index 6de268b2a..513e77270 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/MappingProgressValueAnimator.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/MappingProgressValueAnimator.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/MappingValueAnimator.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/MappingValueAnimator.java index 947807972..aea3cc751 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/MappingValueAnimator.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/MappingValueAnimator.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/NumberAnimator.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/NumberAnimator.java index bf12081ed..1c06e34a2 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/NumberAnimator.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/NumberAnimator.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/NumberAnimatorWrapped.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/NumberAnimatorWrapped.java index 0214fb637..72219dfc7 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/NumberAnimatorWrapped.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/NumberAnimatorWrapped.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ProgressValueAnimator.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ProgressValueAnimator.java index e7f596092..de5607223 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ProgressValueAnimator.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ProgressValueAnimator.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/RecordValueAnimator.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/RecordValueAnimator.java index df17adaf1..353ba7257 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/RecordValueAnimator.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/RecordValueAnimator.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/RecordValueAnimatorArgs.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/RecordValueAnimatorArgs.java index 5ba458c8c..5c7fea252 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/RecordValueAnimatorArgs.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/RecordValueAnimatorArgs.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueAnimator.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueAnimator.java index f34fd6fe8..84c18fabe 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueAnimator.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueAnimator.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueAnimatorAsNumberAnimator.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueAnimatorAsNumberAnimator.java index 42e88a94b..6bad8130e 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueAnimatorAsNumberAnimator.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueAnimatorAsNumberAnimator.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueProvider.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueProvider.java index 4e8d62b50..8515f7012 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueProvider.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/animator/ValueProvider.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/AppearanceTheme.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/AppearanceTheme.java index b3042596b..bc7007e5a 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/AppearanceTheme.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/AppearanceTheme.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ConfigButtonPosition.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ConfigButtonPosition.java index d0969d8be..05e291200 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ConfigButtonPosition.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ConfigButtonPosition.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/DisplayPanelLocation.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/DisplayPanelLocation.java index 4d9ef827f..b3676bed7 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/DisplayPanelLocation.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/DisplayPanelLocation.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/DisplayScreenType.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/DisplayScreenType.java index 47e94ea35..f3df9586b 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/DisplayScreenType.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/DisplayScreenType.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/EntryPanelOrdering.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/EntryPanelOrdering.java index 92457f893..85fb1128f 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/EntryPanelOrdering.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/EntryPanelOrdering.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/EntryPanelOrderingConfig.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/EntryPanelOrderingConfig.java index 9f3efb953..381bb5b25 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/EntryPanelOrderingConfig.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/EntryPanelOrderingConfig.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ItemCheatingMode.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ItemCheatingMode.java index a4ff81a53..b1ffb5621 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ItemCheatingMode.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ItemCheatingMode.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ItemCheatingStyle.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ItemCheatingStyle.java index 1e14cede3..c3197301c 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ItemCheatingStyle.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/ItemCheatingStyle.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/RecipeBorderType.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/RecipeBorderType.java index 4789ad955..6d7eaee2f 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/RecipeBorderType.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/RecipeBorderType.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SearchFieldLocation.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SearchFieldLocation.java index d2868baca..762ae020f 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SearchFieldLocation.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SearchFieldLocation.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SearchMode.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SearchMode.java index 428b49985..85c4da73a 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SearchMode.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SearchMode.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SyntaxHighlightingMode.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SyntaxHighlightingMode.java index e569a1db5..9d7fe3a4a 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SyntaxHighlightingMode.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/SyntaxHighlightingMode.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStack.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStack.java index d38919ee4..dc3311055 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStack.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStack.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackProvider.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackProvider.java index 4a641fed6..57569b405 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackProvider.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackProvider.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackProviderWidget.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackProviderWidget.java index a54f75677..29d375118 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackProviderWidget.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackProviderWidget.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackVisitor.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackVisitor.java index 0d0f98fd7..8b8f9c220 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackVisitor.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackVisitor.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackVisitorWidget.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackVisitorWidget.java index cbe00cc1a..9181b82d2 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackVisitorWidget.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableStackVisitorWidget.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggedAcceptorResult.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggedAcceptorResult.java index 05731ef0c..10878d612 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggedAcceptorResult.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggedAcceptorResult.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggingContext.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggingContext.java index 6f7c2cfdc..30e6549c3 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggingContext.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggingContext.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/screen/DisplayScreen.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/screen/DisplayScreen.java index 9174d9112..d80ffdccc 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/screen/DisplayScreen.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/screen/DisplayScreen.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Arrow.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Arrow.java index 36f23f92b..ad69c3361 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Arrow.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Arrow.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/BaseWidget.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/BaseWidget.java index 2f3862a20..791d8aa61 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/BaseWidget.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/BaseWidget.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/BurningFire.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/BurningFire.java index 881c452d3..ffd8874a8 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/BurningFire.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/BurningFire.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Button.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Button.java index cebdd9024..e6091ba0c 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Button.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Button.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/DelegateWidget.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/DelegateWidget.java index aac1002a5..4e25b06b8 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/DelegateWidget.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/DelegateWidget.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Label.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Label.java index 95c53bdca..0533988d2 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Label.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Label.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Panel.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Panel.java index 181a938ee..f1adf8b06 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Panel.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Panel.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Slot.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Slot.java index 1f4594806..f0b2842e6 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Slot.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Slot.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/TextField.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/TextField.java index 51f039421..7002ad26f 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/TextField.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/TextField.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Tooltip.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Tooltip.java index 7f691dcfe..87efa7f26 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Tooltip.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Tooltip.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal diff --git a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Widget.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Widget.java index 960573cf3..1e88199b4 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Widget.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets/Widget.java @@ -1,6 +1,6 @@