diff options
| author | Elvis Angelaccio <[email protected]> | 2022-06-09 18:39:29 +0200 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2022-08-05 17:40:20 +0200 |
| commit | 19cd2364a917c55e245dbdf3bfc87b2dc520046c (patch) | |
| tree | 00fd3581bfd53676ff11176ff08cef41201eb21b /src | |
| parent | 86c103e765231f1d4daa0507698548af035d0048 (diff) | |
Update copyright and maintainership info
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.cpp | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 8661a3d17..89720fb65 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -88,10 +88,16 @@ int main(int argc, char **argv) KAboutData aboutData(QStringLiteral("dolphin"), i18n("Dolphin"), QStringLiteral(DOLPHIN_VERSION_STRING), i18nc("@title", "File Manager"), KAboutLicense::GPL, - i18nc("@info:credit", "(C) 2006-2018 Peter Penz, Frank Reininghaus, Emmanuel Pescosta and Elvis Angelaccio")); + i18nc("@info:credit", "(C) 2006-2022 The Dolphin Developers")); aboutData.setHomepage(QStringLiteral("https://kde.org/applications/system/org.kde.dolphin")); + aboutData.addAuthor(i18nc("@info:credit", "Felix Ernst"), + i18nc("@info:credit", "Maintainer (since 2021) and developer"), + QStringLiteral("[email protected]")); + aboutData.addAuthor(i18nc("@info:credit", "Méven Car"), + i18nc("@info:credit", "Maintainer (since 2021) and developer (since 2019)"), + QStringLiteral("[email protected]")); aboutData.addAuthor(i18nc("@info:credit", "Elvis Angelaccio"), - i18nc("@info:credit", "Maintainer (since 2018) and developer"), + i18nc("@info:credit", "Maintainer (2018-2021) and developer"), QStringLiteral("[email protected]")); aboutData.addAuthor(i18nc("@info:credit", "Emmanuel Pescosta"), i18nc("@info:credit", "Maintainer (2014-2018) and developer"), |
