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

[FEATURE] Consider shipping a LICENSE file with your npm packages #1839

Open
macbem opened this issue Jan 23, 2024 · 0 comments
Open

[FEATURE] Consider shipping a LICENSE file with your npm packages #1839

macbem opened this issue Jan 23, 2024 · 0 comments
Labels

Comments

@macbem
Copy link

macbem commented Jan 23, 2024

Issue to be solved

Your license (Apache 2.0) requires all usages to include full license text with the shipped software.

However, not including the LICENSE file in shipped npm packages makes it significantly harder to automate this process. LICENSE is included in the top-level repository, however fetching repo contents for all dependency packages would be painfully slow as opposed to simply retrieving LICENSE files from node_modules.

Suggest A Solution

No major changes - simply include the LICENSE file in all final packages published to npm.

What are you currently working on that this is blocking?

Adhering to your packages' license in full.

@macbem macbem added the Feature label Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: 🧊 Backlog
Development

No branches or pull requests

1 participant