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/json/DashlessUUIDSerializer.kt | 6 +----- .../kotlin/moe/nea/firmament/util/json/InstantAsLongSerializer.kt | 6 +----- .../kotlin/moe/nea/firmament/util/json/SingletonSerializableList.kt | 5 ----- 3 files changed, 2 insertions(+), 15 deletions(-) (limited to 'src/main/kotlin/moe/nea/firmament/util/json') diff --git a/src/main/kotlin/moe/nea/firmament/util/json/DashlessUUIDSerializer.kt b/src/main/kotlin/moe/nea/firmament/util/json/DashlessUUIDSerializer.kt index de06453..acb1dc8 100644 --- a/src/main/kotlin/moe/nea/firmament/util/json/DashlessUUIDSerializer.kt +++ b/src/main/kotlin/moe/nea/firmament/util/json/DashlessUUIDSerializer.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.util.json diff --git a/src/main/kotlin/moe/nea/firmament/util/json/InstantAsLongSerializer.kt b/src/main/kotlin/moe/nea/firmament/util/json/InstantAsLongSerializer.kt index 7263525..ad738dc 100644 --- a/src/main/kotlin/moe/nea/firmament/util/json/InstantAsLongSerializer.kt +++ b/src/main/kotlin/moe/nea/firmament/util/json/InstantAsLongSerializer.kt @@ -1,8 +1,4 @@ -/* - * SPDX-FileCopyrightText: 2023 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ + package moe.nea.firmament.util.json diff --git a/src/main/kotlin/moe/nea/firmament/util/json/SingletonSerializableList.kt b/src/main/kotlin/moe/nea/firmament/util/json/SingletonSerializableList.kt index 5474b35..aa543d6 100644 --- a/src/main/kotlin/moe/nea/firmament/util/json/SingletonSerializableList.kt +++ b/src/main/kotlin/moe/nea/firmament/util/json/SingletonSerializableList.kt @@ -1,8 +1,3 @@ -/* - * SPDX-FileCopyrightText: 2024 Linnea Gräf - * - * SPDX-License-Identifier: GPL-3.0-or-later - */ package moe.nea.firmament.util.json -- cgit