davglass / license-checker

Check NPM package licenses
Other
1.59k stars 215 forks source link

Added LICENSE.md to the list of license file regexes #268

Open tintin10q opened 9 months ago

tintin10q commented 9 months ago

Some projects like graphql-editor/graphql-zeus put their license in LICENSE.md. If they do this their license currently comes up as unknown. I just added LICENSE.md to the regexes to fix this.