diff options
Diffstat (limited to 'Nt32Pkg/Sec')
-rw-r--r-- | Nt32Pkg/Sec/FwVol.c | 4 | ||||
-rw-r--r-- | Nt32Pkg/Sec/SecMain.c | 4 | ||||
-rw-r--r-- | Nt32Pkg/Sec/SecMain.h | 4 | ||||
-rw-r--r-- | Nt32Pkg/Sec/WinNtThunk.c | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/Nt32Pkg/Sec/FwVol.c b/Nt32Pkg/Sec/FwVol.c index 3e94bcb8ca..761c8b45fc 100644 --- a/Nt32Pkg/Sec/FwVol.c +++ b/Nt32Pkg/Sec/FwVol.c @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -16,7 +16,7 @@ Abstract: A simple FV stack so the SEC can extract the SEC Core from an
FV.
---*/
+**/
#include "SecMain.h"
diff --git a/Nt32Pkg/Sec/SecMain.c b/Nt32Pkg/Sec/SecMain.c index f45c5daaea..54fcaa1225 100644 --- a/Nt32Pkg/Sec/SecMain.c +++ b/Nt32Pkg/Sec/SecMain.c @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -26,7 +26,7 @@ Abstract: This code produces 128 K of temporary memory for the PEI stack by directly
allocate memory space with ReadWrite and Execute attribute.
---*/
+**/
#include "SecMain.h"
diff --git a/Nt32Pkg/Sec/SecMain.h b/Nt32Pkg/Sec/SecMain.h index 1f54fd0dd2..618728da94 100644 --- a/Nt32Pkg/Sec/SecMain.h +++ b/Nt32Pkg/Sec/SecMain.h @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -16,7 +16,7 @@ Module Name: Abstract:
Include file for Windows API based SEC
---*/
+**/
#include <stdio.h>
#include <Base.h>
diff --git a/Nt32Pkg/Sec/WinNtThunk.c b/Nt32Pkg/Sec/WinNtThunk.c index 2832e13fdd..7e2be38ddd 100644 --- a/Nt32Pkg/Sec/WinNtThunk.c +++ b/Nt32Pkg/Sec/WinNtThunk.c @@ -1,4 +1,4 @@ -/*++
+/**@file
Copyright (c) 2006, Intel Corporation
All rights reserved. This program and the accompanying materials
@@ -32,7 +32,7 @@ Abstract: gWinNt is a a public exported global that contains the initialized
data.
---*/
+**/
#include "SecMain.h"
|