Bootloader: update copyright date

fixes #18992

Change-Id: Ifa673e40703b6f07d1a6008469f6a78e94b487fb
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9880
Reviewed-by: waddlesplash <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
Pascal Abresch
2025-11-15 18:37:30 +00:00
committed by nephele nephele
parent f2e67ee244
commit afe2270c98
@@ -230,7 +230,7 @@ draw_menu(Menu *menu)
print_right(console_height() - 1, get_haiku_revision());
console_set_color(kCopyrightColor, kBackgroundColor);
print_centered(4, "Copyright 2004-2022 Haiku, Inc.");
print_centered(4, "Copyright 2004-2025 Haiku, Inc.");
if (menu->Title()) {
console_set_cursor(kOffsetX, kFirstLine - 2);