summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2019-08-22 00:23:59 +0200
committerSlávek Banko <slavek.banko@axis.cz>2019-08-22 00:32:28 +0200
commit2f4a4a79864c81284d9c3a9c0ec06735d014305c (patch)
tree29ca1352b9bad981f7d96fb384c4bfc9def7c41f
parente6a65bdc1e599db6763b67fa1f6d8de9af9c6a0c (diff)
downloadtdewebdev-2f4a4a79864c81284d9c3a9c0ec06735d014305c.tar.gz
tdewebdev-2f4a4a79864c81284d9c3a9c0ec06735d014305c.zip
tdefilereplace: Fix a damaged character in the original author's name.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--AUTHORS2
-rw-r--r--tdefilereplace/kaddstringdlg.cpp2
-rw-r--r--tdefilereplace/knewprojectdlg.cpp2
-rw-r--r--tdefilereplace/knewprojectdlg.h2
-rw-r--r--tdefilereplace/koptionsdlg.cpp2
-rw-r--r--tdefilereplace/koptionsdlg.h4
-rw-r--r--tdefilereplace/main.cpp2
-rw-r--r--tdefilereplace/tdefilereplaceiface.h2
-rw-r--r--tdefilereplace/tdefilereplacepart.cpp4
-rw-r--r--tdefilereplace/tdefilereplaceview.cpp2
-rw-r--r--tdefilereplace/tdefilereplaceview.h2
11 files changed, 13 insertions, 13 deletions
diff --git a/AUTHORS b/AUTHORS
index 41ca64f0..309f2ce2 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -29,7 +29,7 @@ TDEFileReplace:
Emiliano Gulmini <emi_barbarossa@yahoo.it>
Andras Mantia <amantia@kde.org>
Original author:
- François Dupoux <fdupoux@dupoux.com>
+ François Dupoux <fdupoux@dupoux.com>
KImageMapEditor:
Author: Jan Schäfer <JanSchaefer@gmx.de>
diff --git a/tdefilereplace/kaddstringdlg.cpp b/tdefilereplace/kaddstringdlg.cpp
index 0e3c5f02..0aa9fce1 100644
--- a/tdefilereplace/kaddstringdlg.cpp
+++ b/tdefilereplace/kaddstringdlg.cpp
@@ -2,7 +2,7 @@
KAddStringDlg.cpp - description
-------------------
begin : Sat Oct 16 1999
- copyright : (C) 1999 by Fran�ois Dupoux
+ copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com
***************************************************************************/
diff --git a/tdefilereplace/knewprojectdlg.cpp b/tdefilereplace/knewprojectdlg.cpp
index bbdd8edd..a7e2efe9 100644
--- a/tdefilereplace/knewprojectdlg.cpp
+++ b/tdefilereplace/knewprojectdlg.cpp
@@ -2,7 +2,7 @@
knewprojectdlg.cpp - description
-------------------
begin : Tue Dec 28 1999
- copyright : (C) 1999 by Fran�is Dupoux
+ copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com
***************************************************************************/
diff --git a/tdefilereplace/knewprojectdlg.h b/tdefilereplace/knewprojectdlg.h
index b8b87da6..fb8dfef6 100644
--- a/tdefilereplace/knewprojectdlg.h
+++ b/tdefilereplace/knewprojectdlg.h
@@ -2,7 +2,7 @@
knewprojectdlg.h - description
-------------------
begin : Tue Dec 28 1999
- copyright : (C) 1999 by Fran�ois Dupoux
+ copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com
***************************************************************************/
diff --git a/tdefilereplace/koptionsdlg.cpp b/tdefilereplace/koptionsdlg.cpp
index 94dab7d4..748c925d 100644
--- a/tdefilereplace/koptionsdlg.cpp
+++ b/tdefilereplace/koptionsdlg.cpp
@@ -2,7 +2,7 @@
koptionsdlg.cpp - description
-------------------
begin : Tue Dec 28 1999
- copyright : (C) 1999 by Fran�is Dupoux
+ copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com
***************************************************************************/
diff --git a/tdefilereplace/koptionsdlg.h b/tdefilereplace/koptionsdlg.h
index 4654c5cd..78375e5a 100644
--- a/tdefilereplace/koptionsdlg.h
+++ b/tdefilereplace/koptionsdlg.h
@@ -2,7 +2,7 @@
koptionsdlg.h - description
-------------------
begin : Tue Dec 28 1999
- copyright : (C) 1999 by Fran�ois Dupoux
+ copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com
***************************************************************************/
@@ -27,7 +27,7 @@ class TDEConfig;
#include "koptionsdlgs.h"
/**
- *@author Fran�ois Dupoux
+ *@author François Dupoux
*/
class KOptionsDlg : public KOptionsDlgS
diff --git a/tdefilereplace/main.cpp b/tdefilereplace/main.cpp
index 1ca0ce24..f8d67188 100644
--- a/tdefilereplace/main.cpp
+++ b/tdefilereplace/main.cpp
@@ -35,7 +35,7 @@ static TDECmdLineOptions options[] =
int main(int argc, char *argv[])
{
TDEAboutData about("tdefilereplace", I18N_NOOP("TDEFileReplace"), version, description,
- TDEAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 Francois Dupoux", I18N_NOOP("Part of the KDEWebDev module."),
+ TDEAboutData::License_GPL_V2, "(C) 2004-2005 Andras Mantia\n(C) 2004-2005 Emiliano Gulmini\n(C) 1999-2002 François Dupoux", I18N_NOOP("Part of the KDEWebDev module."),
"http://www.kdewebdev.org");
about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org");
diff --git a/tdefilereplace/tdefilereplaceiface.h b/tdefilereplace/tdefilereplaceiface.h
index 2d87e08a..c998eaea 100644
--- a/tdefilereplace/tdefilereplaceiface.h
+++ b/tdefilereplace/tdefilereplaceiface.h
@@ -1,7 +1,7 @@
/***************************************************************************
tdefilereplaceif.h - description
-------------------
- copyright : (C) 1999 by François Dupoux
+ copyright : (C) 1999 by François Dupoux
(C) 2003 Andras Mantia
email : dupoux@dupoux.com, amantia@kde.org
***************************************************************************/
diff --git a/tdefilereplace/tdefilereplacepart.cpp b/tdefilereplace/tdefilereplacepart.cpp
index 64415158..a9abcd59 100644
--- a/tdefilereplace/tdefilereplacepart.cpp
+++ b/tdefilereplace/tdefilereplacepart.cpp
@@ -522,8 +522,8 @@ TDEAboutData* TDEFileReplacePart::createAboutData()
KFR_VERSION,
I18N_NOOP( "Batch search and replace tool."),
TDEAboutData::License_GPL_V2,
- "(C) 1999-2002 Fran�is Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.kdewebdev.org");
- aboutData->addAuthor("Fran�is Dupoux",
+ "(C) 1999-2002 François Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.kdewebdev.org");
+ aboutData->addAuthor("François Dupoux",
I18N_NOOP("Original author of the TDEFileReplace tool"),
"dupoux@dupoux.com");
aboutData->addAuthor("Emiliano Gulmini",
diff --git a/tdefilereplace/tdefilereplaceview.cpp b/tdefilereplace/tdefilereplaceview.cpp
index cc9d1773..52544581 100644
--- a/tdefilereplace/tdefilereplaceview.cpp
+++ b/tdefilereplace/tdefilereplaceview.cpp
@@ -2,7 +2,7 @@
tdefilereplaceview.cpp - description
-------------------
begin : sam oct 16 15:28:00 CEST 1999
- copyright : (C) 1999 by Fran�is Dupoux <dupoux@dupoux.com>
+ copyright : (C) 1999 by François Dupoux <dupoux@dupoux.com>
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
*****************************************************************************/
diff --git a/tdefilereplace/tdefilereplaceview.h b/tdefilereplace/tdefilereplaceview.h
index cf738964..273acb8c 100644
--- a/tdefilereplace/tdefilereplaceview.h
+++ b/tdefilereplace/tdefilereplaceview.h
@@ -2,7 +2,7 @@
tdefilereplaceview.h - description
-------------------
begin : sam oct 16 15:28:00 CEST 1999
- copyright : (C) 1999 by François Dupoux <dupoux@dupoux.com>
+ copyright : (C) 1999 by François Dupoux <dupoux@dupoux.com>
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
***************************************************************************/