diff --git a/.ort.yml b/.ort.yml index dda3e29..e6f0ada 100644 --- a/.ort.yml +++ b/.ort.yml @@ -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."