1
2The files in the "lib" and "inc" subdirectories are using the EFI Application
3Toolkit distributed by Intel at http://developer.intel.com/technology/efi
4
5This code is covered by the following agreement:
6
7Copyright (c) 1998-2000 Intel Corporation
8
9Redistribution and use in source and binary forms, with or without modification, are permitted
10provided that the following conditions are met:
11
12Redistributions of source code must retain the above copyright notice, this list of conditions and
13the following disclaimer.
14
15Redistributions in binary form must reproduce the above copyright notice, this list of conditions
16and the following disclaimer in the documentation and/or other materials provided with the
17distribution.
18
19THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
20INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
21FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL BE
22LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28POSSIBILITY OF SUCH DAMAGE. THE EFI SPECIFICATION AND ALL OTHER INFORMATION
29ON THIS WEB SITE ARE PROVIDED "AS IS" WITH NO WARRANTIES, AND ARE SUBJECT
30TO CHANGE WITHOUT NOTICE.
31