diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-13 06:26:27 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-13 06:26:27 +0000 |
commit | 9fab5b8a216e283e563f3457315715672bc8b55a (patch) | |
tree | c1251952e4e0e28fad0bca829d49335ff15b6e98 /krdc/main.cpp | |
parent | bcb704366cb5e333a626c18c308c7e0448a8e69f (diff) | |
download | tdenetwork-9fab5b8a216e283e563f3457315715672bc8b55a.tar.gz tdenetwork-9fab5b8a216e283e563f3457315715672bc8b55a.zip |
Update to Trinity 3.5.11
Will need to watch for commit warnings and rebuild test
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1061808 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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]"); |