Git commit 259d7deae69f046bad88263fa9ef40b84408e7a8 by Eric Bischoff.
Committed on 12/12/2022 at 09:04.
Pushed by bischoff into branch 'master'.

Update my old (invalid) email address

M  +1    -1    AUTHORS
M  +1    -1    curconvd/converter.cpp
M  +1    -1    curconvd/converter.h
M  +3    -3    curconvd/main.cpp
M  +1    -1    curconvd/table.cpp
M  +1    -1    curconvd/table.h
M  +1    -1    currencies/currencies.cpp
M  +1    -1    currencies/currencies.h
M  +3    -3    doc/index.docbook
M  +1    -1    keurocalc/keurocalc.cpp
M  +1    -1    keurocalc/keurocalc.h
M  +3    -3    keurocalc/main.cpp
M  +1    -1    keurocalc/preferences.cpp
M  +1    -1    keurocalc/preferences.h

https://invent.kde.org/utilities/keurocalc/commit/259d7deae69f046bad88263fa9ef40b84408e7a8

diff --git a/AUTHORS b/AUTHORS
index b01706a..26b4738 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
-�ric Bischoff <[email protected]>
+�ric Bischoff <[email protected]>
 Melchior Franz <[email protected]>
 Bas Willems <[email protected]>
 Gil Gross <[email protected]>
diff --git a/curconvd/converter.cpp b/curconvd/converter.cpp
index a743f55..8c3f9c2 100644
--- a/curconvd/converter.cpp
+++ b/curconvd/converter.cpp
@@ -3,7 +3,7 @@
                              -------------------
     begin                : lun nov 13 11:22:05 CET 2006
     copyright            : (C) 2006-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/curconvd/converter.h b/curconvd/converter.h
index 0805f10..8ee6f74 100644
--- a/curconvd/converter.h
+++ b/curconvd/converter.h
@@ -3,7 +3,7 @@
                              -------------------
     begin                : lun nov 13 11:28:34 CET 2006
     copyright            : (C) 2006-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/curconvd/main.cpp b/curconvd/main.cpp
index 42fdbc7..7941359 100644
--- a/curconvd/main.cpp
+++ b/curconvd/main.cpp
@@ -3,7 +3,7 @@
                              -------------------
     begin                : lun nov 13 11:22:05 CET 2006
     copyright            : (C) 2006-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************
