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/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 +----- 6 files changed, 3 insertions(+), 30 deletions(-) (limited to 'src/main/kotlin/moe/nea/firmament/rei/recipes') diff --git a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBCraftingRecipe.kt b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBCraftingRecipe.kt index b53f874..d6bbf0c 100644 --- a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBCraftingRecipe.kt +++ b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBCraftingRecipe.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.rei.recipes diff --git a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBEssenceUpgradeRecipe.kt b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBEssenceUpgradeRecipe.kt index fbf0687..80bc2b7 100644 --- a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBEssenceUpgradeRecipe.kt +++ b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBEssenceUpgradeRecipe.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.rei.recipes diff --git a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBForgeRecipe.kt b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBForgeRecipe.kt index 887b84e..569f4a0 100644 --- a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBForgeRecipe.kt +++ b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBForgeRecipe.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.rei.recipes diff --git a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBKatRecipe.kt b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBKatRecipe.kt index fc0deaf..f906a43 100644 --- a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBKatRecipe.kt +++ b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBKatRecipe.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.rei.recipes diff --git a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBMobDropRecipe.kt b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBMobDropRecipe.kt index edb00ac..a02220f 100644 --- a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBMobDropRecipe.kt +++ b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBMobDropRecipe.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.rei.recipes diff --git a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBRecipe.kt b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBRecipe.kt index 50dd722..7872d83 100644 --- a/src/main/kotlin/moe/nea/firmament/rei/recipes/SBRecipe.kt +++ b/src/main/kotlin/moe/nea/firmament/rei/recipes/SBRecipe.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.rei.recipes -- cgit