X-Git-Url: https://code.delx.au/refind/blobdiff_plain/2a9f0905f01f51c3f831af471ddfb2cab416e386..462e719eec6a0f7b8283e8e11ab25455112ffbac:/refind/screen.c diff --git a/refind/screen.c b/refind/screen.c index e1154ff..97a4946 100644 --- a/refind/screen.c +++ b/refind/screen.c @@ -496,7 +496,9 @@ VOID BltImageCompositeBadge(IN EG_IMAGE *BaseImage, IN EG_IMAGE *TopImage, IN EG GraphicsScreenDirty = TRUE; } -// Line-editing functions borrowed from gummiboot (cursor_left(), cursor_right(), & line_edit()) +// Line-editing functions borrowed from gummiboot (cursor_left(), cursor_right(), & line_edit()). +// gummiboot is copyright (c) 2012 by Kay Sievers and Harald Hoyer +// and is licensed under the LGPL 2.1. static void cursor_left(UINTN *cursor, UINTN *first) {