diff options
Diffstat (limited to 'MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf')
-rw-r--r-- | MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf index 0a51c142c4..f918ad9684 100644 --- a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf +++ b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.inf @@ -1,8 +1,7 @@ #/** @file
-# Debug Library for UEFI drivers
#
-# Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
-# Copyright (c) 2007, Intel Corporation.
+# Debug Lib that sends messages to the Console Output Device in the EFI System Table.
+# 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
|