Match also spdx keys LGPL-2.1 & LGPL-2.1+
ClosedPublic

Authored by kossebau on Jan 27 2018, 10:43 PM.

Details

Summary

Fixup for 0d417760a53fbb605be414151ee81cf4b1fce3bf

Solves e.g. missing license key in appdata files generated from
dekstop or json data with those strings.

Diff Detail

Repository
R244 KCoreAddons
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
kossebau created this revision.Jan 27 2018, 10:43 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJan 27 2018, 10:43 PM
Restricted Application added a subscriber: Frameworks. · View Herald Transcript
kossebau requested review of this revision.Jan 27 2018, 10:43 PM
davidedmundson accepted this revision.Jan 28 2018, 1:28 AM

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

<=

This revision is now accepted and ready to land.Jan 28 2018, 1:28 AM
This revision was automatically updated to reflect the committed changes.