bootloader: Update copyright years.
We've definitely changed the bootloader a good amount since 2014.
This commit is contained in:
@@ -209,7 +209,7 @@ draw_menu(Menu *menu)
|
|||||||
print_centered(2, "Haiku Boot Loader");
|
print_centered(2, "Haiku Boot Loader");
|
||||||
|
|
||||||
console_set_color(kCopyrightColor, kBackgroundColor);
|
console_set_color(kCopyrightColor, kBackgroundColor);
|
||||||
print_centered(4, "Copyright 2004-2014 Haiku, Inc.");
|
print_centered(4, "Copyright 2004-2018 Haiku, Inc.");
|
||||||
|
|
||||||
if (menu->Title()) {
|
if (menu->Title()) {
|
||||||
console_set_cursor(kOffsetX, kFirstLine - 2);
|
console_set_cursor(kOffsetX, kFirstLine - 2);
|
||||||
|
|||||||
Reference in New Issue
Block a user