summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-12 23:08:26 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-12-12 23:08:26 +0000
commit4cdbdcc018f90a503313b97d7eb34654c6085cd1 (patch)
treef8e49a02080afca1afeca955169eff4b6dddb35f
parentd04616c11aa55ad8e8437582884ea0824358fe50 (diff)
downloadtdebase-4cdbdcc018f90a503313b97d7eb34654c6085cd1.tar.gz
tdebase-4cdbdcc018f90a503313b97d7eb34654c6085cd1.zip
Repaired obsolete author strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1061743 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kcontrol/background/main.cpp3
-rw-r--r--kcontrol/iccconfig/iccconfig.cpp2
-rw-r--r--kcontrol/kicker/main.cpp4
-rw-r--r--kcontrol/randr/main.cpp5
-rw-r--r--kdebugdialog/main.cpp5
-rw-r--r--konqueror/konq_factory.cc3
6 files changed, 14 insertions, 8 deletions
diff --git a/kcontrol/background/main.cpp b/kcontrol/background/main.cpp
index 433065c85..7bcd5649b 100644
--- a/kcontrol/background/main.cpp
+++ b/kcontrol/background/main.cpp
@@ -70,8 +70,9 @@ KBackground::KBackground(QWidget *parent, const char *name, const QStringList &/
KAboutData *about =
new KAboutData(I18N_NOOP("kcmbackground"), I18N_NOOP("KDE Background Control Module"),
0, 0, KAboutData::License_GPL,
- I18N_NOOP("(c) 1997-2002 Martin R. Jones"));
+ I18N_NOOP("(c) 2009,2010 Timothy Pearson"));
+ about->addAuthor("Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net");
about->addAuthor("Waldo Bastian", 0, "bastian@kde.org");
about->addAuthor("George Staikos", 0, "staikos@kde.org");
about->addAuthor("Martin R. Jones", 0, "jones@kde.org");
diff --git a/kcontrol/iccconfig/iccconfig.cpp b/kcontrol/iccconfig/iccconfig.cpp
index 36eb20593..4174f3ce8 100644
--- a/kcontrol/iccconfig/iccconfig.cpp
+++ b/kcontrol/iccconfig/iccconfig.cpp
@@ -68,7 +68,7 @@ KICCConfig::KICCConfig(QWidget *parent, const char *name, const QStringList &)
KAboutData *about =
new KAboutData(I18N_NOOP("kcmiccconfig"), I18N_NOOP("KDE ICC Profile Control Module"),
0, 0, KAboutData::License_GPL,
- I18N_NOOP("(c) 2009 Timothy Pearson"));
+ I18N_NOOP("(c) 2009,2010 Timothy Pearson"));
about->addAuthor("Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net");
setAboutData( about );
diff --git a/kcontrol/kicker/main.cpp b/kcontrol/kicker/main.cpp
index 021cfbdd9..26ec93b39 100644
--- a/kcontrol/kicker/main.cpp
+++ b/kcontrol/kicker/main.cpp
@@ -358,9 +358,11 @@ KAboutData *KickerConfig::aboutData()
= new KAboutData(I18N_NOOP("kcmkicker"),
I18N_NOOP("KDE Panel Control Module"),
0, 0, KAboutData::License_GPL,
- I18N_NOOP("(c) 1999 - 2001 Matthias Elter\n"
+ I18N_NOOP("(c) 2009 - 2010 Timothy Pearson\n"
+ "(c) 1999 - 2001 Matthias Elter\n"
"(c) 2002 - 2003 Aaron J. Seigo"));
+ about->addAuthor("Timothy Pearson", 0, "kb9vqf@pearsoncomputing.net");
about->addAuthor("Aaron J. Seigo", 0, "aseigo@kde.org");
about->addAuthor("Matthias Elter", 0, "elter@kde.org");
diff --git a/kcontrol/randr/main.cpp b/kcontrol/randr/main.cpp
index f2de7f146..f2544c1c3 100644
--- a/kcontrol/randr/main.cpp
+++ b/kcontrol/randr/main.cpp
@@ -35,8 +35,9 @@ static const KCmdLineOptions options[] =
int main(int argc, char **argv)
{
- KAboutData aboutData("randr", I18N_NOOP("Resize and Rotate"), krandrtrayVersion, I18N_NOOP("Resize and Rotate System Tray App"), KAboutData::License_GPL, "(c) 2002,2003 Hamish Rodda", 0L, "");
- aboutData.addAuthor("Hamish Rodda",I18N_NOOP("Maintainer"), "rodda@kde.org");
+ KAboutData aboutData("randr", I18N_NOOP("Resize and Rotate"), krandrtrayVersion, I18N_NOOP("Resize and Rotate System Tray App"), KAboutData::License_GPL, "(c) 2009,2010 Timothy Pearson", 0L, "");
+ aboutData.addAuthor("Timothy Pearson",I18N_NOOP("Developer and maintainer"), "kb9vqf@pearsoncomputing.net");
+ aboutData.addAuthor("Hamish Rodda",I18N_NOOP("Original developer and maintainer"), "rodda@kde.org");
aboutData.addCredit("Lubos Lunak",I18N_NOOP("Many fixes"), "l.lunak@suse.cz");
aboutData.setProductName("krandr/krandrtray");
KGlobal::locale()->setMainCatalogue("krandr");
diff --git a/kdebugdialog/main.cpp b/kdebugdialog/main.cpp
index e2309d586..dfee01db9 100644
--- a/kdebugdialog/main.cpp
+++ b/kdebugdialog/main.cpp
@@ -79,8 +79,9 @@ int main(int argc, char ** argv)
{
KAboutData data( "kdebugdialog", I18N_NOOP( "KDebugDialog"),
"1.0", I18N_NOOP("A dialog box for setting preferences for debug output"),
- KAboutData::License_GPL, "(c) 1999-2000, David Faure <faure@kde.org>");
- data.addAuthor("David Faure", I18N_NOOP("Maintainer"), "faure@kde.org");
+ KAboutData::License_GPL, "(c) 2009,2010, Timothy Pearson <kb9vqf@pearsoncomputing.net>");
+ data.addAuthor("Timothy Pearson", I18N_NOOP("Maintainer"), "kb9vqf@pearsoncomputing.net");
+ data.addAuthor("David Faure", I18N_NOOP("Original maintainer/developer"), "faure@kde.org");
KCmdLineArgs::init( argc, argv, &data );
KCmdLineArgs::addCmdLineOptions( options );
KUniqueApplication::addCmdLineOptions();
diff --git a/konqueror/konq_factory.cc b/konqueror/konq_factory.cc
index c873fcee9..9eeeac1fa 100644
--- a/konqueror/konq_factory.cc
+++ b/konqueror/konq_factory.cc
@@ -219,9 +219,10 @@ const KAboutData *KonqFactory::aboutData()
KONQUEROR_VERSION,
I18N_NOOP("Web browser, file manager, ..."),
KAboutData::License_GPL,
- I18N_NOOP("(c) 1999-2005, The Konqueror developers"),
+ I18N_NOOP("(c) 1999-2010, The Konqueror developers"),
0,
I18N_NOOP("http://konqueror.kde.org") );
+ s_aboutData->addAuthor( "Timothy Pearson", I18N_NOOP("Maintainer, Trinity bugfixes"), "kb9vqf@pearsoncomputing.net" );
s_aboutData->addAuthor( "David Faure", I18N_NOOP("developer (framework, parts, JavaScript, I/O lib) and maintainer"), "faure@kde.org" );
s_aboutData->addAuthor( "Simon Hausmann", I18N_NOOP("developer (framework, parts)"), "hausmann@kde.org" );
s_aboutData->addAuthor( "Michael Reiher", I18N_NOOP("developer (framework)"), "michael.reiher@gmx.de" );