diff --git a/about.toml b/about.toml index 096b76c0c..e3efa2870 100644 --- a/about.toml +++ b/about.toml @@ -9,12 +9,8 @@ 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 # be confused about it. Thankfully it includes a workaround for this that we can enable. workarounds = ["ring"] - -[bitwarden-cli.clarify] -license = "Bitwarden-SDK"