mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-05-24 09:38:34 +00:00
Add few more license file names to generate-notices script (#8939)
This commit is contained in:
parent
b9f6283a8e
commit
3bf8fec2f1
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ async function getDependencyLicense(depName, depVersion) {
|
|||
'LICENSE.md',
|
||||
'LICENSE.txt',
|
||||
'LICENSE-MIT.txt',
|
||||
'license.md',
|
||||
'license',
|
||||
].filter(Boolean);
|
||||
|
||||
let licenseFile;
|
||||
|
|
|
|||
Loading…
Reference in a new issue