summaryrefslogtreecommitdiffstats
path: root/fb.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'fb.c.in')
-rw-r--r--fb.c.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/fb.c.in b/fb.c.in
index c8468f1..ff0a8ab 100644
--- a/fb.c.in
+++ b/fb.c.in
@@ -1,3 +1,14 @@
+/*
+ * Description: This is intended as a helper script for fb only.
+ *
+ * Synopsis: ./fb-upload <pastebin URL> <file>
+ *
+ * Author: Florian "Bluewind" Pritz <flo@xssn.at>
+ *
+ * Licensed under GPLv3
+ * (see COPYING for full license text)
+ */
+
#include <stdio.h>
#include <sys/time.h>
#include <sys/stat.h>