aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
authorStéphane Aulery <lkppo@free.fr>2012-02-11 01:56:08 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-02-22 17:52:02 +0100
commit11f80e152748b1e556c54c37ddb3e5a5596822b2 (patch)
tree24b3e18a223e2b93202e189da911edbacb303fb8 /fbi.c
parent3f132602c3c61898e35772261dcfe467bebde8e4 (diff)
downloadfbida-11f80e152748b1e556c54c37ddb3e5a5596822b2.tar.gz
Fix inconsistency of fbi's copyright dates
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 a8c6a53..b8240c1 100644
--- a/fbi.c
+++ b/fbi.c
@@ -1,7 +1,7 @@
/*
* image viewer, for framebuffer devices
*
- * (c) 1998-2004 Gerd Hoffmann <kraxel@bytesex.org>
+ * (c) 1998-2012 Gerd Hoffmann <kraxel@bytesex.org>
*
*/
@@ -164,7 +164,7 @@ version(void)
{
fprintf(stderr,
"fbi version " VERSION ", compiled on %s\n"
- "(c) 1999-2012 Gerd Hoffmann <kraxel@bytesex.org> [SUSE Labs]\n",
+ "(c) 1998-2012 Gerd Hoffmann <kraxel@bytesex.org> [SUSE Labs]\n",
__DATE__ );
}