https://github.com/jfilter/license-everything
https://github.com/jfilter/license-everything
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfilter/license-everything
- Owner: jfilter
- License: mit
- Created: 2018-03-08T17:34:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-08T22:36:15.000Z (over 8 years ago)
- Last Synced: 2026-03-05T18:24:37.528Z (5 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.