Skip to content

Commit

Permalink
fixing ort
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Sep 5, 2023
1 parent f3841be commit b5ec53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ resolutions:
reason: "DYNAMIC_LINKAGE_EXCEPTION"
comment: "This is not a problem because we are not modifying the MPL code."

- message: "The package PyPI::uwsgi:.* has the declared ScanCode copyleft catalogized license GPL-2.0-or-later."
- message: "The package PyPI::uwsgi:.* has the declared ScanCode copyleft catalogized license GPL-2.0-only."
reason: "DYNAMIC_LINKAGE_EXCEPTION"
comment: "This is actually a GPL-2.0 with a linking exception, allowing not to have to relicense any linking code, such as our case."

- message: "The project PIP::frestq-requirements:.* has the dependency PyPI::uwsgi:.* licensed under the ScanCode copyleft categorized license GPL-2.0-or-later."
- message: "The project PIP::frestq-requirements:.* has the dependency PyPI::uwsgi:.* licensed under the ScanCode copyleft categorized license GPL-2.0-only."
reason: "DYNAMIC_LINKAGE_EXCEPTION"
comment: "This happens with uwsgi which is actually a GPL-2.0 with a linking exception, allowing not to have to relicense any linking code, such as our case."

0 comments on commit b5ec53d

Please sign in to comment.