mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Add few more license file names to generate-notices script (#8939)
This commit is contained in:
@@ -50,6 +50,8 @@ async function getDependencyLicense(depName, depVersion) {
|
||||
'LICENSE.md',
|
||||
'LICENSE.txt',
|
||||
'LICENSE-MIT.txt',
|
||||
'license.md',
|
||||
'license',
|
||||
].filter(Boolean);
|
||||
|
||||
let licenseFile;
|
||||
|
||||
Reference in New Issue
Block a user