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] --- .../kotlin/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 ----- 3 files changed, 15 deletions(-) (limited to 'src/main/kotlin/moe/nea/firmament/util/customgui') diff --git a/src/main/kotlin/moe/nea/firmament/util/customgui/CoordRememberingSlot.kt b/src/main/kotlin/moe/nea/firmament/util/customgui/CoordRememberingSlot.kt index cf290af..c61c711 100644 --- a/src/main/kotlin/moe/nea/firmament/util/customgui/CoordRememberingSlot.kt +++ b/src/main/kotlin/moe/nea/firmament/util/customgui/CoordRememberingSlot.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.util.customgui diff --git a/src/main/kotlin/moe/nea/firmament/util/customgui/CustomGui.kt b/src/main/kotlin/moe/nea/firmament/util/customgui/CustomGui.kt index 40c9ade..f9094b2 100644 --- a/src/main/kotlin/moe/nea/firmament/util/customgui/CustomGui.kt +++ b/src/main/kotlin/moe/nea/firmament/util/customgui/CustomGui.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.util.customgui diff --git a/src/main/kotlin/moe/nea/firmament/util/customgui/HasCustomGui.kt b/src/main/kotlin/moe/nea/firmament/util/customgui/HasCustomGui.kt index 54eb50d..edead2e 100644 --- a/src/main/kotlin/moe/nea/firmament/util/customgui/HasCustomGui.kt +++ b/src/main/kotlin/moe/nea/firmament/util/customgui/HasCustomGui.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.util.customgui -- cgit