diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-09 07:57:20 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-02-09 07:57:20 +0000 |
commit | 9612f0c23c02401ace0a9f02e2bed649f83c97dd (patch) | |
tree | 146b83e06384f9a2db394b5240cae6d5707313ea /DuetPkg/DxeIpl | |
parent | d6a82eaf8d8971f9d4eecda80f421281363c0772 (diff) | |
download | edk2-9612f0c23c02401ace0a9f02e2bed649f83c97dd.tar.gz edk2-9612f0c23c02401ace0a9f02e2bed649f83c97dd.tar.bz2 edk2-9612f0c23c02401ace0a9f02e2bed649f83c97dd.zip |
Add license header
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9955 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/DxeIpl')
-rw-r--r-- | DuetPkg/DxeIpl/DxeIpl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/DuetPkg/DxeIpl/DxeIpl.h b/DuetPkg/DxeIpl/DxeIpl.h index af3b15dbc9..d583b26638 100644 --- a/DuetPkg/DxeIpl/DxeIpl.h +++ b/DuetPkg/DxeIpl/DxeIpl.h @@ -1,4 +1,17 @@ +/** @file
+ Internal header file for DxeIpl module.
+Copyright (c) 2006 - 2010, 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
+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.
+
+**/
+
#ifndef _DUET_DXEIPL_H_
#define _DUET_DXEIPL_H_
|