diff options
Diffstat (limited to 'MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf')
-rw-r--r-- | MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf index 0b64ad612b..05f0f088c3 100644 --- a/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf +++ b/MdePkg/Library/UefiBootServicesTableLib/UefiBootServicesTableLib.inf @@ -1,10 +1,7 @@ #/** @file
-# UEFI Boot Services Table Library
+# UEFI Boot Services Table Library implementation.
#
-# This library retrieve the EFI_BOOT_SERVICES pointer from EFI system table in
-# library's constructor.
-#
-# Copyright (c) 2007, Intel Corporation.
+# Copyright (c) 2007 - 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
|