From 3426ed6edef377ad690c44be3997a9be73df1638 Mon Sep 17 00:00:00 2001 From: shedaniel Date: Sat, 21 Jan 2023 22:58:29 +0800 Subject: Update license to 2023 --- 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 +- .../main/java/me/shedaniel/rei/api/client/config/addon/ConfigAddon.java | 2 +- .../me/shedaniel/rei/api/client/config/addon/ConfigAddonRegistry.java | 2 +- .../me/shedaniel/rei/api/client/config/entry/EntryStackProvider.java | 2 +- .../me/shedaniel/rei/api/client/entry/filtering/FilteringContext.java | 2 +- .../me/shedaniel/rei/api/client/entry/filtering/FilteringResult.java | 2 +- .../rei/api/client/entry/filtering/FilteringResultFactory.java | 2 +- .../java/me/shedaniel/rei/api/client/entry/filtering/FilteringRule.java | 2 +- .../me/shedaniel/rei/api/client/entry/filtering/FilteringRuleType.java | 2 +- .../rei/api/client/entry/filtering/FilteringRuleTypeRegistry.java | 2 +- .../rei/api/client/entry/filtering/base/BasicFilteringRule.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 +- .../java/me/shedaniel/rei/api/client/gui/config/AppearanceTheme.java | 2 +- .../main/java/me/shedaniel/rei/api/client/gui/config/CheatingMode.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 +- .../me/shedaniel/rei/api/client/gui/config/FavoriteAddWidgetMode.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 +- .../me/shedaniel/rei/api/client/gui/drag/DraggableBoundsProvider.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 +- .../shedaniel/rei/api/client/gui/drag/component/DraggableComponent.java | 2 +- .../rei/api/client/gui/drag/component/DraggableComponentProvider.java | 2 +- .../api/client/gui/drag/component/DraggableComponentProviderWidget.java | 2 +- .../rei/api/client/gui/drag/component/DraggableComponentVisitor.java | 2 +- .../api/client/gui/drag/component/DraggableComponentVisitorWidget.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/CloseableScissors.java | 2 +- .../java/me/shedaniel/rei/api/client/gui/widgets/DelegateWidget.java | 2 +- .../shedaniel/rei/api/client/gui/widgets/DelegateWidgetWithBounds.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 +- .../java/me/shedaniel/rei/api/client/gui/widgets/TooltipContext.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 +- .../rei/api/client/registry/entry/CollapsibleEntryRegistry.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/TransferHandlerRegistry.java | 2 +- .../rei/api/client/registry/transfer/TransferHandlerRenderer.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 +- .../rei/api/client/search/method/CharacterUnpackingInputMethod.java | 2 +- .../java/me/shedaniel/rei/api/client/search/method/InputMethod.java | 2 +- .../me/shedaniel/rei/api/client/search/method/InputMethodRegistry.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/MatrixUtils.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 +- .../main/java/me/shedaniel/rei/api/common/entry/InputIngredient.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 +- .../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/common/InternalLogger.java | 2 +- api/src/main/java/me/shedaniel/rei/impl/display/DisplaySpec.java | 2 +- 180 files changed, 180 insertions(+), 180 deletions(-) (limited to 'api/src/main/java/me/shedaniel') 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 fdba2503a..4726e8fd1 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 a17751703..b0c3915c6 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 2d898d524..ffeb21ef7 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 f62e3590a..45d66c860 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/addon/ConfigAddon.java b/api/src/main/java/me/shedaniel/rei/api/client/config/addon/ConfigAddon.java index ef1855128..51d9a0b81 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/config/addon/ConfigAddon.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/config/addon/ConfigAddon.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/addon/ConfigAddonRegistry.java b/api/src/main/java/me/shedaniel/rei/api/client/config/addon/ConfigAddonRegistry.java index 0156e1347..42c92a60d 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/config/addon/ConfigAddonRegistry.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/config/addon/ConfigAddonRegistry.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 caafc9fbf..c103a2d94 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/filtering/FilteringContext.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringContext.java index 8cf2179e0..eeb49144a 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringContext.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringContext.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/filtering/FilteringResult.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringResult.java index 4d4392ae9..d2b06b9cc 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringResult.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringResult.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/filtering/FilteringResultFactory.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringResultFactory.java index fa391362a..838eef353 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringResultFactory.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringResultFactory.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/filtering/FilteringRule.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringRule.java index a133de686..f173dc25b 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringRule.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringRule.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/filtering/FilteringRuleType.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringRuleType.java index 7891ebbc5..5c17346d2 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringRuleType.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringRuleType.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/filtering/FilteringRuleTypeRegistry.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringRuleTypeRegistry.java index 16638a828..78d550fa9 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringRuleTypeRegistry.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/FilteringRuleTypeRegistry.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/filtering/base/BasicFilteringRule.java b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/base/BasicFilteringRule.java index 4800a430e..9b3a547a3 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/base/BasicFilteringRule.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/entry/filtering/base/BasicFilteringRule.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 1e4c516c9..cf88e5263 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 4a838738f..9f8db359c 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 ba5b406bb..91267859d 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 aa2ce6db8..81bb56d15 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 fa2c6bc72..bda6b12c2 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 efb3882d1..f1dbe8d7b 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 999a50d4b..1bdaa2387 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 c2493fed2..96c6b860d 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 858d43aa5..4c25a2e94 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 6c5415910..2c5293ba5 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 35a5e8f96..40e1bcf43 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 35bc5a10c..71c1ae86d 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 8dee001c6..86bd2d395 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 9028ad193..644ad587e 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 78f8434e5..0efc48699 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 5da3c3f0c..5adb1437c 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 98967729a..81a12b339 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 c57728786..81de923c6 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 b2e714e08..1c0547b44 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 b6fbca32b..30774e4da 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 bc7007e5a..fc653861b 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/CheatingMode.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/CheatingMode.java index 83aeda679..39b230b93 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/CheatingMode.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/CheatingMode.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 05e291200..fd9a7d9a0 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 b3676bed7..d91569291 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 f3df9586b..f647db2f4 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 85fb1128f..b4d1f1095 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 381bb5b25..407d9cb3c 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/FavoriteAddWidgetMode.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/FavoriteAddWidgetMode.java index ba0418920..9218f6d6e 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/config/FavoriteAddWidgetMode.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/config/FavoriteAddWidgetMode.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 b1ffb5621..910669225 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 c3197301c..59174011c 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 6d7eaee2f..1bde0b058 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 82d722359..f80cb4f1b 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 85c4da73a..ca634bc0b 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 9d7fe3a4a..d8388687f 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/DraggableBoundsProvider.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableBoundsProvider.java index c6d1a35cf..715522981 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableBoundsProvider.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/DraggableBoundsProvider.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 713347743..2be42790b 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 e11805d0a..a998fa104 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 d0ae7227c..aaebb4fa7 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 dfbf5d69b..b1f43ba56 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 34d49f53a..df2645df5 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 10878d612..c13ae9afc 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 ea96128c7..8ac3b2d4c 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/component/DraggableComponent.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponent.java index e1153a408..5d8493cd1 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponent.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponent.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/component/DraggableComponentProvider.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentProvider.java index b52728b53..37f4027a7 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentProvider.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentProvider.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/component/DraggableComponentProviderWidget.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentProviderWidget.java index 98826e6d2..f468b6a68 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentProviderWidget.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentProviderWidget.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/component/DraggableComponentVisitor.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentVisitor.java index d19214a4d..6b715faaf 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentVisitor.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentVisitor.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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/component/DraggableComponentVisitorWidget.java b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentVisitorWidget.java index 10b02c1b0..da84a8151 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentVisitorWidget.java +++ b/api/src/main/java/me/shedaniel/rei/api/client/gui/drag/component/DraggableComponentVisitorWidget.java @@ -1,6 +1,6 @@ /* * This file is licensed under the MIT License, part of Roughly Enough Items. - * Copyright (c) 2018, 2019, 2020, 2021, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 d80ffdccc..f89779074 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 ad69c3361..4831925e5 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 791d8aa61..a131438d5 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 ffd8874a8..42114c32c 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, 2022 shedaniel + * Copyright (c) 2018, 2019, 2020, 2021, 2022, 2023 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 e6091ba0c..f36f903eb 100644 --- a/api/src/main/java/me/shedaniel/rei/api/client/gui/widgets