Re: [PyMOL] About legal/copyright issue with developing PyMOL plugin

2019-03-06 Thread William Tao
Hi Dr. Holder, Thank you for your detailed explanation. Your answer is very helpful. Best, William Thomas Holder 于2019年3月6日周三 上午4:04写道: > Hi William, > > You can use any version of PyMOL, the plugin API is the same in all of > them (Open-Source, Incentive with edu/academic/commercial license)

Re: [PyMOL] About legal/copyright issue with developing PyMOL plugin

2019-03-06 Thread Thomas Holder
Hi William, You can use any version of PyMOL, the plugin API is the same in all of them (Open-Source, Incentive with edu/academic/commercial license). Your own code, if open-sourced, needs a GPL-compatible license. You're in the same situation as the person asking "can I release my SW under the

[PyMOL] About legal/copyright issue with developing PyMOL plugin

2019-03-04 Thread William Tao
Hi PyMOL community, I am planning to develop a PyMOL plugin based on PyMOL 2.x versions with PyQt. However, I am not quite clear about the legal implications and copyright issues if I would like to make my plugin open-source in future. First, PyMOL has incentive version and open-source version.