Apologizing to the community.

Then for me it would be easy as I care little about it. My goal is for people to use/abuse it. :)

 
Looks good to me. Thanks. Do I need to have that somewhere in the add on. Or part of the code?
 
Just add a LICENSE file with that text in the root or DOC folder of your addon. For bonus points, you can add a similar header in every source file:
Code:
// Copyright (c) <your_name_here>
// Licensed under the MIT License

But that is not really necessary.
 
Yes, a good practice would be to include such a licence 1) in the plugin documentation 2) in the plugin code files (.h , .cpp...). That way things are clear. (y)

Martins did that in all the SDK files, so we should probably stick to it.
 
Perhaps we can offer some standard license types you can select for your add-on when it's uploaded, if you wanted to go down the route of being covered by a standard license.

As we note in the ToS, for all add-ons we hold whose author didn't specify, we assume an "all rights reserved" kind of license (we kind of have to, unfortunately), but we could present that choice to uploaders of add-ons at creation time, and let the UI show if their work should be covered by a different one.

Licensing is, unfortunately, always a bit of a Topic here ever since the Great GPL Wars, but we do want to make publishing things to the system as painless as possible even so.

Added this now as a custom field on the Addon Creation screen;

1655224609937.png
 
Back
Top