From 34eca660e8d21ada08c150e0d6e8ed048e1ab380 Mon Sep 17 00:00:00 2001 From: kraxel Date: Tue, 13 Jun 2006 12:47:24 +0000 Subject: s/knorr/hoffmann/ --- browser.c | 2 +- desktop.c | 2 +- exiftran.c | 2 +- fbi.c | 4 ++-- filelist.c | 2 +- hex.c | 2 +- jpegtools.c | 2 +- man.c | 2 +- thumbnail.cgi.c | 2 +- x11.c | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/browser.c b/browser.c index 3313d0c..485e5e4 100644 --- a/browser.c +++ b/browser.c @@ -1,6 +1,6 @@ /* * simple file browser - * (c) 2001-03 Gerd Knorr + * (c) 2001-03 Gerd Hoffmann * */ diff --git a/desktop.c b/desktop.c index d30d3c7..d8f4f72 100644 --- a/desktop.c +++ b/desktop.c @@ -6,7 +6,7 @@ * no caching, no other clever tricks ... * ida + fbi only use the Comment= entry of .directory files. * - * (c) 2004 Gerd Knorr + * (c) 2004 Gerd Hoffmann * */ #include diff --git a/exiftran.c b/exiftran.c index 382c998..cd6dd5b 100644 --- a/exiftran.c +++ b/exiftran.c @@ -105,7 +105,7 @@ usage(FILE *fp, char *name) " -p preserve timestamps (with -i)\n" "\n" "-- \n" - "Gerd Knorr [SUSE Labs]\n", + "Gerd Hoffmann [SUSE Labs]\n", name); } 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 + * (c) 1998-2004 Gerd Hoffmann * */ @@ -135,7 +135,7 @@ version(void) { fprintf(stderr, "fbi version " VERSION ", compiled on %s\n" - "(c) 1999-2004 Gerd Knorr [SUSE Labs]\n", + "(c) 1999-2004 Gerd Hoffmann [SUSE Labs]\n", __DATE__ ); } diff --git a/filelist.c b/filelist.c index 317e3b1..eb2cac9 100644 --- a/filelist.c +++ b/filelist.c @@ -1,6 +1,6 @@ /* * file list management ("virtual photo album"). - * (c) 2003 Gerd Knorr + * (c) 2003 Gerd Hoffmann * */ diff --git a/hex.c b/hex.c index b648233..9c025a3 100644 --- a/hex.c +++ b/hex.c @@ -2,7 +2,7 @@ * file viewer (hex dump) * quick & dirty for now, handling xxl files doesn't work very well ... * - * (c) 2001 Gerd Knorr + * (c) 2001 Gerd Hoffmann * */ diff --git a/jpegtools.c b/jpegtools.c index 2e84294..a68ddd4 100644 --- a/jpegtools.c +++ b/jpegtools.c @@ -5,7 +5,7 @@ * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README file. * - * plenty of changes by Gerd Knorr , with focus on + * plenty of changes by Gerd Hoffmann , with focus on * digital image processing and sane exif handling: * * - does transformations only (flip/rotate/transpose/transverse). diff --git a/man.c b/man.c index 85b89a1..f75b508 100644 --- a/man.c +++ b/man.c @@ -1,6 +1,6 @@ /* * motif-based man page renderer - * (c) 2001 Gerd Knorr + * (c) 2001 Gerd Hoffmann * */ diff --git a/thumbnail.cgi.c b/thumbnail.cgi.c index a4ba3c8..15f6776 100644 --- a/thumbnail.cgi.c +++ b/thumbnail.cgi.c @@ -34,7 +34,7 @@ static const char *description = "deliver thumbnails for any JPEG image below below your document root which\n" "it is allowed to open by unix file permissions.\n" "\n" - "(c) 2004 Gerd Knorr [SUSE Labs]\n" + "(c) 2004 Gerd Hoffmann [SUSE Labs]\n" "\n"; /* -------------------------------------------------------------------------- */ diff --git a/x11.c b/x11.c index 5aaa1d0..ee83781 100644 --- a/x11.c +++ b/x11.c @@ -1,7 +1,7 @@ /* * some X11 ximage / pixmaps rotines * - * (c) 1996 Gerd Knorr + * (c) 1996 Gerd Hoffmann * * basic usage: * 1) call x11_color_init() -- cgit