CGCookie / addon_common

GNU General Public License v3.0
41 stars 7 forks source link

Can parts of this be used in commercial addon #2

Closed JoseConseco closed 5 years ago

JoseConseco commented 5 years ago

I want to use FSM part of cookiecutter, in my commercial addon. It this allowed?

NathanLovato commented 5 years ago

Yes, see the project's license: you can sell your work, but as with every blender add-on, you must also distribute the source code and allow users to freely modify and redistribute your work if they so desire.

NathanLovato commented 5 years ago

That's the license Blender itself uses by the way, so the reason you must use the GNU/GPL-v3.0 license is that you use the Blender Python API. Here's a guide to get started with GNU/GPL: https://www.gnu.org/licenses/quick-guide-gplv3.html

JoseConseco commented 5 years ago

Yep, my code is also open source, if users want they will be able to modify it. I know I have to use GPL to do addons for blender. I just wanted to make sure it is ok with developer of CookieCutter.

NathanLovato commented 5 years ago

You can see the license at the top of most github repositories:

screenshot from 2019-02-13 16-28-11

This is GPL-3, the same as most blender add-ons. So yes, you can use parts of this in a commercial add-on.