Skip to content

Commit

Permalink
chore: fix license
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Nov 21, 2024
1 parent 2fbecba commit d65054b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ allow = [
"Unicode-3.0",
"Zlib",
"EPL-2.0",
"Unlicense",
]
unused-allowed-license = "allow"

Expand All @@ -47,9 +48,3 @@ name = "ring"
expression = "ISC AND MIT AND OpenSSL"
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]

# The OpenAPI generator is licensed as an Unlicense, so we can't relicense
# under MIT.
[[licenses.exceptions]]
name = "rivet-api"
allow = ["Unlicense"]

0 comments on commit d65054b

Please sign in to comment.