From 63d0d32e4659dfc621bef06e1a93d4293af2653d Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 8 Aug 2024 01:14:51 +0200 Subject: Clean up reuse comments [no changelog] --- src/main/kotlin/moe/nea/firmament/Firmament.kt | 7 +------ src/main/kotlin/moe/nea/firmament/apis/Profiles.kt | 6 +----- src/main/kotlin/moe/nea/firmament/apis/Routes.kt | 6 +----- src/main/kotlin/moe/nea/firmament/apis/UrsaManager.kt | 6 +----- .../kotlin/moe/nea/firmament/apis/ingame/FirmamentCustomPayload.kt | 5 ----- src/main/kotlin/moe/nea/firmament/apis/ingame/HypixelModAPI.kt | 5 ----- .../kotlin/moe/nea/firmament/apis/ingame/InGameCodecWrapper.kt | 5 ----- .../kotlin/moe/nea/firmament/apis/ingame/JoinedCustomPayload.kt | 5 ----- .../moe/nea/firmament/apis/ingame/packets/PartyInfoRequest.kt | 5 ----- .../nea/firmament/commands/CaseInsensitiveLiteralCommandNode.kt | 6 +----- src/main/kotlin/moe/nea/firmament/commands/RestArgumentType.kt | 6 +----- src/main/kotlin/moe/nea/firmament/commands/dsl.kt | 6 +----- src/main/kotlin/moe/nea/firmament/commands/rome.kt | 7 +------ src/main/kotlin/moe/nea/firmament/events/AllowChatEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/AttackBlockEvent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/events/BakeExtraModelsEvent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/events/ClientStartedEvent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/events/CommandEvent.kt | 7 +------ src/main/kotlin/moe/nea/firmament/events/CustomItemModelEvent.kt | 6 +----- .../kotlin/moe/nea/firmament/events/EarlyResourceReloadEvent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/events/EntityDespawnEvent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/events/EntityInteractionEvent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/events/EntityUpdateEvent.kt | 5 ----- .../kotlin/moe/nea/firmament/events/FeaturesInitializedEvent.kt | 5 ----- .../moe/nea/firmament/events/FinalizeResourceManagerEvent.kt | 5 ----- .../kotlin/moe/nea/firmament/events/FirmamentCustomPayloadEvent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/events/FirmamentEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/FirmamentEventBus.kt | 7 +------ .../kotlin/moe/nea/firmament/events/HandledScreenClickEvent.kt | 6 +----- .../moe/nea/firmament/events/HandledScreenForegroundEvent.kt | 6 +----- .../moe/nea/firmament/events/HandledScreenKeyPressedEvent.kt | 6 +----- .../kotlin/moe/nea/firmament/events/HandledScreenPushREIEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/HotbarItemRenderEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/HudRenderEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/IsSlotProtectedEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/ItemTooltipEvent.kt | 7 +------ src/main/kotlin/moe/nea/firmament/events/MaskCommands.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/ModifyChatEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/OutgoingPacketEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/ParticleSpawnEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/PlayerInventoryUpdate.kt | 5 ----- src/main/kotlin/moe/nea/firmament/events/ProcessChatEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/ScreenChangeEvent.kt | 7 +------ src/main/kotlin/moe/nea/firmament/events/ScreenRenderPostEvent.kt | 6 +----- .../kotlin/moe/nea/firmament/events/SkyblockServerUpdateEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/SlotClickEvent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/events/SlotRenderEvents.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/SoundReceiveEvent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/events/TickEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/TooltipEvent.kt | 7 +------ src/main/kotlin/moe/nea/firmament/events/UseBlockEvent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/events/WorldKeyboardEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/WorldReadyEvent.kt | 6 +----- src/main/kotlin/moe/nea/firmament/events/WorldRenderLastEvent.kt | 7 +------ .../kotlin/moe/nea/firmament/events/registration/ChatEvents.kt | 6 +----- .../kotlin/moe/nea/firmament/events/subscription/Subscription.kt | 5 ----- src/main/kotlin/moe/nea/firmament/features/FeatureManager.kt | 7 +------ src/main/kotlin/moe/nea/firmament/features/FirmamentFeature.kt | 7 +------ src/main/kotlin/moe/nea/firmament/features/chat/AutoCompletions.kt | 6 +----- src/main/kotlin/moe/nea/firmament/features/chat/ChatLinks.kt | 6 +----- src/main/kotlin/moe/nea/firmament/features/chat/QuickCommands.kt | 6 +----- src/main/kotlin/moe/nea/firmament/features/debug/DebugLogger.kt | 5 ----- src/main/kotlin/moe/nea/firmament/features/debug/DebugView.kt | 6 +----- .../kotlin/moe/nea/firmament/features/debug/DeveloperFeatures.kt | 6 +----- src/main/kotlin/moe/nea/firmament/features/debug/MinorTrolling.kt | 6 +----- src/main/kotlin/moe/nea/firmament/features/debug/PowerUserTools.kt | 7 +------ .../moe/nea/firmament/features/diana/AncestralSpadeSolver.kt | 5 ----- src/main/kotlin/moe/nea/firmament/features/diana/DianaWaypoints.kt | 5 ----- .../kotlin/moe/nea/firmament/features/diana/NearbyBurrowsSolver.kt | 5 ----- .../firmament/features/events/anniversity/AnniversaryFeatures.kt | 5 ----- .../moe/nea/firmament/features/events/carnival/CarnivalFeatures.kt | 5 ----- .../nea/firmament/features/events/carnival/MinesweeperHelper.kt | 5 ----- .../moe/nea/firmament/features/fixes/CompatibliltyFeatures.kt | 6 +----- src/main/kotlin/moe/nea/firmament/features/fixes/Fixes.kt | 6 +----- .../kotlin/moe/nea/firmament/features/inventory/CraftingOverlay.kt | 7 +------ .../moe/nea/firmament/features/inventory/ItemRarityCosmetics.kt | 7 +------ src/main/kotlin/moe/nea/firmament/features/inventory/PriceData.kt | 7 +------ .../moe/nea/firmament/features/inventory/SaveCursorPosition.kt | 6 +----- .../kotlin/moe/nea/firmament/features/inventory/SlotLocking.kt | 7 +------ .../nea/firmament/features/inventory/buttons/InventoryButton.kt | 7 +------ .../firmament/features/inventory/buttons/InventoryButtonEditor.kt | 7 +------ .../features/inventory/buttons/InventoryButtonTemplates.kt | 6 +----- .../nea/firmament/features/inventory/buttons/InventoryButtons.kt | 6 +----- .../features/inventory/storageoverlay/StorageBackingHandle.kt | 7 +------ .../nea/firmament/features/inventory/storageoverlay/StorageData.kt | 6 +----- .../firmament/features/inventory/storageoverlay/StorageOverlay.kt | 7 +------ .../features/inventory/storageoverlay/StorageOverlayCustom.kt | 5 ----- .../features/inventory/storageoverlay/StorageOverlayScreen.kt | 5 ----- .../features/inventory/storageoverlay/StorageOverviewScreen.kt | 7 +------ .../firmament/features/inventory/storageoverlay/StoragePageSlot.kt | 6 +----- .../features/inventory/storageoverlay/VirtualInventory.kt | 7 +------ src/main/kotlin/moe/nea/firmament/features/mining/Histogram.kt | 5 ----- .../kotlin/moe/nea/firmament/features/mining/PickaxeAbility.kt | 5 ----- .../moe/nea/firmament/features/mining/PristineProfitTracker.kt | 5 ----- .../moe/nea/firmament/features/notifications/Notifications.kt | 5 ----- .../moe/nea/firmament/features/texturepack/AlwaysPredicate.kt | 5 ----- .../kotlin/moe/nea/firmament/features/texturepack/AndPredicate.kt | 5 ----- .../moe/nea/firmament/features/texturepack/BakedModelExtra.kt | 5 ----- .../moe/nea/firmament/features/texturepack/BakedOverrideData.kt | 5 ----- .../firmament/features/texturepack/CustomGlobalArmorOverrides.kt | 5 ----- .../moe/nea/firmament/features/texturepack/CustomGlobalTextures.kt | 5 ----- .../firmament/features/texturepack/CustomModelOverrideParser.kt | 5 ----- .../nea/firmament/features/texturepack/CustomSkyBlockTextures.kt | 7 +------ .../moe/nea/firmament/features/texturepack/DisplayNamePredicate.kt | 5 ----- .../nea/firmament/features/texturepack/ExtraAttributesPredicate.kt | 5 ----- .../nea/firmament/features/texturepack/FirmamentModelPredicate.kt | 5 ----- .../features/texturepack/FirmamentModelPredicateParser.kt | 5 ----- .../kotlin/moe/nea/firmament/features/texturepack/ItemPredicate.kt | 5 ----- .../firmament/features/texturepack/JsonUnbakedModelFirmExtra.kt | 5 ----- .../kotlin/moe/nea/firmament/features/texturepack/LorePredicate.kt | 5 ----- .../moe/nea/firmament/features/texturepack/ModelOverrideData.kt | 5 ----- .../nea/firmament/features/texturepack/ModelOverrideFilterSet.kt | 5 ----- .../kotlin/moe/nea/firmament/features/texturepack/NotPredicate.kt | 5 ----- .../kotlin/moe/nea/firmament/features/texturepack/NumberMatcher.kt | 5 ----- .../kotlin/moe/nea/firmament/features/texturepack/OrPredicate.kt | 5 ----- .../kotlin/moe/nea/firmament/features/texturepack/PetPredicate.kt | 5 ----- .../kotlin/moe/nea/firmament/features/texturepack/RarityMatcher.kt | 5 ----- .../kotlin/moe/nea/firmament/features/texturepack/StringMatcher.kt | 5 ----- src/main/kotlin/moe/nea/firmament/features/world/FairySouls.kt | 7 +------ src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt | 7 +------ src/main/kotlin/moe/nea/firmament/gui/BarComponent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/FirmButtonComponent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/FixedComponent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/config/AllConfigsGui.kt | 7 +------ src/main/kotlin/moe/nea/firmament/gui/config/BooleanHandler.kt | 6 +----- src/main/kotlin/moe/nea/firmament/gui/config/ClickHandler.kt | 6 +----- src/main/kotlin/moe/nea/firmament/gui/config/DurationHandler.kt | 6 +----- src/main/kotlin/moe/nea/firmament/gui/config/GuiAppender.kt | 6 +----- src/main/kotlin/moe/nea/firmament/gui/config/HudMetaHandler.kt | 6 +----- src/main/kotlin/moe/nea/firmament/gui/config/IntegerHandler.kt | 6 +----- src/main/kotlin/moe/nea/firmament/gui/config/JAnyHud.kt | 6 +----- src/main/kotlin/moe/nea/firmament/gui/config/KeyBindingHandler.kt | 6 +----- src/main/kotlin/moe/nea/firmament/gui/config/ManagedConfig.kt | 6 +----- .../kotlin/moe/nea/firmament/gui/config/ManagedConfigElement.kt | 6 +----- src/main/kotlin/moe/nea/firmament/gui/config/ManagedOption.kt | 6 +----- src/main/kotlin/moe/nea/firmament/gui/config/StringHandler.kt | 6 +----- src/main/kotlin/moe/nea/firmament/gui/entity/EntityModifier.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/EntityRenderer.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/EntityWidget.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/FakeWorld.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/GuiPlayer.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/ModifyAge.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/ModifyCharged.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/ModifyEquipment.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/ModifyHorse.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/ModifyInvisible.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/ModifyName.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/ModifyPlayerSkin.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/ModifyRiding.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/entity/ModifyWither.kt | 5 ----- src/main/kotlin/moe/nea/firmament/gui/hud/MoulConfigHud.kt | 5 ----- src/main/kotlin/moe/nea/firmament/jarvis/JarvisIntegration.kt | 6 +----- .../kotlin/moe/nea/firmament/keybindings/FirmamentKeyBindings.kt | 6 +----- src/main/kotlin/moe/nea/firmament/keybindings/IKeyBinding.kt | 6 +----- src/main/kotlin/moe/nea/firmament/keybindings/SavedKeyBinding.kt | 6 +----- .../kotlin/moe/nea/firmament/modmenu/FirmamentModMenuPlugin.kt | 6 +----- src/main/kotlin/moe/nea/firmament/rei/FirmamentReiPlugin.kt | 7 +------ src/main/kotlin/moe/nea/firmament/rei/NEUItemEntrySerializer.kt | 7 +------ src/main/kotlin/moe/nea/firmament/rei/SBItemEntryDefinition.kt | 7 +------ .../nea/firmament/rei/SkyblockCraftingRecipeDynamicGenerator.kt | 7 +------ .../moe/nea/firmament/rei/SkyblockItemIdFocusedStackProvider.kt | 6 +----- src/main/kotlin/moe/nea/firmament/rei/math.kt | 6 +----- src/main/kotlin/moe/nea/firmament/rei/recipes/SBCraftingRecipe.kt | 6 +----- .../kotlin/moe/nea/firmament/rei/recipes/SBEssenceUpgradeRecipe.kt | 5 ----- src/main/kotlin/moe/nea/firmament/rei/recipes/SBForgeRecipe.kt | 6 +----- src/main/kotlin/moe/nea/firmament/rei/recipes/SBKatRecipe.kt | 5 ----- src/main/kotlin/moe/nea/firmament/rei/recipes/SBMobDropRecipe.kt | 5 ----- src/main/kotlin/moe/nea/firmament/rei/recipes/SBRecipe.kt | 6 +----- src/main/kotlin/moe/nea/firmament/repo/BetterRepoRecipeCache.kt | 5 ----- src/main/kotlin/moe/nea/firmament/repo/EssenceRecipeProvider.kt | 5 ----- src/main/kotlin/moe/nea/firmament/repo/ExpLadder.kt | 6 +----- src/main/kotlin/moe/nea/firmament/repo/HypixelStaticData.kt | 6 +----- src/main/kotlin/moe/nea/firmament/repo/ItemCache.kt | 7 +------ src/main/kotlin/moe/nea/firmament/repo/ItemNameLookup.kt | 5 ----- src/main/kotlin/moe/nea/firmament/repo/RepoDownloadManager.kt | 7 +------ src/main/kotlin/moe/nea/firmament/repo/RepoManager.kt | 7 +------ src/main/kotlin/moe/nea/firmament/repo/RepoModResourcePack.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/Base64Util.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/BazaarPriceStrategy.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/ClipboardUtils.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/CommonSoundEffects.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/DurabilityBarEvent.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/ErrorBoundary.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/FirmFormatters.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/FragmentGuiScreen.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/GetRectangle.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/HoveredItemStack.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/IdentifierSerializer.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/IdentityCharacteristics.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/ItemUtil.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/LegacyFormattingCode.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/LegacyTagParser.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/LoadResource.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/Locraw.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/LogIfNull.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/MC.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/MinecraftDispatcher.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/MoulConfigFragment.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/MoulConfigUtils.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/MutableMapWithMaxSize.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/SBData.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/ScoreboardUtil.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/ScreenUtil.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/SequenceUtil.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/SkyBlockIsland.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/SkyblockId.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/SortedMapSerializer.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/TemplateUtil.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/TimeMark.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/Timer.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/WarpUtil.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/assertions.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/async/input.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/colorconversion.kt | 6 +----- .../moe/nea/firmament/util/customgui/CoordRememberingSlot.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/customgui/CustomGui.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/customgui/HasCustomGui.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/data/DataHolder.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/data/IDataHolder.kt | 6 +----- .../moe/nea/firmament/util/data/ProfileSpecificDataHolder.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/filter/IteratorFilterSet.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/item/NbtItemData.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/item/SkullItemData.kt | 7 +------ .../kotlin/moe/nea/firmament/util/json/DashlessUUIDSerializer.kt | 6 +----- .../kotlin/moe/nea/firmament/util/json/InstantAsLongSerializer.kt | 6 +----- .../moe/nea/firmament/util/json/SingletonSerializableList.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/listutil.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/propertyutil.kt | 6 +----- src/main/kotlin/moe/nea/firmament/util/regex.kt | 7 +------ .../kotlin/moe/nea/firmament/util/render/FacingThePlayerContext.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/render/LerpUtils.kt | 5 ----- .../kotlin/moe/nea/firmament/util/render/RenderCircleProgress.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/render/RenderContextDSL.kt | 5 ----- .../kotlin/moe/nea/firmament/util/render/RenderInWorldContext.kt | 7 +------ .../kotlin/moe/nea/firmament/util/render/TranslatedScissors.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/stringutil.kt | 5 ----- src/main/kotlin/moe/nea/firmament/util/textutil.kt | 7 +------ src/main/kotlin/moe/nea/firmament/util/uuid.kt | 6 +----- 238 files changed, 137 insertions(+), 1237 deletions(-) (limited to 'src/main/kotlin') diff --git a/src/main/kotlin/moe/nea/firmament/Firmament.kt b/src/main/kotlin/moe/nea/firmament/Firmament.kt index a0693f0..4b742e8 100644 --- a/src/main/kotlin/moe/nea/firmament/Firmament.kt +++ b/src/main/kotlin/moe/nea/firmament/Firmament.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament diff --git a/src/main/kotlin/moe/nea/firmament/apis/Profiles.kt b/src/main/kotlin/moe/nea/firmament/apis/Profiles.kt index a7922c3..789364a 100644 --- a/src/main/kotlin/moe/nea/firmament/apis/Profiles.kt +++ b/src/main/kotlin/moe/nea/firmament/apis/Profiles.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + @file:UseSerializers(DashlessUUIDSerializer::class, InstantAsLongSerializer::class) diff --git a/src/main/kotlin/moe/nea/firmament/apis/Routes.kt b/src/main/kotlin/moe/nea/firmament/apis/Routes.kt index 1d25ac1..bf55a2d 100644 --- a/src/main/kotlin/moe/nea/firmament/apis/Routes.kt +++ b/src/main/kotlin/moe/nea/firmament/apis/Routes.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.apis diff --git a/src/main/kotlin/moe/nea/firmament/apis/UrsaManager.kt b/src/main/kotlin/moe/nea/firmament/apis/UrsaManager.kt index a78b423..13f7aef 100644 --- a/src/main/kotlin/moe/nea/firmament/apis/UrsaManager.kt +++ b/src/main/kotlin/moe/nea/firmament/apis/UrsaManager.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.apis diff --git a/src/main/kotlin/moe/nea/firmament/apis/ingame/FirmamentCustomPayload.kt b/src/main/kotlin/moe/nea/firmament/apis/ingame/FirmamentCustomPayload.kt index 34e39ab..10af7d0 100644 --- a/src/main/kotlin/moe/nea/firmament/apis/ingame/FirmamentCustomPayload.kt +++ b/src/main/kotlin/moe/nea/firmament/apis/ingame/FirmamentCustomPayload.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.apis.ingame diff --git a/src/main/kotlin/moe/nea/firmament/apis/ingame/HypixelModAPI.kt b/src/main/kotlin/moe/nea/firmament/apis/ingame/HypixelModAPI.kt index 460df91..fb01a2f 100644 --- a/src/main/kotlin/moe/nea/firmament/apis/ingame/HypixelModAPI.kt +++ b/src/main/kotlin/moe/nea/firmament/apis/ingame/HypixelModAPI.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.apis.ingame diff --git a/src/main/kotlin/moe/nea/firmament/apis/ingame/InGameCodecWrapper.kt b/src/main/kotlin/moe/nea/firmament/apis/ingame/InGameCodecWrapper.kt index 30bbc90..1a4710f 100644 --- a/src/main/kotlin/moe/nea/firmament/apis/ingame/InGameCodecWrapper.kt +++ b/src/main/kotlin/moe/nea/firmament/apis/ingame/InGameCodecWrapper.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.apis.ingame diff --git a/src/main/kotlin/moe/nea/firmament/apis/ingame/JoinedCustomPayload.kt b/src/main/kotlin/moe/nea/firmament/apis/ingame/JoinedCustomPayload.kt index c673264..4b6a6bc 100644 --- a/src/main/kotlin/moe/nea/firmament/apis/ingame/JoinedCustomPayload.kt +++ b/src/main/kotlin/moe/nea/firmament/apis/ingame/JoinedCustomPayload.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.apis.ingame diff --git a/src/main/kotlin/moe/nea/firmament/apis/ingame/packets/PartyInfoRequest.kt b/src/main/kotlin/moe/nea/firmament/apis/ingame/packets/PartyInfoRequest.kt index 4f34e8d..a1b4a71 100644 --- a/src/main/kotlin/moe/nea/firmament/apis/ingame/packets/PartyInfoRequest.kt +++ b/src/main/kotlin/moe/nea/firmament/apis/ingame/packets/PartyInfoRequest.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.apis.ingame.packets diff --git a/src/main/kotlin/moe/nea/firmament/commands/CaseInsensitiveLiteralCommandNode.kt b/src/main/kotlin/moe/nea/firmament/commands/CaseInsensitiveLiteralCommandNode.kt index b819a5a..10772b0 100644 --- a/src/main/kotlin/moe/nea/firmament/commands/CaseInsensitiveLiteralCommandNode.kt +++ b/src/main/kotlin/moe/nea/firmament/commands/CaseInsensitiveLiteralCommandNode.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.commands diff --git a/src/main/kotlin/moe/nea/firmament/commands/RestArgumentType.kt b/src/main/kotlin/moe/nea/firmament/commands/RestArgumentType.kt index 74c4011..361907f 100644 --- a/src/main/kotlin/moe/nea/firmament/commands/RestArgumentType.kt +++ b/src/main/kotlin/moe/nea/firmament/commands/RestArgumentType.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.commands diff --git a/src/main/kotlin/moe/nea/firmament/commands/dsl.kt b/src/main/kotlin/moe/nea/firmament/commands/dsl.kt index 53a3622..d1f0d8c 100644 --- a/src/main/kotlin/moe/nea/firmament/commands/dsl.kt +++ b/src/main/kotlin/moe/nea/firmament/commands/dsl.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.commands diff --git a/src/main/kotlin/moe/nea/firmament/commands/rome.kt b/src/main/kotlin/moe/nea/firmament/commands/rome.kt index ace15c1..015512d 100644 --- a/src/main/kotlin/moe/nea/firmament/commands/rome.kt +++ b/src/main/kotlin/moe/nea/firmament/commands/rome.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.commands diff --git a/src/main/kotlin/moe/nea/firmament/events/AllowChatEvent.kt b/src/main/kotlin/moe/nea/firmament/events/AllowChatEvent.kt index 4704217..3069843 100644 --- a/src/main/kotlin/moe/nea/firmament/events/AllowChatEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/AllowChatEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/AttackBlockEvent.kt b/src/main/kotlin/moe/nea/firmament/events/AttackBlockEvent.kt index 3d8ccdd..bbaa81d 100644 --- a/src/main/kotlin/moe/nea/firmament/events/AttackBlockEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/AttackBlockEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/BakeExtraModelsEvent.kt b/src/main/kotlin/moe/nea/firmament/events/BakeExtraModelsEvent.kt index 7b74166..db073e3 100644 --- a/src/main/kotlin/moe/nea/firmament/events/BakeExtraModelsEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/BakeExtraModelsEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/ClientStartedEvent.kt b/src/main/kotlin/moe/nea/firmament/events/ClientStartedEvent.kt index 151e12d..637916d 100644 --- a/src/main/kotlin/moe/nea/firmament/events/ClientStartedEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/ClientStartedEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/CommandEvent.kt b/src/main/kotlin/moe/nea/firmament/events/CommandEvent.kt index 1d1f8d3..cc9cf45 100644 --- a/src/main/kotlin/moe/nea/firmament/events/CommandEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/CommandEvent.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/CustomItemModelEvent.kt b/src/main/kotlin/moe/nea/firmament/events/CustomItemModelEvent.kt index cf75144..27524a9 100644 --- a/src/main/kotlin/moe/nea/firmament/events/CustomItemModelEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/CustomItemModelEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/EarlyResourceReloadEvent.kt b/src/main/kotlin/moe/nea/firmament/events/EarlyResourceReloadEvent.kt index 9013aa4..ec8377a 100644 --- a/src/main/kotlin/moe/nea/firmament/events/EarlyResourceReloadEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/EarlyResourceReloadEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/EntityDespawnEvent.kt b/src/main/kotlin/moe/nea/firmament/events/EntityDespawnEvent.kt index c744729..93dc477 100644 --- a/src/main/kotlin/moe/nea/firmament/events/EntityDespawnEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/EntityDespawnEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/EntityInteractionEvent.kt b/src/main/kotlin/moe/nea/firmament/events/EntityInteractionEvent.kt index fe16868..123ea39 100644 --- a/src/main/kotlin/moe/nea/firmament/events/EntityInteractionEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/EntityInteractionEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/EntityUpdateEvent.kt b/src/main/kotlin/moe/nea/firmament/events/EntityUpdateEvent.kt index e0d6b8c..d091984 100644 --- a/src/main/kotlin/moe/nea/firmament/events/EntityUpdateEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/EntityUpdateEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/FeaturesInitializedEvent.kt b/src/main/kotlin/moe/nea/firmament/events/FeaturesInitializedEvent.kt index da18568..ad2ad8a 100644 --- a/src/main/kotlin/moe/nea/firmament/events/FeaturesInitializedEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/FeaturesInitializedEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/FinalizeResourceManagerEvent.kt b/src/main/kotlin/moe/nea/firmament/events/FinalizeResourceManagerEvent.kt index 36b2498..c43ad3b 100644 --- a/src/main/kotlin/moe/nea/firmament/events/FinalizeResourceManagerEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/FinalizeResourceManagerEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/FirmamentCustomPayloadEvent.kt b/src/main/kotlin/moe/nea/firmament/events/FirmamentCustomPayloadEvent.kt index 057fcef..779ca51 100644 --- a/src/main/kotlin/moe/nea/firmament/events/FirmamentCustomPayloadEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/FirmamentCustomPayloadEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/FirmamentEvent.kt b/src/main/kotlin/moe/nea/firmament/events/FirmamentEvent.kt index 02fd7f3..1a93ef5 100644 --- a/src/main/kotlin/moe/nea/firmament/events/FirmamentEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/FirmamentEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/FirmamentEventBus.kt b/src/main/kotlin/moe/nea/firmament/events/FirmamentEventBus.kt index f0a0ed3..ee9e6c8 100644 --- a/src/main/kotlin/moe/nea/firmament/events/FirmamentEventBus.kt +++ b/src/main/kotlin/moe/nea/firmament/events/FirmamentEventBus.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/HandledScreenClickEvent.kt b/src/main/kotlin/moe/nea/firmament/events/HandledScreenClickEvent.kt index 0c4d4f6..4c3003c 100644 --- a/src/main/kotlin/moe/nea/firmament/events/HandledScreenClickEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/HandledScreenClickEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/HandledScreenForegroundEvent.kt b/src/main/kotlin/moe/nea/firmament/events/HandledScreenForegroundEvent.kt index 95f9b70..f16d30e 100644 --- a/src/main/kotlin/moe/nea/firmament/events/HandledScreenForegroundEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/HandledScreenForegroundEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/HandledScreenKeyPressedEvent.kt b/src/main/kotlin/moe/nea/firmament/events/HandledScreenKeyPressedEvent.kt index 829d4ed..7ec2abb 100644 --- a/src/main/kotlin/moe/nea/firmament/events/HandledScreenKeyPressedEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/HandledScreenKeyPressedEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/HandledScreenPushREIEvent.kt b/src/main/kotlin/moe/nea/firmament/events/HandledScreenPushREIEvent.kt index 42a6ffe..1bb495a 100644 --- a/src/main/kotlin/moe/nea/firmament/events/HandledScreenPushREIEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/HandledScreenPushREIEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/HotbarItemRenderEvent.kt b/src/main/kotlin/moe/nea/firmament/events/HotbarItemRenderEvent.kt index d105737..a1940e6 100644 --- a/src/main/kotlin/moe/nea/firmament/events/HotbarItemRenderEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/HotbarItemRenderEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/HudRenderEvent.kt b/src/main/kotlin/moe/nea/firmament/events/HudRenderEvent.kt index 8b8e31d..555b3c8 100644 --- a/src/main/kotlin/moe/nea/firmament/events/HudRenderEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/HudRenderEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/IsSlotProtectedEvent.kt b/src/main/kotlin/moe/nea/firmament/events/IsSlotProtectedEvent.kt index a60cd06..cd431f7 100644 --- a/src/main/kotlin/moe/nea/firmament/events/IsSlotProtectedEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/IsSlotProtectedEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/ItemTooltipEvent.kt b/src/main/kotlin/moe/nea/firmament/events/ItemTooltipEvent.kt index be9a659..d86e06f 100644 --- a/src/main/kotlin/moe/nea/firmament/events/ItemTooltipEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/ItemTooltipEvent.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/MaskCommands.kt b/src/main/kotlin/moe/nea/firmament/events/MaskCommands.kt index 0ac0dde..35aade0 100644 --- a/src/main/kotlin/moe/nea/firmament/events/MaskCommands.kt +++ b/src/main/kotlin/moe/nea/firmament/events/MaskCommands.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/ModifyChatEvent.kt b/src/main/kotlin/moe/nea/firmament/events/ModifyChatEvent.kt index b5a53bc..a5868e8 100644 --- a/src/main/kotlin/moe/nea/firmament/events/ModifyChatEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/ModifyChatEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/OutgoingPacketEvent.kt b/src/main/kotlin/moe/nea/firmament/events/OutgoingPacketEvent.kt index 0b41373..93890ea 100644 --- a/src/main/kotlin/moe/nea/firmament/events/OutgoingPacketEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/OutgoingPacketEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/ParticleSpawnEvent.kt b/src/main/kotlin/moe/nea/firmament/events/ParticleSpawnEvent.kt index a97b6d0..9359e4b 100644 --- a/src/main/kotlin/moe/nea/firmament/events/ParticleSpawnEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/ParticleSpawnEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/PlayerInventoryUpdate.kt b/src/main/kotlin/moe/nea/firmament/events/PlayerInventoryUpdate.kt index 3afdbe3..6e8203a 100644 --- a/src/main/kotlin/moe/nea/firmament/events/PlayerInventoryUpdate.kt +++ b/src/main/kotlin/moe/nea/firmament/events/PlayerInventoryUpdate.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/ProcessChatEvent.kt b/src/main/kotlin/moe/nea/firmament/events/ProcessChatEvent.kt index b1b66b0..76c0b27 100644 --- a/src/main/kotlin/moe/nea/firmament/events/ProcessChatEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/ProcessChatEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/ScreenChangeEvent.kt b/src/main/kotlin/moe/nea/firmament/events/ScreenChangeEvent.kt index 4683fac..489e487 100644 --- a/src/main/kotlin/moe/nea/firmament/events/ScreenChangeEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/ScreenChangeEvent.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/ScreenRenderPostEvent.kt b/src/main/kotlin/moe/nea/firmament/events/ScreenRenderPostEvent.kt index e62c119..79f4913 100644 --- a/src/main/kotlin/moe/nea/firmament/events/ScreenRenderPostEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/ScreenRenderPostEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/SkyblockServerUpdateEvent.kt b/src/main/kotlin/moe/nea/firmament/events/SkyblockServerUpdateEvent.kt index b103ea7..0bc5143 100644 --- a/src/main/kotlin/moe/nea/firmament/events/SkyblockServerUpdateEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/SkyblockServerUpdateEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/SlotClickEvent.kt b/src/main/kotlin/moe/nea/firmament/events/SlotClickEvent.kt index d935adb..d4abfb0 100644 --- a/src/main/kotlin/moe/nea/firmament/events/SlotClickEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/SlotClickEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/SlotRenderEvents.kt b/src/main/kotlin/moe/nea/firmament/events/SlotRenderEvents.kt index 8ab51a8..8352581 100644 --- a/src/main/kotlin/moe/nea/firmament/events/SlotRenderEvents.kt +++ b/src/main/kotlin/moe/nea/firmament/events/SlotRenderEvents.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/SoundReceiveEvent.kt b/src/main/kotlin/moe/nea/firmament/events/SoundReceiveEvent.kt index 45b3982..d1b85b6 100644 --- a/src/main/kotlin/moe/nea/firmament/events/SoundReceiveEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/SoundReceiveEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/TickEvent.kt b/src/main/kotlin/moe/nea/firmament/events/TickEvent.kt index 692f25c..18007f8 100644 --- a/src/main/kotlin/moe/nea/firmament/events/TickEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/TickEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/TooltipEvent.kt b/src/main/kotlin/moe/nea/firmament/events/TooltipEvent.kt index ac827f7..630ba56 100644 --- a/src/main/kotlin/moe/nea/firmament/events/TooltipEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/TooltipEvent.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/UseBlockEvent.kt b/src/main/kotlin/moe/nea/firmament/events/UseBlockEvent.kt index 5db4104..8bbe0de 100644 --- a/src/main/kotlin/moe/nea/firmament/events/UseBlockEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/UseBlockEvent.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/WorldKeyboardEvent.kt b/src/main/kotlin/moe/nea/firmament/events/WorldKeyboardEvent.kt index cc13d1e..e8566fd 100644 --- a/src/main/kotlin/moe/nea/firmament/events/WorldKeyboardEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/WorldKeyboardEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/WorldReadyEvent.kt b/src/main/kotlin/moe/nea/firmament/events/WorldReadyEvent.kt index d0f29a5..2c76c44 100644 --- a/src/main/kotlin/moe/nea/firmament/events/WorldReadyEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/WorldReadyEvent.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/WorldRenderLastEvent.kt b/src/main/kotlin/moe/nea/firmament/events/WorldRenderLastEvent.kt index 7ba9b9f..21a670d 100644 --- a/src/main/kotlin/moe/nea/firmament/events/WorldRenderLastEvent.kt +++ b/src/main/kotlin/moe/nea/firmament/events/WorldRenderLastEvent.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events diff --git a/src/main/kotlin/moe/nea/firmament/events/registration/ChatEvents.kt b/src/main/kotlin/moe/nea/firmament/events/registration/ChatEvents.kt index 4db0f60..4c1c63f 100644 --- a/src/main/kotlin/moe/nea/firmament/events/registration/ChatEvents.kt +++ b/src/main/kotlin/moe/nea/firmament/events/registration/ChatEvents.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.events.registration diff --git a/src/main/kotlin/moe/nea/firmament/events/subscription/Subscription.kt b/src/main/kotlin/moe/nea/firmament/events/subscription/Subscription.kt index bf29543..83b91c9 100644 --- a/src/main/kotlin/moe/nea/firmament/events/subscription/Subscription.kt +++ b/src/main/kotlin/moe/nea/firmament/events/subscription/Subscription.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.events.subscription diff --git a/src/main/kotlin/moe/nea/firmament/features/FeatureManager.kt b/src/main/kotlin/moe/nea/firmament/features/FeatureManager.kt index c69d7b2..19b91de 100644 --- a/src/main/kotlin/moe/nea/firmament/features/FeatureManager.kt +++ b/src/main/kotlin/moe/nea/firmament/features/FeatureManager.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features diff --git a/src/main/kotlin/moe/nea/firmament/features/FirmamentFeature.kt b/src/main/kotlin/moe/nea/firmament/features/FirmamentFeature.kt index f9ed5dc..2cfc4fd 100644 --- a/src/main/kotlin/moe/nea/firmament/features/FirmamentFeature.kt +++ b/src/main/kotlin/moe/nea/firmament/features/FirmamentFeature.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features diff --git a/src/main/kotlin/moe/nea/firmament/features/chat/AutoCompletions.kt b/src/main/kotlin/moe/nea/firmament/features/chat/AutoCompletions.kt index 3351970..9144898 100644 --- a/src/main/kotlin/moe/nea/firmament/features/chat/AutoCompletions.kt +++ b/src/main/kotlin/moe/nea/firmament/features/chat/AutoCompletions.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.chat diff --git a/src/main/kotlin/moe/nea/firmament/features/chat/ChatLinks.kt b/src/main/kotlin/moe/nea/firmament/features/chat/ChatLinks.kt index 717e503..f2cb78a 100644 --- a/src/main/kotlin/moe/nea/firmament/features/chat/ChatLinks.kt +++ b/src/main/kotlin/moe/nea/firmament/features/chat/ChatLinks.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.chat diff --git a/src/main/kotlin/moe/nea/firmament/features/chat/QuickCommands.kt b/src/main/kotlin/moe/nea/firmament/features/chat/QuickCommands.kt index 97ec6e8..5944b92 100644 --- a/src/main/kotlin/moe/nea/firmament/features/chat/QuickCommands.kt +++ b/src/main/kotlin/moe/nea/firmament/features/chat/QuickCommands.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.chat diff --git a/src/main/kotlin/moe/nea/firmament/features/debug/DebugLogger.kt b/src/main/kotlin/moe/nea/firmament/features/debug/DebugLogger.kt index 72a641a..ab06030 100644 --- a/src/main/kotlin/moe/nea/firmament/features/debug/DebugLogger.kt +++ b/src/main/kotlin/moe/nea/firmament/features/debug/DebugLogger.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.features.debug diff --git a/src/main/kotlin/moe/nea/firmament/features/debug/DebugView.kt b/src/main/kotlin/moe/nea/firmament/features/debug/DebugView.kt index 972eb1f..7e1b8ec 100644 --- a/src/main/kotlin/moe/nea/firmament/features/debug/DebugView.kt +++ b/src/main/kotlin/moe/nea/firmament/features/debug/DebugView.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.debug diff --git a/src/main/kotlin/moe/nea/firmament/features/debug/DeveloperFeatures.kt b/src/main/kotlin/moe/nea/firmament/features/debug/DeveloperFeatures.kt index 1d7ce49..20c0cfd 100644 --- a/src/main/kotlin/moe/nea/firmament/features/debug/DeveloperFeatures.kt +++ b/src/main/kotlin/moe/nea/firmament/features/debug/DeveloperFeatures.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.debug diff --git a/src/main/kotlin/moe/nea/firmament/features/debug/MinorTrolling.kt b/src/main/kotlin/moe/nea/firmament/features/debug/MinorTrolling.kt index 57fd8e2..32035a6 100644 --- a/src/main/kotlin/moe/nea/firmament/features/debug/MinorTrolling.kt +++ b/src/main/kotlin/moe/nea/firmament/features/debug/MinorTrolling.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.debug diff --git a/src/main/kotlin/moe/nea/firmament/features/debug/PowerUserTools.kt b/src/main/kotlin/moe/nea/firmament/features/debug/PowerUserTools.kt index 95ed72d..7893eff 100644 --- a/src/main/kotlin/moe/nea/firmament/features/debug/PowerUserTools.kt +++ b/src/main/kotlin/moe/nea/firmament/features/debug/PowerUserTools.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.debug diff --git a/src/main/kotlin/moe/nea/firmament/features/diana/AncestralSpadeSolver.kt b/src/main/kotlin/moe/nea/firmament/features/diana/AncestralSpadeSolver.kt index 21c6453..039750d 100644 --- a/src/main/kotlin/moe/nea/firmament/features/diana/AncestralSpadeSolver.kt +++ b/src/main/kotlin/moe/nea/firmament/features/diana/AncestralSpadeSolver.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.features.diana diff --git a/src/main/kotlin/moe/nea/firmament/features/diana/DianaWaypoints.kt b/src/main/kotlin/moe/nea/firmament/features/diana/DianaWaypoints.kt index b1f66c1..0a34eaa 100644 --- a/src/main/kotlin/moe/nea/firmament/features/diana/DianaWaypoints.kt +++ b/src/main/kotlin/moe/nea/firmament/features/diana/DianaWaypoints.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.features.diana diff --git a/src/main/kotlin/moe/nea/firmament/features/diana/NearbyBurrowsSolver.kt b/src/main/kotlin/moe/nea/firmament/features/diana/NearbyBurrowsSolver.kt index e6aeeae..7158bb9 100644 --- a/src/main/kotlin/moe/nea/firmament/features/diana/NearbyBurrowsSolver.kt +++ b/src/main/kotlin/moe/nea/firmament/features/diana/NearbyBurrowsSolver.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.features.diana diff --git a/src/main/kotlin/moe/nea/firmament/features/events/anniversity/AnniversaryFeatures.kt b/src/main/kotlin/moe/nea/firmament/features/events/anniversity/AnniversaryFeatures.kt index 5735e76..8926a95 100644 --- a/src/main/kotlin/moe/nea/firmament/features/events/anniversity/AnniversaryFeatures.kt +++ b/src/main/kotlin/moe/nea/firmament/features/events/anniversity/AnniversaryFeatures.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.features.events.anniversity diff --git a/src/main/kotlin/moe/nea/firmament/features/events/carnival/CarnivalFeatures.kt b/src/main/kotlin/moe/nea/firmament/features/events/carnival/CarnivalFeatures.kt index 0593678..1e6d97a 100644 --- a/src/main/kotlin/moe/nea/firmament/features/events/carnival/CarnivalFeatures.kt +++ b/src/main/kotlin/moe/nea/firmament/features/events/carnival/CarnivalFeatures.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.features.events.carnival diff --git a/src/main/kotlin/moe/nea/firmament/features/events/carnival/MinesweeperHelper.kt b/src/main/kotlin/moe/nea/firmament/features/events/carnival/MinesweeperHelper.kt index 1df6234..06caf86 100644 --- a/src/main/kotlin/moe/nea/firmament/features/events/carnival/MinesweeperHelper.kt +++ b/src/main/kotlin/moe/nea/firmament/features/events/carnival/MinesweeperHelper.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.features.events.carnival diff --git a/src/main/kotlin/moe/nea/firmament/features/fixes/CompatibliltyFeatures.kt b/src/main/kotlin/moe/nea/firmament/features/fixes/CompatibliltyFeatures.kt index 041e9f3..7c43cf6 100644 --- a/src/main/kotlin/moe/nea/firmament/features/fixes/CompatibliltyFeatures.kt +++ b/src/main/kotlin/moe/nea/firmament/features/fixes/CompatibliltyFeatures.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.fixes diff --git a/src/main/kotlin/moe/nea/firmament/features/fixes/Fixes.kt b/src/main/kotlin/moe/nea/firmament/features/fixes/Fixes.kt index 47ff86a..d7b7a1c 100644 --- a/src/main/kotlin/moe/nea/firmament/features/fixes/Fixes.kt +++ b/src/main/kotlin/moe/nea/firmament/features/fixes/Fixes.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.fixes diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/CraftingOverlay.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/CraftingOverlay.kt index 1108926..031ef78 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/CraftingOverlay.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/CraftingOverlay.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.inventory diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/ItemRarityCosmetics.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/ItemRarityCosmetics.kt index 0ed5c9a..566a813 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/ItemRarityCosmetics.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/ItemRarityCosmetics.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.inventory diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/PriceData.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/PriceData.kt index 2e6d5c6..c61f8e8 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/PriceData.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/PriceData.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.inventory diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/SaveCursorPosition.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/SaveCursorPosition.kt index e2d48a9..1c55753 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/SaveCursorPosition.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/SaveCursorPosition.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.inventory diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/SlotLocking.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/SlotLocking.kt index 14814e7..a50d8fb 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/SlotLocking.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/SlotLocking.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + @file:UseSerializers(DashlessUUIDSerializer::class) diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButton.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButton.kt index ae9c7f2..539edf2 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButton.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButton.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.inventory.buttons diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonEditor.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonEditor.kt index 1178a74..c57563e 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonEditor.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonEditor.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.inventory.buttons diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonTemplates.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonTemplates.kt index 6b551b0..99b544b 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonTemplates.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonTemplates.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.inventory.buttons diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtons.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtons.kt index a6dbb5f..fa90d21 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtons.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtons.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.inventory.buttons diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageBackingHandle.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageBackingHandle.kt index a38896f..1015578 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageBackingHandle.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageBackingHandle.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.inventory.storageoverlay diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageData.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageData.kt index a8542de..7555c56 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageData.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageData.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + @file:UseSerializers(SortedMapSerializer::class) package moe.nea.firmament.features.inventory.storageoverlay diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlay.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlay.kt index c1ac993..b615c73 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlay.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlay.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.inventory.storageoverlay diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayCustom.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayCustom.kt index 3619f18..d0d9114 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayCustom.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayCustom.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.features.inventory.storageoverlay diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayScreen.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayScreen.kt index 862616c..13c6974 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayScreen.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayScreen.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.features.inventory.storageoverlay diff --git a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverviewScreen.kt b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverviewScreen.kt index fb77ff2..2cbd54e 100644 --- a/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverviewScreen.kt +++ b/src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverviewScreen.kt @@ -