From a5652e604eeda2912b3ad7021c1b1c6133d19041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Wed, 1 May 2019 00:35:15 +0100 Subject: [PATCH] Update copyright year in about dialog. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 02f8c26..9308d5b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -47,7 +47,7 @@ int Q_DECL_IMPORT main(int argc, char* argv[]) QStringLiteral(VERSION), xi18nc("@title", "Manage your disks, partitions and file systems"), KAboutLicense::GPL_V3, - xi18nc("@info:credit", "© 2008-2013 Volker Lanz\n© 2012-2018 Andrius Štikonas")); + xi18nc("@info:credit", "© 2008-2013 Volker Lanz\n© 2012-2019 Andrius Štikonas")); aboutData.setOrganizationDomain(QByteArray("kde.org")); aboutData.setProductName(QByteArray("partitionmanager"));