aboutsummaryrefslogtreecommitdiffstats
path: root/fbgs
diff options
context:
space:
mode:
authorStéphane Aulery <lkppo@free.fr>2012-02-11 01:56:07 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-02-22 17:52:02 +0100
commit3f132602c3c61898e35772261dcfe467bebde8e4 (patch)
tree522f3b0d2c3409bebebec8606573e62eecd5cad6 /fbgs
parent7522753605297a88df8dd9636521436582825171 (diff)
downloadfbida-3f132602c3c61898e35772261dcfe467bebde8e4.tar.gz
Add copyright notice to fbgs
Diffstat (limited to 'fbgs')
-rwxr-xr-xfbgs6
1 files changed, 6 insertions, 0 deletions
diff --git a/fbgs b/fbgs
index d9e03a4..23152c8 100755
--- a/fbgs
+++ b/fbgs
@@ -1,5 +1,11 @@
#!/bin/bash
+#
+# PostScript/pdf viewer for the linux framebuffer console
+# (c) 1999-2012 Gerd Hoffmann <kraxel@bytesex.org>
+#
+
+
# tmp dir
DIR="$(mktemp -dtp ${TMPDIR-/var/tmp} fbgs-XXXXXX)"
test -d "$DIR" || exit 1