D10152: Match also spdx keys LGPL-2.1 & LGPL-2.1+
David Edmundson
noreply at phabricator.kde.org
Sun Jan 28 01:28:39 UTC 2018
davidedmundson accepted this revision.
davidedmundson added a comment.
This revision is now accepted and ready to land.
Can you please also fix the stupid off by one in the autotest which is why we didn't see this.
for(int i = 1; i < KAboutLicense::LGPL_V2_1 ; i++) { /*current highest enum value*/
should be
<=
REPOSITORY
R244 KCoreAddons
BRANCH
fixlgpl21spdx
REVISION DETAIL
https://phabricator.kde.org/D10152
To: kossebau, davidedmundson, apol
Cc: #frameworks, michaelh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180128/8d4ab20b/attachment.html>
More information about the Kde-frameworks-devel
mailing list