Add few more license file names to generate-notices script (#8939)

This commit is contained in:
Shreya Keshive 2025-09-19 16:12:12 -04:00 committed by GitHub
parent b9f6283a8e
commit 3bf8fec2f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,6 +50,8 @@ async function getDependencyLicense(depName, depVersion) {
'LICENSE.md',
'LICENSE.txt',
'LICENSE-MIT.txt',
'license.md',
'license',
].filter(Boolean);
let licenseFile;