aboutsummaryrefslogtreecommitdiffstats
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
parent07404ae7bb28b81e3cb8aee9c36f390b95bcd1f8 (diff)
downloadfbida-8826f663716e9b45abbcd32b36e695e2516e4c09.tar.gz
update email address
-rw-r--r--Ida.ad2
-rw-r--r--README2
-rw-r--r--backup/Ida-de2
-rw-r--r--backup/Ida-default2
-rw-r--r--browser.c2
-rw-r--r--desktop.c2
-rw-r--r--exiftran.c4
-rw-r--r--exiftran.man4
-rw-r--r--exiftran.man.fr4
-rwxr-xr-xfbgs2
-rw-r--r--fbgs.man4
-rw-r--r--fbgs.man.fr4
-rw-r--r--fbi.c4
-rw-r--r--fbi.man4
-rw-r--r--fbi.man.fr4
-rw-r--r--filelist.c2
-rw-r--r--hex.c2
-rw-r--r--ida.man4
-rw-r--r--ida.man.fr4
-rw-r--r--jpegtools.c2
-rw-r--r--man.c2
-rw-r--r--thumbnail.cgi.c2
22 files changed, 32 insertions, 32 deletions
diff --git a/Ida.ad b/Ida.ad
index 6e09e0f..3b90cfb 100644
--- a/Ida.ad
+++ b/Ida.ad
@@ -125,7 +125,7 @@ Ida.aboutbox_popup.title: About ida
Ida*aboutbox_popup*messageString: \
ida - image viewer & editor \n\
\n\
- (c) 2001,02 Gerd Hoffmann <kraxel@bytesex.org>
+ (c) 2001,02 Gerd Hoffmann <gerd@kraxel.org>
Ida.sorrybox_popup.deleteResponse: DESTROY
diff --git a/README b/README
index f8ef410..ff7211b 100644
--- a/README
+++ b/README
@@ -44,4 +44,4 @@ Have fun,
Gerd
--
-Gerd Hoffmann <kraxel@bytesex.org>
+Gerd Hoffmann <gerd@kraxel.org>
diff --git a/backup/Ida-de b/backup/Ida-de
index ce6575c..365e82c 100644
--- a/backup/Ida-de
+++ b/backup/Ida-de
@@ -15,7 +15,7 @@ Ida.aboutbox_popup.title: Über ida
Ida*aboutbox_popup*messageString: \
ida - image viewer & editor \n\
\n\
- (c) 2001,02 Gerd Hoffmann <kraxel@bytesex.org>
+ (c) 2001,02 Gerd Hoffmann <gerd@kraxel.org>
Ida.noundobox_popup.title: Nicht verfügbar
Ida*noundobox_popup*messageString: \
diff --git a/backup/Ida-default b/backup/Ida-default
index 114b1b1..560c962 100644
--- a/backup/Ida-default
+++ b/backup/Ida-default
@@ -5,7 +5,7 @@ Ida.aboutbox_popup.title: About ida
Ida*aboutbox_popup*messageString: \
ida - image viewer & editor \n\
\n\
- (c) 2001,02 Gerd Hoffmann <kraxel@bytesex.org>
+ (c) 2001,02 Gerd Hoffmann <gerd@kraxel.org>
Ida.noundobox_popup.title: No undo
Ida*noundobox_popup*messageString: \
diff --git a/browser.c b/browser.c
index 485e5e4..7b6ac4d 100644
--- a/browser.c
+++ b/browser.c
@@ -1,6 +1,6 @@
/*
* simple file browser
- * (c) 2001-03 Gerd Hoffmann <kraxel@bytesex.org>
+ * (c) 2001-03 Gerd Hoffmann <gerd@kraxel.org>
*
*/
diff --git a/desktop.c b/desktop.c
index d8f4f72..ba44b31 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 Hoffmann <kraxel@bytesex.org>
+ * (c) 2004 Gerd Hoffmann <gerd@kraxel.org>
*
*/
#include <stdio.h>
diff --git a/exiftran.c b/exiftran.c
index 671dfd3..3669814 100644
--- a/exiftran.c
+++ b/exiftran.c
@@ -1,7 +1,7 @@
/*
* Transform digital camera jpeg images
*
- * (c) 2002-2012 Gerd Hoffmann <kraxel@bytesex.org>
+ * (c) 2002-2012 Gerd Hoffmann <gerd@kraxel.org>
*/
#include <stdio.h>
@@ -107,7 +107,7 @@ usage(FILE *fp, char *name)
" -p preserve timestamps (with -i)\n"
"\n"
"-- \n"
- "(c) 2002-2012 Gerd Hoffmann <kraxel@bytesex.org> [SUSE Labs]\n",
+ "(c) 2002-2012 Gerd Hoffmann <gerd@kraxel.org> [SUSE Labs]\n",
name);
}
diff --git a/exiftran.man b/exiftran.man
index 683d075..a629352 100644
--- a/exiftran.man
+++ b/exiftran.man
@@ -118,11 +118,11 @@ Autorotate all jpeg files in the current directory:
\#
.SH AUTHOR
Gerd Hoffmann
-.BR <kraxel@bytesex.org>
+.BR <gerd@kraxel.org>
\#
\#
.SH COPYRIGHT
-Copyright (c) 2002-2012 Gerd Hoffmann <kraxel@bytesex.org>
+Copyright (c) 2002-2012 Gerd Hoffmann <gerd@kraxel.org>
.P
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
diff --git a/exiftran.man.fr b/exiftran.man.fr
index bdbdc60..04cdefb 100644
--- a/exiftran.man.fr
+++ b/exiftran.man.fr
@@ -126,11 +126,11 @@ Stéphane Aulery
\#
.SH AUTEUR
Gerd Hoffmann
-.BR <kraxel@bytesex.org>
+.BR <gerd@kraxel.org>
\#
\#
.SH COPYRIGHT
-Copyright (c) 2002-2012 Gerd Hoffmann <kraxel@bytesex.org>
+Copyright (c) 2002-2012 Gerd Hoffmann <gerd@kraxel.org>
.P
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
diff --git a/fbgs b/fbgs
index 23152c8..e270041 100755
--- a/fbgs
+++ b/fbgs
@@ -2,7 +2,7 @@
#
# PostScript/pdf viewer for the linux framebuffer console
-# (c) 1999-2012 Gerd Hoffmann <kraxel@bytesex.org>
+# (c) 1999-2012 Gerd Hoffmann <gerd@kraxel.org>
#
diff --git a/fbgs.man b/fbgs.man
index 2ad634c..9a83b4f 100644
--- a/fbgs.man
+++ b/fbgs.man
@@ -72,11 +72,11 @@ You can use this option if your PDF file requires a \fIpassword\fP.
\#
.SH AUTHOR
Gerd Hoffmann
-.BR <kraxel@bytesex.org>
+.BR <gerd@kraxel.org>
\#
\#
.SH COPYRIGHT
-Copyright (c) 1999-2012 Gerd Hoffmann <kraxel@bytesex.org>
+Copyright (c) 1999-2012 Gerd Hoffmann <gerd@kraxel.org>
.P
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
diff --git a/fbgs.man.fr b/fbgs.man.fr
index 74d7070..a5bf682 100644
--- a/fbgs.man.fr
+++ b/fbgs.man.fr
@@ -80,11 +80,11 @@ Stéphane Aulery
\#
.SH AUTEUR
Gerd Hoffmann
-.BR <kraxel@bytesex.org>
+.BR <gerd@kraxel.org>
\#
\#
.SH COPYRIGHT
-Copyright (c) 1999-2012 Gerd Hoffmann <kraxel@bytesex.org>
+Copyright (c) 1999-2012 Gerd Hoffmann <gerd@kraxel.org>
.P
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
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__ );
}
diff --git a/fbi.man b/fbi.man
index ee120b4..470a406 100644
--- a/fbi.man
+++ b/fbi.man
@@ -263,11 +263,11 @@ pseudo tty (xterm, ssh, screen, ...) will \fBnot\fP work.
\#
.SH AUTHOR
Gerd Hoffmann
-.BR <kraxel@bytesex.org>
+.BR <gerd@kraxel.org>
\#
\#
.SH COPYRIGHT
-Copyright (c) 1999-2012 Gerd Hoffmann <kraxel@bytesex.org>
+Copyright (c) 1999-2012 Gerd Hoffmann <gerd@kraxel.org>
.P
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
diff --git a/fbi.man.fr b/fbi.man.fr
index dfea2b6..2c277c0 100644
--- a/fbi.man.fr
+++ b/fbi.man.fr
@@ -284,11 +284,11 @@ Stéphane Aulery
\#
.SH AUTEUR
Gerd Hoffmann
-.BR <kraxel@bytesex.org>
+.BR <gerd@kraxel.org>
\#
\#
.SH COPYRIGHT
-Copyright (c) 1999-2012 Gerd Hoffmann <kraxel@bytesex.org>
+Copyright (c) 1999-2012 Gerd Hoffmann <gerd@kraxel.org>
.P
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
diff --git a/filelist.c b/filelist.c
index eb2cac9..366d52a 100644
--- a/filelist.c
+++ b/filelist.c
@@ -1,6 +1,6 @@
/*
* file list management ("virtual photo album").
- * (c) 2003 Gerd Hoffmann <kraxel@bytesex.org>
+ * (c) 2003 Gerd Hoffmann <gerd@kraxel.org>
*
*/
diff --git a/hex.c b/hex.c
index 9c025a3..58e2d70 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 Hoffmann <kraxel@bytesex.org>
+ * (c) 2001 Gerd Hoffmann <gerd@kraxel.org>
*
*/
diff --git a/ida.man b/ida.man
index 7bb868b..d9b9fb6 100644
--- a/ida.man
+++ b/ida.man
@@ -123,11 +123,11 @@ the ICCCM specs by ignoring it.
\#
.SH AUTHOR
Gerd Hoffmann
-.BR <kraxel@bytesex.org>
+.BR <gerd@kraxel.org>
\#
\#
.SH COPYRIGHT
-Copyright (c) 2002-2012 Gerd Hoffmann <kraxel@bytesex.org>
+Copyright (c) 2002-2012 Gerd Hoffmann <gerd@kraxel.org>
.P
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
diff --git a/ida.man.fr b/ida.man.fr
index da9ebf0..6283345 100644
--- a/ida.man.fr
+++ b/ida.man.fr
@@ -132,11 +132,11 @@ Stéphane Aulery
\#
.SH AUTEUR
Gerd Hoffmann
-.BR <kraxel@bytesex.org>
+.BR <gerd@kraxel.org>
\#
\#
.SH COPYRIGHT
-Copyright (c) 2002-2012 Gerd Hoffmann <kraxel@bytesex.org>
+Copyright (c) 2002-2012 Gerd Hoffmann <gerd@kraxel.org>
.P
This program is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free Software
diff --git a/jpegtools.c b/jpegtools.c
index 8a9fb5f..f2c1791 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 Hoffmann <kraxel@bytesex.org>, with focus on
+ * plenty of changes by Gerd Hoffmann <gerd@kraxel.org>, 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 f75b508..cb87bb6 100644
--- a/man.c
+++ b/man.c
@@ -1,6 +1,6 @@
/*
* motif-based man page renderer
- * (c) 2001 Gerd Hoffmann <kraxel@bytesex.org>
+ * (c) 2001 Gerd Hoffmann <gerd@kraxel.org>
*
*/
diff --git a/thumbnail.cgi.c b/thumbnail.cgi.c
index a065c94..b10ab5b 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 Hoffmann <kraxel@bytesex.org> [SUSE Labs]\n"
+ "(c) 2004 Gerd Hoffmann <gerd@kraxel.org> [SUSE Labs]\n"
"\n";
/* -------------------------------------------------------------------------- */