----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128103/ -----------------------------------------------------------
Review request for KDE Frameworks. Bugs: 353939 https://bugs.kde.org/show_bug.cgi?id=353939 Repository: kcoreaddons Description ------- This change fixes a regression from KDE 4 by importing the license texts from KDE4's kdelibs for the non-GPL licenses and for FSF's *GPL licenses downloading the plain text directly from the source. I don't see the licenses in any other KF5 module, and KCoreAddons is what hosts KAboutLicense/KAboutData so it makes sense to land here. This permits the "License: $foo" hyperlink in the KAboutDialog to work properly as well (previously there'd be a blank spot where the license would be, now it shows up". Since I was working here I added LGPL v2.1 as a separate license, since it has slightly different requirements to the old LGPL v2.0 (and obviously, to LGPL v3). I can make that part a separate RR (or just leave it out, I don't know of any apps using LGPL v2.1 off hand). Diffs ----- src/lib/CMakeLists.txt 466d714 src/lib/kaboutdata.h 9fe4ade src/lib/kaboutdata.cpp 2be3b62 src/lib/licenses/ARTISTIC e69de29 src/lib/licenses/BSD e69de29 src/lib/licenses/CMakeLists.txt e69de29 src/lib/licenses/GPL_V2 e69de29 src/lib/licenses/GPL_V3 e69de29 src/lib/licenses/LGPL_V2 e69de29 src/lib/licenses/LGPL_V21 e69de29 src/lib/licenses/LGPL_V3 e69de29 src/lib/licenses/QPL_V1.0 e69de29 Diff: https://git.reviewboard.kde.org/r/128103/diff/ Testing ------- Compiles, and installs. Once installed, apps have their licenses show up when those licenses are in the set of well-known licenses we provide. Thanks, Michael Pyne
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel