From 96562920c006607f50b958fe2d79542d91d83917 Mon Sep 17 00:00:00 2001 From: Frederik Schwarzer Date: Wed, 11 May 2016 14:58:55 +0200 Subject: [PATCH] Fix old copyright string. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 50a82b2..2435b48 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -52,7 +52,7 @@ int main(int argc, char ** argv) KLocalizedString::setApplicationDomain("kshisen"); KAboutData aboutData(QStringLiteral("kshisen"), i18n("Shisen-Sho"), QStringLiteral("1.10+ #22"), - i18n(description), KAboutLicense::GPL, i18n("(c) 1997, Mario Weilguni")); + i18n(description), KAboutLicense::GPL, i18n("Copyright 1997 Mario Weilguni")); aboutData.setHomepage(QStringLiteral("http://games.kde.org/kshisen")); aboutData.addAuthor(i18n("Frederik Schwarzer"), i18n("Current Maintainer"), QStringLiteral("schwarzer@kde.org")); aboutData.addAuthor(i18n("Dave Corrie"), i18n("Former Maintainer"), QStringLiteral("kde@davecorrie.com")); -- GitLab