diff options
Diffstat (limited to 'MdePkg/Include/Ppi/FirmwareVolumeInfo.h')
-rw-r--r-- | MdePkg/Include/Ppi/FirmwareVolumeInfo.h | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/MdePkg/Include/Ppi/FirmwareVolumeInfo.h b/MdePkg/Include/Ppi/FirmwareVolumeInfo.h index b26685519ed37..e10b9c4afc80e 100644 --- a/MdePkg/Include/Ppi/FirmwareVolumeInfo.h +++ b/MdePkg/Include/Ppi/FirmwareVolumeInfo.h @@ -1,14 +1,8 @@ /** @file This file provides location and format of a firmware volume. - Copyright (c) 2006 - 2008, 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 - which 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 @par Revision Reference: This PPI is introduced in PI Version 1.0. @@ -26,9 +20,9 @@ typedef struct _EFI_PEI_FIRMWARE_VOLUME_INFO_PPI EFI_PEI_FIRMWARE_VOLUME_INFO_PPI; /// -/// This PPI describes the location and format of a firmware volume. -/// The FvFormat can be EFI_FIRMWARE_FILE_SYSTEM2_GUID or the GUID for -/// a user-defined format. The EFI_FIRMWARE_FILE_SYSTEM2_GUID is +/// This PPI describes the location and format of a firmware volume. +/// The FvFormat can be EFI_FIRMWARE_FILE_SYSTEM2_GUID or the GUID for +/// a user-defined format. The EFI_FIRMWARE_FILE_SYSTEM2_GUID is /// the PI Firmware Volume format. /// struct _EFI_PEI_FIRMWARE_VOLUME_INFO_PPI { |