]> code.delx.au - refind/blob - debian/copyright
174a11851020fbdd8cbd0169482dad60730df1a0
[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 Dan Rabbit
21 Alessandro Roncone
22 Debian Project
23 Intel Corporation
24 Regents of the University of California
25 UNIX System Laboratories, Inc.
26 Oracle Corporation
27 Tencent, Inc.
28 Apple, Inc.
29
30 Copyright:
31
32 This package builds two EFI application programs and several drivers.
33 Documentation and icons are also included.
34
35 * The main rEFInd binary (refind_x64.efi or refind_ia32.efi) uses source
36 code with various licenses, all of which are compatible with the GPL-3,
37 which is the overarching license.
38 * The gptsync binary uses source files that all use the BSD 2-clause
39 license.
40 * Drivers all rely on a BSD 2-clause base. Beyond that, things diverge:
41 * The HFS+ and ISO-9660 drivers use GPL-2 source files
42 * The Btrfs driver uses GPL-2+ and GPL-3+ source files
43 * The ext2fs, ext4fs, ReiserFS, and NTFS drivers all use GPL-2+
44 source files.
45 * The documentation is licensed under the FDL 1.3
46 * Icons use the CC-SA 3.0, LGPLv3+, or GPLv2 licenses.
47
48 File-by-file details are described below.
49
50 Files Used to Create Main rEFInd Binary
51 ---------------------------------------
52
53 Files: refind/*
54 libeg/image.c
55 libeg/screen.c
56 Copyright: 2006-2010 Christoph Pfisterer
57 2012-2015 Roderick W. Smith
58 License: BSD 3-clause & GPL-3+
59
60 Files: refind/icns.c
61 libeg/*
62 Copyright: 2006-2007 Christoph Pfisterer
63 License BSD 3-clause
64
65 Files: refind/gpt.[ch]
66 libeg/lodepng_xtra.c
67 Copyright: 2014-2015 Roderick W. Smith
68 License: GPL-3+
69
70 Files: refind/crc32.[ch]
71 Copyright: 1986 Gary S. Brown
72 License: "You may use this program, or code or tables extracted from it, as
73 desired without restriction."
74
75 Files: refind/driver_support.[ch]
76 Copyright: 2006-2011 Intel Corporation
77 License: BSD 2-clause
78
79 Files: refind/line_edit.[ch]
80 Copyright: 2012 Harald Hoyer <harald@redhat.com>
81 2012-2013 Kay Sievers <kay@vrfy.org>
82 License: LGPL-2.1+
83
84 Files: EfiLib/*
85 Copyright: 2004-2011 Intel Corp.
86 License: BSD 2-clause
87
88 Files: libeg/lodepng.c
89 Copyright: 2005-2013 Lode Vandevenne
90 License: zlib
91
92 Files: mok/*
93 Copyright: 2012 James Bottomley
94 License: LGPL-2.1
95
96 Files: mok/mok.[ch]
97 Copyright: 2012 Red Hat, Inc. <mjg@redhat.com>
98 2009-2012 Intel Corporation
99 License: BSD 2-clause
100
101 Files: include/*
102 Copyright: 2006-2010 Intel Corporation
103 License: BSD 2-clause
104
105 Files: include/syslinux_mbr.h
106 Copyright: 2003-2004 H. Peter Anvin
107 License: Expat
108
109 Files: include/RemovableMedia.h
110 Copyright: 2005 Apple Computer, Inc.
111 License: See comments in file
112
113 Files Used to Create gptsync Binary
114 -----------------------------------
115
116 Files: gptsync/*
117 Copyright: 2006 Christoph Pfisterer
118 License: BSD 2-clause
119
120 Files: gptsync/gptsync.c
121 Copyright: 2006 Christoph Pfisterer
122 2013 Roderick W. Smith
123 License: BSD 2-clause
124
125 Base Filesystem Driver Files
126 ----------------------------
127
128 Files: filesystems/fsw_core.[ch]
129 filesystems/fsw_efi.[ch]
130 filesystems/fsw_efi_lib.c
131 filesystems/fsw_efi_base.h
132 filesystems/fsw_lib.c
133 Copyright: 2006 Christoph Pfisterer
134 License: BSD 3-clause
135
136 Files: filesystems/fsw_efi_edk2_base.h
137 Copyright: 2012 Stefan Agner
138 License BSD 3-clause
139
140 Files Used by ext2fs, ext4fs, ReiserFS, NTFS Filesystem Drivers
141 (Used in addition to Base Filesystem Driver Files)
142 ---------------------------------------------------------------
143
144 Files: filesystems/fsw_ext2.[ch]
145 filesystems/fsw_ext2_disk.h
146 filesystems/fsw_reiserfs.[ch]
147 filesystems/fsw_reiserfs_disk.h
148 Copyright: 2006 Christoph Pfisterer
149 License: GPL-2+
150
151 Files: filesystems/fsw_ext4.c
152 Copyright: 2012 Stefan Agner
153 License: GPL-2+
154
155 Files: filesystems/fsw_ext4.h
156 Copyright: 2006 Christoph Pfisterer
157 2012 Stefan Agner
158 License: GPL-2+
159
160 Files: filesystems/fsw_ext4_disk.h
161 Copyright: 2006 Christoph Pfisterer
162 2012 Stefan Agner
163 1991-2012 by various Linux kernel contributors
164 License: GPL-2+
165
166 Files: filesystems/fsw_ntfs.c
167 Copyright: Samuel Liao
168 License: GPL-2+
169
170 Files Used by Btrfs Filesystem Driver
171 (Used in addition to Base Filesystem Driver Files)
172 --------------------------------------------------
173
174 Files: filesystems/crc32c.c
175 filesystems/gzio.c
176 Copyright: 2008 Free Software Foundation, Inc.
177 License: GPL-3+
178
179 Files: filesystems/fsw_btrfs.c
180 Copyright: 2010 Free Software Foundation, Inc.
181 2013 Tencent, Inc. (Samuel Liao)
182 License: GPL-3+
183
184 Files: filesystems/minilzo.[ch]
185 Copyright: 1996-2011 Markus Franz Xaver Johannes Oberhumer
186 License: GPL-2+
187
188 Files: filesystems/scandisk.c
189 Copyright: 2013 Tencent, Inc. (Samuel Liao)
190 License: GPL-3+
191
192 Files Used by HFS+ & ISO-9660 Filesystem Drivers
193 (Used in addition to Base Filesystem Driver Files)
194 --------------------------------------------------
195
196 Files: filesystems/fsw_hfs.[ch]
197 Copyright: 2010 Oracle Corporation
198 License: GPL-2
199
200 Files: filesystems/fsw_iso9660.[ch]
201 Copyright: 2006 Christoph Pfisterer
202 2010 Oracle Corporation
203 License: BSD 3-clause & GPL-2
204
205 Files Used to Build iPXE (not built by default)
206 -----------------------------------------------
207
208 Files: net/*
209 Copyright: 2009 Michael Brown
210 License: GPL-2+
211
212 Icons
213 -----
214
215 Files: icons/arrow_left.png
216 icons/arrow_right.png
217 icons/boot_linux.png
218 icons/func_about.png
219 icons/func_exit.png
220 icons/func_firmware.png
221 icons/func_reset.png
222 icons/func_shutdown.png
223 icons/os_arch.png
224 icons/os_centos.png
225 icons/os_chakra.png
226 icons/os_chrome.png
227 icons/os_clover.png
228 icons/os_crunchbang.png
229 icons/os_fedora.png
230 icons/os_frugalware.png
231 icons/os_gentoo.png
232 icons/os_hwtest.png
233 icons/os_kubuntu.png
234 icons/os_linux.png
235 icons/os_linuxmint.png
236 icons/os_lubuntu.png
237 icons/os_mageia.png
238 icons/os_mandriva.png
239 icons/os_network.png
240 icons/os_opensuse.png
241 icons/os_slackware.png
242 icons/os_suse.png
243 icons/os_ubuntu.png
244 icons/os_unknown.png
245 icons/os_win8.png
246 icons/os_xubuntu.png
247 icons/tool_mok_tool.png
248 icons/tool_netboot.png
249 icons/tool_shell.png
250 icons/vol_external.png
251 icons/vol_internal.png
252 icons/vol_net.png
253 icons/vol_optical.png
254 Copyright: 2013 by Alessandro Roncone (aka alecive on DeviantArt)
255 License: Creative Commons Attribution-Share Alike 3.0 (CC-SA 3.0)
256
257 Mappings of files to original Aw0ken package filenames is in the
258 icons/README file.
259
260 Files: icons/boot_win.png
261 icons/os_clover.png
262 icons/os_freebsd.png
263 icons/os_gummiboot.png
264 icons/os_haiku.png
265 icons/os_legacy.png
266 icons/os_mac.png
267 icons/os_netbsd.png
268 icons/os_redhat.png
269 icons/os_refind.png
270 icons/os_refit.png
271 icons/os_win.png
272 icons/tool_memtest.png
273 icons/transparent.png
274 Copyright: 2015 by Roderick W. Smith
275 License: LGPLv3+ or Creative Commons Attribution-Share Alike 3.0
276 (CC-SA 3.0)
277
278 File: icons/os_debian.png
279 Copyright: 1999 by Debian Project
280 License: LGPLv3+ or Creative Commons Attribution-Share Alike 3.0
281 (CC-SA 3.0)
282
283 File: icons/os_elementary.png
284 Copyright: 2008 Dan Rabbit
285 License: GPLv2
286
287 SVG forms of some icons appear in the icons/svg subdirectory. When present,
288 they have the same copyrights and licenses as the PNG versions noted above.
289
290 Documentation
291 -------------
292
293 Files: docs/*
294 Copyright: 2012-2015 Roderick W. Smith
295 License: FDL 1.3
296
297 License: GPL-3
298
299 This package is free software: you can redistribute it and/or modify
300 it under the terms of the GNU General Public License as published by
301 the Free Software Foundation, either version 3 of the License, or
302 (at your option) any later version.
303
304 This program is distributed in the hope that it will be useful,
305 but WITHOUT ANY WARRANTY; without even the implied warranty of
306 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
307 GNU General Public License for more details.
308
309 You should have received a copy of the GNU General Public License
310 along with this program. If not, see <http://www.gnu.org/licenses/>.
311
312 On Debian systems, the complete text of the GNU General
313 Public License can be found in `/usr/share/common-licenses/GPL'.