X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FGuid%2FFileSystemVolumeLabelInfo.h;h=777635939a6a55f1a00f3eec99d4c8cc8da62e02;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hp=7bd090eeaff99a4375dbbb9b870a1090f71f0ce7;hpb=9df063a06aef048c042498e2f542fb693e93493a;p=mirror_edk2.git diff --git a/MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h b/MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h index 7bd090eeaf..777635939a 100644 --- a/MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h +++ b/MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h @@ -3,14 +3,8 @@ or EFI_FILE_PROTOCOL.SetInfo() to get or set the system's volume label. This GUID is defined in UEFI specification. - Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.
- 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.
+ SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -26,12 +20,12 @@ typedef struct { /// /// The Null-terminated string that is the volume's label. /// - CHAR16 VolumeLabel[1]; + CHAR16 VolumeLabel[1]; } EFI_FILE_SYSTEM_VOLUME_LABEL; #define SIZE_OF_EFI_FILE_SYSTEM_VOLUME_LABEL \ OFFSET_OF (EFI_FILE_SYSTEM_VOLUME_LABEL, VolumeLabel) -extern EFI_GUID gEfiFileSystemVolumeLabelInfoIdGuid; +extern EFI_GUID gEfiFileSystemVolumeLabelInfoIdGuid; #endif