]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Include/Protocol/OEMBadging.h
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Include / Protocol / OEMBadging.h
index 147916e1f9dcfeb3faa6c2b3b53f1d931416e4d0..c56b7e725bcf12725f110fabb23c4b9142a3b6bb 100644 (file)
@@ -2,13 +2,13 @@
   The OEM Badging Protocol defines the interface to get the OEM badging \r
   image with the display attribute. This protocol can be produced based on OEM badging images.\r
 \r
   The OEM Badging Protocol defines the interface to get the OEM badging \r
   image with the display attribute. This protocol can be produced based on OEM badging images.\r
 \r
-Copyright (c) 2006 - 2008, 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
+Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+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
 \r
 **/\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
@@ -50,16 +50,17 @@ typedef enum {
 \r
   Load an OEM badge image and return its data and attributes.\r
 \r
 \r
   Load an OEM badge image and return its data and attributes.\r
 \r
-  @param This              Pointer to this protocol instance.\r
+  @param This              The pointer to this protocol instance.\r
   @param Instance          The visible image instance is found.\r
   @param Instance          The visible image instance is found.\r
-  @param Format            Format of the image. Examples: BMP, JPEG.\r
-  @param ImageData         Image data for the badge file. Currently only supports the .bmp file format. \r
-  @param ImageSize         Size of the image returned.\r
-  @param Attribute         Display attributes of the image returned.\r
-  @param CoordinateX       X coordinate of the image.\r
-  @param CoordinateY       Y coordinate of the image.\r
-\r
-  @retval EFI_SUCCESS      Image has been fetched successfully.\r
+  @param Format            The format of the image. Examples: BMP, JPEG.\r
+  @param ImageData         The image data for the badge file. Currently only \r
+                           supports the .bmp file format. \r
+  @param ImageSize         The size of the image returned.\r
+  @param Attribute         The display attributes of the image returned.\r
+  @param CoordinateX       The X coordinate of the image.\r
+  @param CoordinateY       The Y coordinate of the image.\r
+\r
+  @retval EFI_SUCCESS      The image was fetched successfully.\r
   @retval EFI_NOT_FOUND    The specified image could not be found.\r
 \r
 **/\r
   @retval EFI_NOT_FOUND    The specified image could not be found.\r
 \r
 **/\r