Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify bitwarden-cli license
Browse files Browse the repository at this point in the history
Hinton committed Dec 12, 2024

Verified

This commit was signed with the committer’s verified signature.
Hinton Oscar Hinton
1 parent a472542 commit 9d018bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion about.toml
Original file line number Diff line number Diff line change
@@ -9,8 +9,12 @@ accepted = [
"LGPL-3.0",
"Unicode-DFS-2016",
"OpenSSL",
"Bitwarden-SDK",
]

# Ring has all the licenses combined into a single file, which causes cargo about to
# Ring has all the licenses combined into a single file, which causes cargo about to
# be confused about it. Thankfully it includes a workaround for this that we can enable.
workarounds = ["ring"]

[bitwarden-cli.clarify]
license = "Bitwarden-SDK"

0 comments on commit 9d018bb

Please sign in to comment.