Skip to content

Commit a01c43f

Browse files
committed
chore: fix the license header year
1 parent 1323d09 commit a01c43f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/telemetry/clearcut-logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2025 Google LLC
3+
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

src/telemetry/clearcut-sender.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2025 Google LLC
3+
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

src/telemetry/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2025 Google LLC
3+
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

@@ -30,7 +30,7 @@ export interface DailyActive {
3030
days_since_last_active: number;
3131
}
3232

33-
export interface FirstTimeInstallation {}
33+
export type FirstTimeInstallation = Record<string, never>;
3434

3535
export interface FlagUsage {
3636
browser_url_present?: boolean;

tests/telemetry/clearcut-logger.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2025 Google LLC
3+
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

0 commit comments

Comments
 (0)