Skip to content

Commit 1e89d65

Browse files
committed
fixing ort
1 parent 6eddb31 commit 1e89d65

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.ort.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
---
66
resolutions:
77
rule_violations:
8-
- message: "The package PyPI::certifi:2022.12.7 has the declared ScanCode copyleft-limited categorized license MPL-2.0."
8+
- message: "The package PyPI::certifi:.* has the declared ScanCode copyleft-limited categorized license MPL-2.0."
99
reason: "DYNAMIC_LINKAGE_EXCEPTION"
1010
comment: "We are not modifying certifi and we dynamically link to it, so acording to MPL-2.0 this allows us to keep our code with a completely different license. In this kind of case, MPL-2.0 is not viral. https://www.mozilla.org/en-US/MPL/2.0/FAQ/"
11+
- message: "The package PyPI::.* has the declared ScanCode copyleft-limited categorized license LGPL.*"
12+
reason: "DYNAMIC_LINKAGE_EXCEPTION"
13+
comment: "This is not a problem because python modules are always dynamic, see https://stackoverflow.com/questions/8580223/using-python-module-on-lgpl-license-in-commercial-product and https://mail.python.org/pipermail/tutor/2015-June/105759.html."

0 commit comments

Comments
 (0)