summaryrefslogtreecommitdiff
path: root/keymash.c
diff options
context:
space:
mode:
authoraxtlos <axtlos@noreply.codeberg.org>2024-04-04 21:56:11 +0000
committeraxtlos <axtlos@noreply.codeberg.org>2024-04-04 21:56:11 +0000
commit5e0f40e90bf9b37c96983026f3e56029501f2c37 (patch)
tree8aa8fcd15dca5a4fa5d1866180ed27137fba3ac6 /keymash.c
parentca9353f2963afafce61a152dedac499159f540d9 (diff)
downloadgenkeymash-5e0f40e90bf9b37c96983026f3e56029501f2c37.tar.gz
genkeymash-5e0f40e90bf9b37c96983026f3e56029501f2c37.tar.bz2
fix license identifier
Diffstat (limited to '')
-rw-r--r--keymash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymash.c b/keymash.c
index 80deb16..d52a413 100644
--- a/keymash.c
+++ b/keymash.c
@@ -1,4 +1,4 @@
-# SPDX-License-Identifier: BSD-3-Clause
+// SPDX-License-Identifier: BSD-3-Clause
#include <time.h>
#include <stdlib.h>