After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 790683 - GPL-2 only license issue
GPL-2 only license issue
Status: RESOLVED FIXED
Product: glom
Classification: Other
Component: general
1.30.x
Other Linux
: Normal major
: ---
Assigned To: Murray Cumming
Murray Cumming
Depends on:
Blocks:
 
 
Reported: 2017-11-21 21:55 UTC by Jeremy Bicha
Modified: 2018-02-24 11:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jeremy Bicha 2017-11-21 21:55:31 UTC
According to the license headers, these 4 files are licensed as GPL-2 (only) 
 glom/glom/mode_design/relationships_overview/printoperation_relationshipsoverview.cc
 glom/mode_design/relationships_overview/printoperation_relationshipsoverview.h
 glom/print_layout/printoperation_printlayout.cc
 glom/print_layout/printoperation_printlayout.h

I believe that makes them incompatible with the LGPL-3+ code in the project.

This issue was discovered while doing a copyright review for Debian.
Comment 1 Jeremy Bicha 2017-11-26 22:05:26 UTC
Murray, according to my quick look at the git logs, you're the only one who's made changes to these files so it should be pretty easy to re-license them if you like.
Comment 2 Jeremy Bicha 2018-02-24 11:07:49 UTC
Ping!
Comment 3 Murray Cumming 2018-02-24 11:36:34 UTC
Finally fixed:
https://git.gnome.org/browse/glom/commit/?id=da21b05bc484149e2d3bb8640310ce829297c3a1

Thanks for finding this and for being persistent.