From bad793c600dc7283e96d1a6591abd98a83b00a98 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Mon, 22 Jan 2024 07:58:02 +0900 Subject: [PATCH] about: happy 2024 --- apps/about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/about.c b/apps/about.c index b1b53cbe..0258b012 100644 --- a/apps/about.c +++ b/apps/about.c @@ -99,7 +99,7 @@ static void init_default(void) { sprintf(version_str, "ToaruOS %s", u.release); } - copyright_str[0] = "© 2011-2023 K. Lange, et al."; + copyright_str[0] = "© 2011-2024 K. Lange, et al."; copyright_str[1] = "-"; copyright_str[2] = "ToaruOS is free software released under the"; copyright_str[3] = "NCSA/University of Illinois license.";