From a598ad9fd19c7397a10070b3ce8fc6fa340c2b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrius=20=C5=A0tikonas?= Date: Fri, 26 Aug 2016 18:18:01 +0100 Subject: [PATCH] Fix shown license. --- src/util/helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/helpers.cpp b/src/util/helpers.cpp index 244edc1..d175edb 100644 --- a/src/util/helpers.cpp +++ b/src/util/helpers.cpp @@ -89,7 +89,7 @@ KAboutData aboutKPMcore() KAboutData aboutData( QStringLiteral("kpmcore"), xi18nc("@title", "KPMcore"), QStringLiteral(VERSION), xi18nc("@title", "Library for managing partitions"), - KAboutLicense::LGPL_V3, xi18nc("@info:credit", "© 2008-2016 KPMcore developers" ) ); + KAboutLicense::GPL_V3, xi18nc("@info:credit", "© 2008-2016 KPMcore developers" ) ); aboutData.setOrganizationDomain(QByteArray("kde.org")); aboutData.setProductName(QByteArray("kpmcore")); aboutData.setHomepage(QStringLiteral("https://quickgit.kde.org/?p=kpmcore.git"));