]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/UefiHiiServicesLib.h
MdeModulePkg/S3SmmInitDone.h: Fix copyright coding style error.
[mirror_edk2.git] / MdeModulePkg / Include / Library / UefiHiiServicesLib.h
index bd4903882ffe1c0d344a8caa263513e73f990bf6..a2f1b204daee2dc51ca39175063632edcececd02 100644 (file)
@@ -2,16 +2,16 @@
   Provides global variables that are pointers to the UEFI HII related protocols.\r
   All of the UEFI HII related protocols are optional, so the consumers of this\r
   library class must verify that the global variable pointers are not NULL before\r
-  use.   \r
+  use.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation<BR>\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
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
+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
+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
 \r
 **/\r
 \r
 #include <Protocol/HiiConfigRouting.h>\r
 \r
 ///\r
-/// Pointer to the UEFI HII Font Protocol\r
+/// The pointer to the UEFI HII Font Protocol.\r
 ///\r
 extern EFI_HII_FONT_PROTOCOL  *gHiiFont;\r
 \r
 ///\r
-/// Pointer to the UEFI HII String Protocol\r
+/// The pointer to the UEFI HII String Protocol.\r
 ///\r
 extern EFI_HII_STRING_PROTOCOL  *gHiiString;\r
 \r
 ///\r
-/// Pointer to the UEFI HII Image Protocol\r
+/// The pointer to the UEFI HII Image Protocol.\r
 ///\r
 extern EFI_HII_IMAGE_PROTOCOL  *gHiiImage;\r
 \r
 ///\r
-/// Pointer to the UEFI HII Database Protocol\r
+/// The pointer to the UEFI HII Database Protocol.\r
 ///\r
 extern EFI_HII_DATABASE_PROTOCOL  *gHiiDatabase;\r
 \r
 ///\r
-/// Pointer to the UEFI HII Config Rounting Protocol\r
+/// The pointer to the UEFI HII Config Rounting Protocol.\r
 ///\r
 extern EFI_HII_CONFIG_ROUTING_PROTOCOL  *gHiiConfigRouting;\r
 \r