bitwarden-cli: Use oss variant and update license#6200
Merged
Conversation
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.
Contributor
|
All changes look good. Wait for review from human collaborators. bitwarden-cli
|
Contributor
|
Commenting on this because it seems important, and was opened quite some time ago. It just needs to be merged with the changes in #6462 and updated to most recent version (2025-3-0) |
Contributor
Author
|
Updated the code to the most recent version of bitwarden CLI as requested. |
Previous attempt didn't update the installer links and hash.
Member
|
Hi @marshallwp, LGTM. Could you please resolve the conflict so I can merge this into the main branch? |
Contributor
Author
|
@Lutra-Fs done. Sorry it took so long. |
Lutra-Fs
requested changes
Jun 5, 2025
updated current link and hash for bitwarden-cli.
Lutra-Fs
approved these changes
Jun 5, 2025
Member
|
/verify |
Contributor
|
All changes look good. Wait for review from human collaborators. bitwarden-cli
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes bitwarden-cli to use the OSS download that is still licensed under GPLv3.0. Also switches to use the "only" variant of GPLv3.0.
Closes #6199