-
Notifications
You must be signed in to change notification settings - Fork 108
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
License TL;DR? #138
Comments
Hi frederikheld, I'm also an engineer 😊. It's not accurate in a legal, but I can give a simple answer:
Technical questions can post here (R&D team will answer), or contact support team. Other questions, please contact our sales team. Support & sales teams are also available from Hope it helpful! |
Thanks a bunch! It's not very clear from your GitHub repo or NPM package that this is paid software. I'd appreciate if you would state that more clearly, because it would have saved me a bunch of time. |
Also a more technical question out of interest, as I have never seen your approach to open-sourcing a library that requires a license: How do you avoid key sharing or even re-writing the repo to omit the key? |
We do some simple verification such as domain name binding. This measure cannot prevent personal misappropriation, but it can play a very good role in avoiding commercial violations. It is impossible to completely avoid cracking in pure js applications. Mainly based on trust. If the license-key is found to be compromised, we also have measures to invalidate the old license-key and replace it with a new one. |
Hey!
I followed the rabbit hole of the license statement in this repo down to the following PDF (which appears to be the relevant one, please correct me if I'm wrong). But it's a legal document and I'm an engineer, so it left me as clueless as I was before.
Can you please give me a TL;DR of your license that states what I can and can not do with this software? Like they do on https://www.tldrlegal.com/ and similar websites.
That would be great!
Thx!
The text was updated successfully, but these errors were encountered: