From 734770d40fe42d8c6a521f9abdfab821a18a1e9d Mon Sep 17 00:00:00 2001 From: William Marshall <62070150+marshallwp@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:08:59 -0500 Subject: [PATCH] Update bitwarden-cli.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Starting with [cli-v2024.6.1](https://github.com/bitwarden/clients/releases/tag/cli-v2024.6.1) (the first version to offer a separate Open Source Software variant), Bitwarden bifurcated their CLI into a proprietary variant licensed under the [Bitwarden License Agreement](https://github.com/bitwarden/clients/blob/main/LICENSE_BITWARDEN.txt) and an OSS variant licensed under GPLv3.0. The proprietary variant does not have a SPDX Identifier as required by the contributing guide – and expressly prohibits non-paid production-use under term 2.1 – so this switches to use the OSS version that still has a SPDX indexed license. Additionally, a review of their licensing indicates that it is not offered under the "or latter" variant of GPL-3.0, so I've revised it to be the "only" variant. --- bucket/bitwarden-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/bitwarden-cli.json b/bucket/bitwarden-cli.json index 7de38b8f1d6bf..fc00e80cf76d0 100644 --- a/bucket/bitwarden-cli.json +++ b/bucket/bitwarden-cli.json @@ -2,11 +2,11 @@ "version": "2024.9.0", "description": "The powerful command-line tool (CLI) to write and execute scripts on your Bitwarden vault.", "homepage": "https://bitwarden.com/", - "license": "GPL-3.0-or-later", + "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/bitwarden/clients/releases/download/cli-v2024.9.0/bw-windows-2024.9.0.zip", - "hash": "f6aee81be566c06a5752ee6079dfb1990b63803e2449f5b2e2c240a57faffd36" + "url": "https://github.com/bitwarden/clients/releases/download/cli-v2024.9.0/bw-oss-windows-2024.9.0.zip", + "hash": "b655a324534d5e666df03ae21ab37f22ba913020f866f9e6eb7a03a53ff63616" } }, "bin": "bw.exe", @@ -17,9 +17,9 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-windows-$version.zip", + "url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-oss-windows-$version.zip", "hash": { - "url": "$baseurl/bw-windows-sha256-$version.txt" + "url": "$baseurl/bw-oss-windows-sha256-$version.txt" } } }