diff options
author | Linnea Gräf <nea@nea.moe> | 2024-08-08 01:14:51 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-08-08 01:15:43 +0200 |
commit | 63d0d32e4659dfc621bef06e1a93d4293af2653d (patch) | |
tree | 74e01776d02e69fa7943dfd170dee92be0bb0475 /src/main/kotlin/moe/nea/firmament/features/world | |
parent | b4f9ca21ef801bb3e39c53ae21bb6bf4398c94e9 (diff) | |
download | firmament-63d0d32e4659dfc621bef06e1a93d4293af2653d.tar.gz firmament-63d0d32e4659dfc621bef06e1a93d4293af2653d.tar.bz2 firmament-63d0d32e4659dfc621bef06e1a93d4293af2653d.zip |
Clean up reuse comments
[no changelog]
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/features/world')
-rw-r--r-- | src/main/kotlin/moe/nea/firmament/features/world/FairySouls.kt | 7 | ||||
-rw-r--r-- | src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/features/world/FairySouls.kt b/src/main/kotlin/moe/nea/firmament/features/world/FairySouls.kt index 36ec495..8a8291a 100644 --- a/src/main/kotlin/moe/nea/firmament/features/world/FairySouls.kt +++ b/src/main/kotlin/moe/nea/firmament/features/world/FairySouls.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe> - * SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe> - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.world diff --git a/src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt b/src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt index dcb3014..91a06da 100644 --- a/src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt +++ b/src/main/kotlin/moe/nea/firmament/features/world/Waypoints.kt @@ -1,9 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe> - * SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe> - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.features.world |