]> code.delx.au - refind/blobdiff - CREDITS.txt
Added primitive cache to most drivers to improve performance,
[refind] / CREDITS.txt
index b21792eb10af25c217f3e1712f7de6e740f3e9d8..d57d9ab0f215159e7f9cd8898c47d7f8435e7738 100644 (file)
@@ -24,7 +24,7 @@ Program (C source code) files:
   VirtualBox (https://www.virtualbox.org) and the Clover boot loader
   project (https://sourceforge.net/projects/cloverefiboot/). The
   filesystem-specific code comes from various sources, including Apple,
-  the Linux kernel, and Christoph Phisterer.
+  the Linux kernel, and Christoph Pfisterer.
 
 * Assorted support code is borrowed from the TianoCore EDK2
   (https://sourceforge.net/projects/tianocore/), which is the reference
@@ -37,11 +37,15 @@ Program (C source code) files:
   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.
+  line_edit() in screen.c) is taken from gummiboot
+  (http://freedesktop.org/wiki/Software/gummiboot).
 
 * Stefan Agner (stefan@agner.ch) turned the original ext2fs/ext3fs driver
   into one that can read ext4fs.
 
+* Samuel Liao ported the GRUB 2 Btrfs code into an EFI driver and
+  contributed it to this project.
+
 * Matthew J. Garrett (mjg@redhat.com) wrote the shim boot loader upon which
   rEFInd relies for its Secure Boot functionality. I took a few shim
   functions to help out on the rEFInd side, too; see the mok/mok.c source
@@ -55,7 +59,8 @@ Program (C source code) files:
 
 * The PNG support, in the files libeg/lodepng.c and libeg/lodepng.h, is a
   slightly modified version of LodePNG (http://lodev.org/lodepng/) by Lode
-  Vandevenne.
+  Vandevenne. (The libeg/lodepng_xtra.c file provides some necessary
+  ancillary and interface functions written by me.)
 
 Icons and graphics:
 -------------------
@@ -78,6 +83,9 @@ Icons and graphics:
 * The Linux Mint icon comes from the Linux Mint 11.1 user guide
   (http://ftp.heanet.ie/pub/linuxmint.com/docs/user-guide/)
 
+* The Kuubunut icon comes from "doctormo" on deviantart, at
+  http://doctormo.deviantart.com/art/Ubuntu-Icons-171616850.
+
 * The Arch Linux icon was created by ~IDRGSKYWALKER on Deviant Art
   (http://idrgskywalker.deviantart.com/art/Arch-Linux-Logo-186211022).
 
@@ -87,5 +95,10 @@ Icons and graphics:
 * The ALT Linux icon was donated by the ALT Linux developers (see
   http://www.altlinux.com).
 
+* The ChromeOS icon (os_chrome.icns) is a cropped version of the icon from
+  Wikipedia
+  (http://en.wikipedia.org/wiki/File:Google_Chrome_icon_and_wordmark_%282011%29.svg),
+  which in turn is Google's original work.
+
 * Erik Kemperman provided the rEFInd icon, which is a combination of
   the common refresh/reload icon and the search/find icon.