]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/UefiHiiServicesLib.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Include / Library / UefiHiiServicesLib.h
index bd4903882ffe1c0d344a8caa263513e73f990bf6..36bbd45bff5a25353c3972a94a301c154b3f0301 100644 (file)
@@ -2,16 +2,10 @@
   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
-\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
 #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