Opened 5 years ago
Closed 5 years ago
#60020 closed defect (fixed)
rtl-sdr @20191203-b5af355b: license is GPL-2, shouldn't it be GPL-2+ +/- LGPL-2.1+ ?
Reported by: | tenzap | Owned by: | michaelld (Michael Dickens) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | michaelld (Michael Dickens) | |
Port: | rtl-sdr |
Description
Dear maintainer,
I noticed rtl-sdr's Portfile mentions license is GPL-2.
This is blocking the distribution of welle.io as a binary package.
"welle.io-devel" is not distributable because its license "GPL-3+" conflicts with license "GPL-2" of dependency "rtl-sdr"
.
I had quick look at the license and it seems it uses code licensed under GPL-2+ LGPL-2.1+ GPL-3+.
At least that is what is mentionned in the copyright file of debian.
Do you think it is possible to change the license mentionned in the portfile of rtl-sdr accordingly ?
BTW, there are other elements about the licenses and welle.io in #59779.
Change History (7)
comment:1 Changed 5 years ago by michaelld (Michael Dickens)
comment:2 Changed 5 years ago by michaelld (Michael Dickens)
comment:3 follow-ups: 5 6 Changed 5 years ago by michaelld (Michael Dickens)
I just changed it to GPL-2+ ... does that fix your issue?
comment:4 Changed 5 years ago by jmroot (Joshua Root)
All the source files say version 2 or any later version. (Except for tuner_fc2580.c, which worryingly says it came from somewhere else, citing a web page that no longer exists, but including no copyright or license information at all.) The CMakeLists.txt and other build system files aren't incorporated into the build products, and so aren't relevant for determining binary distributability.
comment:5 Changed 5 years ago by tenzap
Replying to michaelld:
I just changed it to GPL-2+ ... does that fix your issue?
To test it I guess I need to trigger a rebuild of the welle.io package on the MacPort builders. I checked in the Wiki but couldn't find a way to do that apart from submitting a new updated welle.io Portfile . Do you know of another way ?
comment:6 Changed 5 years ago by tenzap
Replying to michaelld:
I just changed it to GPL-2+ ... does that fix your issue?
Yes it does ! Binaries are now available in http://packages.macports.org/welle.io/ Thank you.
comment:7 Changed 5 years ago by michaelld (Michael Dickens)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Excellent! You're welcome! Thanks for reporting back.
Here's the license in the rtl-sdr source repo: http://git.osmocom.org/rtl-sdr/tree/COPYING
It's for GPLv2. Just that. One should be able to incorporate rtl-sdr's GPLv2 code into a GPLv3 project:
rtl-sdr's license in the files states
Hence, my read is that rtl-sdr can be incorporated into a GPLv3 licensed project.
THAT SAID, the CMakeLists.txt files show
-THAT- said, because the main license as found in COPYING states GPLv2, that's what I'm sticking with.