summaryrefslogtreecommitdiffstats
path: root/fb.c.in
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@server-speed.net>2011-03-23 21:18:09 +0100
committerFlorian Pritz <bluewind@server-speed.net>2011-03-23 21:18:09 +0100
commit2aaac03da9ce4932f476095840e0a372a8977e9f (patch)
tree944a6b59e9bb126dd14c8e2bbc948ed5b52ec744 /fb.c.in
parent799ccd27de66c598b908c3bed9ded7aa932348f5 (diff)
switch license to GPLv3
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
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>