Skip to content

Commit

Permalink
fix: add mit-0 license (#332)
Browse files Browse the repository at this point in the history
Signed-off-by: bkioshn <bkioshn@gmail.com>
  • Loading branch information
bkioshn authored Oct 16, 2024
1 parent 8135d23 commit 9550d36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions earthly/rust/stdcfgs/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ allow = [
"Unicode-3.0",
"MPL-2.0",
"Zlib",
"MIT-0",
]
exceptions = [
#{ allow = ["Zlib"], crate = "tinyvec" },
Expand Down
1 change: 1 addition & 0 deletions examples/rust/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ allow = [
"Unicode-3.0",
"MPL-2.0",
"Zlib",
"MIT-0",
]
exceptions = [
#{ allow = ["Zlib"], crate = "tinyvec" },
Expand Down
1 change: 1 addition & 0 deletions utilities/dbviz/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ allow = [
"Unicode-3.0",
"MPL-2.0",
"Zlib",
"MIT-0",
]
exceptions = [
#{ allow = ["Zlib"], crate = "tinyvec" },
Expand Down

0 comments on commit 9550d36

Please sign in to comment.