From 04e035473c1c3de9650f08ece031412bdae13b8f Mon Sep 17 00:00:00 2001 From: Alex Manochio Date: Thu, 5 Feb 2026 17:14:44 -0500 Subject: [PATCH 1/2] Change copyright to 2026 --- crates/edit/src/bin/edit/draw_menubar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/edit/src/bin/edit/draw_menubar.rs b/crates/edit/src/bin/edit/draw_menubar.rs index 8f14f70c1ed..727dc16ffb1 100644 --- a/crates/edit/src/bin/edit/draw_menubar.rs +++ b/crates/edit/src/bin/edit/draw_menubar.rs @@ -156,7 +156,7 @@ pub fn draw_dialog_about(ctx: &mut Context, state: &mut State) { ctx.attr_overflow(Overflow::TruncateHead); ctx.attr_position(Position::Center); - ctx.label("copyright", "Copyright (c) Microsoft Corp 2025"); + ctx.label("copyright", "Copyright (c) Microsoft Corp 2026"); ctx.attr_overflow(Overflow::TruncateTail); ctx.attr_position(Position::Center); From 1d05efed1b461546a7dcdcc01340aa33ff9ccd97 Mon Sep 17 00:00:00 2001 From: Alex Manochio Date: Thu, 5 Feb 2026 18:22:05 -0500 Subject: [PATCH 2/2] Change copyright information --- crates/edit/src/bin/edit/draw_menubar.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/edit/src/bin/edit/draw_menubar.rs b/crates/edit/src/bin/edit/draw_menubar.rs index 727dc16ffb1..a8e1da78c24 100644 --- a/crates/edit/src/bin/edit/draw_menubar.rs +++ b/crates/edit/src/bin/edit/draw_menubar.rs @@ -156,7 +156,7 @@ pub fn draw_dialog_about(ctx: &mut Context, state: &mut State) { ctx.attr_overflow(Overflow::TruncateHead); ctx.attr_position(Position::Center); - ctx.label("copyright", "Copyright (c) Microsoft Corp 2026"); + ctx.label("copyright", "Copyright (c) Microsoft Corporation"); ctx.attr_overflow(Overflow::TruncateTail); ctx.attr_position(Position::Center);