Any new open source software is always a net positive.
But, there are a few small caveats to the way they’ve done it (depending on how cynical/cautious you are):
Because Proton are not accepting contributions, they own all the copyright, so can make the code closed source again if they want to (that wouldn’t affect the already released versions, but future versions)
They could likely take down any derivative on iOS, since Apple will always take instruction from the copyright holder, for GPL’d code
Since the builds are not reproducible, there’s no guarantee that the binaries they distribute are built from the source code
It’s pretty much not reversible and the code is free to use, modify, and distribute forever. And if you do modify it you also must make those changes open source.
gpl v3 you can do pretty much anything but you have to put it the same license but it has like drm protections and Anti-Tivoization and also has some patent protections people find this license too strict
English isn’t my first language. I share your opinion regarding the license. Which connector would you use instead of “but” to indicate that you succeeded in your efforts even though it was harder you thought it would be?
English is my only language, and yours looks fine to me. I thought it was pretty clear from the first comment that the “but” indicated success despite difficulties, and as you clarified that’s exactly what you meant.
If you study non violent communication, folks will say to avoid using “I agree with you, but”. Because as soon as you say " but ", people get defensive and stop listening to you.
Whenever possible, replace “but” with “and” if the sentence still has the same meaning
It took me going to their GitHub to find out, but it’s GPL 3.
really appreciate you reporting back, thanks for sharing!
What does this mean practically
It means it can’t ever become proprietary closed-source software (not without a major lawsuit).
Any new open source software is always a net positive.
But, there are a few small caveats to the way they’ve done it (depending on how cynical/cautious you are):
deleted by creator
Any GPL violations would be reported to the Software Freedom Conservacy, who would go to court on the dev’s behalf.
There was a major lawsuit back in 2022 between the SFC and Vizio, and the SFC won.
deleted by creator
It’s pretty much not reversible and the code is free to use, modify, and distribute forever. And if you do modify it you also must make those changes open source.
Very good news
gpl v3 you can do pretty much anything but you have to put it the same license but it has like drm protections and Anti-Tivoization and also has some patent protections people find this license too strict
Its actually more restrictive, in a good way.
You can’t, for example, fork it, make changes, and sell that derivative software without releasing the source code
yeah but drm is too strict for some people and anti tivozation this is why linux did not do gpl 3.0 or later
Why the but? GPL 3 is the correct license to use for open source projects to ensure they stay open and corps don’t freeload on them.
English isn’t my first language. I share your opinion regarding the license. Which connector would you use instead of “but” to indicate that you succeeded in your efforts even though it was harder you thought it would be?
English is my only language, and yours looks fine to me. I thought it was pretty clear from the first comment that the “but” indicated success despite difficulties, and as you clarified that’s exactly what you meant.
Why not having a L2 maybe a L3? People from the US should feel like they’re missing out in our modern world!
Looks like you’ve got the upvotes backing you. I’ll keep on using as is. Thank you!
Ah gotcha, you could just omit but in this case and the sentence would have the intended meaning.
“and”
If you study non violent communication, folks will say to avoid using “I agree with you, but”. Because as soon as you say " but ", people get defensive and stop listening to you.
Whenever possible, replace “but” with “and” if the sentence still has the same meaning
This was not a case of “I agree with you, but…”, though. “But” is perfectly appropriate here to contrast between the first statement and the second.
@delirious_owl @acockworkorange
“I agree with you BUT you are being an a–hole.”
“I agree with you AND you are being an a–hole.”
Hmm. 🤔
Yeah. It also makes it sound way more impactful and true. Thank you! 😁
AGPL would have been a bit better, especially for the server side
This does not apply to the server. Only the client app is open source. The server is proprietary.
agreed