purescript/purescript-numbers

Add LICENSE file

triallax opened this issue · 6 comments

Add LICENSE file

@JordanMartinez I know that exists, but having a LICENSE file would be helpful to collect all of a project's dependencies' LICENSE files in one file.

So, the real goal here is to determine what are all the licenses of one's dependencies, correct? And the methodology you wish to use is to look up the repo's corresponding LICENSE file? This repo breaks that workflow because it doesn't have the LICENSE file, correct?

So, the real goal here is to determine what are all the licenses of one's dependencies, correct?

No, the goal is to collect all of the dependencies's license texts into one file for compliance purposes (much like what this file does for the PureScript compiler).

Not to nag or anything, but could this be done soon? I need it for sharkdp/insect#324.

Feel free to submit a PR 🤷