Skip to content

Commit

Permalink
chore: allow Blue Oak license (need for minicbor crate)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeRosa committed Dec 7, 2023
1 parent 5f974c5 commit 7f69c7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hermes/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ allow = [
"MIT",
"Apache-2.0",
"Unicode-DFS-2016",
"BSD-3-Clause"
"BSD-3-Clause",
"BlueOak-1.0.0"
]
# List of explicitly disallowed licenses
# See https://spdx.org/licenses/ for list of possible licenses
Expand Down

0 comments on commit 7f69c7a

Please sign in to comment.