If you’ve ever made an app, program, or just written some code, chances are you’re familiar with terms like open source, freeware, and proprietary....
For further actions, you may consider blocking this person and/or reporting abuse
What about ISC license? It is the default for
npm init -y(yarn init -yuses MIT).I think it is more permissive than MIT.
Also, this one is missing from GitHub LICENSE file template.
Nice summary, BTW.
Thanks for this post. Definitely not straightforward stuff.
Probably (and sadly) most ignored web related topic out there.
Usually I have to look up every time I see a licence type other than MIT.