@@ -30,9 +30,9 @@ int main(int argc, char *argv[])
 {
        QCoreApplication a(argc, argv);
     KAboutData aboutData("curconvd", i18n("CurConvD"), "1.3.1", i18n("A 
currency converter daemon"),
-                 KAboutLicense::GPL, i18n("(c) 2006-2019, the curconvd 
developers"), i18n("A program by Éric Bischoff <[email protected]>\n\nTime 
Genie exchange rates courtesy of <a href='http://www.timegenie.com/' 
title='foreign exchange rates courtesy of Time Genie'>Time Genie</a>\n"));
+                 KAboutLicense::GPL, i18n("(c) 2006-2019, the curconvd 
developers"), i18n("A program by Éric Bischoff <[email protected]>\n\nTime Genie 
exchange rates courtesy of <a href='http://www.timegenie.com/' title='foreign 
exchange rates courtesy of Time Genie'>Time Genie</a>\n"));
 
-       aboutData.addAuthor(i18n("Éric Bischoff"), i18n("Design and 
implementation"), "[email protected]");
+       aboutData.addAuthor(i18n("Éric Bischoff"), i18n("Design and 
implementation"), "[email protected]");
 
        KAboutData::setApplicationData(aboutData);
 #if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
diff --git a/curconvd/table.cpp b/curconvd/table.cpp
index 212c192..89b9040 100644
--- a/curconvd/table.cpp
+++ b/curconvd/table.cpp
@@ -3,7 +3,7 @@
                              -------------------
     begin                : jeu nov 23 21:03:30 CET 2006
     copyright            : (C) 2006-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/curconvd/table.h b/curconvd/table.h
index cd248f8..1acce65 100644
--- a/curconvd/table.h
+++ b/curconvd/table.h
@@ -3,7 +3,7 @@
                              -------------------
     begin                : jeu nov 23 21:03:27 CET 2006
     copyright            : (C) 2006-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/currencies/currencies.cpp b/currencies/currencies.cpp
index 9df78af..aa38af2 100644
--- a/currencies/currencies.cpp
+++ b/currencies/currencies.cpp
@@ -3,7 +3,7 @@
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
     copyright            : (C) 2001-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/currencies/currencies.h b/currencies/currencies.h
index 796467c..0126515 100644
--- a/currencies/currencies.h
+++ b/currencies/currencies.h
@@ -3,7 +3,7 @@
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
     copyright            : (C) 2001-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/doc/index.docbook b/doc/index.docbook
index f75c21f..7f63cc9 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -15,7 +15,7 @@
 <firstname>Éric</firstname>
 <surname>Bischoff</surname>
 <affiliation>
-<address><email>ebischoff@_NOSPAM_nerim.net</email></address>
+<address><email>bischoff@_NOSPAM_kde.org</email></address>
 </affiliation>
 </author>
 </authorgroup>
@@ -698,14 +698,14 @@ when &keurocalc; starts.</para>
 <para>Program copyright 2001-2019 the &keurocalc; developers:
 
 <itemizedlist>
-<listitem><para>Éric Bischoff <email>ebischoff@_NOSPAM_nerim.net</email> - 
design and implementation</para></listitem>
+<listitem><para>Éric Bischoff <email>bischoff@_NOSPAM_kde.org</email> - design 
and implementation</para></listitem>
 <listitem><para>Gil Gross <email>ptit.ours@_NOSPAM_gmail.com</email> - 
additional functionality</para></listitem>
 <listitem><para>Melchior Franz 
<email>a8603365@_NOSPAM_unet.univie.ac.at</email> - design and 
testing</para></listitem>
 <listitem><para>Bas Willems <email>cybersurfer@_NOSPAM_euronet.nl</email> - 
graphical artwork</para></listitem>
 </itemizedlist></para>
 
 <para>Documentation copyright 2001-2019 Éric Bischoff
-<email>ebischoff@_NOSPAM_nerim.net</email>.</para>
+<email>bischoff@_NOSPAM_kde.org</email>.</para>
 
 <para>Documentation reviewed by &Philip.Rodrigues; 
&Philip.Rodrigues.mail;.</para>
 <!-- TRANS:CREDIT_FOR_TRANSLATORS -->
diff --git a/keurocalc/keurocalc.cpp b/keurocalc/keurocalc.cpp
index aaec1dc..a5130cc 100644
--- a/keurocalc/keurocalc.cpp
+++ b/keurocalc/keurocalc.cpp
@@ -3,7 +3,7 @@
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
     copyright            : (C) 2001-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/keurocalc/keurocalc.h b/keurocalc/keurocalc.h
index 38de6cb..dbe39fc 100644
--- a/keurocalc/keurocalc.h
+++ b/keurocalc/keurocalc.h
@@ -3,7 +3,7 @@
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
     copyright            : (C) 2001-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/keurocalc/main.cpp b/keurocalc/main.cpp
index ed1dfd8..ca24614 100644
--- a/keurocalc/main.cpp
+++ b/keurocalc/main.cpp
@@ -3,7 +3,7 @@
                              -------------------
     begin                : sam déc  1 23:40:19 CET 2001
     copyright            : (C) 2001-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************
@@ -34,9 +34,9 @@ int main(int argc, char *argv[])
     const QString copyright = i18n("(c) 2001-2019, the KEuroCalc developers");
     const QString description = i18n("Cash converter and calculator");
     KAboutData aboutData("keurocalc", i18n("KEuroCalc"), "1.3.1", description,
-                 KAboutLicense::GPL, copyright, i18n("A program by Éric 
Bischoff <[email protected]>\n\nThis program is dedicated to all who know 
that money does not justify anything.\n\nTime Genie exchange rates courtesy of 
<a href='http://www.timegenie.com/' title='foreign exchange rates courtesy of 
Time Genie'>Time Genie</a>\n"));
+                 KAboutLicense::GPL, copyright, i18n("A program by Éric 
Bischoff <[email protected]>\n\nThis program is dedicated to all who know that 
money does not justify anything.\n\nTime Genie exchange rates courtesy of <a 
href='http://www.timegenie.com/' title='foreign exchange rates courtesy of Time 
Genie'>Time Genie</a>\n"));
 
-       aboutData.addAuthor(i18n("Éric Bischoff"), i18n("Design and 
implementation"), "[email protected]");
+       aboutData.addAuthor(i18n("Éric Bischoff"), i18n("Design and 
implementation"), "[email protected]");
        aboutData.addAuthor(i18n("Gil Gross"), i18n("Additional 
functionality"), "[email protected]");
        aboutData.addCredit(i18n("Melchior Franz"), i18n("Design and testing"), 
"[email protected]");
        aboutData.addCredit(i18n("Bas Willems"), i18n("Graphical artwork"), 
"[email protected]");
diff --git a/keurocalc/preferences.cpp b/keurocalc/preferences.cpp
index e16185f..a984274 100644
--- a/keurocalc/preferences.cpp
+++ b/keurocalc/preferences.cpp
@@ -3,7 +3,7 @@
                              -------------------
     begin                : lun avr 12 18:25:02 CET 2004
     copyright            : (C) 2001-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************
diff --git a/keurocalc/preferences.h b/keurocalc/preferences.h
index 292aec0..bdc4df3 100644
--- a/keurocalc/preferences.h
+++ b/keurocalc/preferences.h
@@ -3,7 +3,7 @@
                              -------------------
     begin                : lun avr 12 18:25:02 CET 2004
     copyright            : (C) 2001-2019 by Éric Bischoff
-    email                : [email protected]
+    email                : [email protected]
  ***************************************************************************/
 
 /***************************************************************************

Reply via email to