Update boot loader copyright year. Resolves #7515.

+alpha3



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41574 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2011-05-18 23:10:23 +00:00
parent 882e2ef79b
commit 13fd92e6a0

View File

@ -206,7 +206,7 @@ draw_menu(Menu *menu)
print_centered(2, "Haiku Boot Loader");
console_set_color(kCopyrightColor, kBackgroundColor);
print_centered(4, "Copyright 2004-2010 Haiku Inc.");
print_centered(4, "Copyright 2004-2011 Haiku Inc.");
if (menu->Title()) {
console_set_cursor(kOffsetX, kFirstLine - 2);