Fix build issues caused by year-specific linter rule (#15780)

This commit is contained in:
Christian Gunderman
2026-01-01 11:01:03 -08:00
committed by GitHub
parent 05049b5abf
commit c29a8c12b3
4 changed files with 48 additions and 59 deletions

View File

@@ -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
*/