]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClass.h
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Console / VgaClassDxe / VgaClass.h
index 7a7f17d9906279de8142e0d9f9248d1eb4c0931b..5dd50e7816a60e9837712e7d01438abb43f38e67 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Internal include file of the VGA Class Driver.\r
 \r
-Copyright (c) 2006 - 2009, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+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
@@ -16,7 +16,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #ifndef _VGA_CLASS_H__\r
 #define _VGA_CLASS_H__\r
 \r
-#include <PiDxe.h>\r
 #include <FrameworkDxe.h>\r
 \r
 #include <Protocol/SimpleTextOut.h>\r
@@ -31,7 +30,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/ReportStatusCodeLib.h>\r
 \r
-#include <IndustryStandard/Pci22.h>\r
+#include <IndustryStandard/Pci.h>\r
 \r
 //\r
 // Global Variables\r
@@ -307,7 +306,7 @@ VgaClassReset (
 \r
   @retval EFI_SUCCESS            The string was output to the device.\r
   @retval EFI_DEVICE_ERROR       The device reported an error while attempting to output the text.\r
-  @retval EFI_UNSUPPORTED        The output device\92s mode is not currently in a defined text mode.\r
+  @retval EFI_UNSUPPORTED        The output device's mode is not currently in a defined text mode.\r
   @retval EFI_WARN_UNKNOWN_GLYPH This warning code indicates that some of the characters in\r
                                  the Unicode string could not be rendered and were skipped.\r
 **/\r
@@ -366,7 +365,7 @@ VgaClassClearScreen (
   It sets the background and foreground colors for the OutputString() and ClearScreen() functions.\r
   The color mask can be set even when the device is in an invalid text mode.\r
   Devices supporting a different number of text colors are required to emulate the above colors\r
-  to the best of the device\92s capabilities.\r
+  to the best of the device's capabilities.\r
 \r
   @param  This                   Pointer to EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL instance.\r
   @param  Attribute              The attribute to set.\r