summary refs log tree commit diff
path: root/bin/xx.c
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2017-09-06 14:01:48 -0400
committerJune McEnroe <programble@gmail.com>2017-09-06 14:01:48 -0400
commitf77fae1335c562b720c4a6d4aa710f8627eaaff6 (patch)
treed027fc65a47a79db548ef797d95539952b17ba42 /bin/xx.c
parentRename curtis -> home (diff)
downloadsrc-f77fae1335c562b720c4a6d4aa710f8627eaaff6.tar.gz
src-f77fae1335c562b720c4a6d4aa710f8627eaaff6.zip
Move C code to bin, Makefile, AGPL
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x]bin/xx.c (renamed from home/.bin/xx.c)22
1 files changed, 17 insertions, 5 deletions
diff --git a/home/.bin/xx.c b/bin/xx.c
index 78d8db4c..edd5366b 100755..100644
--- a/home/.bin/xx.c
+++ b/bin/xx.c
@@ -1,8 +1,20 @@
-#if 0
-exec cc -Wall -Wextra -pedantic $@ -o $(dirname $0)/xx $0
-#endif
-
-// Hexdump.
+/* Hexdump.
+ *
+ * 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
+ * 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 <ctype.h>
 #include <err.h>