-
-
Notifications
You must be signed in to change notification settings - Fork 1k
bitwarden-cli: Use oss variant and update license #6200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
All changes look good. Wait for review from human collaborators. bitwarden-cli
|
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) |
Updated the code to the most recent version of bitwarden CLI as requested. |
Previous attempt didn't update the installer links and hash.
Hi @marshallwp, LGTM. Could you please resolve the conflict so I can merge this into the main branch? |
@Lutra-Fs done. Sorry it took so long. |
updated current link and hash for bitwarden-cli.
/verify |
All changes look good. Wait for review from human collaborators. bitwarden-cli
|
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