-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ort.yml
19 lines (18 loc) · 1.59 KB
/
.ort.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# SPDX-FileCopyrightText: 2023 Sequent Tech Inc <legal@sequentech.io>
#
# SPDX-License-Identifier: AGPL-3.0-only
---
resolutions:
rule_violations:
- message: "The package Crate::malachite:.* has the declared ScanCode copyleft-limited categorized license LGPL-3.0-only."
reason: "NOT_MODIFIED_EXCEPTION"
comment: "This is LGPL, and we are not modifying the linked libraries plus we can provide the object code if need be. See https://www.gnu.org/licenses/gpl-faq.html#LGPLStaticVsDynamic"
- message: "The package Crate::malachite-base:.* has the declared ScanCode copyleft-limited categorized license LGPL-3.0-only."
reason: "NOT_MODIFIED_EXCEPTION"
comment: "This is LGPL, and we are not modifying the linked libraries plus we can provide the object code if need be. See https://www.gnu.org/licenses/gpl-faq.html#LGPLStaticVsDynamic"
- message: "The package Crate::malachite-nz:.* has the declared ScanCode copyleft-limited categorized license LGPL-3.0-only."
reason: "NOT_MODIFIED_EXCEPTION"
comment: "This is LGPL, and we are not modifying the linked libraries plus we can provide the object code if need be. See https://www.gnu.org/licenses/gpl-faq.html#LGPLStaticVsDynamic"
- message: "The project Cargo::strand:0.1.0 has a statically linked direct dependency licensed under the ScanCode copyleft-left categorized license LGPL-3.0-only."
reason: "NOT_MODIFIED_EXCEPTION"
comment: "This is LGPL, and we are not modifying the linked libraries plus we can provide the object code if need be. See https://www.gnu.org/licenses/gpl-faq.html#LGPLStaticVsDynamic"