]> code.delx.au - refind/blob - debian/copyright
Merge commit '66d7ba273b64a6dd5987c32b5c3bc849b9fa9f16'
[refind] / debian / copyright
1 This package was debianized by Roderick W. Smith <rod.smith@canonical.com> Wed,
2 29 Jan 2014 10:25:54 -0500.
3
4 It was downloaded from http://sourceforge.net/p/refind/code/ci/master/tree/
5
6 Upstream Authors:
7 Roderick W. Smith <rodsmith@rodsbooks.com>
8 Christoph Pfisterer <cp@chrisp.de>
9 Dave Vasilevsky <dave@vasilevsky.ca>
10 John Bressler <jrb1327@gmail.com>
11 Stefan Agner <stefan@agner.ch>
12 James Bottomley <James.Bottomley@HansenPartnership.com>
13 Kay Sievers <kay.sievers@vrfy.org>
14 Harald Hoyer <harald@redhat.com>
15 Mark Adler
16 Markus Franz Xaver Johannes Oberhumer
17 Peter Anvin
18 Lode Vandevenne
19 Gary S. Brown
20 Intel Corporation
21 Regents of the University of California
22 UNIX System Laboratories, Inc.
23 Oracle Corporation
24 Tencent, Inc.
25 Apple, Inc.
26
27 Copyright:
28
29 This package builds two EFI application programs and several drivers.
30 Documentation and icons are also included.
31
32 * The main rEFInd binary (refind_x64.efi or refind_ia32.efi) uses source
33 code with various licenses, all of which are compatible with the GPL-3,
34 which is the overarching license.
35 * The gptsync binary uses source files that all use the BSD 2-clause
36 license.
37 * Drivers all rely on a BSD 2-clause base. Beyond that, things diverge:
38 * The HFS+ and ISO-9660 drivers use GPL-2 source files
39 * The Btrfs driver uses GPL-2+ and GPL-3+ source files
40 * The ext2fs, ext4fs, ReiserFS, and NTFS drivers all use GPL-2+
41 source files.
42 * The documentation is licensed under the FDL 1.3
43
44 File-by-file details are described below.
45
46 Files Used to Create Main rEFInd Binary
47 ---------------------------------------
48
49 Files: refind/*
50 libeg/image.c
51 libeg/screen.c
52 Copyright: 2006-2010 Christoph Pfisterer
53 2012-2015 Roderick W. Smith
54 License: BSD 3-clause & GPL-3+
55
56 Files: refind/icns.c
57 libeg/*
58 Copyright: 2006-2007 Christoph Pfisterer
59 License BSD 3-clause
60
61 Files: refind/gpt.[ch]
62 libeg/lodepng_xtra.c
63 Copyright: 2014-2015 Roderick W. Smith
64 License: GPL-3+
65
66 Files: refind/crc32.[ch]
67 Copyright: 1986 Gary S. Brown
68 License: "You may use this program, or code or tables extracted from it, as
69 desired without restriction."
70
71 Files: refind/driver_support.[ch]
72 Copyright: 2006-2011 Intel Corporation
73 License: BSD 2-clause
74
75 Files: refind/line_edit.[ch]
76 Copyright: 2012 Harald Hoyer <harald@redhat.com>
77 2012-2013 Kay Sievers <kay@vrfy.org>
78 License: LGPL-2.1+
79
80 Files: EfiLib/*
81 Copyright: 2004-2011 Intel Corp.
82 License: BSD 2-clause
83
84 Files: libeg/lodepng.c
85 Copyright: 2005-2013 Lode Vandevenne
86 License: zlib
87
88 Files: mok/*
89 Copyright: 2012 James Bottomley
90 License: LGPL-2.1
91
92 Files: mok/mok.[ch]
93 Copyright: 2012 Red Hat, Inc. <mjg@redhat.com>
94 2009-2012 Intel Corporation
95 License: BSD 2-clause
96
97 Files: include/*
98 Copyright: 2006-2010 Intel Corporation
99 License: BSD 2-clause
100
101 Files: include/syslinux_mbr.h
102 Copyright: 2003-2004 H. Peter Anvin
103 License: Expat
104
105 Files: include/RemovableMedia.h
106 Copyright: 2005 Apple Computer, Inc.
107 License: See comments in file
108
109 Files Used to Create gptsync Binary
110 -----------------------------------
111
112 Files: gptsync/*
113 Copyright: 2006 Christoph Pfisterer
114 License: BSD 2-clause
115
116 Files: gptsync/gptsync.c
117 Copyright: 2006 Christoph Pfisterer
118 2013 Roderick W. Smith
119 License: BSD 2-clause
120
121 Base Filesystem Driver Files
122 ----------------------------
123
124 Files: filesystems/fsw_core.[ch]
125 filesystems/fsw_efi.[ch]
126 filesystems/fsw_efi_lib.c
127 filesystems/fsw_efi_base.h
128 filesystems/fsw_lib.c
129 Copyright: 2006 Christoph Pfisterer
130 License: BSD 3-clause
131
132 Files: filesystems/fsw_efi_edk2_base.h
133 Copyright: 2012 Stefan Agner
134 License BSD 3-clause
135
136 Files Used by ext2fs, ext4fs, ReiserFS, NTFS Filesystem Drivers
137 (Used in addition to Base Filesystem Driver Files)
138 ---------------------------------------------------------------
139
140 Files: filesystems/fsw_ext2.[ch]
141 filesystems/fsw_ext2_disk.h
142 filesystems/fsw_reiserfs.[ch]
143 filesystems/fsw_reiserfs_disk.h
144 Copyright: 2006 Christoph Pfisterer
145 License: GPL-2+
146
147 Files: filesystems/fsw_ext4.c
148 Copyright: 2012 Stefan Agner
149 License: GPL-2+
150
151 Files: filesystems/fsw_ext4.h
152 Copyright: 2006 Christoph Pfisterer
153 2012 Stefan Agner
154 License: GPL-2+
155
156 Files: filesystems/fsw_ext4_disk.h
157 Copyright: 2006 Christoph Pfisterer
158 2012 Stefan Agner
159 1991-2012 by various Linux kernel contributors
160 License: GPL-2+
161
162 Files: filesystems/fsw_ntfs.c
163 Copyright: Samuel Liao
164 License: GPL-2+
165
166 Files Used by Btrfs Filesystem Driver
167 (Used in addition to Base Filesystem Driver Files)
168 --------------------------------------------------
169
170 Files: filesystems/crc32c.c
171 filesystems/gzio.c
172 Copyright: 2008 Free Software Foundation, Inc.
173 License: GPL-3+
174
175 Files: filesystems/fsw_btrfs.c
176 Copyright: 2010 Free Software Foundation, Inc.
177 2013 Tencent, Inc. (Samuel Liao)
178 License: GPL-3+
179
180 Files: filesystems/minilzo.[ch]
181 Copyright: 1996-2011 Markus Franz Xaver Johannes Oberhumer
182 License: GPL-2+
183
184 Files: filesystems/scandisk.c
185 Copyright: 2013 Tencent, Inc. (Samuel Liao)
186 License: GPL-3+
187
188 Files Used by HFS+ & ISO-9660 Filesystem Drivers
189 (Used in addition to Base Filesystem Driver Files)
190 --------------------------------------------------
191
192 Files: filesystems/fsw_hfs.[ch]
193 Copyright: 2010 Oracle Corporation
194 License: GPL-2
195
196 Files: filesystems/fsw_iso9660.[ch]
197 Copyright: 2006 Christoph Pfisterer
198 2010 Oracle Corporation
199 License: BSD 3-clause & GPL-2
200
201 Files Used to Build iPXE (not built by default)
202 -----------------------------------------------
203
204 Files: net/*
205 Copyright: 2009 Michael Brown
206 License: GPL-2+
207
208 Documentation
209 -------------
210
211 Files: docs/*
212 Copyright: 2012-2015 Roderick W. Smith
213 License: FDL 1.3
214
215
216 License: GPL-3
217
218 This package is free software: you can redistribute it and/or modify
219 it under the terms of the GNU General Public License as published by
220 the Free Software Foundation, either version 3 of the License, or
221 (at your option) any later version.
222
223 This program is distributed in the hope that it will be useful,
224 but WITHOUT ANY WARRANTY; without even the implied warranty of
225 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
226 GNU General Public License for more details.
227
228 You should have received a copy of the GNU General Public License
229 along with this program. If not, see <http://www.gnu.org/licenses/>.
230
231 On Debian systems, the complete text of the GNU General
232 Public License can be found in `/usr/share/common-licenses/GPL'.