summary refs log tree commit diff
path: root/bin/hnel.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x]bin/hnel.c (renamed from home/.bin/hnel.c)22
1 files changed, 17 insertions, 5 deletions
diff --git a/home/.bin/hnel.c b/bin/hnel.c
index 3aec85b3..03b8c7a8 100755..100644
--- a/home/.bin/hnel.c
+++ b/bin/hnel.c
@@ -1,8 +1,20 @@
-#if 0
-exec cc -Wall -Wextra -pedantic $@ -lutil -o $(dirname $0)/hnel $0
-#endif
-
-// PTY wrapper for preserving HJKL in Tarmak layouts.
+/* PTY wrapper for preserving HJKL in Tarmak layouts.
+ *
+ * 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
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
 
 #include <err.h>
 #include <poll.h>