summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Library.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Library.h')
-rw-r--r--MdeModulePkg/Core/Dxe/Library.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/MdeModulePkg/Core/Dxe/Library.h b/MdeModulePkg/Core/Dxe/Library.h
index 8d41bd2..7c15c93 100644
--- a/MdeModulePkg/Core/Dxe/Library.h
+++ b/MdeModulePkg/Core/Dxe/Library.h
@@ -1,6 +1,8 @@
-/*++
+/** @file
+
+ Internal functions shared in DxeCore module.
-Copyright (c) 2006, Intel Corporation
+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,6 @@ 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:
-
- Library.h
-
-Abstract:
-
-Revision History
-
--*/
#ifndef _DXE_LIBRARY_H_