Skip to content

Commit 7867fde

Browse files
committed
Allow MPL-2.0 license for egglog transitive deps
1 parent e8ec85a commit 7867fde

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

deny.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ exceptions = [
5252
# https://tldrlegal.com/license/creative-commons-cc0-1.0-universal
5353
{ allow = ["CC0-1.0"], name = "notify" },
5454
{ allow = ["CC0-1.0"], name = "hexf-parse" },
55+
# MPL-2.0+ crates pulled in by egglog via im-rc
56+
{ allow = ["MPL-2.0"], name = "bitmaps" },
57+
{ allow = ["MPL-2.0"], name = "im-rc" },
58+
{ allow = ["MPL-2.0"], name = "sized-chunks" },
5559
]
5660

5761
# See note in encoding_rs's readme! This clarification is copied directly from there.

0 commit comments

Comments
 (0)