LibGUI: Update the AboutDialog copyright year :^)

This commit is contained in:
sin-ack 2022-01-06 19:20:31 +00:00 committed by Andreas Kling
parent eb97617ff0
commit 2cfd7cbeda
Notes: sideshowbarker 2024-07-17 21:32:12 +09:00

View file

@ -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();