From 2cfd7cbeda270f31010e52c0fdadf07709176a7b Mon Sep 17 00:00:00 2001 From: sin-ack Date: Thu, 6 Jan 2022 19:20:31 +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 abda05c205e..9791cb618f5 100644 --- a/Userland/Libraries/LibGUI/AboutDialog.cpp +++ b/Userland/Libraries/LibGUI/AboutDialog.cpp @@ -70,7 +70,7 @@ AboutDialog::AboutDialog(StringView name, const Gfx::Bitmap* icon, Window* paren if (m_name != "SerenityOS") make_label("SerenityOS"); make_label(m_version_string); - make_label("Copyright \xC2\xA9 the SerenityOS developers, 2018-2021"); + make_label("Copyright \xC2\xA9 the SerenityOS developers, 2018-2022"); right_container.layout()->add_spacer();