mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-14 16:10:59 -07:00
Fix build issues caused by year-specific linter rule (#15780)
This commit is contained in:
committed by
GitHub
parent
05049b5abf
commit
c29a8c12b3
@@ -57,7 +57,7 @@ try {
|
||||
|
||||
const fileContent = `/**
|
||||
* @license
|
||||
* Copyright ${new Date().getFullYear()} Google LLC
|
||||
* Copyright ${new Date().getUTCFullYear()} Google LLC
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user