diff options
| author | Elvis Angelaccio <[email protected]> | 2018-11-11 19:00:24 +0100 |
|---|---|---|
| committer | Elvis Angelaccio <[email protected]> | 2018-11-11 19:00:24 +0100 |
| commit | 23350914f67be5d66bfe4d30460b23be57b1f8c3 (patch) | |
| tree | f7af8a7c873b9196f282e07fe80d7b56512e4068 /src/main.cpp | |
| parent | a8b04802b3606074db28f8abc9b48446ed24c4db (diff) | |
Update copyright year in KAboutData
GIT_SILENT
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 922b71766..09d3fe753 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -71,7 +71,7 @@ extern "C" Q_DECL_EXPORT int kdemain(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-2016 Peter Penz, Frank Reininghaus, and Emmanuel Pescosta")); + i18nc("@info:credit", "(C) 2006-2018 Peter Penz, Frank Reininghaus, Emmanuel Pescosta and Elvis Angelaccio")); aboutData.setHomepage(QStringLiteral("http://dolphin.kde.org")); aboutData.addAuthor(i18nc("@info:credit", "Elvis Angelaccio"), i18nc("@info:credit", "Maintainer (since 2018) and developer"), |
