Closed DennisClark closed 1 year ago
Scan results attached
@DennisClark @pombredanne That would be an issue on the ScanCode-toolkit side. SCIO is just storing scan data as returned by the toolkit.
oops, my mistake. Opened new issue https://github.com/nexB/scancode-toolkit/issues/3316 for this problem and closing this issue.
A recent scan using SCIO v32.1.0 of the code available at https://github.com/slint-ui/slint/archive/refs/tags/v1.0.0.tar.gz reported a declared license expression of
gpl-3.0 AND proprietary-license
even though the notices state that there is actually a choice of licenses.from README.md:
from LICENSE.md
The either/or construction clearly indicates a disjunctive choice of licenses rather than a conjunctive combination of licenses. The correct license expression would be:
gpl-3.0 OR proprietary-license