summary refs log tree commit diff
path: root/bin/hnel.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-06 15:19:24 -0400
committerJune McEnroe <programble@gmail.com>2017-09-06 15:19:24 -0400
commit5cec10630aa2fbe6f21d6576587f97f784d3a819 (patch)
treedf4ab98640210b38f6122942b2c05997415388d6 /bin/hnel.c
parentFix bin/Makefile FreeBSD compatibility (diff)
downloadsrc-5cec10630aa2fbe6f21d6576587f97f784d3a819.tar.gz
src-5cec10630aa2fbe6f21d6576587f97f784d3a819.zip
Move C file description comments
Comments are ugly this is why I don't put them in my code ;)
Diffstat (limited to 'bin/hnel.c')
-rw-r--r--bin/hnel.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/hnel.c b/bin/hnel.c
index 1f079e8a..780e4bdb 100644
--- a/bin/hnel.c
+++ b/bin/hnel.c
@@ -1,6 +1,4 @@
-/* PTY wrapper for preserving HJKL in Tarmak layouts.
- *
- * Copyright (c) 2017, Curtis McEnroe <programble@gmail.com>
+/* Copyright (c) 2017, Curtis McEnroe <programble@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as published by
@@ -16,6 +14,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+// PTY wrapper for preserving HJKL in Tarmak layouts.
+
 #include <err.h>
 #include <poll.h>
 #include <stdbool.h>