tdefilereplace: Fix a damaged character in the original author's name.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/15/head
Slávek Banko 5 years ago
parent 1ce8f11df5
commit 308d2aa8c8
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -24,7 +24,7 @@ ktimemon Dirk A. Mueller <dmuell@gmx.net>
ktop Chris Schlaeger <cs@kde.org> ktop Chris Schlaeger <cs@kde.org>
kwrite Jochen Wilhelmy <digisnap@cs.tu-berlin.de> kwrite Jochen Wilhelmy <digisnap@cs.tu-berlin.de>
TDEFileReplace: Maintainer: Emiliano Gulmini <emi_barbarossa@yahoo.it>, Andras Mantia <amantia@kde.org> TDEFileReplace: Maintainer: Emiliano Gulmini <emi_barbarossa@yahoo.it>, Andras Mantia <amantia@kde.org>
Original author: Francois Dupoux <fdupoux@dupoux.com> Original author: François Dupoux <fdupoux@dupoux.com>
Look in the subdirs to get more info about the authors. Look in the subdirs to get more info about the authors.

@ -2,7 +2,7 @@
KAddStringDlg.cpp - description KAddStringDlg.cpp - description
------------------- -------------------
begin : Sat Oct 16 1999 begin : Sat Oct 16 1999
copyright : (C) 1999 by Fran<EFBFBD>ois Dupoux copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it> (C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com email : dupoux@dupoux.com
***************************************************************************/ ***************************************************************************/

@ -2,7 +2,7 @@
knewprojectdlg.cpp - description knewprojectdlg.cpp - description
------------------- -------------------
begin : Tue Dec 28 1999 begin : Tue Dec 28 1999
copyright : (C) 1999 by Fran<EFBFBD>is Dupoux copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it> (C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com email : dupoux@dupoux.com
***************************************************************************/ ***************************************************************************/

@ -2,7 +2,7 @@
knewprojectdlg.h - description knewprojectdlg.h - description
------------------- -------------------
begin : Tue Dec 28 1999 begin : Tue Dec 28 1999
copyright : (C) 1999 by Fran<EFBFBD>ois Dupoux copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it> (C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com email : dupoux@dupoux.com
***************************************************************************/ ***************************************************************************/

@ -2,7 +2,7 @@
koptionsdlg.cpp - description koptionsdlg.cpp - description
------------------- -------------------
begin : Tue Dec 28 1999 begin : Tue Dec 28 1999
copyright : (C) 1999 by Fran<EFBFBD>is Dupoux copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it> (C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com email : dupoux@dupoux.com
***************************************************************************/ ***************************************************************************/

@ -2,7 +2,7 @@
koptionsdlg.h - description koptionsdlg.h - description
------------------- -------------------
begin : Tue Dec 28 1999 begin : Tue Dec 28 1999
copyright : (C) 1999 by Fran<EFBFBD>ois Dupoux copyright : (C) 1999 by François Dupoux
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it> (C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
email : dupoux@dupoux.com email : dupoux@dupoux.com
***************************************************************************/ ***************************************************************************/
@ -27,7 +27,7 @@ class TDEConfig;
#include "koptionsdlgs.h" #include "koptionsdlgs.h"
/** /**
*@author Fran<EFBFBD>ois Dupoux *@author François Dupoux
*/ */
class KOptionsDlg : public KOptionsDlgS class KOptionsDlg : public KOptionsDlgS

@ -35,7 +35,7 @@ static TDECmdLineOptions options[] =
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
TDEAboutData about("tdefilereplace", I18N_NOOP("TDEFileReplace"), version, description, 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"); "http://www.kdewebdev.org");
about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org"); about.addAuthor("Andras Mantia", I18N_NOOP("Shell author, KPart creator, co-maintainer"), "amantia@kde.org");

@ -1,7 +1,7 @@
/*************************************************************************** /***************************************************************************
tdefilereplaceif.h - description tdefilereplaceif.h - description
------------------- -------------------
copyright : (C) 1999 by François Dupoux copyright : (C) 1999 by François Dupoux
(C) 2003 Andras Mantia (C) 2003 Andras Mantia
email : dupoux@dupoux.com, amantia@kde.org email : dupoux@dupoux.com, amantia@kde.org
***************************************************************************/ ***************************************************************************/

@ -452,8 +452,8 @@ TDEAboutData* TDEFileReplacePart::createAboutData()
KFR_VERSION, KFR_VERSION,
I18N_NOOP( "Batch search and replace tool."), I18N_NOOP( "Batch search and replace tool."),
TDEAboutData::License_GPL_V2, TDEAboutData::License_GPL_V2,
"(C) 1999-2002 Fran<EFBFBD>is Dupoux\n(C) 2003-2004 Andras Mantia\n(C) 2004 Emiliano Gulmini", I18N_NOOP("Part of the KDEWebDev module."), "http://www.kdewebdev.org"); "(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<EFBFBD>is Dupoux", aboutData->addAuthor("François Dupoux",
I18N_NOOP("Original author of the TDEFileReplace tool"), I18N_NOOP("Original author of the TDEFileReplace tool"),
"dupoux@dupoux.com"); "dupoux@dupoux.com");
aboutData->addAuthor("Emiliano Gulmini", aboutData->addAuthor("Emiliano Gulmini",

@ -2,7 +2,7 @@
tdefilereplaceview.cpp - description tdefilereplaceview.cpp - description
------------------- -------------------
begin : sam oct 16 15:28:00 CEST 1999 begin : sam oct 16 15:28:00 CEST 1999
copyright : (C) 1999 by Fran<EFBFBD>is Dupoux <dupoux@dupoux.com> copyright : (C) 1999 by François Dupoux <dupoux@dupoux.com>
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it> (C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
*****************************************************************************/ *****************************************************************************/

@ -2,7 +2,7 @@
tdefilereplaceview.h - description tdefilereplaceview.h - description
------------------- -------------------
begin : sam oct 16 15:28:00 CEST 1999 begin : sam oct 16 15:28:00 CEST 1999
copyright : (C) 1999 by Fran<EFBFBD>ois Dupoux <dupoux@dupoux.com> copyright : (C) 1999 by François Dupoux <dupoux@dupoux.com>
(C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it> (C) 2004 Emiliano Gulmini <emi_barbarossa@yahoo.it>
***************************************************************************/ ***************************************************************************/

Loading…
Cancel
Save