]> code.delx.au - refind/blob - CREDITS.txt
Version supports Secure Boot/MOK verification of binaries.
[refind] / CREDITS.txt
1 Although I (Roderick W. Smith) am releasing rEFInd in its current form, the
2 program is not the work of a single person. Others have contributed to the
3 program, both in its original version (rEFIt) and by providing features
4 I've incorporated into the current version. Specifically:
5
6 * Christoph Pfisterer was the original author of rEFIt. See its Web page,
7 http://refit.sourceforge.net, for this version of the program. Christoph
8 has therefore contributed more to rEFInd than anybody else, myself
9 included; my changes are comparatively small additions to the original
10 rEFIt base.
11
12 * The Debian project has made a version of rEFIt available that
13 incorporates a number of patches, all attributed to Julien BLACHE
14 (jblache@debian.org), to enable it to build properly on a Linux system.
15 It was this version of rEFIt that I used as a starting point for creating
16 rEFInd. See http://packages.debian.org/sid/refit for this version of the
17 program.
18
19 * The filesystem drivers released with version 0.4.0 rely on a filesystem
20 wrapper created by Christoph Phisterer. They then passed through Oracle's
21 VirtualBox (https://www.virtualbox.org) and the Clover boot loader
22 project (https://sourceforge.net/projects/cloverefiboot/). The
23 filesystem-specific code comes from various sources, including Apple,
24 the Linux kernel, and Christoph Phisterer.
25
26 * I replaced many of the original rEFIt icons with icons taken from the
27 Oxygen Icons project, either from the Oxygen Refit package on its page
28 (http://deviantdark.deviantart.com/art/Oxygen-Refit-70199755) or from the
29 oxygen-icons version 4.7.4 package on my Gentoo Linux development system.
30 These icons are released under the LGPLv3 or GPLv3. If I'm reading the
31 pages correctly, the original creator was David Vignoni (aka
32 "deviantdark" on the deviantart site).
33
34 * The keys icon for MOK keys management comes from the
35 kdeartwork-iconthemes-4.8.5 package on Gentoo.
36
37 * The Linux Mint icon comes from the Linux Mint 11.1 user guide
38 (http://ftp.heanet.ie/pub/linuxmint.com/docs/user-guide/)
39
40 * The Arch Linux icon was created by ~IDRGSKYWALKER on Deviant Art
41 (http://idrgskywalker.deviantart.com/art/Arch-Linux-Logo-186211022).
42
43 * The gummiboot icon is taken from the gummiboot Web page
44 (http://freedesktop.org/wiki/Software/gummiboot) and scaled down
45 slightly.
46
47 * Dave Vasilevsky (dave@vasilevsky.ca) contributed the disk-ejection
48 code.
49
50 * John Bressler (jrb1327@gmail.com) contributed the code to boot BIOS-based
51 OSes on UEFI-based PCs.
52
53 * The code for editing boot options (cursor_left(), cursor_right(), and
54 line_edit() in screen.c) is taken from gummiboot.