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

Bundling with other libraries? #195

Closed
davidmegginson opened this issue Apr 1, 2015 · 2 comments
Closed

Bundling with other libraries? #195

davidmegginson opened this issue Apr 1, 2015 · 2 comments
Labels

Comments

@davidmegginson
Copy link

The MIT license is very liberal (thank you), but I also wanted to check your own preferences as developer/maintainer:

  • Are you comfortable with PapaParse being bundled as a separate file in the distro of another JavaScript library?
  • Are you comfortable with PapaParse being combined with another JavaScript library in an all-in-one min-ified file (assuming full credit and a pointer to the original and its license info in the docs)?

Thanks. My particular use case is a Public Domain library for processing humanitarian-crisis data at the UN (and elsewhere), but this question is probably of broader interest.

@mholt mholt added the question label Apr 1, 2015
@mholt
Copy link
Owner

mholt commented Apr 1, 2015

  • Yep, that's totally fine. Just take the license along with it (meaning, include the license file in there somewhere). It would be good to update your copy of the library occasionally to get the latest bug fixes.
  • Yeah that's good too. Just be aware that if you do this, you can't use the worker thread feature unless the other libs in the same file are hardened for worker environments, which is unlikely.

Thanks for asking! And always happy to see Papa being used for something so good.

@davidmegginson
Copy link
Author

Thank you -- that works for us. I'll ping you when there are some public sites using Papa for humanitarian data.

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

No branches or pull requests

2 participants