summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MAINTAINERS4
-rw-r--r--camlibs/casio/casio-qv.c2
-rw-r--r--camlibs/directory/directory.c2
-rw-r--r--camlibs/panasonic/coolshot/README2
-rw-r--r--camlibs/polaroid/pdc320.c2
-rw-r--r--camlibs/polaroid/pdc640.c2
-rw-r--r--camlibs/polaroid/pdc700.c2
-rw-r--r--camlibs/sierra/library.c2
-rw-r--r--camlibs/sierra/library.h2
-rw-r--r--doc/api/gphoto2-api.sgml2
-rw-r--r--libgphoto2/bayer.c2
-rw-r--r--libgphoto2/bayer.h2
-rw-r--r--libgphoto2/gamma.c2
-rw-r--r--libgphoto2/gamma.h2
-rw-r--r--libgphoto2/gphoto2-camera.c2
-rw-r--r--libgphoto2/gphoto2-filesys.c2
-rw-r--r--libgphoto2/gphoto2-filesys.h2
-rw-r--r--libgphoto2/gphoto2-library.c2
-rw-r--r--libgphoto2/gphoto2.h2
-rw-r--r--libgphoto2_port/doc/gphoto2-port-api.sgml2
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c2
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.h2
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-library.h2
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-log.c2
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-log.h2
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-result.c2
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port-result.h2
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port.c2
-rw-r--r--libgphoto2_port/libgphoto2_port/gphoto2-port.h2
-rw-r--r--libgphoto2_port/serial/unix.c2
-rw-r--r--libgphoto2_port/usb/libusb.c2
-rw-r--r--po/da.po2
-rw-r--r--po/de.po8
-rw-r--r--po/es.po6
-rw-r--r--po/fr.po4
-rw-r--r--po/hu.po2
-rw-r--r--po/it.po2
-rw-r--r--po/ja.po2
-rw-r--r--po/no.po2
-rw-r--r--po/ru.po2
-rw-r--r--po/sl.po2
-rw-r--r--po/sv.po6
-rw-r--r--po/uk.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--tests/test-filesys.c2
-rw-r--r--tests/test-gphoto2.c2
46 files changed, 55 insertions, 55 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 049dcf783..7913cca40 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -52,7 +52,7 @@ camlibs/jd11:
Marcus Meissner <marcus@jet.franken.de>
camlibs/konica:
- Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ Lutz Müller <lutz@users.sf.net>
camlibs/kodak/dc120:
Scott Fritzinger <scottf@unr.edu>
@@ -147,7 +147,7 @@ gtkam (http://www.topfrose.de):
GnoCam (http://www.uni-karlsruhe.de/~urc8/GnoCam):
GNOME integration (nautilus)
- Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ Lutz Müller <lutz@users.sf.net>
QtKam (?):
Front-end for KDE
diff --git a/camlibs/casio/casio-qv.c b/camlibs/casio/casio-qv.c
index d2181d3cf..05eb7c00c 100644
--- a/camlibs/casio/casio-qv.c
+++ b/camlibs/casio/casio-qv.c
@@ -132,7 +132,7 @@ camera_about (Camera *camera, CameraText *about, GPContext *context)
{
strcpy (about->text, "Download program for Casio QV cameras. "
"Originally written for gphoto-0.4. Adapted for gphoto2 by "
- "Lutz Müller <urc8@rz.uni-karlsruhe.de>.");
+ "Lutz Müller <lutz@users.sf.net>.");
return (GP_OK);
}
diff --git a/camlibs/directory/directory.c b/camlibs/directory/directory.c
index c82ec1165..dfd9ac7f3 100644
--- a/camlibs/directory/directory.c
+++ b/camlibs/directory/directory.c
@@ -1,6 +1,6 @@
/* directory.c
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/camlibs/panasonic/coolshot/README b/camlibs/panasonic/coolshot/README
index a19fe3668..4c6fbbc0c 100644
--- a/camlibs/panasonic/coolshot/README
+++ b/camlibs/panasonic/coolshot/README
@@ -14,7 +14,7 @@ TODO List
- file upload capability
- better error checking ("fixme"s) & recovery
- modify coolshot_file_count to return GP_ code and take *count as argument
- Comment by Lutz <urc8@rz.uni-karlsruhe.de>: Why? Throughout libgphoto2,
+ Comment by Lutz <lutz@users.sf.net>: Why? Throughout libgphoto2,
we say that negative return values are errors. That is, we do
CHECK_RESULT (pic_num = count_pictures (camera)); everywhere and let
CHECK_RESULT test for a return value < 0.
diff --git a/camlibs/polaroid/pdc320.c b/camlibs/polaroid/pdc320.c
index f75610f5a..700b5d77f 100644
--- a/camlibs/polaroid/pdc320.c
+++ b/camlibs/polaroid/pdc320.c
@@ -456,7 +456,7 @@ camera_about (Camera *camera, CameraText *about, GPContext *context)
"Originally written by Peter Desnoyers "
"<pjd@fred.cambridge.ma.us>, and adapted for gphoto2 by "
"Nathan Stenzel <nathanstenzel@users.sourceforge.net> and "
- "Lutz Mueller <urc8@rz.uni-karlsruhe.de>.\n"
+ "Lutz Mueller <lutz@users.sf.net>.\n"
"Polaroid 640SE testing was done by Michael Golden "
"<naugrim@juno.com>."));
return (GP_OK);
diff --git a/camlibs/polaroid/pdc640.c b/camlibs/polaroid/pdc640.c
index ed0d4ae66..78d046776 100644
--- a/camlibs/polaroid/pdc640.c
+++ b/camlibs/polaroid/pdc640.c
@@ -887,7 +887,7 @@ camera_about (Camera *camera, CameraText *about, GPContext *context)
strcpy (about->text, _("Download program for GrandTek 98x based cameras. "
"Originally written by Chris Byrne <adapt@ihug.co.nz>, "
"and adapted for gphoto2 by Lutz Mueller "
- "<urc8@rz.uni-karlsruhe.de>."
+ "<lutz@users.sf.net>."
"Protocol enhancements and postprocessing "
" for Jenoptik JD350e by Michael Trawny "
"<trawny99@users.sourceforge.net>."
diff --git a/camlibs/polaroid/pdc700.c b/camlibs/polaroid/pdc700.c
index b7a499916..596216882 100644
--- a/camlibs/polaroid/pdc700.c
+++ b/camlibs/polaroid/pdc700.c
@@ -941,7 +941,7 @@ camera_about (Camera *camera, CameraText *about, GPContext *context)
strcpy (about->text, _("Download program for Polaroid DC700 camera. "
"Originally written by Ryan Lantzer "
"<rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by "
- "Lutz Mueller <urc8@rz.uni-karlsruhe.de>."));
+ "Lutz Mueller <lutz@users.sf.net>."));
return (GP_OK);
}
diff --git a/camlibs/sierra/library.c b/camlibs/sierra/library.c
index 2735609ef..f02915009 100644
--- a/camlibs/sierra/library.c
+++ b/camlibs/sierra/library.c
@@ -1,6 +1,6 @@
/* library.c
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/camlibs/sierra/library.h b/camlibs/sierra/library.h
index c09134c5b..93b707e10 100644
--- a/camlibs/sierra/library.h
+++ b/camlibs/sierra/library.h
@@ -1,6 +1,6 @@
/* library.h
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/doc/api/gphoto2-api.sgml b/doc/api/gphoto2-api.sgml
index 70ccf34ae..15ac32e0f 100644
--- a/doc/api/gphoto2-api.sgml
+++ b/doc/api/gphoto2-api.sgml
@@ -19,7 +19,7 @@
<surname>Müller</surname>
<affiliation>
<address>
- <email>urc8@rz.uni-karlsruhe.de</email>
+ <email>lutz@users.sf.net</email>
</address>
</affiliation>
</author>
diff --git a/libgphoto2/bayer.c b/libgphoto2/bayer.c
index 9ca2cf725..94141377a 100644
--- a/libgphoto2/bayer.c
+++ b/libgphoto2/bayer.c
@@ -1,6 +1,6 @@
/* bayer.c
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2/bayer.h b/libgphoto2/bayer.h
index 4d3cab2a6..92eb26253 100644
--- a/libgphoto2/bayer.h
+++ b/libgphoto2/bayer.h
@@ -1,6 +1,6 @@
/* bayer.h
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2/gamma.c b/libgphoto2/gamma.c
index 272c81dd7..c6e1ffe6a 100644
--- a/libgphoto2/gamma.c
+++ b/libgphoto2/gamma.c
@@ -1,6 +1,6 @@
/* gamma.c
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2/gamma.h b/libgphoto2/gamma.h
index da593eb1f..dec793e19 100644
--- a/libgphoto2/gamma.h
+++ b/libgphoto2/gamma.h
@@ -1,6 +1,6 @@
/* gamma.h
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2/gphoto2-camera.c b/libgphoto2/gphoto2-camera.c
index 6a99edbb3..f0227a7c3 100644
--- a/libgphoto2/gphoto2-camera.c
+++ b/libgphoto2/gphoto2-camera.c
@@ -3,7 +3,7 @@
* Copyright © 2000 Scott Fritzinger
*
* Contributions:
- * 2001-2002: Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * 2001-2002: Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2/gphoto2-filesys.c b/libgphoto2/gphoto2-filesys.c
index ce9b12310..f35771a20 100644
--- a/libgphoto2/gphoto2-filesys.c
+++ b/libgphoto2/gphoto2-filesys.c
@@ -3,7 +3,7 @@
* Copyright © 2000 Scott Fritzinger
*
* Contributions:
- * Lutz Müller <urc8@rz.uni-karlsruhe.de> (2001)
+ * Lutz Müller <lutz@users.sf.net> (2001)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2/gphoto2-filesys.h b/libgphoto2/gphoto2-filesys.h
index 459cb10f5..490d95354 100644
--- a/libgphoto2/gphoto2-filesys.h
+++ b/libgphoto2/gphoto2-filesys.h
@@ -3,7 +3,7 @@
* Copyright © 2000 Scott Fritzinger
*
* Contributions:
- * Lutz Müller <urc8@rz.uni-karlsruhe.de> (2001)
+ * Lutz Müller <lutz@users.sf.net> (2001)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2/gphoto2-library.c b/libgphoto2/gphoto2-library.c
index cb17e3208..836db6250 100644
--- a/libgphoto2/gphoto2-library.c
+++ b/libgphoto2/gphoto2-library.c
@@ -1,6 +1,6 @@
/* gphoto2-library.c: Dummy file for gtk-doc
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2/gphoto2.h b/libgphoto2/gphoto2.h
index faf6004ad..613740e6d 100644
--- a/libgphoto2/gphoto2.h
+++ b/libgphoto2/gphoto2.h
@@ -1,6 +1,6 @@
/* gphoto2.h: Convenience header for gphoto2
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2_port/doc/gphoto2-port-api.sgml b/libgphoto2_port/doc/gphoto2-port-api.sgml
index c29d565a7..3f524a9c5 100644
--- a/libgphoto2_port/doc/gphoto2-port-api.sgml
+++ b/libgphoto2_port/doc/gphoto2-port-api.sgml
@@ -17,7 +17,7 @@
<surname>Müller</surname>
<affiliation>
<address>
- <email>urc8@rz.uni-karlsruhe.de</email>
+ <email>lutz@users.sf.net</email>
</address>
</affiliation>
</author>
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
index f1e503651..03fcc6886 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.c
@@ -1,6 +1,6 @@
/* gphoto2-port-info-list.c:
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.h b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.h
index 0e2488753..86980fa9d 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.h
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-info-list.h
@@ -1,6 +1,6 @@
/* gphoto2-port-info-list.h:
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-library.h b/libgphoto2_port/libgphoto2_port/gphoto2-port-library.h
index e156b1ae1..2ee4c2bf7 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-library.h
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-library.h
@@ -1,6 +1,6 @@
/* gphoto2-port-library.h
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c
index 2bf26d6f2..8898200a0 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-log.c
@@ -1,6 +1,6 @@
/* gphoto2-port-log.c
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-log.h b/libgphoto2_port/libgphoto2_port/gphoto2-port-log.h
index 70de47daa..4835b1bc4 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-log.h
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-log.h
@@ -1,6 +1,6 @@
/* gphoto2-port-log.h
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-result.c b/libgphoto2_port/libgphoto2_port/gphoto2-port-result.c
index 5c0946f49..dd88d8c3d 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-result.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-result.c
@@ -1,6 +1,6 @@
/* result.c
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port-result.h b/libgphoto2_port/libgphoto2_port/gphoto2-port-result.h
index 7ca4902c3..8b42498c6 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port-result.h
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port-result.h
@@ -1,6 +1,6 @@
/* gphoto2-port-result.h
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port.c b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
index 8cd671178..115e9dc43 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port.c
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* gphoto2-port.c
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
* Copyright © 1999 Scott Fritzinger <scottf@unr.edu>
*
* This library is free software; you can redistribute it and/or
diff --git a/libgphoto2_port/libgphoto2_port/gphoto2-port.h b/libgphoto2_port/libgphoto2_port/gphoto2-port.h
index 6bd833c84..15d9b62d4 100644
--- a/libgphoto2_port/libgphoto2_port/gphoto2-port.h
+++ b/libgphoto2_port/libgphoto2_port/gphoto2-port.h
@@ -1,6 +1,6 @@
/* gphoto2-port.h
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/libgphoto2_port/serial/unix.c b/libgphoto2_port/serial/unix.c
index 766923513..2042a8608 100644
--- a/libgphoto2_port/serial/unix.c
+++ b/libgphoto2_port/serial/unix.c
@@ -1,6 +1,6 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
* Copyright © 2000 Philippe Marzouk <pmarzouk@bigfoot.com>
* Copyright © 2000 Edouard Lafargue <Edouard.Lafargue@bigfoot.com>
* Copyright © 1999 Johannes Erdfelt <johannes@erdfelt.com>
diff --git a/libgphoto2_port/usb/libusb.c b/libgphoto2_port/usb/libusb.c
index f97f8f104..782a82809 100644
--- a/libgphoto2_port/usb/libusb.c
+++ b/libgphoto2_port/usb/libusb.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
/* gphoto2-port-usb.c
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
* Copyright © 1999-2000 Johannes Erdfelt <johannes@erdfelt.com>
*
* This library is free software; you can redistribute it and/or
diff --git a/po/da.po b/po/da.po
index d69f29d74..05e1272ac 100644
--- a/po/da.po
+++ b/po/da.po
@@ -2755,7 +2755,7 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
#: camlibs/polaroid/pdc700.c:997
diff --git a/po/de.po b/po/de.po
index ce27ecf93..5e2317aa7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1,6 +1,6 @@
# German Translation.
# Copyright © 2000-2002 Scott Fritzinger <scottf@unr.edu> et al.
-# Lutz Müller <urc8@rz.uni-karlsruhe.de>, 2000.
+# Lutz Müller <lutz@users.sf.net>, 2000.
# Colin Marquardt <colin@marquardt-home.de>, 2001, 2002.
#
# [Please leave these here: öäüßÖÄÜ]
@@ -2878,7 +2878,7 @@ msgstr ""
"Bibliothek zum Zugriff auf verschiedene Polaroid Kameras.\n"
"Originalauthor Peter Desnoyers <pjd@fred.cambridge.ma.us>, angepaßt für "
"gphoto2 durch Nathan Stenzel <nathanstenzel@users.sourceforge.net> und Lutz "
-"Müller <urc8@rz.uni-karlsruhe.de>.\n"
+"Müller <lutz@users.sf.net>.\n"
"Polaroid 640SE Tests durch Michael Golden <naugrim@juno.com>."
#: camlibs/polaroid/pdc320.c:485
@@ -2896,7 +2896,7 @@ msgid ""
msgstr ""
"Bibliothek zum Zugriff auf GrandTek 98x basierte Kameras.Original Author: "
"Chris Byrne <adapt@ihug.co.nz>, Anpassung für gphoto2 durch Lutz Müller "
-"<urc8@rz.uni-karlsruhe.de>. Verbesserung im Protokoll und Bild "
+"<lutz@users.sf.net>. Verbesserung im Protokoll und Bild "
"Nachbearbeitung für Jenoptik JD350e durch Michael Trawny <trawny99@users."
"sourceforge.net>. Bugfixes von Marcus Meißner <marcus@jet.franken.de>."
@@ -3012,7 +3012,7 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
"Bibliothek zum Zugriff auf die Polaroid DC700 Kamera. Originaler Author Ryan "
"Lantzer <rlantzer@umr.edu> für gphoto 4.x. Angepaßt für gphoto2 durch Lutz "
diff --git a/po/es.po b/po/es.po
index 8c2e3decf..03bcd4d15 100644
--- a/po/es.po
+++ b/po/es.po
@@ -2936,7 +2936,7 @@ msgid ""
msgstr ""
"Programa de descarga para cámaras basadas en GrandTek 98x. Escrito "
"originalmente por Chris Byrne <adapt@ihug.co.nz>, y adaptado para gphoto2 "
-"por Lutz Mueller <urc8@rz.uni-karlsruhe.de>.Mejoras en el protocolo y post-"
+"por Lutz Mueller <lutz@users.sf.net>.Mejoras en el protocolo y post-"
"procesamiento para Jenoptik JD350e por Michael Trawny <trawny99@users."
"sourceforge.net>. Corrección de errores por Marcus Meissner <marcus@jet."
"franken.de>."
@@ -3053,11 +3053,11 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
"Programa de descarga para la cámara Polaroid DC700. Escrito originalmente "
"por Ryan Lantzer <rlantzer@umr.edu> para gphoto-4.x. Adaptado para gphoto2 "
-"por Lutz Mueller <urc8@rz.uni-karlsruhe.de>."
+"por Lutz Mueller <lutz@users.sf.net>."
#: camlibs/polaroid/pdc700.c:997
msgid "How long will it take until the camera powers off?"
diff --git a/po/fr.po b/po/fr.po
index a4e0a1f89..970d31d10 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -2877,7 +2877,7 @@ msgid ""
msgstr ""
"Programme de récupération pour les appareils photos basés sur le GrandTek "
"98x. Originellement écrit par Chris Byrne <adapt@ihug.co.nz>, et adapté pour "
-"gphoto2 par Lutz Müeller <urc8@rz.uni-karlsruhe.de>. Améliorations du "
+"gphoto2 par Lutz Müeller <lutz@users.sf.net>. Améliorations du "
"protocole et traitement post-opératoire pour les Jenoptik JD350e par Michael "
"Trawny <trawny99@users.sourceforge.net>. Résolution de bugs par Marcus "
"Meissner <marcus@jet.franken.de>."
@@ -2994,7 +2994,7 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
"Téléchargé le programme des appareils photos Polaroïd DC700. Originellement "
"écrit par Ryan Lantzer <rlantzer@umr.edu> pour GPhoto 4.X. Adapté pour "
diff --git a/po/hu.po b/po/hu.po
index 1ed4d9310..c3ed14071 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -2936,7 +2936,7 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
#: camlibs/polaroid/pdc700.c:997
diff --git a/po/it.po b/po/it.po
index 004cdccf5..03a583fe3 100644
--- a/po/it.po
+++ b/po/it.po
@@ -2753,7 +2753,7 @@ msgstr "Riportate bug e critiche a gphoto-devel@lists.sourceforge.net\n"
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
#: camlibs/polaroid/pdc700.c:997
diff --git a/po/ja.po b/po/ja.po
index 9167dea1c..f07caa0b0 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -2935,7 +2935,7 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
#: camlibs/polaroid/pdc700.c:997
diff --git a/po/no.po b/po/no.po
index e614baec6..6c1867f3d 100644
--- a/po/no.po
+++ b/po/no.po
@@ -2754,7 +2754,7 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
#: camlibs/polaroid/pdc700.c:997
diff --git a/po/ru.po b/po/ru.po
index 04ad20e40..8a4e4d6e0 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -2754,7 +2754,7 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
#: camlibs/polaroid/pdc700.c:997
diff --git a/po/sl.po b/po/sl.po
index 6d446f5fa..14fad62be 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -2755,7 +2755,7 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
#: camlibs/polaroid/pdc700.c:997
diff --git a/po/sv.po b/po/sv.po
index dfc3def9b..2be9b828a 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1926,7 +1926,7 @@ msgid ""
"Support for all Konica and several HP cameras."
msgstr ""
"Konica kamera-biblioteket\n"
-"Lutz Müller <urc8@rz.uni-karlsruhe.de>\n"
+"Lutz Müller <lutz@users.sf.net>\n"
"Stöd för alla Konica och flera HP kameror."
#: camlibs/konica/library.c:651
@@ -2928,7 +2928,7 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
#: camlibs/polaroid/pdc700.c:997
@@ -3821,7 +3821,7 @@ msgid ""
"enhanced the port."
msgstr ""
"Samsung digimax 800k drivrutinen har skrivits av James Mckenzie "
-"<james@fishsoup.dhs.org> för gphoto. Lutz Müller <urc8@rz.uni-karlsruhe.de> "
+"<james@fishsoup.dhs.org> för gphoto. Lutz Müller <lutz@users.sf.net> "
"konverterade den till gphoto2. Marcus Meïssner <marcus@jet.franken.de> "
"fixade och förbättrade konverteringen."
diff --git a/po/uk.po b/po/uk.po
index 48eafa216..526e81cd4 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2754,7 +2754,7 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
#: camlibs/polaroid/pdc700.c:997
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 01aaec35c..269a3a768 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -3369,7 +3369,7 @@ msgstr ""
msgid ""
"Download program for Polaroid DC700 camera. Originally written by Ryan "
"Lantzer <rlantzer@umr.edu> for gphoto-4.x. Adapted for gphoto2 by Lutz "
-"Mueller <urc8@rz.uni-karlsruhe.de>."
+"Mueller <lutz@users.sf.net>."
msgstr ""
# camlibs/polaroid/pdc700.c:996
diff --git a/tests/test-filesys.c b/tests/test-filesys.c
index cc75f38c3..0127391d0 100644
--- a/tests/test-filesys.c
+++ b/tests/test-filesys.c
@@ -1,6 +1,6 @@
/* test-filesys.c
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
diff --git a/tests/test-gphoto2.c b/tests/test-gphoto2.c
index 5be56f198..1cfc954e2 100644
--- a/tests/test-gphoto2.c
+++ b/tests/test-gphoto2.c
@@ -1,6 +1,6 @@
/* test-gphoto2.c
*
- * Copyright © 2001 Lutz Müller <urc8@rz.uni-karlsruhe.de>
+ * Copyright © 2001 Lutz Müller <lutz@users.sf.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public