From 11f80e152748b1e556c54c37ddb3e5a5596822b2 Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Sat, 11 Feb 2012 01:56:08 +0100 Subject: Fix inconsistency of fbi's copyright dates --- fbi.c | 4 ++-- fbi.man | 2 +- 2 files changed, 3 insertions(+), 3 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 + * (c) 1998-2012 Gerd Hoffmann * */ @@ -164,7 +164,7 @@ version(void) { fprintf(stderr, "fbi version " VERSION ", compiled on %s\n" - "(c) 1999-2012 Gerd Hoffmann [SUSE Labs]\n", + "(c) 1998-2012 Gerd Hoffmann [SUSE Labs]\n", __DATE__ ); } diff --git a/fbi.man b/fbi.man index 5fa8c43..35e97a9 100644 --- a/fbi.man +++ b/fbi.man @@ -1,4 +1,4 @@ -.TH FBI 1 "(c) 1999-2012 Gerd Knorr" "FBI 2.08" "Linux framebuffer imageviewer" +.TH FBI 1 "(c) 1998-2012 Gerd Knorr" "FBI 2.08" "Linux framebuffer imageviewer" \# \# .SH NAME -- cgit