Browse Source

LibGUI: Update the AboutDialog copyright year :^)

sin-ack 3 years ago
parent
commit
2cfd7cbeda
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Userland/Libraries/LibGUI/AboutDialog.cpp

+ 1 - 1
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();