diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-30 03:48:58 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-30 03:48:58 +0000 |
commit | cf029d3039351df7341bdc24931cb2bb06b0e999 (patch) | |
tree | 77be68a38a734b7aabbd91a86fabf709a54c5d5d /MdeModulePkg/Library | |
parent | 772db4bb33ae66fa20e39f786b5f80d107d450a5 (diff) | |
download | edk2-cf029d3039351df7341bdc24931cb2bb06b0e999.zip edk2-cf029d3039351df7341bdc24931cb2bb06b0e999.tar.gz edk2-cf029d3039351df7341bdc24931cb2bb06b0e999.tar.bz2 |
Update the license header.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3493 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r-- | MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h b/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h index 9ef0885..9262296 100644 --- a/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h +++ b/MdeModulePkg/Library/EdkFvbServiceLib/Fvb.h @@ -1,12 +1,15 @@ /**
The internal header file for EdkFvbServiceLib.
-Copyright (c) 2006 Intel Corporation. <BR>
-All rights reserved. This program and the accompanying materials
-are licensed and made available under the terms and conditions of the BSD License
+Copyright (c) 2006, Intel Corporation. <BR> 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 __FVB_H__
|