diff options
Diffstat (limited to 'MdeModulePkg/Include/Guid/Bmp.h')
-rw-r--r-- | MdeModulePkg/Include/Guid/Bmp.h | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/MdeModulePkg/Include/Guid/Bmp.h b/MdeModulePkg/Include/Guid/Bmp.h index 43c354d411..3f9c3999b4 100644 --- a/MdeModulePkg/Include/Guid/Bmp.h +++ b/MdeModulePkg/Include/Guid/Bmp.h @@ -1,6 +1,8 @@ -/*++
+/** @file
+ This file defines header data structures for BMP file and default
+ BMP file GUID.
-Copyright (c) 2006 - 2007, Intel Corporation
+Copyright (c) 2006 - 2008, Intel Corporation. <BR>
All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -9,13 +11,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-Module Name:
-
- Bmp.h
-
-Abstract:
-
---*/
+**/
#ifndef __BMP_GUID_H__
#define __BMP_GUID_H__
|