aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fbi.c b/fbi.c
index 8135524..2c719f8 100644
--- a/fbi.c
+++ b/fbi.c
@@ -1,7 +1,7 @@
/*
* image viewer, for framebuffer devices
*
- * (c) 1998-2004 Gerd Knorr <kraxel@bytesex.org>
+ * (c) 1998-2004 Gerd Hoffmann <kraxel@bytesex.org>
*
*/
@@ -135,7 +135,7 @@ version(void)
{
fprintf(stderr,
"fbi version " VERSION ", compiled on %s\n"
- "(c) 1999-2004 Gerd Knorr <kraxel@bytesex.org> [SUSE Labs]\n",
+ "(c) 1999-2004 Gerd Hoffmann <kraxel@bytesex.org> [SUSE Labs]\n",
__DATE__ );
}