I currently have an open source project that is licensed under GPLv3. I'd like to dual license it, so I can offer it for commercial use. Are there any resources for choosing or creating a commercial software license?
|
|
I think Binpress' commercial license generator is excellent: http://www.binpress.com/license/generator |
|||||
|
|
Creative Commons. GNU. And you can find hundreds of examples at Law school web sites and even use existing EULA content and edit it to suit your needs. ALWAYS have your efforts reviewed by a competent attorney. |
|||||
|
|
I think most people just copy the EUA from some big software package from a big scary company. Remember to replace Microsoft/Orace/whoever with your own name! There was the case of a database+programming language tools company big in the 90s that famously forgot! |
|||||||||||
|
|
What you want is a free software license without copyleft? Because, GNU GPL, GNU LGPL and GNU FDL, allow commercial use. If you want to link with proprietary software, then use the GNU LGPL. If copyleft is not desired I suggest you to use the lib/libpng license. You may just put the license as a comment on those source code files. Or cite properly elsewhere. From the FSF and GNU view proprietary software is a unethical thing: It's take away people freedom and commonly impose Digital Restrictions Management (DRM). Some useful links to know more about this ethical issue: |
|||
|
|

