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

Reply via email to