X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FDxe%2FLibrary.h;h=7c15c938e2dc65bd3b70a3c54faadd24f3db74ea;hp=8d41bd251bc566139969b499479f5bfa8a41e4d0;hb=504214c4870e9183418014634268ce630eb5332a;hpb=6cc9ca322cdfe8417274e3659437750ee833fb54 diff --git a/MdeModulePkg/Core/Dxe/Library.h b/MdeModulePkg/Core/Dxe/Library.h index 8d41bd251b..7c15c938e2 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_