From 308d2aa8c8ed458d347821dacbe8e4ae87e6657b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 22 Aug 2019 00:23:59 +0200 Subject: [PATCH] tdefilereplace: Fix a damaged character in the original author's name. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- AUTHORS | 2 +- tdefilereplace/kaddstringdlg.cpp | 2 +- tdefilereplace/knewprojectdlg.cpp | 2 +- tdefilereplace/knewprojectdlg.h | 2 +- tdefilereplace/koptionsdlg.cpp | 2 +- tdefilereplace/koptionsdlg.h | 4 ++-- tdefilereplace/main.cpp | 2 +- tdefilereplace/tdefilereplaceiface.h | 2 +- tdefilereplace/tdefilereplacepart.cpp | 4 ++-- tdefilereplace/tdefilereplaceview.cpp | 2 +- tdefilereplace/tdefilereplaceview.h | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3f6e510..d7cf3f7 100644 --- a/AUTHORS +++ b/AUTHORS @@ -24,7 +24,7 @@ ktimemon Dirk A. Mueller ktop Chris Schlaeger kwrite Jochen Wilhelmy TDEFileReplace: Maintainer: Emiliano Gulmini , Andras Mantia - Original author: Francois Dupoux + Original author: François Dupoux Look in the subdirs to get more info about the authors. diff --git a/tdefilereplace/kaddstringdlg.cpp b/tdefilereplace/kaddstringdlg.cpp index 6aa29c6..ba76c8c 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 email : dupoux@dupoux.com ***************************************************************************/ diff --git a/tdefilereplace/knewprojectdlg.cpp b/tdefilereplace/knewprojectdlg.cpp index b7b268d..5119d2c 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 email : dupoux@dupoux.com ***************************************************************************/ diff --git a/tdefilereplace/knewprojectdlg.h b/tdefilereplace/knewprojectdlg.h index 82d2212..82e65e6 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 email : dupoux@dupoux.com ***************************************************************************/ diff --git a/tdefilereplace/koptionsdlg.cpp b/tdefilereplace/koptionsdlg.cpp index 94dab7d..748c925 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 email : dupoux@dupoux.com ***************************************************************************/ diff --git a/tdefilereplace/koptionsdlg.h b/tdefilereplace/koptionsdlg.h index 4654c5c..78375e5 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 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 1ca0ce2..f8d6718 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 2d87e08..c998eae 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 c193573..7a28de7 100644 --- a/tdefilereplace/tdefilereplacepart.cpp +++ b/tdefilereplace/tdefilereplacepart.cpp @@ -452,8 +452,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 9e41d7a..87d6482 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 + copyright : (C) 1999 by François Dupoux (C) 2004 Emiliano Gulmini *****************************************************************************/ diff --git a/tdefilereplace/tdefilereplaceview.h b/tdefilereplace/tdefilereplaceview.h index bbd7b09..4e554e8 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 + copyright : (C) 1999 by François Dupoux (C) 2004 Emiliano Gulmini ***************************************************************************/