License violations
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
OpenLP | Status tracked in Trunk | |||||
2.0 |
Won't Fix
|
Undecided
|
Unassigned | |||
2.2 |
Won't Fix
|
Undecided
|
Unassigned | |||
2.4 |
Won't Fix
|
Undecided
|
Unassigned | |||
Trunk |
Fix Committed
|
High
|
Unassigned |
Bug Description
OpenLP (GPLv2 only) is currently violating at least two licenses: PyQt5's GPLv3 only and request's Apache 2.0.
There are two options to heal these violations: relicense OpenLP or replace the dependencies. A third option would be aquiring a commercial PyQt5 license from Riverbank and replacing requests only, but as it is paid per developer this seems to be infeasible for an open source project.
REPLACING
=========
Replacing requests would be feasible: urllib is already used throughout the codebase. Just use it for the currently three files which import requests as well.
I do not know if it would be feasible to replace PyQt5 with PySide2.
RELICENSING
===========
You would have to use the GPLv3 license to heal both of the violations (GPLv3 is compatible with Apache 2.0). You could also use GPLv2 or later, but the logical license combined with PyQt5 is always GPLv3. That leads to another issue: pysword is GPLv2 only and a license move would require you to drop this optional dependency. But I guess this would be a minor issue as it is not released yet (?).
I do not know if relicensing is feasible as you would have to ask the majority of copyright holders to agree with the license change.
In either case you should inform your users not later than with your next (fixed!) release about the license violation as they could be in trouble using OpenLP.
Changed in openlp: | |
status: | New → In Progress |
Relicensing would give you the opportunity to use PyMuPDF instead of calling its executable via subprocess.