From 9d018bb224440430a0d9e4ce0eaeffeee1fa336a Mon Sep 17 00:00:00 2001 From: Hinton Date: Thu, 12 Dec 2024 18:26:41 +0100 Subject: [PATCH] Clarify bitwarden-cli license --- about.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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"