this post was submitted on 31 Mar 2024
110 points (79.6% liked)
Open Source
31256 readers
222 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Interesting idea. A couple questions:
How would it work if the open source maintainer is a commercial company?
AFAIK there are no restrictions on when an Open source maintainer can change their license. They can do it even after their work has already been used.
So couldn't a company like, Facebook (since they own open source React) just change their React license to this one and all of sudden start charging everyone for it? ๐ค
The old version will still be available under whatever license it was released with
Sure but new versions are released pretty often, which essentially means they can change their license whenever they want.
See the current Redis situation, or Mongo a little while ago, among others. Originally open source, then at a certain point they changed to a source-available/more restricted license. The final open source license releases have been forked and now maintained as an alternative
Thanks!
From my pov, a maintainer or user who just works on the software for their own pleasure (witch markedly no use in their company/revenue stream) would probably have to be excluded for fairness reasons.
Afaik it depends on the license. I think the agpl can never be changed. Someone once called it a viral license of something because it taints every project it touched because every project that uses the code must be agpl from that point forward.
But there are far more knowledgeable people than me out there, maybe someone can explain it.
If facebook change to my idea of a license, they would get part (as in shared with every other FOSS project said company uses) of 1% of every companies revenue that uses react. Thats quite a lot probably.
Thanks for chiming in. :)