<div dir="ltr">Hi Sveto,<div><br></div><div>Buildbot is GPLv2, which means derived work has to be compatible with GPLv2.</div><div><br></div><div>This means to me that any Buildbot plugin when used with Buildbot is automatically GPLv2.</div><div><br></div><div>When possible for new code, we choose more permissive license aka MIT, this allows or code which do not interact with Buildbot to be reused in non GPL programs.</div><div>Frankly I am not even sure that this is legally right.</div><div><br></div><div>So if you are making buildbot plugins they are GPLv2. Your master.cfg is GPLv2 and any other python programs or library which would import buildbot code.</div><div>I find this annoying, but changing this will require every contributor to buildbot from the last 10 years to sign for a change. That would be very big work.</div><div><br></div><div>However, GPLv2 means that you cannot distribute buildbot + your plugins in binary form without providing a mean for your users to get source code for buildbot and your plugins.</div><div><br></div><div>If you keep your Buildbot and plugins for you, you don't need to publish them in any form.</div><div><br></div><div>Of course, this is my understanding, and do not constitute a legal advice. To be sure, you would need to talk to a Layer.</div><div><br></div><div>Pierre</div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, May 17, 2017 at 8:34 AM Sveto Krchnavy <<a href="mailto:sveto70@gmail.com">sveto70@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi.<div><br></div><div>I have question about licensing. Buildbot itself is licensed under GPLv2, so modifications of buildbot have to be GPLv2.</div><div>Licensing of plugins is not clear enough. I found that for example buildbot_travis that has MIT license (changed from Apache2 license). Is there any limitation in licensing of plugins? Is a proprietary license allowed to be used?</div><div><br></div><div>Thanks.</div><div>Best regards.</div><div>Sveto,</div></div>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@buildbot.net" target="_blank">devel@buildbot.net</a><br>
<a href="https://lists.buildbot.net/mailman/listinfo/devel" rel="noreferrer" target="_blank">https://lists.buildbot.net/mailman/listinfo/devel</a></blockquote></div>