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"));