]> code.delx.au - refind/blobdiff - refind/screen.c
Version 0.4.7 release
[refind] / refind / screen.c
index e1154fff43bdd680c3040e38ed77141d059ed004..97a494666a54f74b3405aa4f0410caca190c6ee9 100644 (file)
@@ -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 <kay.sievers@vrfy.org> and Harald Hoyer
+// <harald@redhat.com> and is licensed under the LGPL 2.1.
 
 static void cursor_left(UINTN *cursor, UINTN *first)
 {