It’s always kind of a relief when I can completely remove something from my long list of things to check out. Life’s too short to bother with proprietary platforms. A closed source database? Hah, no.
Tomato, tomato. If it’s not FOSS, I’m not going to sign off on wasting time on it.
(Yes, of course I use proprietary services where necessary and they can’t be avoided. This isn’t one of those cases. Example of things where I’m pretty adamant about it: server OSes. Databases. Programming languages. Web servers.)
> Licensor grants You a limited, non-exclusive, revocable, non-sublicensable, non-transferable,
For now it's source-available with generous limit, but this can be changed or revoked at any time, and this may immediately make your existing installations illegal.
My understanding is it’s the opposite: that license is the only thing granting you usage rights. In the absence of a contract, or words in the license to the contrary, they could revoke those rights on a whim. It’s not so much that you have a default right to use their proprietary software and they may issue something that revokes it. It’s that you have no right to use their software except their continued good will.
The GPL says:
> All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met.
Source available doesn't allow you to build on that software or patch it the way you see fit.
Heck, even some source available licenses doesn't allow you to compile that thing, let alone get parts and use it elsewhere.
However, I somewhat like source available licenses currently, because they're neat little mines that sneak in to training sets of generative AI models and make the models less suitable for serious work.
How does it make the models less suitable? Wouldn't more high quality source code help improve it? If it was closed source entirely it couldn't be trained on.
If it’s trained on proprietary software and then injects non-Free code into your project, you may have all kinds of unplanned legal exposure. That’s what makes such a model less suitable.