aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-02-22 18:12:46 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-02-22 18:12:46 +0100
commit8826f663716e9b45abbcd32b36e695e2516e4c09 (patch)
tree80fe1fae6eb0005753940880728ed08eab2ed8ad /fbi.c
parent07404ae7bb28b81e3cb8aee9c36f390b95bcd1f8 (diff)
downloadfbida-8826f663716e9b45abbcd32b36e695e2516e4c09.tar.gz
update email address
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 b8240c1..aa0a921 100644
--- a/fbi.c
+++ b/fbi.c
@@ -1,7 +1,7 @@
/*
* image viewer, for framebuffer devices
*
- * (c) 1998-2012 Gerd Hoffmann <kraxel@bytesex.org>
+ * (c) 1998-2012 Gerd Hoffmann <gerd@kraxel.org>
*
*/
@@ -164,7 +164,7 @@ version(void)
{
fprintf(stderr,
"fbi version " VERSION ", compiled on %s\n"
- "(c) 1998-2012 Gerd Hoffmann <kraxel@bytesex.org> [SUSE Labs]\n",
+ "(c) 1998-2012 Gerd Hoffmann <gerd@kraxel.org> [SUSE Labs]\n",
__DATE__ );
}