diff options
-rw-r--r-- | kcontrol/background/main.cpp | 3 | ||||
-rw-r--r-- | kcontrol/iccconfig/iccconfig.cpp | 2 | ||||
-rw-r--r-- | kcontrol/kicker/main.cpp | 4 | ||||
-rw-r--r-- | kcontrol/randr/main.cpp | 5 | ||||
-rw-r--r-- | kdebugdialog/main.cpp | 5 | ||||
-rw-r--r-- | konqueror/konq_factory.cc | 3 |
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, "[email protected]"); about->addAuthor("Waldo Bastian", 0, "[email protected]"); about->addAuthor("George Staikos", 0, "[email protected]"); about->addAuthor("Martin R. Jones", 0, "[email protected]"); 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, "[email protected]"); 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, "[email protected]"); about->addAuthor("Aaron J. Seigo", 0, "[email protected]"); about->addAuthor("Matthias Elter", 0, "[email protected]"); 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"), "[email protected]"); + 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"), "[email protected]"); + aboutData.addAuthor("Hamish Rodda",I18N_NOOP("Original developer and maintainer"), "[email protected]"); aboutData.addCredit("Lubos Lunak",I18N_NOOP("Many fixes"), "[email protected]"); 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 <[email protected]>"); - data.addAuthor("David Faure", I18N_NOOP("Maintainer"), "[email protected]"); + KAboutData::License_GPL, "(c) 2009,2010, Timothy Pearson <[email protected]>"); + data.addAuthor("Timothy Pearson", I18N_NOOP("Maintainer"), "[email protected]"); + data.addAuthor("David Faure", I18N_NOOP("Original maintainer/developer"), "[email protected]"); 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"), "[email protected]" ); s_aboutData->addAuthor( "David Faure", I18N_NOOP("developer (framework, parts, JavaScript, I/O lib) and maintainer"), "[email protected]" ); s_aboutData->addAuthor( "Simon Hausmann", I18N_NOOP("developer (framework, parts)"), "[email protected]" ); s_aboutData->addAuthor( "Michael Reiher", I18N_NOOP("developer (framework)"), "[email protected]" ); |