What license is for Open Source but is non-commercial?
What Open Source license are out there but prohibits commercial use (in my terms, making profit off of a software) of it?
Hey smart guys, GPL explicitly states that commercial distribution/use is allowed. Even Wikipedia states it.
Maybe I should have made this clearer. By commercial, I mean for use as an product that can be sold.
You should try using Google’s search engine. It’s the best in the world.
http://www.opensource.org/licenses/alphabetical
http://en.wikipedia.org/wiki/GNU_General_Public_License
http://en.wikipedia.org/wiki/GNU_General_Public_License
yep
~T~
GNU General Public License, GPL
GPL is the only non commercial licenses I know of.
LGPL should also work but allows linking of non-GPL libraries(including proprietary libraries) and in this case, less restrictive
AGPL for web applications but from somewhere i read that changes made does not need to be published… thats my only gripe about it.