Change license string in About
We are GPLv3 since we use some Kaiden components
This commit is contained in:
parent
2544d9b3b9
commit
ecbe1acabe
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ int main(int argc, char *argv[])
|
|||
i18n("SMS Instant Messaging"),
|
||||
QStringLiteral(KDECONNECT_VERSION_STRING),
|
||||
i18n("KDE Connect SMS"),
|
||||
KAboutLicense::GPL,
|
||||
KAboutLicense::GPL_V3,
|
||||
i18n("(C) 2018-2019, KDE Connect Team"));
|
||||
aboutData.addAuthor(i18n("Simon Redman"), {}, QStringLiteral("simon@ergotech.com"));
|
||||
aboutData.addAuthor(i18n("Aleix Pol Gonzalez"), {}, QStringLiteral("aleixpol@kde.org"));
|
||||
|
|
Loading…
Reference in a new issue