From 0267d35258994398d1aa4c5e54d92908a0f8b4c9 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Wed, 11 Jan 2023 16:16:04 +0000 Subject: [PATCH] LibGUI: Update the AboutDialog copyright year --- Userland/Libraries/LibGUI/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibGUI/AboutDialog.cpp b/Userland/Libraries/LibGUI/AboutDialog.cpp index 692736e7ae..b05648b947 100644 --- a/Userland/Libraries/LibGUI/AboutDialog.cpp +++ b/Userland/Libraries/LibGUI/AboutDialog.cpp @@ -71,7 +71,7 @@ AboutDialog::AboutDialog(StringView name, StringView version, Gfx::Bitmap const* if (m_name != "SerenityOS") make_label("SerenityOS"sv); make_label(m_version_string); - make_label("Copyright \xC2\xA9 the SerenityOS developers, 2018-2022"sv); + make_label("Copyright \xC2\xA9 the SerenityOS developers, 2018-2023"sv); right_container.layout()->add_spacer();