mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 20:44:46 -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.md',
|
||||||
'LICENSE.txt',
|
'LICENSE.txt',
|
||||||
'LICENSE-MIT.txt',
|
'LICENSE-MIT.txt',
|
||||||
|
'license.md',
|
||||||
|
'license',
|
||||||
].filter(Boolean);
|
].filter(Boolean);
|
||||||
|
|
||||||
let licenseFile;
|
let licenseFile;
|
||||||
|
|||||||
Reference in New Issue
Block a user