An open API service indexing awesome lists of open source software.

https://github.com/jfilter/license-everything


https://github.com/jfilter/license-everything

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

          

# license-everything\

## Why?

**NO LEGAL ADVICE**

If you are going in production with your React-Native app, you have to attribute all the Open Source packages you use. Because you have to include all dep tree, it's quite a lot. Nobody wants to do it manually. There are tools which you can use to get all the packages w/ liceses. But there wasn't one to pack all the informaiton in a string (or better a array of strings) to use in the app. why an array? because one stirng would be too much. We can use FlatList to show it one after each other. It's not so easier, because the information in the package.jons is mostl incomplete.

https://github.com/marcello3d/node-licensecheck

MOre Info:

ttps://www.quora.com/Does-the-MIT-license-require-attribution-in-a-binary-only-distribution

https://softwareengineering.stackexchange.com/questions/102517/how-can-i-comply-with-open-source-licenses-and-yet-protect-my-own-work-app-st

## Related

https://github.com/nexB/attributecode
https://www.npmjs.com/package/npm-license-crawler
https://stackoverflow.com/questions/16274841/output-all-licenses-of-installed-node-js-libraries
https://github.com/ironSource/license-report
https://github.com/iandotkelly/nlf

## License

MIT.