summary refs log tree commit diff
path: root/bin/hnel.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-09-06 15:19:24 -0400
committerJune McEnroe <june@causal.agency>2017-09-06 15:19:24 -0400
commit524a992da1b98bb88a62efb3365365831eb91141 (patch)
treebcd1abb9dcd75dbbf4cbd54d492f742544a92837 /bin/hnel.c
parentFix bin/Makefile FreeBSD compatibility (diff)
downloadsrc-524a992da1b98bb88a62efb3365365831eb91141.tar.gz
src-524a992da1b98bb88a62efb3365365831eb91141.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 03b8c7a8..0a0e52fa 100644
--- a/bin/hnel.c
+++ b/bin/hnel.c
@@ -1,6 +1,4 @@
-/* PTY wrapper for preserving HJKL in Tarmak layouts.
- *
- * Copyright (c) 2017, June McEnroe <programble@gmail.com>
+/* Copyright (c) 2017, June 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>