]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Guid/FileInfo.h
MdePkg: Add PI 1.5 SmramMemoryReserve HOB file
[mirror_edk2.git] / MdePkg / Include / Guid / FileInfo.h
index ad56b6e7340184266abcc62ea17d30c9b579c6fc..1fceee7fcc5588fb8acb290b7e8edfda245a66ee 100644 (file)
@@ -3,14 +3,8 @@
   and EFI_FILE_PROTOCOL.GetInfo() to set or get generic file information.\r
   This GUID is defined in UEFI specification.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
-  are licensed and made available under the terms and conditions of the BSD License         \r
-  which accompanies this distribution.  The full text of the license may be found at        \r
-  http://opensource.org/licenses/bsd-license.php                                            \r
-\r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -24,7 +18,7 @@
 \r
 typedef struct {\r
   ///\r
-  /// Size of the EFI_FILE_INFO structure, including the Nullterminated Unicode FileName string.\r
+  /// The size of the EFI_FILE_INFO structure, including the Null-terminated FileName string.\r
   ///\r
   UINT64    Size;\r
   ///\r
@@ -52,7 +46,7 @@ typedef struct {
   ///\r
   UINT64    Attribute;\r
   ///\r
-  /// The Null-terminated Unicode name of the file.\r
+  /// The Null-terminated name of the file.\r
   ///\r
   CHAR16    FileName[1];\r
 } EFI_FILE_INFO;\r