• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1This package was debianized by Nigel Croxon <nigel.croxon@hp.com> using sources
2obtained from
3
4	http://sourceforge.net/projects/gnu-efi
5
6Copyright:
7
8 Copyright (c) 1999-2007 Hewlett-Packard Development Company, L.P.
9       Contributed by David Mosberger <davidm@hpl.hp.com>
10       Contributed by Stephane Eranian <eranian@hpl.hp.com>
11
12  GNU-EFI is free software; you can redistribute it and/or modify
13  it under the terms of the GNU General Public License as published by
14  the Free Software Foundation; either version 2, or (at your option)
15  any later version.
16
17  GNU-EFI is distributed in the hope that it will be useful,
18  but WITHOUT ANY WARRANTY; without even the implied warranty of
19  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  GNU General Public License for more details.
21
22  You should have received a copy of the GNU General Public License
23  along with GNU-EFI; see the file COPYING.  If not, write to the
24  Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
25  MA 02110-1301, USA.
26
27On a Debian system, the GPL can be found in /usr/share/common-licenses/GPL.
28
29
30The files in the "lib" and "inc" subdirectories are using the EFI Application
31Toolkit distributed by Intel at http://developer.intel.com/technology/efi
32
33This code is covered by the following agreement:
34
35Copyright (c) 1999-2007 Intel Corporation
36
37Redistribution and use in source and binary forms, with or without
38modification, are permitted provided that the following conditions are met:
39
40Redistributions of source code must retain the above copyright notice, this
41list of conditions and the following disclaimer.
42
43Redistributions in binary form must reproduce the above copyright notice,
44this list of conditions and the following disclaimer in the documentation
45and/or other materials provided with the distribution.
46
47THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
48INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
49FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL BE
50LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
51CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
52SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
53INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
54CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
55ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
56POSSIBILITY OF SUCH DAMAGE. THE EFI SPECIFICATION AND ALL OTHER INFORMATION
57ON THIS WEB SITE ARE PROVIDED "AS IS" WITH NO WARRANTIES, AND ARE SUBJECT
58TO CHANGE WITHOUT NOTICE.
59