]> code.delx.au - refind/blob - filesystems/LICENSE.txt
Added filesystem drivers.
[refind] / filesystems / LICENSE.txt
1 The below was written by Christoph Phisterer with respect to his original
2 code. Since then, Oracle and the Clover team have modified the original
3 files, and added the HFS+ driver, which bears Oracle and Apple copyrights
4 and is released under terms of the GNU GPL.
5
6 File System Wrapper License
7 =============================
8
9 The various parts of the File System Wrapper source code come from
10 different sources and may carry different licenses. Here's a quick
11 account of the situation:
12
13 * The core code was written from scratch and is covered by a
14 BSD-style license.
15
16 * The EFI host driver was written from scratch, possibly using code
17 from the TianoCore project and Intel's EFI Application Toolkit. It
18 is covered by a BSD-style license.
19
20 * The ext2 and reiserfs file system drivers use definitions from the
21 Linux kernel source. The actual code was written from scratch,
22 using multiple sources for reference. These drivers are covered by
23 the GNU GPL.
24
25 For more details, see each file's boilerplate comment. The full text
26 of the GNU GPL is in the file LICENSE_GPL.txt.