From 0ccfbc0da95a4c3374a60f983b3ba5396b4b842b Mon Sep 17 00:00:00 2001 From: Josh Spicer <23246594+joshspicer@users.noreply.github.com> Date: Wed, 7 Jan 2026 13:52:15 -0800 Subject: [PATCH] bump copyright (#286438) --- build/lib/electron.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lib/electron.ts b/build/lib/electron.ts index 8cc36de49ea..4747ff4a1e0 100644 --- a/build/lib/electron.ts +++ b/build/lib/electron.ts @@ -106,7 +106,7 @@ export const config = { tag: product.electronRepository ? `v${electronVersion}-${msBuildId}` : undefined, productAppName: product.nameLong, companyName: 'Microsoft Corporation', - copyright: 'Copyright (C) 2025 Microsoft. All rights reserved', + copyright: 'Copyright (C) 2026 Microsoft. All rights reserved', darwinIcon: 'resources/darwin/code.icns', darwinBundleIdentifier: product.darwinBundleIdentifier, darwinApplicationCategoryType: 'public.app-category.developer-tools',