-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Licensing issues #23
Comments
Thanks for your concern! Commercial OEM License needs to be "Commercial" first, however this is a open source project. We'll update this project to use GPLv3. |
Good catch! Did not think of this!
…On Fri, Mar 9, 2018, 19:09 Yao Ding ***@***.***> wrote:
Thanks for your concern! Commercial OEM License needs to be "Commercial"
first, however this is a open source project. We'll update this project to
use GPLv3.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#23 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABc1RbuG6QGl6b84awhpEWcf62edCwk_ks5tcsVrgaJpZM4SkntA>
.
|
But then, this library can't be used in a project, which is not GPL, but paid for Flickity commercial support, am I right? We'd like to use it, but our project is closed source, so we can't use a library with GPL license. |
If you get commercial license from the original Flickity project, you are free to use this project in your closed source. |
@yaodingyd @theolampert We really wanted to use this wrapper in our MIT licensed project and we have the commercial Flickity license. However the React Flickity Component explicitly declares GPL3 in the |
@kierangillen I'm also not a lawyer and the licensing issue is a bit murky to me. As you said perhaps @desandro could give us a pointer here. |
In short, as the owner of Flickity commercial license, you are okay to use both Flickity and this dependency in both your open and closed source projects. From a high level, my aim is to allow wide usage of Flickity, but provide some rationale for purchasing a commercial license so I can support development. "Commercial" is in reference to people paying for it, not so much the work they use Flickity for. Technically, the commercial license allows you to use Flickity in closed-source projects. As you own a commercial license, you can include Flickity both in closed and open source projects. As for the GPL license of this |
Thanks Dave!So the licensing info for this project is accurate. @kierangillen as long as you have commercial license from Flickity, you can use this project in any projects. |
@yaodingyd @desandro I really understand the spirit and sympathise with trying to be pragmatic, but alas that's not something we can do with legalese 😞. As it stands, this package ( While you may never take action against us, it is important to realise that others may still decide to do so–for instance, a nefarious competitor. Having said that, perhaps your statements are enough, but in reality [if we really want to respect licenses, which we do] we would have to have a lawyer look at this situation and it would probably be hard for them to come to a conclusion, which means their final answer would likely be “don't take any chances”. FWIW I think you should be able to eg dual license your code under GPLv3 or MIT, just be sure to inform users that they can only use the MIT license if they have a commercial Flickity license. But then again… IANAL 🤷♂ |
Hi,
from what I see you're packaging whole Flickity with the wrapper and according to their license this falls under Commercial OEM License. You should probably define Flickity as a peer dependency and require users to attach it to the
window
object until Flickity team fixes the issue with requiring the library.The text was updated successfully, but these errors were encountered: