Skip to content

Commit

Permalink
Update deny.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Dec 7, 2024
1 parent 63e7dde commit 7e15091
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
[advisories]
unmaintained = "deny"
yanked = "deny"
notice = "deny"

[licenses]
copyleft = "deny"
allow-osi-fsf-free = "either"
allow = [
"Apache-2.0",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
"ISC",
"MIT-0",
"MIT",
"Unicode-3.0",
"Zlib",
]

[[licenses.clarify]]
name = "stretch"
Expand Down

0 comments on commit 7e15091

Please sign in to comment.