I’m a software engineer, not a lawyer, and my university doesn’t offer any courses geared toward licensing software. In fact, their law-related courses are lacking (but slowly growing in number). Where can I go to learn about open-source licenses and how to choose them?
I’m a software engineer, not a lawyer, and my university doesn’t offer any courses
Share
There are lots described here: http://www.gnu.org/licenses/license-list.html#SoftwareLicenses
The decision of which one to use can be political, but should ultimately be determined by your plans/desires for the software. If you want to ensure it is always free then choose GPL or another ‘Copyleft’ license. If you don’t mind some commercial use, choose another one that’s compatible with that.