From 23350914f67be5d66bfe4d30460b23be57b1f8c3 Mon Sep 17 00:00:00 2001 From: Elvis Angelaccio Date: Sun, 11 Nov 2018 19:00:24 +0100 Subject: [PATCH] Update copyright year in KAboutData GIT_SILENT --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), -- 2.47.3