Skip to content

Commit f3a4ad6

Browse files
committed
Add CDLA-Permissive-2.0 license to cargo deny allowlist
The newly listed license is permissive. Specifically: - https://cdla.dev/permissive-2-0/ - https://spdx.org/licenses/CDLA-Permissive-2.0.html It is newly used by `webpki-roots` for data that were formerly marked as being licensed under MPL-2.0. For full details, see: - https://github.com/rustls/webpki-roots/releases/tag/v%2F0.26.9 - rustls/webpki-roots#88 - mozilla/www.ccadb.org#188 MPL-2.0 is not delisted, as we still need it at least for `uluru`.
1 parent 4408166 commit f3a4ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deny.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ allow = [
2525
"Apache-2.0",
2626
"BSD-3-Clause",
2727
"BSL-1.0",
28+
"CDLA-Permissive-2.0",
2829
"MIT",
2930
"MIT-0",
3031
"ISC",

0 commit comments

Comments
 (0)