README.efilib 1.5 KB

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