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

chore: add NOTICE files and check that deps have known licenses #122

Merged
merged 1 commit into from
Apr 9, 2024

Commits on Apr 9, 2024

  1. chore: add NOTICE files and check that deps have known licenses

    'npm run lint' will now ensure that added deps (excluding devDeps) only
    use known licenses (gen-notice.sh --lint). As well, if/when we make
    distributions of these packages (e.g. a Docker image, whatever) then
    this gen-notice.sh can be used to inline all the included deps'
    license files into the NOTICE file.
    
    Refs: #45
    trentm committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8ee06d4 View commit details
    Browse the repository at this point in the history