Skip to content

Commit

Permalink
Fix licensing issue (#1269)
Browse files Browse the repository at this point in the history
* Fix licenceing issue

* exceptions added
  • Loading branch information
JesseAbram authored Jan 29, 2025
1 parent 8d30865 commit 3fad280
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ exceptions=[
{ allow=["AGPL-3.0"], name="entropy-client" },
{ allow=["AGPL-3.0"], name="entropy-testing-utils" },
{ allow=["AGPL-3.0"], name="entropy-test-cli" },
{ allow=["AGPL-3.0"], name="entropy-create-test-keyshares" },

# Other Entropy crates
{ allow=["AGPL-3.0"], name="entropy-programs-core" },
Expand All @@ -46,6 +45,8 @@ exceptions=[
# them
{ allow=["OpenSSL"], name="ring" },
{ allow=["Unicode-DFS-2016"], name="unicode-ident" },
{ allow=["Zlib"], name="const_format" },
{ allow=["Zlib"], name="const_format_proc_macros" },
]

# Some crates don't have (easily) machine readable licensing information,
Expand Down

0 comments on commit 3fad280

Please sign in to comment.