diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-12 03:00:18 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-12 03:00:18 +0000 |
commit | 5f087507ee3648db5e157b65c2dcb05547b1b9f9 (patch) | |
tree | e149107534d2329aa0f2b97a13db7af1539c4e6f /MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf | |
parent | 6f3156155b313637ee548519c2f9b8d572ca2a24 (diff) | |
download | edk2-5f087507ee3648db5e157b65c2dcb05547b1b9f9.tar.gz edk2-5f087507ee3648db5e157b65c2dcb05547b1b9f9.tar.bz2 edk2-5f087507ee3648db5e157b65c2dcb05547b1b9f9.zip |
INF head modified
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7003 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf')
-rw-r--r-- | MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf b/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf index 35a3d6eb33..365fef52ea 100644 --- a/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf +++ b/MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf @@ -1,14 +1,16 @@ #/** @file
-# Instance of HII Library using DXE protocols and services.
#
-# HII Library implementation that uses DXE protocols and services.
+# Instance of HII Library using DXE protocols and services.
#
-# Copyright (c) 2006 - 2008, Intel Corporation
+# HII Library implementation that uses EFI Hii Database Protocol and EFI Hii String Protocol.
+#
+# 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.
#
|