diff options
author | Michael Brown <mcb30@ipxe.org> | 2023-01-28 15:32:26 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2023-01-28 17:22:25 +0000 |
commit | e3d543437e81773130db85f3304309f89b8fbd02 (patch) | |
tree | 16f21fe08b28472267dc6b4143780c08f5ece316 /src/include/ipxe/efi/Uefi.h | |
parent | 137ca5d877b97241c167710bcbd037328a0b0557 (diff) | |
download | ipxe-e3d543437e81773130db85f3304309f89b8fbd02.tar.gz |
[efi] Update to current EDK2 headers
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/efi/Uefi.h')
-rw-r--r-- | src/include/ipxe/efi/Uefi.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/include/ipxe/efi/Uefi.h b/src/include/ipxe/efi/Uefi.h index a5a25a9c4..2a9973df9 100644 --- a/src/include/ipxe/efi/Uefi.h +++ b/src/include/ipxe/efi/Uefi.h @@ -6,24 +6,17 @@ types defined via this include file and can be ported easily to any environment. -Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR> -This program and the accompanying materials are licensed and made available under -the terms and conditions of the BSD License that accompanies this distribution. -The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php. - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR> +SPDX-License-Identifier: BSD-2-Clause-Patent **/ #ifndef __PI_UEFI_H__ #define __PI_UEFI_H__ -FILE_LICENCE ( BSD3 ); +FILE_LICENCE ( BSD2_PATENT ); #include <ipxe/efi/Uefi/UefiBaseType.h> #include <ipxe/efi/Uefi/UefiSpec.h> #endif - |