From 3f132602c3c61898e35772261dcfe467bebde8e4 Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Sat, 11 Feb 2012 01:56:07 +0100 Subject: Add copyright notice to fbgs --- fbgs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fbgs') 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 +# + + # tmp dir DIR="$(mktemp -dtp ${TMPDIR-/var/tmp} fbgs-XXXXXX)" test -d "$DIR" || exit 1 -- cgit