mirror of https://github.com/acidanthera/audk.git
NetworkPkg: Update the DnsDhcp.c to use BSD license
This patch is used to update the DnsDhcp.c to use BSD license. Cc: Ye Ting <ting.ye@intel.com> Cc: Siyuan Fu <siyuan.fu@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com> Reviewed-by: Fu Siyuan <siyuan.fu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18315 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ad6f6f8678
commit
d36e65a045
|
@ -2,13 +2,13 @@
|
||||||
Functions implementation related with DHCPv4/v6 for DNS driver.
|
Functions implementation related with DHCPv4/v6 for DNS driver.
|
||||||
|
|
||||||
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
This software and associated documentation (if any) is furnished
|
This program and the accompanying materials
|
||||||
under a license and may only be used or copied in accordance
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
with the terms of the license. Except as permitted by such
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
license, no part of this software or documentation may be
|
http://opensource.org/licenses/bsd-license.php
|
||||||
reproduced, stored in a retrieval system, or transmitted in any
|
|
||||||
form or by any means without the express written consent of
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
Intel Corporation.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue