this post was submitted on 03 Apr 2026
42 points (97.7% liked)
Open Source
45995 readers
172 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
open source licence obligations are almost always triggered upon distribution
and cloud software-as-a-service doesn't count as distribution (except under AGL and a few rarer less-used licences), because the software never leaves machines owned/operated by the "author"
so, cloud SaaS has been able to consume open source code without contributing anything back for decades already
AI-generated bespoke software might be killing SaaS, but it'll like never trigger open source obligations either, because it'll never leave machines owned/operated by the "author"
so these AI-reimplementations of existing open source software are kinda' pointless
I thought there are some licenses that prohibit cloud providers from using the software and offering it as a service. In those cases even though the software may not be leaving the "Author" machines, it would still be a refactor of software that otherwise the cloud provider would not have been able to run legally under the old license.
sure, but there's so much community outrage at BSL (and similar) licences, usually because they start as open source and then later rug-pull and relicense community contributions
and this results in there usually being a non-BSL fork of everything that is BSL, or at least a very good (incompatible) alternative
e.g.
but sure, I concede that a clean-room AI-implementation might be valuable depending on the existing licence
I just don't see this being especially common 🤷