From 5cec10630aa2fbe6f21d6576587f97f784d3a819 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 6 Sep 2017 15:19:24 -0400 Subject: Move C file description comments Comments are ugly this is why I don't put them in my code ;) --- bin/hnel.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/hnel.c') 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 +/* Copyright (c) 2017, Curtis McEnroe * * 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 . */ +// PTY wrapper for preserving HJKL in Tarmak layouts. + #include #include #include -- cgit 1.4.1