mirror of https://github.com/acidanthera/audk.git
Update the license header.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3493 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
772db4bb33
commit
cf029d3039
|
@ -1,9 +1,10 @@
|
||||||
/** @file
|
/** @file
|
||||||
|
|
||||||
Copyright 2006 - 2007, Intel Corporation
|
Copyright (c) 2006 - 2007, Intel Corporation All rights
|
||||||
All rights reserved. This program and the accompanying materials
|
reserved. This program and the accompanying materials are
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
licensed and made available under the terms and conditions of
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
the BSD License which accompanies this distribution. The full
|
||||||
|
text of the license may be found at
|
||||||
http://opensource.org/licenses/bsd-license.php
|
http://opensource.org/licenses/bsd-license.php
|
||||||
|
|
||||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
|
|
|
@ -1,12 +1,15 @@
|
||||||
/**
|
/**
|
||||||
The internal header file for EdkFvbServiceLib.
|
The internal header file for EdkFvbServiceLib.
|
||||||
|
|
||||||
Copyright (c) 2006 Intel Corporation. <BR>
|
Copyright (c) 2006, Intel Corporation. <BR> All rights reserved.
|
||||||
All rights reserved. This program and the accompanying materials
|
This program and the accompanying materials are licensed and
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
http://opensource.org/licenses/bsd-license.php
|
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__
|
#ifndef __FVB_H__
|
||||||
|
|
Loading…
Reference in New Issue