copyright 2.6 KB

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