Fix REUSE

This commit is contained in:
nea
2023-08-24 21:40:56 +02:00
parent b1962ce66c
commit a79452c254
2 changed files with 7 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ loom {
property("devauth.enabled", "true")
property("fabric.log.level", "info")
property("firmament.debug", "true")
property("mixin.debug", "true")
vmArg("-ea")
vmArg("-XX:+AllowEnhancedClassRedefinition")

View File

@@ -1,3 +1,9 @@
/*
* SPDX-FileCopyrightText: 2023 Linnea Gräf <nea@nea.moe>
*
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package moe.nea.firmament.gui.profileviewer
import com.mojang.brigadier.StringReader