Skip to content
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

Usage in a SaaS - Commercial Application #512

Open
vigneshbarani24 opened this issue Apr 15, 2019 · 3 comments
Open

Usage in a SaaS - Commercial Application #512

vigneshbarani24 opened this issue Apr 15, 2019 · 3 comments

Comments

@vigneshbarani24
Copy link

vigneshbarani24 commented Apr 15, 2019

I would like to use this in my SaaS Product, ( I Bill my customers for their use of my app ). Can i use this? This says MIT which is fine but just incase, i want to understand

@ybarbaria
Copy link

I would like to know me too. I know handsontable is not free so how can this library be free? Someone knows?

@wojciechczerniak
Copy link

Hi, I'm from @handsontable and I can answer your questions.

This library is only a wrapper around Handsontable. And as a wrapper its code is licensed under MIT. However it requires a dependency which can have its own license file. We did the same thing with our wrappers for various frameworks. They are released under MIT but you need a license for HoT.

Currently the Handsontable version is locked for https://github.com/valor-software/ng2-handsontable inside its package.json:

"dependencies": {
"handsontable": ">= 0.37 < 1.0"
},

Those versions were released under MIT license and are safe to use with this wrapper as a MIT.

If you would like to use newer version of Handsontable you will need a license. Versions prior v1 are over 18 months old now, the last Handsontable version licensed under MIT is 6.2.2 (December 2018).

Tools like FOSSA are helpful in checking if dependency tree is safe for your requirements.

@ybarbaria
Copy link

@wojciechczerniak Thank you for your quick response !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants