From 6bde5a1f8592490fafe10c5867521fa893ae08d0 Mon Sep 17 00:00:00 2001 From: Cubic Love <7754483+cubiclove@users.noreply.github.com> Date: Sat, 6 Jan 2024 16:35:19 +0000 Subject: [PATCH] LibGUI: Make AboutDialog Copyright 2018-2024 Happy New Year everyone! --- Userland/Libraries/LibGUI/AboutDialog.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Libraries/LibGUI/AboutDialog.gml b/Userland/Libraries/LibGUI/AboutDialog.gml index bf389f2331..6d13e37306 100644 --- a/Userland/Libraries/LibGUI/AboutDialog.gml +++ b/Userland/Libraries/LibGUI/AboutDialog.gml @@ -61,7 +61,7 @@ name: "copyright" text_alignment: "CenterLeft" fixed_height: 14 - text: "Copyright © the SerenityOS developers, 2018-2023" + text: "Copyright © the SerenityOS developers, 2018-2024" } @GUI::Layout::Spacer {}