diff options
Diffstat (limited to 'MdeModulePkg/Include/Protocol/TcgPlatform.h')
-rw-r--r-- | MdeModulePkg/Include/Protocol/TcgPlatform.h | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/MdeModulePkg/Include/Protocol/TcgPlatform.h b/MdeModulePkg/Include/Protocol/TcgPlatform.h index 20f8075e65..a1f8c43725 100644 --- a/MdeModulePkg/Include/Protocol/TcgPlatform.h +++ b/MdeModulePkg/Include/Protocol/TcgPlatform.h @@ -1,6 +1,8 @@ -/*++
+/** @file
-Copyright (c) 2006, Intel Corporation
+ Tcg addtional services to measure PeImage and ActionString
+
+Copyright (c) 2006 - 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
which accompanies this distribution. The full text of the license may be found at
@@ -9,14 +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:
-
- TcgPlatform.h
-
-Abstract:
- Tcg addtional services to measure PeImage and ActionString
-
---*/
+**/
#ifndef _TCG_PLATFORM_PROTOCOL_H_
#define _TCG_PLATFORM_PROTOCOL_H_
|