Bug 380290

Summary: Inconsistent licenses in atcore
Product: [Applications] Atelier Reporter: Christophe Marin <christophe>
Component: AtCoreAssignee: Lays Rodrigues <laysrodriguessilva>
Status: RESOLVED FIXED    
Severity: normal CC: rizzitello
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Christophe Marin 2017-05-28 21:15:43 UTC
Hello,

I'm currently creating packages for one of our unstable KDE repositories at openSUSE and the atcore licenses look curious.

The github page claims it is LGPL-2.0 but :

- most files have a GPL-2.0 only license
- src/printthread.cpp doesn't have a license header
- testclient/widgets/plotwidget.* are GPL-3.0+
Comment 1 Lays Rodrigues 2017-05-28 21:18:27 UTC
Hi Christophe,
We already know about that and we are doing the fixes about it.
Was a mess that we did a while ago and no one saw it until a few days ago.
Thanks for the report! =D
Comment 2 Chris Rizzitello 2017-06-07 13:12:35 UTC
There is a diff for this proposed.

https://phabricator.kde.org/D6092

waiting on our last dev to review and approve before merging
Comment 3 Christophe Marin 2017-06-08 08:11:21 UTC
Thanks for the fix.