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 754295 - header and implementation has different license (egg-counter.*)
header and implementation has different license (egg-counter.*)
Status: RESOLVED FIXED
Product: gnome-builder
Classification: Other
Component: general
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Builder Maintainers
GNOME Builder Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-29 18:18 UTC by Andreas Henriksson
Modified: 2015-08-29 20:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas Henriksson 2015-08-29 18:18:17 UTC
Hi, this is mostly FYI:

I spotted this which I think might be unintentional so I thought I'd report it:

gnome-builder-3.16.3$ licensecheck -r contrib/egg/egg-counter.*
contrib/egg/egg-counter.c: GPL (v3 or later)
contrib/egg/egg-counter.h: LGPL (v3 or later)

I'd expect both of these to normally use the same license...
Comment 1 Christian Hergert 2015-08-29 19:40:32 UTC
Thanks for catching this! Fixed in commit 05cb9f6f48d948a0b2aed0fb23823c5d55f7fed5.
Comment 2 Andreas Henriksson 2015-08-29 19:58:03 UTC
Thanks.

On a related and extremely minor note (which I assume you'll ignore since it's not your mess to begin with):

gnome-builder-3.16.3$ licensecheck contrib/libeditorconfig/misc.*
contrib/libeditorconfig/misc.c: BSD (3 clause)
contrib/libeditorconfig/misc.h: BSD (2 clause)
Comment 3 Christian Hergert 2015-08-29 20:02:18 UTC
That, unfortunately, is not our code, so I'm not sure what our options are. We should probably notify upstream?