diff options
author | Stéphane Aulery <lkppo@free.fr> | 2012-02-11 01:56:07 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-02-22 17:52:02 +0100 |
commit | 3f132602c3c61898e35772261dcfe467bebde8e4 (patch) | |
tree | 522f3b0d2c3409bebebec8606573e62eecd5cad6 | |
parent | 7522753605297a88df8dd9636521436582825171 (diff) | |
download | fbida-3f132602c3c61898e35772261dcfe467bebde8e4.tar.gz |
Add copyright notice to fbgs
-rwxr-xr-x | fbgs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |