]> code.delx.au - refind/blobdiff - CREDITS.txt
Merge branch 'master' of git://git.code.sf.net/p/refind/code
[refind] / CREDITS.txt
index b3e85afed7f7db0a7bbbf2f831687b4eb0d80adf..469d6630b9887a03af463e19dfc8202c11253998 100644 (file)
@@ -31,9 +31,27 @@ I've incorporated into the current version. Specifically:
   pages correctly, the original creator was David Vignoni (aka
   "deviantdark" on the deviantart site).
 
+* The keys icon for MOK keys management comes from the
+  kdeartwork-iconthemes-4.8.5 package on Gentoo.
+
 * The Linux Mint icon comes from the Linux Mint 11.1 user guide
   (http://ftp.heanet.ie/pub/linuxmint.com/docs/user-guide/)
 
 * The Arch Linux icon was created by ~IDRGSKYWALKER on Deviant Art
   (http://idrgskywalker.deviantart.com/art/Arch-Linux-Logo-186211022).
 
+* The gummiboot icon is taken from the gummiboot Web page
+  (http://freedesktop.org/wiki/Software/gummiboot) and scaled down
+  slightly.
+
+* Dave Vasilevsky (dave@vasilevsky.ca) contributed the disk-ejection
+  code.
+
+* John Bressler (jrb1327@gmail.com) contributed the code to boot BIOS-based
+  OSes on UEFI-based PCs.
+
+* The code for editing boot options (cursor_left(), cursor_right(), and
+  line_edit() in screen.c) is taken from gummiboot.
+
+* Stefan Agner (stefan@agner.ch) turned the original ext2fs/ext3fs driver
+  into one that can read ext4fs.