]> code.delx.au - refind/blobdiff - CREDITS.txt
0.6.10 release; adds screen saver code.
[refind] / CREDITS.txt
index be34553bd09f9090be2aa0034f7f44f3bb249d8b..72cadfb5cd69f53b12f0009ca12a3fed04cd1b86 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,7 +37,8 @@ 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.
@@ -53,6 +54,11 @@ Program (C source code) files:
   functionality in rEFInd. Most of the files in the mok subdirectory are
   based on Bottomley's PreBootloader code.
 
+* 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. (The libeg/lodepng_xtra.c file provides some necessary
+  ancillary and interface functions written by me.)
+
 Icons and graphics:
 -------------------
 
@@ -80,3 +86,13 @@ Icons and graphics:
 * The Fatdog Linux icon was created by the Fatdog developers (see
   http://distro.ibiblio.org/fatdog/web/ for the Fatdog project).
 
+* 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.