diff options
Diffstat (limited to 'krdc/main.cpp')
-rw-r--r-- | krdc/main.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/krdc/main.cpp b/krdc/main.cpp index d0cd3e4c..5c2423bd 100644 --- a/krdc/main.cpp +++ b/krdc/main.cpp @@ -74,13 +74,15 @@ int main(int argc, char *argv[]) { KAboutData aboutData( "krdc", I18N_NOOP("Remote Desktop Connection"), VERSION, description, KAboutData::License_GPL, - "(c) 2001-2003, Tim Jansen" - "(c) 2002-2003, Arend van Beelen jr." + "(c) 2009-2010, Timothy Pearson\n" + "(c) 2001-2003, Tim Jansen\n" + "(c) 2002-2003, Arend van Beelen jr.\n" "(c) 2000-2002, Const Kaplinsky\n" "(c) 2000, Tridia Corporation\n" "(c) 1999, AT&T Laboratories Cambridge\n" "(c) 1999-2003, Matthew Chapman\n", 0, 0, + aboutData.addAuthor("Timothy Pearson",0, "[email protected]"); aboutData.addAuthor("Tim Jansen",0, "[email protected]"); aboutData.addAuthor("Arend van Beelen jr.", I18N_NOOP("RDP backend"), "[email protected]"); |