Bitwarden SDK relicensed from proprietary to GPLv3
1–10 of 381 posts
Re: Bitwarden SDK relicensed from proprietary to GPLv3
#2Re: Bitwarden SDK relicensed from proprietary to GPLv3
#3Re: Bitwarden SDK relicensed from proprietary to GPLv3
#4Re: Bitwarden SDK relicensed from proprietary to GPLv3
#5Re: Bitwarden SDK relicensed from proprietary to GPLv3
#6> We have made some adjustments to how the SDK code is organized and packaged to allow you to build and run the app with only GPL/OSI licenses included. The sdk-internal package references in the clients now come from a new sdk-internal repository, which follows the licensing model we have historically used for all of our clients (see LICENSE_FAQ.md for more info). The sdk-internal reference only uses GPL licenses at this time. If the reference were to include Bitwarden License code in the future, we will provide a way to produce multiple build variants of the client, similar to what we do with web vault client builds.
Re: Bitwarden SDK relicensed from proprietary to GPLv3
#7GPLv3 is interesting because it means to use their code in a commercial setting, then you must also have the guts to open source too.
Re: Bitwarden SDK relicensed from proprietary to GPLv3
#8Re: Bitwarden SDK relicensed from proprietary to GPLv3
#9GPLv3 is interesting because it means to use their code in a commercial setting, then you must also have the guts to open source too.
I don’t believe that is entirely accurate. I believe it depends on the application and what you’re doing with it whether or not you would be required to open source it. Like, if you’re distributing the application as a product, not necessarily saas application?