Git commit dbd88769054e899d3090f74733e5f7c56139b8eb by Teo Mrnjavac. Committed on 28/05/2011 at 18:56. Pushed by mrnjavac into branch 'master'.
Add Rick W. Chen to Authors list. Rick W. Chen has been nominated for author status twice, once in November 2010 and once again in January 2011. He has been with us since 2009, and he is undoubtedly one of the most prolific Amarok contributors of all time [1]. During the last discussion there seem to have been no objections over his author status, but he was never added to the About dialog, which is an unfortunate oversight. The present commit corrects that oversight, and I'm happy to be the first to congratulate Rick on this recognition of his accomplishments. [1] https://www.ohloh.net/p/amarok/contributors/14025215889458 CCMAIL: amarok-devel@kde.org CCMAIL: stuffcor...@archlinux.us M +1 -0 AUTHORS M +5 -4 src/main.cpp http://commits.kde.org/amarok/dbd88769054e899d3090f74733e5f7c56139b8eb diff --git a/AUTHORS b/AUTHORS index 3a698c6..a104963 100644 --- a/AUTHORS +++ b/AUTHORS @@ -8,5 +8,6 @@ Lydia Pintscher <ly...@kde.org> Mark Kretschmann <kretschm...@kde.org> Maximilian Kossick <maximilian.koss...@gmail.com> Nikolaj Hald Nielsen <nhnfreespi...@gmail.com> +Rick W. Chen <stuffcor...@archlinux.us> Seb Ruiz <r...@kde.org> Téo Mrnjavac <t...@kde.org> diff --git a/src/main.cpp b/src/main.cpp index 03ddf96..51cc71b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -64,6 +64,8 @@ int main( int argc, char *argv[] ) ki18n("Developer (maxx_k)"), "maximilian.koss...@gmail.com" ); aboutData.addAuthor( ki18n("Nikolaj Hald 'Also very hot' Nielsen"), ki18n("Developer (nhn)"), "n...@kde.org", "http://amarok.kde.org/blog/categories/18-freespirit" ); + aboutData.addAuthor( ki18n("Rick W. Chen"), + ki18n("Developer (stuffcorpse)"), "stuffcor...@archlinux.us" ); aboutData.addAuthor( ki18n("Seb 'Surfin' down under' Ruiz"), ki18n("Developer (sebr)"), "r...@kde.org", "http://www.sebruiz.net" ); aboutData.addAuthor( ki18n("Téo Mrnjavac"), @@ -80,8 +82,9 @@ int main( int argc, char *argv[] ) ocsData.addAuthor( "MarkKretschmann", aboutData.authors().at( 7 ) ); ocsData.addAuthor( QString(), aboutData.authors().at( 8 ) ); ocsData.addAuthor( "nhnFreespirit", aboutData.authors().at( 9 ) ); - ocsData.addAuthor( "seb", aboutData.authors().at( 10 ) ); - ocsData.addAuthor( "teom", aboutData.authors().at( 11 ) ); + ocsData.addAuthor( "stuffcorpse", aboutData.authors().at( 10 ) ); + ocsData.addAuthor( "seb", aboutData.authors().at( 11 ) ); + ocsData.addAuthor( "teom", aboutData.authors().at( 12 ) ); //Contributors aboutData.addCredit( ki18n("Alex Merry"), ki18n("Developer, Replay Gain support"), "k...@randomguy3.me.uk" ); @@ -139,8 +142,6 @@ int main( int argc, char *argv[] ) ocsData.addCredit( QString(), aboutData.credits().last() ); aboutData.addCredit( ki18n("Peter Zhou Lei"), ki18n("Scripting interface"), "peterzhou...@gmail.com" ); ocsData.addCredit( "peterzl", aboutData.credits().last() ); - aboutData.addCredit( ki18n("Rick W. Chen"), ki18n("Cover fetcher"), "stuffcor...@archlinux.us" ); - ocsData.addCredit( "stuffcorpse", aboutData.credits().last() ); aboutData.addCredit( ki18n("Scott Wheeler"), ki18n("TagLib & ktrm code"), "whee...@kde.org" ); ocsData.addCredit( "wheels", aboutData.credits().last() ); aboutData.addCredit( ki18n("Shane King"), ki18n("Patches & Windows porting (shakes)"), "k...@dontletsstart.com" ); _______________________________________________ Amarok-devel mailing list Amarok-devel@kde.org https://mail.kde.org/mailman/listinfo/amarok-devel