]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/GenericBdsLib/Bmp.h
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / GenericBdsLib / Bmp.h
index f1aff9bdab9bab774f2bf6a7759115c5d7d67e7d..d2b75b28fe8f4570139465d61decb0b286355b78 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   This file defines BMP file header data structures.\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2008, 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
@@ -33,10 +33,10 @@ typedef struct {
   UINT32        HeaderSize;\r
   UINT32        PixelWidth;\r
   UINT32        PixelHeight;\r
-  UINT16        Planes;          ///> Must be 1\r
-  UINT16        BitPerPixel;     ///> 1, 4, 8, or 24\r
+  UINT16        Planes;          ///< Must be 1\r
+  UINT16        BitPerPixel;     ///< 1, 4, 8, or 24\r
   UINT32        CompressionType;\r
-  UINT32        ImageSize;       ///> Compressed image size in bytes\r
+  UINT32        ImageSize;       ///< Compressed image size in bytes\r
   UINT32        XPixelsPerMeter;\r
   UINT32        YPixelsPerMeter;\r
   UINT32        NumberOfColors;\r