From d74253d1494eb54250679eca186f25bb7b986dbd Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Wed, 17 May 2023 23:50:57 +0200 Subject: [PATCH] Update copyright year --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 397c8a285..a0faf2a9f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -161,7 +161,7 @@ int main(int argc, char *argv[]) QStringLiteral(NEOCHAT_VERSION_STRING), i18n("Matrix client"), KAboutLicense::GPL_V3, - i18n("© 2018-2020 Black Hat, 2020-2022 KDE Community")); + i18n("© 2018-2020 Black Hat, 2020-2023 KDE Community")); about.addAuthor(i18n("Carl Schwan"), i18n("Maintainer"), QStringLiteral("carl@carlschwan.eu"), QStringLiteral("https://carlschwan.eu")); about.addAuthor(i18n("Tobias Fella"), i18n("Maintainer"), QStringLiteral("tobias.fella@kde.org"), QStringLiteral("https://tobiasfella.de")); about.addAuthor(i18n("James Graham"), i18n("Maintainer"), QStringLiteral("james.h.graham@protonmail.com"));