diff options
Diffstat (limited to 'Nt32Pkg/Library/Nt32BdsLib')
-rw-r--r-- | Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c | 4 | ||||
-rw-r--r-- | Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h | 4 | ||||
-rw-r--r-- | Nt32Pkg/Library/Nt32BdsLib/PlatformData.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c index d6ee95578f..24322088c4 100644 --- a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c +++ b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.c @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2004 - 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -18,7 +18,7 @@ Abstract: This file include all platform action which can be customized
by IBV/OEM.
---*/
+**/
#include "BdsPlatform.h"
diff --git a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h index 5dcce86874..39330cc48e 100644 --- a/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h +++ b/Nt32Pkg/Library/Nt32BdsLib/BdsPlatform.h @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2004 - 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -17,7 +17,7 @@ Abstract: Head file for BDS Platform specific code
---*/
+**/
#ifndef _BDS_PLATFORM_H
#define _BDS_PLATFORM_H
diff --git a/Nt32Pkg/Library/Nt32BdsLib/PlatformData.c b/Nt32Pkg/Library/Nt32BdsLib/PlatformData.c index 180f61874e..d1047683cc 100644 --- a/Nt32Pkg/Library/Nt32BdsLib/PlatformData.c +++ b/Nt32Pkg/Library/Nt32BdsLib/PlatformData.c @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2004 - 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -18,7 +18,7 @@ Abstract: Defined the platform specific device path which will be used by
platform Bbd to perform the platform policy connect.
---*/
+**/
#include "BdsPlatform.h"
|