From: Elvis Angelaccio Date: Sun, 11 Nov 2018 18:00:24 +0000 (+0100) Subject: Update copyright year in KAboutData X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/23350914f67be5d66bfe4d30460b23be57b1f8c3 Update copyright year in KAboutData GIT_SILENT --- 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"),