From kde-commits Mon May 31 22:43:00 2004 From: Sashmit Bhaduri Date: Mon, 31 May 2004 22:43:00 +0000 To: kde-commits Subject: kdenonbeta/akregator/src (silent) Message-Id: <20040531224300.64E0293A7 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=108604338900577 CVS commit by sashmit: CVS_SILENT add people who have helped recently M +7 -0 main.cpp 1.10 --- kdenonbeta/akregator/src/main.cpp #1.9:1.10 @@ -31,4 +31,11 @@ int main(int argc, char **argv) about.addAuthor( "Stanislav Karchebny", I18N_NOOP("Author, Developer, Maintainer"), "Stanislav.Karchebny@kdemail.net" ); about.addAuthor( "Sashmit Bhaduri", I18N_NOOP("Developer"), "smt@vfemail.net" ); + about.addAuthor( "Teemu Rytilahti", I18N_NOOP("Contributor"), "teemu.rytilahti @kde-fi.org" ); + about.addAuthor( "Stephan Binner", I18N_NOOP("Contributor"), "binner@kde.org" ); + about.addAuthor( "Frank Osterfeld", I18N_NOOP("Contributor"), "f_osterf@informatik.uni-kl.de" ); + about.addAuthor( "Gary Cramblitt", I18N_NOOP("Contributor"), "garycramblitt@comcast.net"); + about.addCredit( "Pierre Habouzit", I18N_NOOP("Debian Packages"), "pierre.habouzit@m4x.org" ); + about.addCredit( "Philipp Droessler", I18N_NOOP("Gentoo Ebuild"), "kingmob@albert-unser.net"); + about.addCredit( "Frerich Raabe", I18N_NOOP("Author of librss"), "frerich@kde.org" ); KCmdLineArgs::init(argc, argv, &about); KCmdLineArgs::addCmdLineOptions( options );