Skip to content

Commit

Permalink
update deny.toml to allow epl for certain crates
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Dec 16, 2024
1 parent c6953fa commit 9cc43c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,19 @@ allow = [
"Unlicense",
"Zlib",
]
exceptions = [
# We do not particularly like the EPL-2.0 license (MPL-2.0 is much better).
# But we are willing to make an exception for zenoh's transitive
# dependencies *only*.
# See also: https://github.com/eclipse-zenoh/zenoh/issues/1625
{ allow = ["EPL-2.0"], crate = "keyed-set" },
{ allow = ["EPL-2.0"], crate = "ringbuffer-spsc" },
{ allow = ["EPL-2.0"], crate = "token-cell" },
{ allow = ["EPL-2.0"], crate = "validated_struct" },
{ allow = ["EPL-2.0"], crate = "validated_struct_macros" },
]



# See https://github.com/briansmith/ring/blob/95948b3977013aed16db92ae32e6b8384496a740/deny.toml#L12
[[licenses.clarify]]
Expand Down

0 comments on commit 9cc43c5

Please sign in to comment.