aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/firmament/gui
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-08-25 15:09:35 +0200
committernea <nea@nea.moe>2023-08-25 15:09:35 +0200
commit91df2a9a6e7ae7e8f0e1bceebbf2790d1f2aafef (patch)
tree3ab46e7b20b5cf5e185964bba961f8c4612c40d0 /src/main/kotlin/moe/nea/firmament/gui
parentddc00804f1d2f909eae4461fb8d2e7571be107fc (diff)
downloadfirmament-91df2a9a6e7ae7e8f0e1bceebbf2790d1f2aafef.tar.gz
firmament-91df2a9a6e7ae7e8f0e1bceebbf2790d1f2aafef.tar.bz2
firmament-91df2a9a6e7ae7e8f0e1bceebbf2790d1f2aafef.zip
Add pre-commit hook
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/gui')
-rw-r--r--src/main/kotlin/moe/nea/firmament/gui/config/KeyBindingHandler.kt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/gui/config/KeyBindingHandler.kt b/src/main/kotlin/moe/nea/firmament/gui/config/KeyBindingHandler.kt
index 5a4e3af..11c9c7a 100644
--- a/src/main/kotlin/moe/nea/firmament/gui/config/KeyBindingHandler.kt
+++ b/src/main/kotlin/moe/nea/firmament/gui/config/KeyBindingHandler.kt
@@ -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.config
import io.github.cottonmc.cotton.gui.widget.WButton