diff --git a/about.toml b/about.toml index bd56148af..096b76c0c 100644 --- a/about.toml +++ b/about.toml @@ -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"